@charset "UTF-8";
/*===============================================
 *	下層ヘッダー・見出し
===============================================*/
#sub_main {
  background: #f5ffd4 url(../img/common/page_header_bg.png) no-repeat bottom center;
}

#sub_main .ttl {
  font-size: 38px;
  font-weight: 900;
  padding: 190px 0 40px;
}

#sub_main .ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
}

#sub_main .ttl span::before {
  content: '';
  display: inline-block;
  width: 76px;
  height: 76px;
  margin-right: 15px;
}

.breadcrumbs.under_page {
  margin: 0;
  padding: 10px 0 10px;
  background: #f2f2f2;
}

.ttl_border_box {
  margin-bottom: 60px;
}

.full_wide_ttl {
  position: relative;
  margin-top: 30px;
}

.full_wide_ttl .txt_white {
  font-size: 32px;
  font-weight: 900;
  padding: 38px 0 42px;
  padding-left: 175px;
}

.full_wide_ttl .txt_white::before {
  content: '';
  width: 155px;
  height: 192px;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.full_wide_ttl::after {
  content: '';
  display: block;
  height: 30px;
  width: 60px;
  background: var(--site-secondary);
  background-position: 6px 0;
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media only screen and (max-width: 1024px) {
  #sub_main .ttl {
    font-size: 32px;
    padding: 160px 0 85px;
  }
  .ttl_border_box {
    margin-bottom: 40px;
  }
  .full_wide_ttl {
    margin-top: 5px;
  }
  .full_wide_ttl .txt_white {
    font-size: 27px;
    padding: 32px 0 34px;
    padding-left: 12%;
  }
  .full_wide_ttl .txt_white::before {
    width: calc(155px * 0.85);
    height: calc(192px * 0.85);
  }
}

@media only screen and (max-width: 960px) {
  #sub_main .ttl {
    font-size: 28px;
    padding: 80px 0 72px;
  }
  #sub_main .ttl span::before {
    width: 55px;
    height: 55px;
  }
  .ttl_border_box {
    margin-bottom: 35px;
  }
  .full_wide_ttl .txt_white {
    font-size: 22px;
    padding: 28px 0 32px;
    padding-left: 15%;
  }
  .full_wide_ttl .txt_white::before {
    width: calc(155px * 0.7);
    height: calc(192px * 0.7);
    left: 0;
  }
}

@media only screen and (max-width: 568px) {
  #sub_main {
    background-size: auto 123%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sub_main .ttl {
    font-size: 22px;
    padding: 0;
  }
  #sub_main .ttl span {
    margin-left: -15px;
  }
  #sub_main .ttl span::before {
    width: 40px;
    height: 40px;
    margin-right: 7px;
  }
  .ttl_border_box {
    margin-bottom: 24px;
  }
  .full_wide_ttl {
    margin-top: 0;
  }
  .full_wide_ttl .inner {
    width: 100vw;
  }
  .full_wide_ttl .txt_white {
    font-size: 19px;
    text-align: left;
    padding: 10px 0 13px;
    padding-left: 91px;
  }
  .full_wide_ttl .txt_white::before {
    width: calc(155px * 0.5);
    height: calc(192px * 0.5);
    left: 7px;
  }
  .full_wide_ttl::after {
    width: 45px;
    height: 20px;
    bottom: -19px;
  }
}

/*===============================================
 *	intro部分
===============================================*/
.page_intro_box .photo {
  width: 44.6%;
  position: relative;
}

.page_intro_box .photo::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: var(--site-primary);
  border-radius: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: -1;
}

.page_intro_box .txt_box {
  width: 48.6%;
  margin-top: 10px;
}

.page_intro_box .txt_box .ttl {
  font-size: 28px;
  margin-bottom: 21px;
}

