@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .home_kv {
    height: 100svh;
  }
  .home_kv figure {
    height: 100%;
  }
  .home_kv figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home_kv_txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: clamp(100px, 15vw, 300px);
    width: clamp(450px, 48vw, 550px);
  }
  .home_mission {
    padding: 50px 0 290px;
    background: url("../img/top/bg_mission_pc.webp") no-repeat center center/cover;
  }
  .home_mission .row {
    max-width: 960px;
  }
  .home_mission .txt_top {
    font-size: 2.9rem;
    line-height: 44px;
    color: #fff;
    font-family: "YumMincho", serif;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .home_mission .txt_desc {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    margin-bottom: 30px;
  }
  .home_mission .txt_bottom {
    font-size: 2.9rem;
    line-height: 44px;
    color: #fff;
    font-family: "YumMincho", serif;
    font-weight: 400;
  }
  .home_news {
    position: relative;
    z-index: 1;
    padding-bottom: 75px;
  }
  .home_news:after {
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 200px);
    height: -moz-calc(100% - 200px);
    height: calc(100% - 200px);
    background: #dde5ec;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .home_news_box {
    background-color: #f1f5f8;
    padding: 60px 100px;
    max-width: 1000px;
    margin: -200px 0 0;
  }
  .home_news .list_news li:not(:last-child) {
    margin-bottom: 50px;
  }
  .home_news .list_news li a .date {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    color: #0d59b9;
    position: relative;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .home_news .list_news li a .date::before {
    content: "";
    width: 8px;
    height: 8px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #ea1020;
    position: absolute;
    top: 3px;
    left: 0;
  }
  .home_news .list_news li a h3 {
    font-size: 2.2rem;
    color: #0d59b9;
  }
  .home_news .list_news li a p {
    font-size: 1.8rem;
    line-height: 36px;
    font-weight: 500;
  }
  .home_news .btn_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 50px;
  }
  .home_schoolTime {
    background-color: #dde5ec;
    padding-bottom: 200px;
  }
  .home_schoolTime .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home_schoolTime_box {
    background-color: #f1f5f8;
    padding: 60px 100px;
    max-width: 1000px;
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .home_schoolTime .l_ctg {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 50px;
  }
  .home_schoolTime .l_ctg li {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  .home_schoolTime .l_ctg li a {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    -moz-border-radius: 100px;
         border-radius: 100px;
    padding: 8px 20px;
    font-weight: 600;
    background-color: #86acdc;
    display: block;
  }
  .home_schoolTime .l_schoolTime {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 50px 25px;
  }
  .home_schoolTime .l_schoolTime li a {
    display: block;
  }
  .home_schoolTime .l_schoolTime li figure {
    margin-bottom: 10px;
  }
  .home_schoolTime .l_schoolTime li figure img {
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .home_schoolTime .l_schoolTime li .ctg {
    color: #0d59b9;
    font-size: 1.6rem;
    border: 1px solid #0d59b9;
    -moz-border-radius: 100px;
         border-radius: 100px;
    padding: 3px 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .home_schoolTime .l_schoolTime li p {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
  }
  .home_schoolTime .btn_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 50px;
  }
  .home_service {
    padding: 25px 0 165px;
    background-color: #06408b;
    position: relative;
    z-index: 1;
  }
  .home_service:before {
    content: "";
    width: 100%;
    height: 450px;
    background-color: #06408b;
    position: absolute;
    top: -210px;
    left: 0;
    -webkit-transform: skewY(-8deg);
       -moz-transform: skewY(-8deg);
        -ms-transform: skewY(-8deg);
            transform: skewY(-8deg);
    z-index: -1;
  }
  .home_service_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 0;
  }
  .home_service_item {
    width: 50%;
  }
  .home_service_item a {
    display: block;
  }
  .home_service_item a:hover {
    opacity: 1;
  }
  .home_service_item a:hover .txt {
    background-color: #dde5ec;
  }
  .home_service_item .pic img {
    width: 100%;
    height: auto;
  }
  .home_service_item .txt {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 20px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .home_service_item .txt .b_left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .home_service_item .txt .b_left .nb {
    font-size: 8rem;
    line-height: 1;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #0d59b9;
    text-stroke: 1px #0d59b9;
  }
  .home_service_item .txt .b_left h3 {
    font-size: 2.4rem;
    line-height: 1;
    color: #0d59b9;
    font-family: "YumMincho", serif;
    font-weight: 400;
  }
  .home_service_item .txt .b_right span {
    font-size: 1.6rem;
    line-height: 28px;
    color: #0d59b9;
    position: relative;
    padding-right: 50px;
    display: block;
  }
  .home_service_item .txt .b_right span:after {
    content: "";
    width: 33px;
    height: 33px;
    background: url("../img/top/arr_link.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home_strengths {
    padding: 50px 0 150px;
    background-color: #dde5ec;
  }
  .home_strengths .row {
    max-width: 1000px;
  }
  .home_strengths_item:not(:last-child) {
    margin-bottom: 50px;
  }
  .home_strengths_item .nb {
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    color: #0d59b9;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
  }
  .home_strengths_item .nb::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0d59b9;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
  }
  .home_strengths_item .nb span {
    display: inline-block;
    background-color: #dde5ec;
    padding-right: 10px;
  }
  .home_strengths_item .box_flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 30px;
  }
  .home_strengths_item .pic {
    width: 50%;
  }
  .home_strengths_item .txt {
    width: 50%;
  }
  .home_strengths_item .txt h3 {
    font-size: 2.4rem;
    line-height: 45px;
    color: #0d59b9;
    font-weight: 600;
    padding: 0 0 15px;
    margin: 0 0 20px;
    position: relative;
  }
  .home_strengths_item .txt h3:after {
    content: "";
    width: 100px;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#00a0e9), to(#0058aa));
    background: -webkit-linear-gradient(left, #00a0e9 0%, #0058aa 100%);
    background: -moz- oldlinear-gradient(left, #00a0e9 0%, #0058aa 100%);
    background: linear-gradient(90deg, #00a0e9 0%, #0058aa 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .home_strengths_item .txt p {
    font-size: 1.6rem;
    line-height: 28px;
  }
  .home_voice {
    padding: 50px 0 145px;
    background-color: #fff;
  }
  .home_voice .ttl_section01_en {
    color: transparent;
    -webkit-text-stroke: 1px #0d59b9;
    text-stroke: 1px #0d59b9;
    font-size: 13rem;
    letter-spacing: 0.2em;
  }
  .home_voice .ttl_section01_en::first-letter {
    color: #0d59b9;
  }
  .home_voice_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
  .home_voice_item {
    background-color: #f1f5f8;
  }
  .home_voice_item .ttl_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    border-bottom: 1px solid #ea1020;
    padding: 15px 10px 0 10px;
  }
  .home_voice_item .ttl_top .nb {
    font-size: 2.8rem;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #ea1020;
    width: 85px;
  }
  .home_voice_item .ttl_top .nb ins {
    text-decoration: none;
    font-size: 4rem;
  }
  .home_voice_item .ttl_top h3 {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: "YumMincho", serif;
    color: #0d59b9;
    letter-spacing: 0;
  }
  .home_voice_item .box_flx {
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .home_voice_item .box_flx .pic {
    width: 220px;
  }
  .home_voice_item .box_flx .b_info {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
  }
  .home_voice_item .box_flx .b_info h4 {
    font-size: 2rem;
    line-height: 30px;
    font-weight: 500;
    color: #0d59b9;
    margin: 10px 0;
  }
  .home_voice_item .box_flx .b_info .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .home_voice_item .box_flx .b_info .flx span {
    width: 100px;
    min-height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0d59b9;
    color: #fff;
    font-size: 1.4rem;
  }
  .home_voice_item .box_flx .b_info .flx em {
    font-size: 1.8rem;
    line-height: 28px;
    font-weight: 500;
    color: #0d59b9;
    font-style: normal;
  }
  .home_voice_item .box_flx .b_info .flx em ins {
    text-decoration: none;
    font-size: 2.6rem;
  }
  .home_voice_item p {
    font-size: 1.6rem;
    line-height: 28px;
    padding: 0 15px 15px;
    letter-spacing: 0;
  }
  .box_consultations_top {
    padding: 50px 0;
    background: url("../img/top/bg_cta01.webp") no-repeat center center/cover;
    position: relative;
  }
  .box_consultations_top:after {
    content: "";
    width: 66px;
    height: 48px;
    background: url("../img/top/arr_down.svg") no-repeat center center/contain;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .box_consultations_top .row {
    max-width: 1000px;
  }
  .box_consultations_top .txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .box_consultations_top .txt p {
    width: 420px;
    font-size: 1.8rem;
    line-height: 40px;
    color: #000;
  }
  .box_consultations_top .txt p a {
    font-size: 3rem;
    color: #ea1020;
    border-bottom: 1px solid #ea1020;
    font-family: "YumMincho", serif;
    letter-spacing: 0;
  }
  .box_consultations_bottom {
    padding: 150px 0 40px;
    background: url("../img/top/bg_cta02.webp") no-repeat center center/cover;
    position: relative;
  }
  .box_consultations_bottom h3 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .box_consultations_bottom h3:before {
    content: "";
    width: 20px;
    height: 31px;
    background: url("../img/top/bf_title.svg") no-repeat center center/contain;
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  .box_consultations_bottom h3:after {
    content: "";
    width: 20px;
    height: 31px;
    background: url("../img/top/af_title.svg") no-repeat center center/contain;
    position: relative;
    display: inline-block;
    margin-left: 10px;
  }
  .box_consultations_bottom h3 span {
    font-size: 3rem;
    color: #ea1020;
  }
  .box_consultations_bottom .btn_consultations a {
    width: 345px;
    min-height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    -moz-border-radius: 12px;
         border-radius: 12px;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    background-color: #ea1020;
    margin: 0 auto 20px;
  }
  .box_consultations_bottom .box_consultations_cta_item {
    max-width: 520px;
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    margin: 0 auto;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 15px;
    min-height: 80px;
  }
  .box_consultations_bottom .box_consultations_cta_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .box_consultations_bottom .box_consultations_cta .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .box_consultations_bottom .box_consultations_cta .flx .txt_tel {
    font-size: 2rem;
    line-height: 1;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
  }
  .box_consultations_bottom .box_consultations_cta .flx .txt_tel::before {
    content: "";
    width: 19px;
    height: 29px;
    background: url("../img/top/icon_tel.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .box_consultations_bottom .box_consultations_cta .flx .host_line .nb_hostline {
    display: block;
    font-size: 3.5rem;
    line-height: 1;
    color: #ea1020;
    font-weight: 600;
    position: relative;
    font-family: "Roboto", sans-serif;
    padding-left: 50px;
  }
  .box_consultations_bottom .box_consultations_cta .flx .host_line .nb_hostline::before {
    content: "";
    width: 40px;
    height: 26px;
    background: url("../img/top/icon_host.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .box_consultations_bottom .box_consultations_cta .flx .host_line small {
    font-size: 14px;
    line-height: 1;
    display: block;
    text-align: right;
    margin-top: 10px;
  }
  .box_consultations_bottom .box_consultations_cta .txt_mail {
    font-size: 2rem;
    line-height: 1;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-left: 28px;
  }
  .box_consultations_bottom .box_consultations_cta .txt_mail::before {
    content: "";
    width: 24px;
    height: 18px;
    background: url("../img/top/icon_mail.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .box_consultations_bottom .box_consultations_cta p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 28px;
  }
  .section_partners {
    padding: 75px 0 150px;
    overflow: hidden;
  }
  .section_partners_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
  }
  .section_partners_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .section_partners_item {
    margin: 0 auto;
  }
  .section_contact {
    padding: 50px 0 120px;
    background: url("../img/bg_contact_pc.webp") no-repeat center center/cover;
  }
  .section_contact .contact_top_item {
    background-color: #fff;
    -moz-border-radius: 13px;
         border-radius: 13px;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 200px;
    padding: 10px 40px;
  }
  .section_contact .contact_top_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .section_contact .contact_top_item_left {
    width: 380px;
  }
  .section_contact .contact_top_item_left .ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 600;
  }
  .section_contact .contact_top_item_left .ttl .icon {
    display: block;
  }
  .section_contact .contact_top_item_left .ttl .icon.icon_tel {
    width: 27px;
  }
  .section_contact .contact_top_item_left .ttl .icon.icon_fax {
    width: 37px;
  }
  .section_contact .contact_top_item_left .ttl .icon.icon_mail {
    width: 37px;
  }
  .section_contact .contact_top_item_right {
    width: -webkit-calc(100% - 380px);
    width: -moz-calc(100% - 380px);
    width: calc(100% - 380px);
  }
  .section_contact .contact_top_item_right .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .section_contact .contact_top_item_right .desc {
    font-size: 1.4rem;
    line-height: 30px;
    font-weight: 600;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .section_contact .contact_top_item_right .b_hostline span {
    display: block;
  }
  .section_contact .contact_top_item_right .b_hostline .number_host {
    font-size: 4.5rem;
    line-height: 1;
    color: #e41d33;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    position: relative;
    padding-left: 65px;
  }
  .section_contact .contact_top_item_right .b_hostline .number_host:before {
    content: "";
    width: 55px;
    height: 35px;
    background: url("../img/icon_hostline_red.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .section_contact .contact_top_item_right .b_hostline .number_tel {
    text-align: right;
    font-size: 2.5rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin: 10px 0;
  }
  .section_contact .contact_top_item_right .b_hostline .number_time {
    font-size: 1.5rem;
    line-height: 1.5;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    white-space: nowrap;
  }
  .section_contact .contact_top_item_right .txt_fax {
    font-size: 4.5rem;
    line-height: 1;
    color: #e41d33;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .section_contact .contact_top_item_right .txt_fax small {
    display: inline-block;
    font-size: 3rem;
  }
  .section_contact .contact_top_item_right .txt_mail {
    font-size: 2.5rem;
    line-height: 1.5;
    color: #e41d33;
    font-weight: bold;
  }
  .section_contact .contact_top_item_right .note {
    font-size: 1.3rem;
    line-height: 30px;
    position: relative;
    white-space: nowrap;
    padding-left: 15px;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    font-weight: 500;
    margin-top: 20px;
  }
  .section_contact .contact_top_item_right .note:before {
    content: "※";
    font-size: 1.3rem;
    line-height: 30px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section_contact .contact_chat {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    margin: 50px -50px 50px 0;
  }
  .section_contact .contact_chat_item {
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: calc(50% - 50px);
  }
  .section_contact .contact_chat_item a {
    width: 100%;
    min-height: 120px;
    -moz-border-radius: 13px;
         border-radius: 13px;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .section_contact .contact_chat_item a .icon {
    display: block;
  }
  .section_contact .contact_chat_item.item_chatwork a {
    background-color: #e41d33;
  }
  .section_contact .contact_chat_item.item_chatwork a .icon {
    width: 40px;
  }
  .section_contact .contact_chat_item.item_line a {
    background-color: #1582d6;
  }
  .section_contact .contact_chat_item.item_line a .icon {
    width: 47px;
  }
  .news_page {
    padding-top: 75px;
  }
  .news_page .home_news::after {
    content: none;
  }
  .news_page .home_news_box {
    margin: 0 auto;
  }
  .bDetail {
    padding-top: 100px;
  }
  .bDetail .detail {
    padding: 80px 0 100px;
  }
  .bDetail .detail .ttl_box {
    padding-bottom: 10px;
    border-bottom: 2px solid #e60012;
    margin-bottom: 50px;
  }
  .bDetail .detail .ttl_box .ttlSt01 {
    margin-bottom: 0;
    color: #000000;
    font-size: 4.62963rem;
    font-weight: bold;
    letter-spacing: 4px;
  }
  .bDetail .detail .ttl_box .ttlSt01 span {
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 2px;
    font-size: 1.66667rem;
    line-height: 1;
    font-weight: 500;
    color: #3e3a39;
    margin-top: 5px;
  }
  .bDetail .detail .detail_inner {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bDetail .detail .detail_inner .detail_meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bDetail .detail .detail_inner .detail_meta .detail_time_date {
    font-size: 5.55556rem;
    color: #e60012;
    display: block;
    text-align: left;
    width: 100%;
    font-weight: bold;
    line-height: 1;
  }
  .bDetail .detail .detail_inner .detail_meta .detail_time_month_year {
    font-size: 1.2963rem;
    display: block;
    text-align: left;
    margin-left: 23px;
    width: 100%;
  }
  .bDetail .detail .detail_inner .content_dt {
    width: 100%;
    max-width: 850px;
  }
  .bDetail .detail .detail_inner .content_dt .cate_detail {
    padding: 9px 35px;
    color: #fff;
    background: #e60012;
    font-size: 1.6rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
  }
  .bDetail .detail .detail_inner .detail_title {
    font-size: 3.33333rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .bDetail .detail .detail_inner .detail_txt {
    color: #666666;
    font-size: 1.66667rem;
  }
  .bDetail .detail .detail_inner .detail_txt p {
    margin-top: 10px;
    line-height: 1.8;
  }
  .bDetail .detail .detail_inner .detail_txt p:not(:first-child) {
    margin-top: 5px;
  }
  .bDetail .detail .detail_inner .detail_txt img {
    margin-top: 10px;
    max-width: 800px;
    display: block;
    margin: 20px 0;
  }
  .bDetail .detail .detail_inner .detail_txt a {
    color: #0a6ab0;
  }
  .bDetail .detail .detail_inner .detail_btn {
    text-align: center;
    margin-top: 40px;
  }
  .bDetail .detail .detail_inner .detail_btn a {
    padding: 10px 40px;
    color: #fff;
    font-size: 1.66667rem;
    background: #8fc31f;
  }
  @-webkit-keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @-moz-keyframes infinity-scroll-left {
    from {
      -moz-transform: translateX(0);
           transform: translateX(0);
    }
    to {
      -moz-transform: translateX(-100%);
           transform: translateX(-100%);
    }
  }
  @keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @-webkit-keyframes infinity-scroll-right {
    from {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-moz-keyframes infinity-scroll-right {
    from {
      -moz-transform: translateX(-100%);
           transform: translateX(-100%);
    }
    to {
      -moz-transform: translateX(0);
           transform: translateX(0);
    }
  }
  @keyframes infinity-scroll-right {
    from {
      -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .contact_form {
    background-color: #fff;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 13px;
         border-radius: 13px;
    padding: 50px;
  }
  .contact_form .contact_web {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact_form .contact_web_title {
    width: 350px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 600;
  }
  .contact_form .contact_web_title .icon {
    width: 37px;
    display: block;
  }
  .contact_form .contact_web_right {
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
    padding-left: 50px;
    margin-bottom: 120px;
  }
  .contact_form .contact_web_right_item:not(:last-child) {
    margin-bottom: 100px;
  }
  .contact_form .contact_web_right_item p {
    font-size: 1.4rem;
    line-height: 30px;
    font-weight: 500;
  }
  .contact_form .contact_web_right_item p + p {
    margin-top: 25px;
  }
  .contact_form .contact_web_right_item .btn_web {
    margin-top: 25px;
  }
  .contact_form .contact_web_right_item .btn_web a {
    width: 345px;
    height: 50px;
    border: 1px solid #e41d33;
    -moz-border-radius: 100px;
         border-radius: 100px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #e41d33;
  }
  .contact_form .contact_web_right_item .btn_web a:hover {
    background-color: #e41d33;
    color: #fff;
    opacity: 1;
  }
  .contact_form .contact_step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .contact_form .contact_step li {
    text-align: center;
    font-size: 1.7rem;
    color: #e41d33;
    line-height: 1;
    font-weight: 500;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    height: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-right: 20px;
  }
  .contact_form .contact_step li.active {
    z-index: 4 !important;
    height: 64px;
  }
  .contact_form .contact_step li.active::after {
    height: 64px;
    background: url("../img/ctStep_bg_active.webp") no-repeat right center;
    -moz-background-size: auto 64px;
         background-size: auto 64px;
    width: 365px;
  }
  .contact_form .contact_step li.active span {
    color: #fff;
  }
  .contact_form .contact_step li span {
    position: relative;
    z-index: 4;
  }
  .contact_form .contact_step li:first-child {
    z-index: 3;
  }
  .contact_form .contact_step li:nth-child(2) {
    z-index: 2;
  }
  .contact_form .contact_step li:not(:first-child) {
    border-left: 0;
  }
  .contact_form .contact_step li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 385px;
    height: 46px;
    background: url("../img/ctStep_bg.webp") no-repeat right center;
    -moz-background-size: auto 46px;
         background-size: auto 46px;
  }
  .contact_form .contact_form__form .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact_form .contact_form__form .form-group:not(:last-child) {
    margin-bottom: 25px;
  }
  .contact_form .contact_form__form .form-group .group {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }
  .contact_form .contact_form__form .form-group > label {
    font-size: 1.7rem;
    line-height: -webkit-calc(30 / 17);
    line-height: -moz-calc(30 / 17);
    line-height: calc(30 / 17);
    font-weight: 600;
    width: 300px;
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact_form .contact_form__form .form-group > label span {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1;
    background-color: #000;
    display: inline-block;
    padding: 3px 5px 4px;
    margin-right: 8px;
    margin-top: 4px;
  }
  .contact_form .contact_form__form .form-group > label span.white {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
  }
  .contact_form .contact_form__form .form-group > label small {
    display: block;
    margin-left: 40px;
  }
  .contact_form .contact_form__form .form-group .form-control {
    background-color: #f1f5f8;
    height: 40px;
    width: 100%;
    border: none;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 10px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .contact_form .contact_form__form .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
  }
  .contact_form .contact_form__form .form-group .form-control::-moz-placeholder {
    color: #cccccc;
  }
  .contact_form .contact_form__form .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
  }
  .contact_form .contact_form__form .form-group .form-control::placeholder {
    color: #cccccc;
  }
  .contact_form .contact_form__form .form-group textarea {
    min-height: 200px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 10px !important;
  }
  .contact_form .contact_form__form .form-group .radio-list {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 10px;
  }
  .contact_form .contact_form__form .form-group .radio-list.flx_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .contact_form .contact_form__form .form-group .radio-list label {
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
    cursor: pointer;
  }
  .contact_form .contact_form__form .form-group .radio-list .mwform-radio-field.horizontal-item:not(:last-child) {
    margin-right: 25px;
  }
  .contact_form .contact_form__form .form-group .agree {
    margin: 30px 0 10px 50px;
  }
  .contact_form .contact_form__form .form-group .agree .mwform-checkbox-field-text {
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 500;
  }
  .contact_form .contact_form__form .form-group button {
    background-color: #2686d5;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 220px;
    height: 55px;
    font-size: 1.6rem;
    font-weight: 600;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background-color: #e41d33;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
  }
  .contact_form .contact_form__form .form-group button:hover {
    border: 1px solid #e41d33;
    background-color: #fff;
    color: #e41d33;
  }
  .contact_form .contact_form__form .mw_wp_form_complete h4 {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .contact_form .contact_form__form .mw_wp_form_complete p {
    font-size: 1.8rem;
    text-align: center;
  }
  .contact_form .contact_form__form .mw_wp_form_complete .back_top {
    text-align: center;
    margin-top: 30px;
  }
  .contact_form .contact_form__form .mw_wp_form_complete .back_top a {
    padding: 10px;
    background: #000233;
    color: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .bPrivacy {
    color: #000233 !important;
  }
  .bPrivacy .row {
    max-width: 1100px;
  }
  .bPrivacy_inner {
    border: 1px solid #9fa0a0;
    padding: 30px 40px;
    overflow-y: auto;
  }
  .bPrivacy_inner::-webkit-scrollbar {
    width: 20px;
  }
  .bPrivacy_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 1px solid #9fa0a0;
  }
  .bPrivacy_inner::-webkit-scrollbar-thumb {
    background: #9fa0a0;
    border-radius: 20px;
    cursor: pointer;
    border: 4px solid transparent;
    background-clip: content-box;
  }
  .bPrivacy_inner h3 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .bPrivacy_inner p {
    font-size: 1.5rem;
    line-height: -webkit-calc(24 / 16);
    line-height: -moz-calc(24 / 16);
    line-height: calc(24 / 16);
    font-weight: 500;
  }
  .bPrivacy_inner p span {
    display: inline-block;
    position: relative;
    padding-left: 13px;
  }
  .bPrivacy_inner p span::before {
    content: "";
    width: 8px;
    height: 18px;
    background-color: #000233;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_contact .mainvisual {
    height: auto;
  }
  .p_contact .mainvisual p.spec {
    font-size: 3rem;
    font-family: "YumMincho", serif;
  }
  .p_contact_top {
    padding: 80px 0;
  }
  .p_contact_top_ttl {
    font-size: 3.2rem;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .p_contact_top_mrLeft {
    margin-left: 450px;
  }
  .p_contact_top p {
    font-size: 1.7rem;
    line-height: 36px;
    font-weight: 500;
  }
  .p_contact .section_contact {
    padding: 100px 0;
  }
  .p_contact .section_contact .com_title {
    display: none;
  }
  .p_service .mainvisual {
    height: auto;
  }
  .p_service .mainvisual_ttl {
    top: 20%;
    left: 10%;
  }
  .p_service .mainvisual_ttl_ja {
    color: #06408b;
  }
  .p_service_content_detail {
    padding: 60px 0;
    background: #fde7e8;
  }
  .p_service_content_detail .center {
    text-align: center;
  }
  .p_service_content_detail .promo-section {
    background-color: #ffffff;
    max-width: 900px;
    margin: 50px auto 0;
  }
  .p_service_content_detail .promo-section .promo-section-wrap {
    padding-top: 30px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 40px;
    border-bottom: 1px solid #b0c4de;
    margin-bottom: 40px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-header .number {
    font-size: 72px;
    font-weight: 900;
    font-family: "Bebas Neue", sans-serif;
    line-height: 0.6;
    color: transparent;
    -webkit-text-stroke: 1.5px #a0c4ff;
    margin-right: 20px;
    position: relative;
    bottom: 0;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-header .title {
    font-size: 24px;
    color: #1459a7;
    font-family: "YumMincho", serif;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body {
    padding: 0 60px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    gap: 20px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .problems-list {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .problems-list .problem-title {
    color: #1459a7;
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid #e60012;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .problems-list ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .problems-list ul li {
    margin-bottom: 12px;
    font-size: 14px;
    color: #1459a7;
    font-weight: 900;
    line-height: 1.6;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .problems-list ul li::before {
    content: "・";
    color: #1459a7;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .problems-list ul li .highlight {
    background-color: transparent;
    padding: 0;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .illustration {
    width: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .illustration img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .solution-block {
    text-align: center;
    margin-bottom: 30px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .solution-block .solution-badge {
    background-color: #e60012;
    color: #ffffff;
    display: inline-block;
    padding: 8px 40px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 15px), 50% 100%, 0 -webkit-calc(100% - 15px));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 15px), 50% 100%, 0 -moz-calc(100% - 15px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px));
    padding-bottom: 23px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .solution-block .description {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    color: #000000;
    margin: 0;
    font-weight: 900;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .solution-block .description .highlight {
    background-color: transparent;
    padding: 0;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .case-study-cta {
    background-color: #fce4ed;
    color: #1459a7;
    text-align: center;
    padding: 15px 30px;
    -moz-border-radius: 8px 8px 0 0;
         border-radius: 8px 8px 0 0;
    font-weight: 900;
    font-size: 15px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .subsidies-bar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .subsidies-bar .subsidies-label {
    background-color: #1459a7;
    padding: 15px 30px;
    white-space: nowrap;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .subsidies-bar .subsidies-list {
    background-color: #6392d4;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    gap: 40px;
  }
  .p_service .gov_grant {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p_service .gov_grant > h3 {
    text-align: center;
    color: #ea1020;
    font-size: 2.6rem;
    margin-bottom: 20px;
    font-family: "YumMincho", serif;
  }
  .p_service .gov_grant p {
    text-align: center;
    margin-bottom: 30px;
  }
  .p_service .gov_grant .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p_service .gov_grant .theme-block {
    border: 1px solid #f09fa6;
    background-color: #fef6f7;
  }
  .p_service .gov_grant .theme-block .theme-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ef868e;
    color: #ffffff;
  }
  .p_service .gov_grant .theme-block .theme-header .theme-num {
    background-color: #e60012;
    font-size: 20px;
    font-weight: 900;
    padding: 6px 15px;
  }
  .p_service .gov_grant .theme-block .theme-header .theme-title {
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
  }
  .p_service .gov_grant .theme-block .theme-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 25px 10px;
    border-right: 1px solid #f09fa6;
    background: #fff;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item:nth-of-type(odd) {
    background: #fef3f4;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item:last-child {
    border-right: none;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item .icon {
    margin-bottom: 15px;
    height: 50px;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item .icon img {
    max-height: 100%;
    width: auto;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item .action-text {
    font-size: 13px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 8px;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item .subsidy-text {
    font-size: 14px;
    color: #e60012;
    font-weight: 900;
  }
  .p_terms_content {
    padding: 100px 0;
  }
  .p_terms_content p {
    font-size: 1.7rem;
    line-height: 36px;
    font-weight: 500;
  }
  .p_terms_content_item {
    margin-top: 60px;
  }
  .p_terms_content_item .ttl_it {
    font-size: 3.2rem;
    line-height: 56px;
    font-weight: 600;
    color: #ea1020;
    position: relative;
    border-bottom: 1px solid #ea1020;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
  .p_terms_content_item .ttl_it span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_terms_content_item .txt p {
    color: #06408b;
  }
  .p_faq .mainvisual:after {
    background: rgba(232, 76, 149, 0.15);
  }
  .p_faq_content {
    padding: 80px 0;
    background-color: #f1f5f8;
  }
  .p_faq_article:not(:last-child) {
    margin-bottom: 80px;
  }
  .p_faq_article_ttl {
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .p_faq_article_content_dl {
    background-color: #fff;
  }
  .p_faq_article_content_dl:not(:last-child) {
    margin-bottom: 30px;
  }
  .p_faq_article_content_dt {
    font-size: 1.7rem;
    line-height: 36px;
    font-weight: 500;
    position: relative;
    padding: 22px 80px;
    letter-spacing: 1px;
    position: relative;
    color: #06408b;
    cursor: pointer;
  }
  .p_faq_article_content_dt:before {
    content: "Q";
    font-size: 2.9rem;
    line-height: 36px;
    font-family: "Roboto", sans-serif;
    color: #ea1020;
    position: absolute;
    top: 22px;
    left: 30px;
  }
  .p_faq_article_content_dt.active {
    border-bottom: 1px solid #ea1020;
  }
  .p_faq_article_content_dt.active .arr {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p_faq_article_content_dt .arr {
    position: absolute;
    width: 12px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .p_faq_article_content_dt .arr:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0px 6px;
    border-color: #ea1020 transparent transparent transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_faq_article_content_dd {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_faq_article_content .bTxt {
    padding: 22px 30px 22px 80px;
    position: relative;
  }
  .p_faq_article_content .bTxt:before {
    content: "A";
    font-size: 2.9rem;
    line-height: 36px;
    font-family: "Roboto", sans-serif;
    color: #ea1020;
    position: absolute;
    top: 22px;
    left: 30px;
  }
  .p_faq_article_content .bTxt p {
    font-size: 1.7rem;
    line-height: 36px;
    font-weight: 500;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p_faq_article_content .bTxt .l_inf li {
    font-size: 1.7rem;
    line-height: 36px;
    font-weight: 500;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p_faq_article_content .bTxt .l_inf li:not(:last-child) {
    margin-bottom: 10px;
  }
  .p_faq_article_content .bTxt .l_inf li span {
    font-size: 1.7rem;
    line-height: 36px;
    font-weight: 500;
    background-color: #d5e9f8;
    display: inline-block;
    padding: 0 10px;
    min-width: 110px;
  }
  .p_faq_article_content .bTxt .l_inf li em {
    display: inline-block;
    margin-left: 10px;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 36px;
    font-weight: 500;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p_faq_article_content .bTxt .txt_blue {
    font-size: 1.7rem;
    line-height: 36px;
    font-weight: 500;
    background-color: #d5e9f8;
    display: inline-block;
    padding: 0 10px;
    min-width: 110px;
  }
  .p_faq_article_content .bTxt .l_dot li {
    font-size: 1.7rem;
    line-height: 36px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p_faq_article_content .bTxt .l_dot li:before {
    content: "・";
    font-size: 1.7rem;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_faq_article_content .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
  .p_faq_article_content .flx .pic_pay {
    width: 380px;
  }
  .p_about_slider {
    padding: 120px 0 50px;
    background: #dde5ec;
  }
  .p_about_slider h2 {
    font-family: "YumMincho", serif;
    color: #06408b;
    font-size: 3rem;
    margin-bottom: 50px;
  }
  .p_about_slider .slider_about .slider_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_about_slider .slider_about .slider_inner .slider_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
       -moz-animation: infinity-scroll-left 60s infinite linear 0.5s both;
            animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
  .p_about_slider .slider_about .slider_inner .slider_content li {
    width: 489px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .p_about_top {
    background: #0d59b9;
    padding: 80px 0 300px;
  }
  .p_about_top_ttl {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-family: "YumMincho", serif;
    margin-bottom: 50px;
  }
  .p_about_top_mrLeft p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 2.5;
    text-align: center;
    font-family: "YumMincho", serif;
  }
}

@media screen and (max-width: 768px) {
  .home_kv {
    height: 151.5625vw;
    position: relative;
  }
  .home_kv figure {
    height: 100%;
  }
  .home_kv figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home_kv_txt {
    position: absolute;
    bottom: 6.51042vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .home_kv_txt img {
    width: 80.27083vw;
    height: auto;
  }
  .home_mission {
    padding: 6.51042vw 0 26.04167vw;
    background: url("../img/top/bg_mission_pc.webp") no-repeat center center/cover;
  }
  .home_mission .txt_top {
    font-size: 4.42708vw;
    line-height: 1.5;
    color: #fff;
    font-family: "YumMincho", serif;
    font-weight: 400;
    margin-bottom: 3.90625vw;
  }
  .home_mission .txt_desc {
    font-size: 3.64583vw;
    line-height: 6.77083vw;
    color: #fff;
    font-weight: 500;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    margin-bottom: 3.90625vw;
  }
  .home_mission .txt_bottom {
    font-size: 4.42708vw;
    line-height: 1.5;
    color: #fff;
    font-family: "YumMincho", serif;
    font-weight: 400;
  }
  .home_news {
    position: relative;
    z-index: 1;
    padding-bottom: 7.8125vw;
  }
  .home_news:after {
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 15.625vw);
    height: -moz-calc(100% - 15.625vw);
    height: calc(100% - 15.625vw);
    background: #dde5ec;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .home_news_box {
    background-color: #f1f5f8;
    padding: 6.51042vw 3.90625vw;
    margin: -15.625vw 0 0 -3.90625vw;
  }
  .home_news .list_news li:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .home_news .list_news li a .date {
    display: block;
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: 500;
    color: #0d59b9;
    position: relative;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-left: 3.25521vw;
    margin-bottom: 1.5625vw;
  }
  .home_news .list_news li a .date::before {
    content: "";
    width: 1.5625vw;
    height: 1.5625vw;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #ea1020;
    position: absolute;
    top: 1.04167vw;
    left: 0;
  }
  .home_news .list_news li a h3 {
    font-size: 4.6875vw;
    color: #0d59b9;
  }
  .home_news .list_news li a p {
    font-size: 3.90625vw;
    line-height: 1.6;
    font-weight: 500;
  }
  .home_news .btn_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 6.51042vw;
  }
  .home_schoolTime {
    background-color: #dde5ec;
    padding-bottom: 11.71875vw;
  }
  .home_schoolTime .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home_schoolTime_box {
    background-color: #f1f5f8;
    padding: 6.51042vw 3.90625vw;
    width: 100%;
    position: relative;
    z-index: 9;
    margin-right: -3.90625vw;
  }
  .home_schoolTime .l_ctg {
    text-align: center;
    margin-bottom: 6.51042vw;
  }
  .home_schoolTime .l_ctg li {
    display: inline-block;
    margin: 0 1.95313vw 1.95313vw 0;
  }
  .home_schoolTime .l_ctg li a {
    font-size: 2.86458vw;
    line-height: 1;
    font-weight: 500;
    -moz-border-radius: 100px;
         border-radius: 100px;
    padding: 1.30208vw 2.86458vw;
    font-weight: 600;
    background-color: #86acdc;
    display: block;
  }
  .home_schoolTime .l_schoolTime {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 6.51042vw 3.25521vw;
  }
  .home_schoolTime .l_schoolTime li a {
    display: block;
  }
  .home_schoolTime .l_schoolTime li figure {
    margin-bottom: 1.95313vw;
  }
  .home_schoolTime .l_schoolTime li figure img {
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .home_schoolTime .l_schoolTime li .ctg {
    color: #0d59b9;
    font-size: 2.60417vw;
    border: 1px solid #0d59b9;
    -moz-border-radius: 100px;
         border-radius: 100px;
    padding: 0.65104vw 2.60417vw;
    display: inline-block;
    margin-bottom: 1.82292vw;
    font-weight: 600;
  }
  .home_schoolTime .l_schoolTime li p {
    font-size: 3.64583vw;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
  }
  .home_schoolTime .btn_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 6.51042vw;
  }
  .home_service {
    padding: 3.25521vw 0 9.11458vw;
    background-color: #06408b;
    position: relative;
    z-index: 1;
  }
  .home_service:before {
    content: "";
    width: 100%;
    height: 58.59375vw;
    background-color: #06408b;
    position: absolute;
    top: -10.41667vw;
    left: 0;
    -webkit-transform: skewY(-8deg);
       -moz-transform: skewY(-8deg);
        -ms-transform: skewY(-8deg);
            transform: skewY(-8deg);
    z-index: -1;
  }
  .home_service_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
  }
  .home_service_item a {
    display: block;
  }
  .home_service_item .pic img {
    width: 100%;
    height: auto;
  }
  .home_service_item .txt {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.95313vw 2.60417vw;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .home_service_item .txt .b_left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.95313vw;
  }
  .home_service_item .txt .b_left .nb {
    font-size: 19.53125vw;
    line-height: 1;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #0d59b9;
    text-stroke: 1px #0d59b9;
  }
  .home_service_item .txt .b_left h3 {
    font-size: 5.20833vw;
    line-height: 1;
    color: #0d59b9;
    font-family: "YumMincho", serif;
    font-weight: 400;
  }
  .home_service_item .txt .b_right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -2.60417vw;
  }
  .home_service_item .txt .b_right span {
    font-size: 3.64583vw;
    line-height: 1.6;
    color: #0d59b9;
    position: relative;
    padding-right: 7.8125vw;
    display: block;
  }
  .home_service_item .txt .b_right span:after {
    content: "";
    width: 4.6875vw;
    height: 4.6875vw;
    background: url("../img/top/arr_link.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home_strengths {
    padding: 6.51042vw 0 13.02083vw;
    background-color: #dde5ec;
  }
  .home_strengths_item:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .home_strengths_item .nb {
    display: block;
    font-size: 4.94792vw;
    line-height: 1;
    font-weight: 600;
    color: #0d59b9;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
    margin-bottom: 2.60417vw;
  }
  .home_strengths_item .nb::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0d59b9;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
  }
  .home_strengths_item .nb span {
    display: inline-block;
    background-color: #dde5ec;
    padding-right: 1.95313vw;
  }
  .home_strengths_item .box_flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.60417vw;
  }
  .home_strengths_item .pic img {
    width: 100%;
    height: auto;
  }
  .home_strengths_item .txt h3 {
    font-size: 4.42708vw;
    line-height: 1.6;
    color: #0d59b9;
    font-weight: 600;
    padding: 0 0 1.95313vw;
    margin: 0 0 2.60417vw;
    position: relative;
  }
  .home_strengths_item .txt h3:after {
    content: "";
    width: 13.02083vw;
    height: 0.52083vw;
    background: -webkit-gradient(linear, left top, right top, from(#00a0e9), to(#0058aa));
    background: -webkit-linear-gradient(left, #00a0e9 0%, #0058aa 100%);
    background: -moz- oldlinear-gradient(left, #00a0e9 0%, #0058aa 100%);
    background: linear-gradient(90deg, #00a0e9 0%, #0058aa 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .home_strengths_item .txt p {
    font-size: 3.64583vw;
    line-height: 1.6;
  }
  .home_voice {
    padding: 6.51042vw 0 7.8125vw;
    background-color: #fff;
  }
  .home_voice .ttl_section01_en {
    color: transparent;
    -webkit-text-stroke: 1px #0d59b9;
    text-stroke: 1px #0d59b9;
  }
  .home_voice .ttl_section01_en::first-letter {
    color: #0d59b9;
  }
  .home_voice_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 6.51042vw;
  }
  .home_voice_item {
    background-color: #f1f5f8;
  }
  .home_voice_item .ttl_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.95313vw;
    border-bottom: 1px solid #ea1020;
    padding: 2.60417vw 1.95313vw 0 2.60417vw;
  }
  .home_voice_item .ttl_top .nb {
    font-size: 4.42708vw;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #ea1020;
    width: 16.92708vw;
  }
  .home_voice_item .ttl_top .nb ins {
    text-decoration: none;
    font-size: 9.11458vw;
  }
  .home_voice_item .ttl_top h3 {
    width: -webkit-calc(100% - 16.92708vw);
    width: -moz-calc(100% - 16.92708vw);
    width: calc(100% - 16.92708vw);
    font-size: 5.20833vw;
    line-height: 1.3;
    font-weight: 400;
    font-family: "YumMincho", serif;
    color: #0d59b9;
    letter-spacing: 0;
  }
  .home_voice_item .box_flx {
    padding: 2.60417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .home_voice_item .box_flx .pic img {
    width: 100%;
  }
  .home_voice_item .box_flx .b_info h4 {
    font-size: 3.64583vw;
    line-height: 1.6;
    font-weight: 500;
    color: #0d59b9;
    margin: 1.30208vw 0;
  }
  .home_voice_item .box_flx .b_info .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.95313vw;
  }
  .home_voice_item .box_flx .b_info .flx span {
    width: 20.83333vw;
    min-height: 5.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0d59b9;
    color: #fff;
    font-size: 3.38542vw;
  }
  .home_voice_item .box_flx .b_info .flx em {
    font-size: 3.64583vw;
    line-height: 1.5;
    font-weight: 500;
    color: #0d59b9;
    font-style: normal;
  }
  .home_voice_item .box_flx .b_info .flx em ins {
    text-decoration: none;
    font-size: 5.20833vw;
  }
  .home_voice_item p {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    padding: 0 2.60417vw 2.60417vw;
    letter-spacing: 0;
  }
  .box_consultations_top {
    padding: 6.51042vw 0;
    background-color: #dde5ec;
    position: relative;
  }
  .box_consultations_top:after {
    content: "";
    width: 8.59375vw;
    height: 6.25vw;
    background: url("../img/top/arr_down.svg") no-repeat center center/contain;
    position: absolute;
    bottom: -3.25521vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .box_consultations_top .txt p {
    font-size: 3.64583vw;
    line-height: 2;
    color: #000;
  }
  .box_consultations_top .txt p a {
    font-size: 4.6875vw;
    color: #ea1020;
    border-bottom: 1px solid #ea1020;
    font-family: "YumMincho", serif;
    letter-spacing: 0;
  }
  .box_consultations_bottom {
    padding: 32.55208vw 0 6.51042vw;
    background: url("../img/top/bg_cta02_sp.webp") no-repeat center center/cover;
    position: relative;
  }
  .box_consultations_bottom h3 {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.125vw;
  }
  .box_consultations_bottom h3:before {
    content: "";
    width: 3.25521vw;
    height: 5.07813vw;
    background: url("../img/top/bf_title.svg") no-repeat center center/contain;
    position: relative;
    display: inline-block;
    margin-right: 1.95313vw;
  }
  .box_consultations_bottom h3:after {
    content: "";
    width: 3.25521vw;
    height: 5.07813vw;
    background: url("../img/top/af_title.svg") no-repeat center center/contain;
    position: relative;
    display: inline-block;
    margin-left: 1.95313vw;
  }
  .box_consultations_bottom h3 span {
    font-size: 4.94792vw;
    color: #ea1020;
  }
  .box_consultations_bottom .btn_consultations a {
    width: 56.64063vw;
    min-height: 13.02083vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    -moz-box-shadow: 0 0 0.91146vw rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 0.91146vw rgba(0, 0, 0, 0.2);
    background-color: #ea1020;
    margin: 0 auto 2.60417vw;
  }
  .box_consultations_bottom .box_consultations_cta_item {
    max-width: 85.41667vw;
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    margin: 0 auto;
    -moz-box-shadow: 0 0 0.91146vw rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 0.91146vw rgba(0, 0, 0, 0.2);
    padding: 2.60417vw;
    min-height: 13.02083vw;
  }
  .box_consultations_bottom .box_consultations_cta_item:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .box_consultations_bottom .box_consultations_cta .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.60417vw;
  }
  .box_consultations_bottom .box_consultations_cta .flx .txt_tel {
    font-size: 3.38542vw;
    line-height: 1;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-left: 4.55729vw;
  }
  .box_consultations_bottom .box_consultations_cta .flx .txt_tel::before {
    content: "";
    width: 3.125vw;
    height: 4.6875vw;
    background: url("../img/top/icon_tel.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .box_consultations_bottom .box_consultations_cta .flx .host_line .nb_hostline {
    display: block;
    font-size: 5.20833vw;
    line-height: 1;
    color: #ea1020;
    font-weight: 600;
    position: relative;
    font-family: "Roboto", sans-serif;
    padding-left: 8.46354vw;
  }
  .box_consultations_bottom .box_consultations_cta .flx .host_line .nb_hostline::before {
    content: "";
    width: 6.51042vw;
    height: 4.29688vw;
    background: url("../img/top/icon_host.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .box_consultations_bottom .box_consultations_cta .flx .host_line small {
    font-size: 2.60417vw;
    line-height: 1;
    display: block;
    text-align: right;
    margin-top: 1.30208vw;
  }
  .box_consultations_bottom .box_consultations_cta .txt_mail {
    font-size: 3.64583vw;
    line-height: 1;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-left: 4.55729vw;
  }
  .box_consultations_bottom .box_consultations_cta .txt_mail::before {
    content: "";
    width: 3.90625vw;
    height: 2.99479vw;
    background: url("../img/top/icon_mail.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .box_consultations_bottom .box_consultations_cta p {
    font-size: 2.60417vw;
    line-height: 1.5;
    margin-left: 4.55729vw;
  }
  .section_partners {
    padding: 3.25521vw 0 13.02083vw;
    overflow: hidden;
  }
  .section_partners_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.11458vw;
  }
  .section_partners_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_partners_item {
    text-align: center;
  }
  .section_contact {
    padding: 10.41667vw 0 13.67188vw;
    background: url("../img/bg_contact_sp.webp") no-repeat center center/cover;
  }
  .section_contact .contact_top_item {
    background-color: #fff;
    -moz-border-radius: 2.21354vw;
         border-radius: 2.21354vw;
    -moz-box-shadow: 0 0 0.91146vw rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 0.91146vw rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 72.91667vw;
    gap: 9.11458vw;
    padding: 5.20833vw;
  }
  .section_contact .contact_top_item:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .section_contact .contact_top_item_left .ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.60417vw;
    font-size: 5.20833vw;
    line-height: 1;
    font-weight: 600;
  }
  .section_contact .contact_top_item_left .ttl .icon {
    display: block;
  }
  .section_contact .contact_top_item_left .ttl .icon.icon_tel {
    width: 5.07813vw;
  }
  .section_contact .contact_top_item_left .ttl .icon.icon_fax {
    width: 6.77083vw;
  }
  .section_contact .contact_top_item_left .ttl .icon.icon_mail {
    width: 6.77083vw;
  }
  .section_contact .contact_top_item_right .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.85938vw;
  }
  .section_contact .contact_top_item_right .desc {
    font-size: 3.38542vw;
    line-height: 7.16146vw;
    font-weight: 600;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .section_contact .contact_top_item_right .b_hostline span {
    display: block;
  }
  .section_contact .contact_top_item_right .b_hostline .number_host {
    font-size: 9.76563vw;
    line-height: 1;
    color: #e41d33;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    position: relative;
    padding-left: 13.02083vw;
  }
  .section_contact .contact_top_item_right .b_hostline .number_host:before {
    content: "";
    width: 10.41667vw;
    height: 6.77083vw;
    background: url("../img/icon_hostline_red.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .section_contact .contact_top_item_right .b_hostline .number_tel {
    text-align: right;
    font-size: 4.94792vw;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin: 2.60417vw 0;
  }
  .section_contact .contact_top_item_right .b_hostline .number_time {
    font-size: 2.73438vw;
    line-height: 1.5;
    white-space: nowrap;
    text-align: right;
  }
  .section_contact .contact_top_item_right .txt_fax {
    font-size: 9.76563vw;
    line-height: 1;
    color: #e41d33;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.30208vw;
  }
  .section_contact .contact_top_item_right .txt_fax small {
    display: inline-block;
    font-size: 5.98958vw;
  }
  .section_contact .contact_top_item_right .txt_mail {
    font-size: 5.20833vw;
    line-height: 1.5;
    color: #e41d33;
    font-weight: bold;
  }
  .section_contact .contact_top_item_right .note {
    font-size: 2.73438vw;
    line-height: 4.6875vw;
    position: relative;
    padding-left: 3.64583vw;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    font-weight: 500;
    margin-top: 5.20833vw;
  }
  .section_contact .contact_top_item_right .note:before {
    content: "※";
    font-size: 2.73438vw;
    line-height: 4.6875vw;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section_contact .contact_chat {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.11458vw;
    margin: 10.41667vw 0 10.41667vw 0;
  }
  .section_contact .contact_chat_item {
    width: 100%;
  }
  .section_contact .contact_chat_item a {
    width: 100%;
    min-height: 20.83333vw;
    -moz-border-radius: 2.21354vw;
         border-radius: 2.21354vw;
    -moz-box-shadow: 0 0 0.91146vw rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 0.91146vw rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 4.55729vw;
    line-height: 1;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.60417vw;
  }
  .section_contact .contact_chat_item a .icon {
    display: block;
  }
  .section_contact .contact_chat_item.item_chatwork a {
    background-color: #e41d33;
  }
  .section_contact .contact_chat_item.item_chatwork a .icon {
    width: 6.90104vw;
  }
  .section_contact .contact_chat_item.item_line a {
    background-color: #1582d6;
  }
  .section_contact .contact_chat_item.item_line a .icon {
    width: 7.8125vw;
  }
  .bDetail .detail {
    padding: 10.41667vw 0 13.02083vw;
  }
  .bDetail .detail .ttl_box {
    padding-bottom: 2.60417vw;
    border-bottom: 1px solid #e60012;
    margin-bottom: 9.11458vw;
  }
  .bDetail .detail .ttl_box .ttlSt01 {
    margin-bottom: 0;
    color: #000;
    font-weight: bold;
  }
  .bDetail .detail .ttl_box .ttlSt01 span {
    display: inline-block;
    font-size: 2.86458vw;
    line-height: 1;
    font-weight: 500;
    color: #3e3a39;
    margin-top: 0.65104vw;
  }
  .bDetail .detail .detail_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .bDetail .detail .detail_inner .detail_meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.90625vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 15.625vw;
  }
  .bDetail .detail .detail_inner .detail_meta .detail_time_date {
    font-size: 8.46354vw;
    color: #e60012;
    font-weight: bold;
    width: 100%;
    text-align: left;
    line-height: 1;
  }
  .bDetail .detail .detail_inner .detail_meta .detail_time_month_year {
    font-size: 3.38542vw;
    text-align: left;
    width: 100%;
  }
  .bDetail .detail .detail_inner .content_dt {
    width: 100%;
  }
  .bDetail .detail .detail_inner .content_dt .cate_detail {
    padding: 1.30208vw 2.60417vw;
    display: inline-block;
    color: #fff;
    background: #e60012;
    font-size: 3.38542vw;
    line-height: 1;
  }
  .bDetail .detail .detail_inner .detail_title {
    font-size: 5.98958vw;
    font-weight: bold;
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
  .bDetail .detail .detail_inner .detail_txt {
    color: #666;
    font-size: 3.90625vw;
  }
  .bDetail .detail .detail_inner .detail_txt p {
    margin-top: 10px;
  }
  .bDetail .detail .detail_inner .detail_txt p:not(:first-child) {
    margin-top: 3.90625vw;
  }
  .bDetail .detail .detail_inner .detail_txt img {
    margin-top: 5px;
    width: 100%;
    height: auto;
  }
  .bDetail .detail .detail_inner .detail_txt a {
    color: #0a6ab0;
  }
  .bDetail .detail .detail_inner .detail_btn {
    text-align: center;
    margin-top: 7.8125vw;
  }
  .bDetail .detail .detail_inner .detail_btn a {
    padding: 1.95313vw 6.51042vw;
    color: #fff;
    font-size: 3.64583vw;
    background: #8fc31f;
  }
  @-webkit-keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @-moz-keyframes infinity-scroll-left {
    from {
      -moz-transform: translateX(0);
           transform: translateX(0);
    }
    to {
      -moz-transform: translateX(-100%);
           transform: translateX(-100%);
    }
  }
  @keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @-webkit-keyframes infinity-scroll-right {
    from {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-moz-keyframes infinity-scroll-right {
    from {
      -moz-transform: translateX(-100%);
           transform: translateX(-100%);
    }
    to {
      -moz-transform: translateX(0);
           transform: translateX(0);
    }
  }
  @keyframes infinity-scroll-right {
    from {
      -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .contact_form {
    background-color: #fff;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 13px;
         border-radius: 13px;
    padding: 6.51042vw 3.90625vw;
  }
  .contact_form .contact_web {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_form .contact_web_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.60417vw;
    font-size: 5.20833vw;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 6.51042vw;
    padding: 0 3.90625vw;
  }
  .contact_form .contact_web_title .icon {
    width: 6.64063vw;
    display: block;
  }
  .contact_form .contact_web_right {
    margin-bottom: 15.625vw;
  }
  .contact_form .contact_web_right_item:not(:last-child) {
    margin-bottom: 13.02083vw;
  }
  .contact_form .contact_web_right_item p {
    font-size: 3.38542vw;
    line-height: 7.16146vw;
    font-weight: 500;
    padding: 0 3.90625vw;
  }
  .contact_form .contact_web_right_item p + p {
    margin-top: 4.55729vw;
  }
  .contact_form .contact_web_right_item .btn_web {
    margin-top: 3.90625vw;
  }
  .contact_form .contact_web_right_item .btn_web a {
    width: 100%;
    height: 15.625vw;
    border: 1px solid #e41d33;
    -moz-border-radius: 100px;
         border-radius: 100px;
    font-size: 4.42708vw;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #e41d33;
  }
  .contact_form .contact_step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.90625vw;
  }
  .contact_form .contact_step li {
    text-align: center;
    font-size: 3.125vw;
    color: #e41d33;
    line-height: 1;
    font-weight: 500;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    height: 8.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-right: 2.60417vw;
  }
  .contact_form .contact_step li.active {
    z-index: 4 !important;
    height: 8.33333vw;
  }
  .contact_form .contact_step li.active::after {
    height: 8.33333vw;
    background: url("../img/ctStep_bg_active.webp") no-repeat right center;
    -moz-background-size: auto 8.33333vw;
         background-size: auto 8.33333vw;
    width: 29.55729vw;
  }
  .contact_form .contact_step li.active span {
    color: #fff;
  }
  .contact_form .contact_step li span {
    position: relative;
    z-index: 4;
  }
  .contact_form .contact_step li:first-child {
    z-index: 3;
  }
  .contact_form .contact_step li:nth-child(2) {
    z-index: 2;
    padding-right: 3.90625vw;
  }
  .contact_form .contact_step li:not(:first-child) {
    border-left: 0;
    padding-right: 3.90625vw;
  }
  .contact_form .contact_step li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 32.16146vw;
    height: 8.33333vw;
    background: url("../img/ctStep_bg.webp") no-repeat right center;
    -moz-background-size: auto 8.33333vw;
         background-size: auto 8.33333vw;
  }
  .contact_form .contact_form__form .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.60417vw;
  }
  .contact_form .contact_form__form .form-group:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .contact_form .contact_form__form .form-group > label {
    font-size: 3.38542vw;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact_form .contact_form__form .form-group > label span {
    color: #ffffff;
    font-size: 2.99479vw;
    line-height: 1;
    background-color: #000;
    display: inline-block;
    padding: 0.65104vw 0.91146vw 0.78125vw;
    margin-right: 1.04167vw;
    margin-top: 0.26042vw;
  }
  .contact_form .contact_form__form .form-group > label span.white {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
  }
  .contact_form .contact_form__form .form-group > label small {
    display: block;
    margin-left: 8.46354vw;
    margin-top: 1.30208vw;
  }
  .contact_form .contact_form__form .form-group .form-control {
    background-color: #f1f5f8;
    height: 10.41667vw;
    width: 100%;
    border: none;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 10px;
  }
  .contact_form .contact_form__form .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
  }
  .contact_form .contact_form__form .form-group .form-control::-moz-placeholder {
    color: #cccccc;
  }
  .contact_form .contact_form__form .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
  }
  .contact_form .contact_form__form .form-group .form-control::placeholder {
    color: #cccccc;
  }
  .contact_form .contact_form__form .form-group textarea {
    min-height: 52.08333vw;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.30208vw !important;
  }
  .contact_form .contact_form__form .form-group .radio-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 2.60417vw;
    padding-left: 5.20833vw;
  }
  .contact_form .contact_form__form .form-group .radio-list.flx_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.30208vw;
  }
  .contact_form .contact_form__form .form-group .radio-list.flx_wrap .mwform-radio-field.horizontal-item:not(:last-child) {
    margin-right: 0;
  }
  .contact_form .contact_form__form .form-group .radio-list label {
    font-size: 3.25521vw;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
    cursor: pointer;
  }
  .contact_form .contact_form__form .form-group .radio-list .mwform-radio-field.horizontal-item:not(:last-child) {
    margin-right: 6.51042vw;
  }
  .contact_form .contact_form__form .form-group .agree {
    margin: 3.90625vw 0 1.30208vw 3.90625vw;
  }
  .contact_form .contact_form__form .form-group .agree .mwform-checkbox-field-text {
    font-size: 3.38542vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .contact_form .contact_form__form .form-group button {
    background-color: #2686d5;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 69.01042vw;
    height: 16.92708vw;
    font-size: 4.42708vw;
    font-weight: 600;
    -moz-border-radius: 100px;
         border-radius: 100px;
    background-color: #e41d33;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
  }
  .contact_form .contact_form__form .mw_wp_form_complete h4 {
    text-align: center;
    font-weight: bold;
    font-size: 5.20833vw;
    margin-bottom: 15px;
  }
  .contact_form .contact_form__form .mw_wp_form_complete p {
    font-size: 4.16667vw;
    text-align: center;
  }
  .contact_form .contact_form__form .mw_wp_form_complete .back_top {
    text-align: center;
    margin-top: 30px;
  }
  .contact_form .contact_form__form .mw_wp_form_complete .back_top a {
    padding: 1.30208vw;
    background: #000;
    color: #fff;
    -moz-border-radius: 100px;
         border-radius: 100px;
  }
  .bPrivacy {
    background-color: #ffffff;
    padding: 10.41667vw 0;
  }
  .bPrivacy_inner {
    border: 1px solid #9fa0a0;
    padding: 3.90625vw 2.60417vw;
    overflow-y: auto;
  }
  .bPrivacy_inner::-webkit-scrollbar {
    width: 2.60417vw;
  }
  .bPrivacy_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 1px solid #9fa0a0;
  }
  .bPrivacy_inner::-webkit-scrollbar-thumb {
    background: #9fa0a0;
    border-radius: 2.60417vw;
    cursor: pointer;
    border: 0.52083vw solid transparent;
    background-clip: content-box;
  }
  .bPrivacy_inner h3 {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1;
    margin-bottom: 3.90625vw;
    font-weight: 700;
  }
  .bPrivacy_inner p {
    font-size: 2.86458vw;
    line-height: -webkit-calc(24 / 16);
    line-height: -moz-calc(24 / 16);
    line-height: calc(24 / 16);
    font-weight: 500;
  }
  .bPrivacy_inner p span {
    display: inline-block;
    position: relative;
    padding-left: 1.69271vw;
  }
  .bPrivacy_inner p span::before {
    content: "";
    width: 1.04167vw;
    height: 2.60417vw;
    background-color: #000233;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_contact .mainvisual {
    height: auto;
  }
  .p_contact .mainvisual_ttl {
    padding-right: 3vw;
  }
  .p_contact .mainvisual_ttl p {
    font-size: 3.90625vw;
  }
  .p_contact .mainvisual_ttl p.spec {
    font-size: 4.6875vw;
    font-family: "YumMincho", serif;
  }
  .p_contact_top {
    padding: 10.41667vw 0;
  }
  .p_contact_top_ttl {
    font-size: 4.94792vw;
    line-height: 7.29167vw;
    font-weight: 600;
    margin-bottom: 5.20833vw;
  }
  .p_contact_top p {
    font-size: 3.38542vw;
    line-height: 7.16146vw;
    font-weight: 500;
  }
  .p_contact .section_contact {
    padding: 13.02083vw 0;
  }
  .p_contact .section_contact .com_title {
    display: none;
  }
  .p_service .mainvisual {
    height: auto;
  }
  .p_service .mainvisual_ttl {
    top: 5%;
    left: 5%;
  }
  .p_service .mainvisual_ttl_ja {
    color: #06408b;
  }
  .p_service_content_detail {
    padding: 60px 0;
    background: #fde7e8;
  }
  .p_service_content_detail .center {
    text-align: center;
  }
  .p_service_content_detail .promo-section {
    background-color: #ffffff;
    max-width: 900px;
    margin: 50px auto 0;
  }
  .p_service_content_detail .promo-section .promo-section-wrap {
    padding-top: 30px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 5.20833vw;
    border-bottom: 1px solid #b0c4de;
    margin-bottom: 5.20833vw;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-header .number {
    font-size: 7.8125vw;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 900;
    line-height: 0.6;
    color: transparent;
    -webkit-text-stroke: 1.5px #a0c4ff;
    margin-right: 1.30208vw;
    position: relative;
    bottom: 3px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-header .title {
    font-size: 4.42708vw;
    color: #1459a7;
    font-weight: bold;
    font-family: "YumMincho", serif;
    margin: 0;
    padding-bottom: 0.65104vw;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body {
    padding: 0 6.51042vw;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content {
    margin-bottom: 30px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .problems-list {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .problems-list .problem-title {
    color: #1459a7;
    font-size: 3.90625vw;
    display: inline-block;
    border-bottom: 2px solid #e60012;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .problems-list ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .problems-list ul li {
    margin-bottom: 12px;
    font-size: 3.38542vw;
    color: #1459a7;
    font-weight: 900;
    line-height: 1.6;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .problems-list ul li::before {
    content: "・";
    color: #1459a7;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .illustration {
    width: 39.0625vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .top-content .illustration img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .solution-block {
    text-align: center;
    margin-bottom: 30px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .solution-block .solution-badge {
    background-color: #e60012;
    color: #ffffff;
    display: inline-block;
    padding: 1.30208vw 2.60417vw;
    font-weight: bold;
    font-size: 3.38542vw;
    margin-bottom: 20px;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 15px), 50% 100%, 0 -webkit-calc(100% - 15px));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 15px), 50% 100%, 0 -moz-calc(100% - 15px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px));
    padding-bottom: 23px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .solution-block .description {
    text-align: left;
    font-size: 3.38542vw;
    line-height: 2;
    color: #000000;
    margin: 0;
    font-weight: 900;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .solution-block .description .highlight {
    background-color: transparent;
    padding: 0;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .solution-block .illustration {
    margin: 2.60417vw auto 0;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .section-body .case-study-cta {
    background-color: #fce4ed;
    color: #1459a7;
    text-align: center;
    padding: 1.95313vw 3.90625vw;
    -moz-border-radius: 8px 8px 0 0;
         border-radius: 8px 8px 0 0;
    font-weight: 900;
    font-size: 3.90625vw;
    margin: 0 auto;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .subsidies-bar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.64583vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .subsidies-bar .subsidies-label {
    background-color: #1459a7;
    padding: 1.95313vw 3.90625vw;
    width: 100%;
    text-align: center;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .subsidies-bar .subsidies-list {
    background-color: #6392d4;
    width: 100%;
    padding: 3.90625vw 3.90625vw;
    gap: 40px;
  }
  .p_service_content_detail .promo-section .promo-section-wrap .subsidies-bar .subsidies-list span {
    display: block;
    font-size: 3.64583vw;
    margin-bottom: 0.65104vw;
  }
  .p_service .gov_grant {
    max-width: 1000px;
    margin: 0 auto;
    padding: 9.11458vw 3.90625vw;
  }
  .p_service .gov_grant > h3 {
    text-align: center;
    color: #ea1020;
    font-size: 4.6875vw;
    margin-bottom: 20px;
    font-family: "YumMincho", serif;
  }
  .p_service .gov_grant p {
    text-align: center;
    margin-bottom: 30px;
  }
  .p_service .gov_grant .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p_service .gov_grant .theme-block {
    border: 1px solid #f09fa6;
    background-color: #fef6f7;
  }
  .p_service .gov_grant .theme-block .theme-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ef868e;
    color: #ffffff;
  }
  .p_service .gov_grant .theme-block .theme-header .theme-num {
    background-color: #e60012;
    font-size: 20px;
    font-weight: 900;
    padding: 6px 15px;
  }
  .p_service .gov_grant .theme-block .theme-header .theme-title {
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
  }
  .p_service .gov_grant .theme-block .theme-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item {
    width: 50%;
    text-align: center;
    padding: 25px 10px;
    border-right: 1px solid #f09fa6;
    background: #fff;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item:nth-of-type(1) {
    background: #fef3f4;
    border-bottom: 1px solid #f09fa6;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item:nth-of-type(2) {
    border-right: none;
    border-bottom: 1px solid #f09fa6;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item:last-child {
    border-right: none;
    background: #fef3f4;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item .icon {
    margin-bottom: 15px;
    height: 50px;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item .icon img {
    max-height: 100%;
    width: auto;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item .action-text {
    font-size: 13px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 8px;
  }
  .p_service .gov_grant .theme-block .theme-grid .grid-item .subsidy-text {
    font-size: 14px;
    color: #e60012;
    font-weight: 900;
  }
  .p_terms .mainvisual:after {
    background: rgba(0, 125, 195, 0.15);
  }
  .p_terms_content {
    padding: 7.8125vw 0 13.02083vw;
  }
  .p_terms_content p {
    font-size: 3.38542vw;
    line-height: 6.77083vw;
    font-weight: 500;
  }
  .p_terms_content_item {
    margin-top: 7.8125vw;
  }
  .p_terms_content_item .ttl_it {
    font-size: 5.98958vw;
    line-height: 7.8125vw;
    font-weight: 600;
    color: #ea1020;
    position: relative;
    border-bottom: 1px solid #ea1020;
    padding-bottom: 1.30208vw;
    margin-bottom: 3.90625vw;
  }
  .p_terms_content_item .ttl_it span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_terms_content_item .txt p {
    color: #06408b;
  }
  .p_faq_content {
    padding: 10.41667vw 0;
    background-color: #f1f5f8;
  }
  .p_faq_article:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .p_faq_article_ttl {
    font-size: 4.94792vw;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 5.20833vw;
  }
  .p_faq_article_content_dl {
    -moz-box-shadow: 0 0 0.91146vw 0 rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 0.91146vw 0 rgba(0, 0, 0, 0.2);
    -moz-border-radius: 1.69271vw;
         border-radius: 1.69271vw;
    background-color: #fff;
  }
  .p_faq_article_content_dl:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .p_faq_article_content_dt {
    font-size: 3.38542vw;
    line-height: 6.51042vw;
    font-weight: 500;
    position: relative;
    padding: 2.86458vw 13.02083vw;
    letter-spacing: 0.13021vw;
    position: relative;
    color: #06408b;
    cursor: pointer;
  }
  .p_faq_article_content_dt:before {
    content: "Q";
    font-size: 7.29167vw;
    line-height: 6.51042vw;
    font-family: "Roboto", sans-serif;
    color: #ea1020;
    position: absolute;
    top: 3.25521vw;
    left: 3.90625vw;
  }
  .p_faq_article_content_dt.active {
    border-bottom: 1px solid #ea1020;
  }
  .p_faq_article_content_dt.active .arr {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p_faq_article_content_dt .arr {
    position: absolute;
    width: 2.34375vw;
    height: 2.08333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.20833vw;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .p_faq_article_content_dt .arr:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.08333vw 1.17188vw 0px 1.17188vw;
    border-color: #000 transparent transparent transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_faq_article_content_dd {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_faq_article_content .bTxt {
    padding: 2.86458vw 6.51042vw 2.86458vw 13.02083vw;
    position: relative;
  }
  .p_faq_article_content .bTxt:before {
    content: "A";
    font-size: 7.29167vw;
    line-height: 6.51042vw;
    font-family: "Roboto", sans-serif;
    color: #ea1020;
    position: absolute;
    top: 3.25521vw;
    left: 3.90625vw;
  }
  .p_faq_article_content .bTxt p {
    font-size: 3.38542vw;
    line-height: 6.51042vw;
    font-weight: 500;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p_faq_article_content .bTxt .l_inf li {
    font-size: 3.38542vw;
    line-height: 6.51042vw;
    font-weight: 500;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p_faq_article_content .bTxt .l_inf li:not(:last-child) {
    margin-bottom: 1.30208vw;
  }
  .p_faq_article_content .bTxt .l_inf li span {
    font-size: 3.38542vw;
    line-height: 6.51042vw;
    font-weight: 500;
    background-color: #d5e9f8;
    display: inline-block;
    padding: 0 1.30208vw;
    min-width: 19.53125vw;
  }
  .p_faq_article_content .bTxt .l_inf li em {
    display: inline-block;
    margin-left: 1.30208vw;
    font-style: normal;
    font-size: 3.38542vw;
    line-height: 6.51042vw;
    font-weight: 500;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p_faq_article_content .bTxt .txt_blue {
    font-size: 3.38542vw;
    line-height: 6.51042vw;
    font-weight: 500;
    background-color: #d5e9f8;
    display: inline-block;
    padding: 0 1.30208vw;
    min-width: 19.53125vw;
  }
  .p_faq_article_content .bTxt .l_dot li {
    font-size: 3.38542vw;
    line-height: 6.51042vw;
    font-weight: 500;
    padding-left: 2.60417vw;
    position: relative;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p_faq_article_content .bTxt .l_dot li:before {
    content: "・";
    font-size: 3.38542vw;
    line-height: 6.51042vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_faq_article_content .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.60417vw;
  }
  .p_faq_article_content .flx .pic_pay {
    width: 62.5vw;
  }
  .p_about_slider {
    padding: 13.02083vw 0 6.51042vw;
    background: #dde5ec;
  }
  .p_about_slider h2 {
    font-family: "YumMincho", serif;
    color: #06408b;
    font-size: 5.98958vw;
    margin-bottom: 6.51042vw;
  }
  .p_about_slider .slider_about .slider_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_about_slider .slider_about .slider_inner .slider_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
       -moz-animation: infinity-scroll-left 60s infinite linear 0.5s both;
            animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
  .p_about_slider .slider_about .slider_inner .slider_content li {
    width: 58.59375vw;
    margin-left: 2.60417vw;
    margin-right: 2.60417vw;
  }
  .p_about_top {
    background: #0d59b9;
    padding: 10.41667vw 0 39.0625vw;
  }
  .p_about_top_ttl {
    text-align: center;
    color: #fff;
    font-size: 4.6875vw;
    font-family: "YumMincho", serif;
    margin-bottom: 50px;
  }
  .p_about_top_mrLeft p {
    font-size: 3.38542vw;
    color: #fff;
    line-height: 2.5;
    text-align: center;
    font-family: "YumMincho", serif;
  }
}