@media only screen and (max-width: 960px) {
  .page_intro_box .photo {
    width: 42%;
  }
  .page_intro_box .photo::after {
    left: 15px;
    top: 15px;
  }
  .page_intro_box .txt_box {
    width: 52%;
  }
  .page_intro_box .txt_box .ttl {
    font-size: 23px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 568px) {
  .page_intro_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_intro_box .photo {
    width: 100%;
  }
  .page_intro_box .photo::after {
    border-radius: 10px;
    left: 10px;
    top: 10px;
  }
  .page_intro_box .txt_box {
    width: 100%;
    margin-top: 25px;
  }
  .page_intro_box .txt_box .ttl {
    font-size: 21px;
    text-align: center;
    margin-bottom: 15px;
  }
}

/*===============================================
 *	サービス一覧
===============================================*/
.service_menu {
  background: #fff9ba;
  position: relative;
  z-index: 1;
}

.service_menu li a {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 88px;
}

.service_menu li a::after {
  content: '';
  background: url(../img/common/icon_arrow_down_orange.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service_menu li a:hover::before {
  content: '';
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 4px solid #41bbe5;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.service_menu .main {
  gap: 20px 0;
}

.service_menu .main li {
  width: 23.2%;
}

.service_menu .main li a img {
  width: 42px;
  margin: 0 10px 0 14px;
}

.service_menu .other {
  gap: 20px 0;
  margin-top: 20px;
}

.service_menu .other li {
  width: 18%;
}

.service_menu .other li a {
  padding-left: 14px;
}

.service_menu .other li.small a {
  font-size: 17px;
  line-height: 1.4;
}

.service_menu.bottom_menu li a::after {
  content: '';
  background: url(../img/common/icon_arrow-right-circle_orange02.svg) no-repeat;
  background-size: contain;
}

.service_menu .service_ttl {
  font-size: 30px;
  font-weight: 900;
  margin: -115px 0 40px;
}

.service_menu .service_ttl span {
  display: inline-block;
  padding: 15px 2em 17px;
  border-radius: 50px;
  min-width: 600px;
}

@media only screen and (max-width: 1024px) {
  .service_menu li a::after {
    width: 22px;
    height: 22px;
  }
  .service_menu .main li a img {
    width: 32px;
    margin: 0 8px 0 10px;
  }
  .service_menu .other li.small .br-pc {
    display: block;
  }
  .service_menu .service_ttl {
    font-size: 26px;
    margin: -100px 0 40px;
  }
}

@media only screen and (max-width: 960px) {
  .service_menu li a {
    font-size: 16px;
    height: 80px;
  }
  .service_menu .main li {
    width: 32%;
  }
  .service_menu .main::after {
    content: '';
    display: block;
    width: 32%;
  }
  .service_menu .other li {
    width: 32%;
  }
  .service_menu .other li a {
    font-size: 15px;
    line-height: 1.4;
    height: 62px;
  }
  .service_menu .other li.small a {
    font-size: 15px;
  }
  .service_menu .other::after {
    content: '';
    display: block;
    width: 32%;
  }
  .service_menu .service_ttl {
    font-size: 22px;
    margin: -85px 0 30px;
  }
  .service_menu .service_ttl span {
    padding: 12px 2em 14px;
    min-width: 450px;
  }
}

@media only screen and (max-width: 568px) {
  .service_menu {
    padding: 25px 0 35px;
  }
  .service_menu .main {
    gap: 15px 0;
  }
  .service_menu .main li {
    width: 48%;
  }
  .service_menu .main li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 98px;
  }
  .service_menu .main li a img {
    width: 36px;
    margin: 3px 0 0;
  }
  .service_menu .main li a::after {
    width: 18px;
    height: 18px;
    right: initial;
    left: 50%;
    top: initial;
    bottom: 8px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .service_menu .other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    margin-top: 5px;
  }
  .service_menu .other li {
    width: 100%;
  }
  .service_menu .other li a {
    height: 50px;
  }
  .service_menu .other li a::after {
    width: 18px;
    height: 18px;
  }
  .service_menu .other li.small a .br-pc {
    display: none;
  }
  .service_menu .other::after {
    content: none;
  }
  .service_menu .service_ttl {
    font-size: 20px;
    margin: -50px 0 20px;
  }
  .service_menu .service_ttl span {
    padding: 10px 2em 12px;
    min-width: 90%;
  }
}

/*===============================================
 *	ページ内メニュー
===============================================*/
.navi_menu {
  gap: 25px 2.5%;
}

.navi_menu li {
  width: 24%;
}

.navi_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 18px 0 18px 15px;
  position: relative;
  max-height: 83px;
}

.navi_menu li a::after {
  content: '';
  background: url(../img/common/icon_arrow_down_orange.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navi_menu li a:hover::before {
  content: '';
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 4px solid var(--site-primary);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.navi_menu li img {
  width: 42px;
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .navi_menu li a::after {
    width: 22px;
    height: 22px;
  }
}

@media only screen and (max-width: 960px) {
  .navi_menu {
    gap: 20px 3%;
  }
  .navi_menu li {
    width: 31%;
  }
  .navi_menu li a {
    font-size: 16px;
    padding: 14px 0 14px 10px;
    max-height: 64px;
  }
  .navi_menu li img {
    width: 35px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 568px) {
  .navi_menu li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0 28px;
    max-height: initial;
  }
  .navi_menu li a::after {
    width: 18px;
    height: 18px;
    right: initial;
    left: 50%;
    top: initial;
    bottom: 8px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .navi_menu li img {
    margin: 0;
    width: 35px;
  }
}

/*===============================================
 *	汎用パーツ
===============================================*/
.main_list li {
  border-radius: 20px;
  margin-bottom: 75px;
}

.main_list li .ttl {
  font-size: 30px;
  padding: 22px 0 24px;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.main_list li .content {
  padding: 40px 55px 55px;
}

.main_list li img {
  width: 38.2%;
}

.main_list li .txt_box {
  width: 56.5%;
}

.main_list li .content_ttl {
  font-size: 24px;
  position: relative;
  margin: -6px 0 18px;
  padding-bottom: 15px;
}

.main_list li .content_ttl::after {
  content: '';
  width: 50px;
  height: 3px;
  background: var(--site-primary);
  position: absolute;
  bottom: 0;
  left: 2px;
}

.main_list li .btn {
  max-width: 320px;
  margin: auto 0 5px;
}

.main_list li .btn a {
  font-size: 18px;
  padding: 16px 0 18px;
}

.three_column_list {
  gap: 70px 5%;
}

.three_column_list li {
  width: 30%;
}

.three_column_list li .ttl {
  font-size: 24px;
  line-height: 1.4;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.three_column_list li .content {
  padding: 30px 38px 35px;
}

.three_column_list li img {
  margin-bottom: 18px;
}

.three_column_list li .btn {
  max-width: 100%;
  height: 62px;
  margin: 18px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.three_column_list li .btn a {
  font-size: 17px;
  width: 100%;
  line-height: 1.4;
}

.three_column_list li .btn a::after {
  right: 25px;
}

@media only screen and (max-width: 1024px) {
  .main_list li {
    margin-bottom: 65px;
  }
  .main_list li .ttl {
    font-size: 28px;
  }
  .main_list li .content {
    padding: 40px 45px 55px;
  }
  .main_list li .content_ttl {
    font-size: 22px;
    margin-bottom: 6px;
    padding-bottom: 12px;
  }
  .main_list li .btn {
    max-width: 300px;
  }
  .main_list li .btn a {
    padding: 12px 0 13px;
  }
  .three_column_list {
    gap: 60px 5%;
  }
  .three_column_list li .ttl {
    font-size: 22px;
  }
  .three_column_list li .content {
    padding: 30px 28px 35px;
  }
  .three_column_list li .btn {
    height: 56px;
  }
  .three_column_list li .btn a::after {
    right: 17px;
  }
}

@media only screen and (max-width: 960px) {
  .main_list li {
    margin-bottom: 50px;
  }
  .main_list li .ttl {
    font-size: 23px;
    padding: 18px 0 20px;
  }
  .main_list li .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4vw 4vw 5vw;
  }
  .main_list li .content_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main_list li .btn {
    margin: 15px 0 5px;
    width: 60%;
  }
  .main_list li .btn a {
    font-size: 16px;
  }
  .three_column_list {
    gap: 50px 3.5%;
  }
  .three_column_list li {
    width: 31%;
  }
  .three_column_list li .ttl {
    font-size: 19px;
    height: 72px;
  }
  .three_column_list li .content {
    padding: 3vw 2.5vw 3vw;
  }
  .three_column_list li img {
    margin-bottom: 12px;
  }
  .three_column_list li .btn {
    width: 100%;
    margin-top: 12px;
  }
  .three_column_list li .btn a {
    font-size: 14px;
  }
  .three_column_list li .btn a::after {
    width: 8px;
    height: 11px;
    right: 14px;
  }
}

@media only screen and (max-width: 568px) {
  .main_list li {
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .main_list li .ttl {
    font-size: 21px;
    padding: 13px 0 14px;
    border-radius: 10px 10px 0 0;
  }
  .main_list li .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 22px;
  }
  .main_list li .content_ttl {
    font-size: 20px;
    margin: 14px 0 12px;
    line-height: 1.4;
    padding-bottom: 16px;
    text-align: center;
  }
  .main_list li .content_ttl::after {
    width: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main_list li img {
    width: 100%;
  }
  .main_list li .txt_box {
    width: 100%;
  }
  .main_list li .btn {
    width: 100%;
    height: 51px;
  }
  .three_column_list {
    gap: 25px 0;
  }
  .three_column_list li {
    width: 100%;
  }
  .three_column_list li .ttl {
    font-size: 20px;
    line-height: 1.2;
    padding: 13px 0 14px;
    height: 60px;
  }
  .three_column_list li .content {
    padding: 20px 5.3vw 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .three_column_list li img {
    width: 45%;
  }
  .three_column_list li p {
    width: 50%;
    font-size: 14px;
    line-height: 1.6;
    margin: -5px 0 0;
  }
  .three_column_list li .btn {
    width: 100%;
    height: 51px;
  }
  .three_column_list li .btn a {
    font-size: 16px;
  }
  .three_column_list li .btn a::after {
    width: 8px;
    height: 13px;
    right: 16px;
  }
  .three_column_list li.sp_column img {
    width: 100%;
    margin-bottom: 15px;
  }
  .three_column_list li.sp_column p {
    font-size: 15px;
    line-height: 1.75;
    width: 100%;
  }
}

.point_sec .point_item {
  gap: 0 5%;
  padding: 0 60px;
  margin-bottom: 75px;
}

.point_sec .point_item .image {
  width: 350px;
  position: relative;
}

.point_sec .point_item .image img {
  border-radius: 10px;
}

.point_sec .point_item .image::before {
  content: '';
  width: 92px;
  height: 92px;
  position: absolute;
  top: -35px;
  left: -40px;
}

.point_sec .point_item .txt_box {
  width: calc(100% - 350px - 5%);
  padding-top: 20px;
}

.point_sec .point_item .txt_box .ttl_radius {
  font-size: 24px;
  display: inline-block;
  padding: 8px 1.5em 10px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.point_sec .point_item .txt_box p {
  margin-left: 10px;
}

.point_sec .point_item.point01 {
  margin-top: 70px;
}

.point_sec .point_item.point01 .image::before {
  background: url(../img/common/label_point01.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item.point02 .image::before {
  background: url(../img/common/label_point02.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item.point03 .image::before {
  background: url(../img/common/label_point03.svg) no-repeat;
  background-size: contain;
}

.point_sec .point_item.point04 .image::before {
  background: url(../img/common/label_point04.svg) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .point_sec .point_item {
    padding: 0 30px;
  }
  .point_sec .point_item .txt_box .ttl_radius {
    font-size: 22px;
  }
}

@media only screen and (max-width: 960px) {
  .point_sec .point_item {
    padding: 0 0;
    gap: 0 0;
    margin-bottom: 60px;
  }
  .point_sec .point_item .image {
    width: 40%;
  }
  .point_sec .point_item .image::before {
    width: 65px;
    height: 65px;
    top: -24px;
    left: -20px;
  }
  .point_sec .point_item .txt_box {
    width: 56%;
  }
  .point_sec .point_item .txt_box .ttl_radius {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .point_sec .point_item .txt_box p {
    margin-left: 6px;
  }
  .point_sec .point_item.point01 {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 568px) {
  .point_sec .point_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-bottom: 50px;
  }
  .point_sec .point_item .image {
    width: 90%;
    margin: 0 auto;
  }
  .point_sec .point_item .txt_box {
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .point_sec .point_item .txt_box .ttl_radius {
    font-size: 18px;
    display: block;
    text-align: center;
    margin: -35px 0 10px;
  }
  .point_sec .point_item .txt_box p {
    margin-left: 0;
  }
  .point_sec .point_item.point01 {
    margin-top: 40px;
  }
}

.about_intro {
  padding: 0 50px;
  margin: 40px 0 60px;
}

.about_intro .txt_box {
  width: 68%;
  margin-top: 25px;
}

.about_intro .txt_box .ttl {
  font-size: 24px;
  margin-bottom: 15px;
}

.about_intro img {
  width: 27%;
}

.check_item_box {
  margin-top: 40px;
}

.check_item_box .row {
  margin-top: 35px;
}

.check_item_box img {
  width: 41%;
}

.check_item_box ul {
  width: 53.5%;
  margin-top: -10px;
}

.check_item_box ul li {
  font-size: 18px;
  font-weight: bold;
  background: url(../img/common/icon_check_green.svg) no-repeat left center;
  background-size: 20px 20px;
  padding: 18px 0 18px 28px;
  position: relative;
}

.check_item_box ul li::after {
  content: '';
  background: url(../img/common/dot_line_gray.png) repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.check_item_box ul li.two_rows {
  padding: 10px 0 12px 28px;
  background-position: left top 16px;
}

.wide_box .ttl {
  font-size: 30px;
  font-weight: 900;
  padding: 22px 0 24px;
}

.wide_box .btn_wrapper {
  margin-bottom: 16px;
}

.wide_box li {
  padding: 40px 0 42px;
  position: relative;
}

.wide_box li::after {
  content: '';
  background: url(../img/common/dot_line_gray.png) repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wide_box li:last-child {
  padding-bottom: 12px;
}

.wide_box li:last-child::after {
  content: none;
}

.wide_box .list_ttl {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(0%, #f1f1f1));
  background: linear-gradient(90deg, transparent 5%, #f1f1f1 0%);
  font-size: 24px;
  padding: 8px 0 10px 86px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.wide_box .list_ttl span {
  font-size: 0.65em;
  background: #fff;
  border: 1px solid var(--site-primary);
  border-radius: 2px;
  padding: 3px 8px 5px;
  margin-right: 12px;
}

.wide_box .list_ttl::before {
  content: '';
  width: 85px;
  height: 85px;
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wide_box .image {
  width: 35%;
}

.wide_box .txt_box {
  width: 61%;
}

.wide_box .txt_box .content_ttl {
  font-size: 24px;
  margin: -6px 0 18px;
  padding-bottom: 15px;
  position: relative;
}

.wide_box .txt_box .content_ttl::after {
  content: '';
  width: 50px;
  height: 3px;
  background: var(--site-primary);
  position: absolute;
  bottom: 0;
  left: 2px;
}

.wide_box.flow_list_box {
  margin-top: 80px;
}

.wide_box.flow_list_box .md_inner_space {
  padding-top: 0;
}

.wide_box.flow_list_box .content_ttl {
  font-size: 22px;
}

.wide_box.flow_list_box li {
  padding: 45px 0 45px;
}

.wide_box.flow_list_box li::after {
  background: url(../img/common/icon_double-arrow_down_yellow.svg) no-repeat;
  background-size: contain;
  width: 59px;
  height: 49px;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wide_box.flow_list_box li:first-child .list_ttl::before {
  background: url(../img/common/step_label01.svg) no-repeat;
  background-size: contain;
}

.wide_box.flow_list_box li:nth-child(2) .list_ttl::before {
  background: url(../img/common/step_label02.svg) no-repeat;
  background-size: contain;
}

.wide_box.flow_list_box li:nth-child(3) .list_ttl::before {
  background: url(../img/common/step_label03.svg) no-repeat;
  background-size: contain;
}

.wide_box.flow_list_box li:nth-child(4) .list_ttl::before {
  background: url(../img/common/step_label04.svg) no-repeat;
  background-size: contain;
}

.wide_box.flow_list_box li:nth-child(5) .list_ttl::before {
  background: url(../img/common/step_label05.svg) no-repeat;
  background-size: contain;
}

.wide_box.flow_list_box li:nth-child(6) .list_ttl::before {
  background: url(../img/common/step_label06.svg) no-repeat;
  background-size: contain;
}

.wide_box.flow_list_box li:last-child {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .about_intro {
    padding: 0px 20px;
  }
  .check_item_box ul li {
    font-size: 16px;
  }
  .wide_box .md_inner_space {
    padding: 50px 40px;
  }
  .wide_box .ttl {
    font-size: 26px;
  }
  .wide_box .list_ttl {
    font-size: 21px;
  }
  .wide_box .list_ttl::before {
    width: 78px;
    height: 78px;
  }
}

@media only screen and (max-width: 960px) {
  .about_intro {
    padding: 0px 20px;
    margin-bottom: 50px;
  }
  .about_intro .txt_box {
    margin-top: 10px;
  }
  .about_intro .txt_box .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .check_item_box .row {
    margin-top: 30px;
  }
  .check_item_box img {
    width: 46%;
  }
  .check_item_box ul {
    width: 50%;
  }
  .check_item_box ul li {
    padding: 10px 0 10px 28px;
  }
  .wide_box .md_inner_space {
    padding: 4vw 4vw;
  }
  .wide_box .list_ttl {
    font-size: 20px;
    padding: 7px 0 8px 74px;
  }
  .wide_box .list_ttl span {
    padding: 3px 8px 3px;
  }
  .wide_box .list_ttl::before {
    width: 75px;
    height: 75px;
  }
  .wide_box .al-center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wide_box .ttl {
    font-size: 23px;
    padding: 18px 0 20px;
  }
  .wide_box .content_ttl {
    font-size: 21px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
  .wide_box.flow_list_box {
    margin-top: 65px;
  }
  .wide_box.flow_list_box li {
    padding: 35px 0;
  }
  .wide_box.flow_list_box li::after {
    width: 45px;
    height: 37px;
    bottom: -15px;
  }
  .wide_box.flow_list_box .content_ttl {
    font-size: 19px;
  }
}

@media only screen and (max-width: 568px) {
  .about_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 32px 0 40px;
  }
  .about_intro .txt_box {
    width: 100%;
    margin-top: 0;
  }
  .about_intro .txt_box .ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 8px;
  }
  .about_intro img {
    width: 85%;
    margin-top: 20px;
  }
  .check_item_box {
    margin-top: 25px;
  }
  .check_item_box .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .check_item_box img {
    width: 100% !important;
  }
  .check_item_box ul {
    width: 100% !important;
    margin-top: 3px !important;
  }
  .check_item_box ul li {
    background-position: left top 14px;
  }
  .check_item_box ul li:last-child {
    padding-bottom: 0;
  }
  .check_item_box ul li:last-child::after {
    content: none;
  }
  .wide_box .ttl {
    font-size: 21px;
    padding: 11px 0 12px;
  }
  .wide_box .md_inner_space {
    padding: 20px 5.3vw;
  }
  .wide_box .row, .wide_box .row-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wide_box .btn_wrapper {
    margin-bottom: 12px;
  }
  .wide_box li .image {
    width: 100%;
    margin: 0 !important;
  }
  .wide_box li .txt_box {
    width: 100% !important;
  }
  .wide_box li .txt_box .content_ttl {
    font-size: 20px;
    margin: 14px 0 12px;
    line-height: 1.4;
    padding-bottom: 16px;
    text-align: center;
  }
  .wide_box li .txt_box .content_ttl::after {
    width: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .wide_box .list_ttl {
    font-size: 19px;
    padding: 6px 0 6px 58px;
    margin-bottom: 20px;
  }
  .wide_box .list_ttl::before {
    width: 55px;
    height: 55px;
    left: -4px;
  }
  .wide_box .list_ttl span {
    margin-right: 8px;
  }
  .wide_box.flow_list_box {
    margin: 40px -5.3vw 0;
    border-radius: 0;
  }
  .wide_box.flow_list_box .list_ttl {
    padding: 6px 0 6px 50px;
  }
  .wide_box.flow_list_box .list_ttl::before {
    left: -10px;
  }
  .wide_box.flow_list_box li {
    padding: 28px 0;
  }
  .wide_box.flow_list_box li .content_ttl {
    font-size: 18px;
  }
  .wide_box.flow_list_box li::after {
    width: 40px;
    height: 33px;
  }
  .wide_box.flow_list_box li:last-child {
    padding-bottom: 0;
  }
}

/*===============================================
 *	ページャー
===============================================*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 7px;
  margin-top: 50px;
}

.pagination li a {
  font-size: 18px;
  font-weight: bold;
  color: var(--site-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50px;
  border: 2px solid var(--site-primary);
  width: 50px;
  height: 50px;
}

.pagination li a.active {
  color: #fff;
  background: var(--site-primary);
}

.pagination li a:hover {
  color: #fff;
  background: var(--site-primary);
}

.pagination li a span {
  margin-top: -2px;
}

.pagination li img {
  width: 9px;
  vertical-align: middle;
  margin-top: -4px;
}

.pagination li.pre a:hover img, .pagination li.next a:hover img {
  display: none;
}

.pagination li.pre a:hover::after {
  content: '';
  display: block;
  background: url(../img/common/icon_arrow_left_white.svg) no-repeat;
  width: 10px;
  height: 16px;
}

.pagination li.next a:hover::after {
  content: '';
  display: block;
  background: url(../img/common/icon_arrow_right_white.svg) no-repeat;
  width: 10px;
  height: 16px;
}

@media only screen and (max-width: 960px) {
  .pagination {
    margin-top: 35px;
  }
  .pagination li a {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
  .pagination li img {
    width: 8px;
  }
  .pagination li.pre a:hover::after, .pagination li.next a:hover::after {
    width: 8px;
    position: relative;
    top: 2px;
  }
}

@media only screen and (max-width: 568px) {
  .pagination {
    margin-top: 30px;
    gap: 0 10px;
  }
  .pagination li a {
    font-size: 18px;
  }
  .pagination li img {
    width: 8px;
    position: relative;
    top: -1px;
  }
  .pagination li.pre a:hover::after, .pagination li.next a:hover::after {
    width: 8px;
  }
}
/*# sourceMappingURL=underlayer.css.map */