@charset "UTF-8";
@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }

  /*2026.04.07 addition rk ---*/
  .cta_bottom_text_set_01a .cta_link_a,
  .cta_bottom_text_set_01a .cta_link_a:link,
  .cta_bottom_text_set_01a .cta_link_a:visited,
  .cta_bottom_text_set_01a .cta_link_a:hover{
	color: blue; /* リンクを青色に */
	text-decoration: underline; /* 下線を引く */
  }

  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1200px;
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  /*2026.04.07 addition rk ---*/
  .row_01a {
    max-width: 1396px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 103px;
  }
  body p {
    font-size: 16px;
    line-height: 1.6875;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    z-index: 99;
    background-color: #fff;
  }
  .header.box-shadow, .header.header_child {
    -moz-box-shadow: 0px 3px 6px rgba(16, 65, 88, 0.1);
    box-shadow: 0px 3px 6px rgba(16, 65, 88, 0.1);
  }
  .header > p {
    background: #73c4ec;
    font-size: 12px;
    color: #fff;
    padding: 5px 30px;
  }
  .header_bot {
    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;
    padding: 10px 30px;
  }
  .header_bot .bdr {
    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;
  }
  .header_bot .bdr > a:nth-of-type(1) {
    position: relative;
    margin-right: 15px;
    padding-left: 57px;
  }
  .header_bot .bdr > a:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 47px;
    height: 43px;
    background: url(../img/ic_tel.svg) center/contain no-repeat;
    display: block;
  }
  .header_bot .bdr > a:nth-of-type(1) span {
    font-weight: 700;
    font-size: 34px;
    color: #104158;
    display: block;
    line-height: 1.1;
  }
  .header_bot .bdr > a:nth-of-type(1) small {
    font-weight: 700;
    font-size: 7px;
    display: block;
    color: #104158;
  }
  .header.box_shadow {
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
  }
  .footer {
    background: #73c4ec;
    padding: 25px 0;
    text-align: center;
    color: #fff;
  }
  .footer p {
    font-size: 14px;
    margin-top: 5px;
  }
  .footer ul {
    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;
  }
  .footer ul li:not(:last-child) {
    margin-right: 38px;
    position: relative;
  }
  .footer ul li:not(:last-child)::after {
    content: "｜";
    position: relative;
    right: -19px;
  }
  .footer ul li a {
    font-size: 14px;
    color: #fff;
  }
  .p_top .mv {
    width: 100%;
    height: 712px;
    background: url(../img/mv_pc.webp) center bottom no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
  }

  .p_top .mv-v2 {
    width: 100%;
    height: 538px;
    padding-top: 30px;
    background: url(../img/mv_pc.webp) center bottom no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
  }

  .p_top .mv .txt {
    position: absolute;
    left: 56px;
  }
  .p_top .mv .txt1 {
    top: 44px;
    width: 70%;
  }
  .p_top .mv .txt2 {
    top: 177px;
  }
  .p_top .mv .txt3 {
    top: 277px;
  }
  .p_top .mv .txt4 {
    top: 503px;
  }
  .p_top .mv .row {
    height: 100%;
    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: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
  }
  .p_top .cta, .p_top .cta_00a, .p_top .cta_01a {
    background: url(../img/cta_bg.webp) 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 10px;
  }
  .p_top .cta .row, .p_top .cta_00a .row, .p_top .cta_01a .row {
    max-width: 740px;
  }
  .p_top .cta dl, .p_top .cta_00a dl, .p_top .cta_01a dl {
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #fa8007;
    overflow: hidden;
    margin-bottom: 70px;
  }
  .p_top .cta dl dt, .p_top .cta_00a dl dt, .p_top .cta_01a dl dt {
    background: #fa8007;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    padding: 15px 15px 15px 220px;
    position: absolute;
    left: 50%;
    top: -25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 740px;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .p_top .cta dl dd, .p_top .cta_00a dl dd, .p_top .cta_01a dl dd {
    background-color: #fff;
    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;
  }
  .p_top .cta dl dd .cta_l, .p_top .cta_00a dl dd .cta_l, .p_top .cta_01a dl dd .cta_l {
    width: 280px;
    position: relative;
    padding-left: 15px;
  }
  .p_top .cta dl dd .cta_l ul, .p_top .cta_00a dl dd .cta_l ul, .p_top .cta_01a dl dd .cta_l ul {
    position: absolute;
    left: 15px;
    bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .cta dl dd .cta_l ul li, .p_top .cta_00a dl dd .cta_l ul li, .p_top .cta_01a dl dd .cta_l ul li {
    width: 122px;
    height: 122px;
    background: #fff;
    border: 4px solid #e3ebbe;
    -moz-border-radius: 50%;
    border-radius: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .p_top .cta dl dd .cta_l ul li:nth-of-type(2)::before, .p_top .cta_00a dl dd .cta_l ul li:nth-of-type(2)::before, .p_top .cta_01a dl dd .cta_l ul li:nth-of-type(2)::before {
    width: 28px;
    height: 32px;
    background: url(../img/ic_heart.svg) center/contain no-repeat;
  }
  .p_top .cta dl dd .cta_l ul li::before, .p_top .cta_00a dl dd .cta_l ul li::before, .p_top .cta_01a dl dd .cta_l ul li::before {
    content: "";
    width: 32px;
    height: 36px;
    background: url(../img/ic_note.svg) center/contain no-repeat;
    display: block;
    margin-bottom: 5px;
  }
  .p_top .cta dl dd .cta_l ul li:nth-of-type(1), .p_top .cta_00a dl dd .cta_l ul li:nth-of-type(1), .p_top .cta_01a dl dd .cta_l ul li:nth-of-type(1) {
    margin-right: 10px;
  }
  .p_top .cta dl dd .cta_l ul li small, .p_top .cta_00a dl dd .cta_l ul li small, .p_top .cta_01a dl dd .cta_l ul li small {
    display: block;
    font-weight: 700;
    font-size: 11px;
    text-align: left;
    color: #6a5f20;
  }
  .p_top .cta dl dd .cta_l ul li span, .p_top .cta_00a dl dd .cta_l ul li span, .p_top .cta_01a dl dd .cta_l ul li span {
    font-weight: 700;
    font-size: 21px;
    text-align: left;
    color: #829f00;
  }
  .p_top .cta dl dd .cta_r, .p_top .cta_00a dl dd .cta_r, .p_top .cta_01a dl dd .cta_r {
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
    padding-bottom: 13px;
  }
  .p_top .cta dl dd .cta_r > a:nth-of-type(1), .p_top .cta_00a dl dd .cta_r > a:nth-of-type(1), .p_top .cta_01a dl dd .cta_r > a:nth-of-type(1) {
    position: relative;
    margin-bottom: 15px;
    padding-left: 81px;
    display: block;
  }
  .p_top .cta dl dd .cta_r > a:nth-of-type(1)::before, .p_top .cta_00a dl dd .cta_r > a:nth-of-type(1)::before, .p_top .cta_01a dl dd .cta_r > a:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 71px;
    height: 66px;
    background: url(../img/cta_ic_tel.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .cta dl dd .cta_r > a:nth-of-type(1) span, .p_top .cta_00a dl dd .cta_r > a:nth-of-type(1) span, .p_top .cta_01a dl dd .cta_r > a:nth-of-type(1) span {
    font-weight: 700;
    font-size: 52px;
    color: #104158;
    display: block;
    line-height: 1.1;
  }
  .p_top .cta dl dd .cta_r > a:nth-of-type(1) small, .p_top .cta_00a dl dd .cta_r > a:nth-of-type(1) small, .p_top .cta_01a dl dd .cta_r > a:nth-of-type(1) small {
    font-weight: 700;
    font-size: 12px;
    display: block;
    color: #104158;
  }
  .p_top .results {
    padding-bottom: 42px;
  }
  .p_top .results .row {
    max-width: 740px;
  }
  .p_top .results_main {
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    width: 740px;
    margin-top: -38px;
    position: relative;
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 6px;
  }
  .p_top .results_main dl {
    border: 2px solid #6a5f20;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 24px;
  }
  .p_top .results_main dl dt {
    font-weight: 700;
    font-size: 29px;
    text-align: left;
    color: #6a5f20;
    position: relative;
    text-align: center;
    /* padding-bottom: 15px;*/
    margin-bottom: 15px;
  }
  .p_top .results_main dl dt img{
    width: 50%;
  }
  /*.p_top .results_main dl dt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background: #6a5f20;
    display: block;
  }*/
  .p_top .results_main dl dd {
    text-align: center;
    padding-left: 53px;
  }
  .p_top .results_main dl dd ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p_top .results_main dl dd ul li {
    width: 126px;
  }
  .p_top .results_main dl dd ul li:not(:nth-child(4n)) {
    margin-right: 22px;
  }
  .p_top .buy {
    background: #73c4ec;
    padding: 45px 0 55px;
  }
  .p_top .buy_top {
    text-align: center;
    margin-bottom: 35px;
  }
  .p_top .buy_top h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.34286;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .p_top .buy_top h2 em {
    font-style: normal;
  }
  .p_top .buy_top h2 span {
    position: relative;
  }
  .p_top .buy_top h2 span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 21px;
    width: 43px;
    height: 6px;
    background: url(../img/dot2.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .buy_top h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 41px;
    background: url(../img/ic_money.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .buy_top h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 553px;
    height: 32px;
    background: url(../img/buy_line.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .buy_top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
  .p_top .buy_top ul + p {
    text-align: right;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
  }
  .p_top .buy_top ul li {
    width: 229px;
    height: 68px;
    background: #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;
    position: relative;
    padding-left: 55px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 19px;
    color: #104158;
    position: relative;
    
    line-height: 1;
  }
  .p_top .buy_top ul li:not(:nth-child(4n)) {
    margin-right: 28px;
  }
  .p_top .buy_top ul li::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 0;
    height: 0;
    border-bottom: 18px solid #104158;
    border-left: 18px solid transparent;
    display: block;
  }
  .p_top .buy_top ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
    height: 31px;
    background: url(../img/ic_check.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .buy_slider {
    position: relative;
  }
  .p_top .buy_slider .swiper-pagination {
    bottom: -25px;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .buy_slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    margin: 0 4px;
  }
  .p_top .buy_slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #104158;
  }
  .p_top .buy_slider .slider ul li {
    width: 302px;
    height: 310px;
  }
  .p_top .buy_slider .slider ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .purchaser {
    background: #fff url(../img/purchaser_bg.webp) repeat;
    padding: 60px 0 40px;
    text-align: center;
  }
  .p_top .purchaser h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.34286;
    color: #104158;
    padding-bottom: 58px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
  }
  .p_top .purchaser h2 span {
    background: -webkit-linear-gradient(bottom, #fecb00 46px, transparent 46px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fecb00 46px, transparent 46px, transparent 100%);
    background: linear-gradient(to top, #fecb00 46px, transparent 46px, transparent 100%);
  }
  .p_top .purchaser h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -46px;
    width: 66px;
    height: 62px;
    background: url(../img/purchaser_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .purchaser h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 462px;
    height: 35px;
    background: url(../img/purchaser_line.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .purchaser_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .p_top .purchaser_top figure {
    width: 444px;
  }
  .p_top .purchaser_top .txt {
    width: -webkit-calc(100% - 444px);
    width: -moz-calc(100% - 444px);
    width: calc(100% - 444px);
    padding-left: 20px;
    background: url(../img/purchaser_line1.webp) left 20px top 1px repeat-y;
  }
  .p_top .purchaser_top .txt p {
    font-size: 16px;
    line-height: 2.25;
  }
  .p_top .purchaser_top .txt p span {
    font-weight: 700;
    color: #DB1C1C;
  }
  .p_top .purchaser_bot {
    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;
    margin-top: 125px;
    text-align: left;
  }
  .p_top .purchaser_bot dl {
    width: 480px;
    border: 2px solid #104158;
    position: relative;
    background: #fff;
    position: relative;
  }
  .p_top .purchaser_bot dl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #dfeff7;
    border-top: 2px solid #104158;
    display: block;
  }
  .p_top .purchaser_bot dl:nth-of-type(2) dt {
    padding-top: 7px;
  }
  .p_top .purchaser_bot dl:nth-of-type(1) dt span {
    position: relative;
  }
  .p_top .purchaser_bot dl:nth-of-type(1) dt span::before {
    content: "";
    position: absolute;
    top: -34px;
    right: -110px;
    width: 55px;
    height: 41px;
    background: url(../img/purchaser_bot_ic.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .purchaser_bot dl dt {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.32143;
    text-align: center;
    color: #104158;
    background: #dfeff7;
    border: 2px solid #104158;
    padding: 20px 0;
    position: absolute;
    left: 50%;
    top: -66px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 435px;
  }
  .p_top .purchaser_bot dl dt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 24px solid #104158;
  }
  .p_top .purchaser_bot dl dt::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -19px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #dfeff7;
    z-index: 1;
  }
  .p_top .purchaser_bot dl dt img {
    vertical-align: bottom;
  }
  .p_top .purchaser_bot dl dd {
    padding: 100px 30px 30px;
  }
  .p_top .purchaser_bot dl dd figure {
    margin-bottom: 25px;
  }
  .p_top .purchaser_bot dl dd p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
  }
  .p_top .purchaser_bot dl dd p span {
    color: #31A6D5;
  }
  .p_top .real {
    background: #73c4ec;
    text-align: center;
    padding: 60px 0 80px;
    position: relative;
  }
  .p_top .real::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 78px solid #fff;
  }
  .p_top .real .row {
    max-width: 664px;
  }
  .p_top .real h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 31px;
    line-height: 1.32258;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 10px;
  }
  .p_top .real h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 31px;
    /*background: url(../img/real_tt_ic2.webp) center/contain no-repeat;*/
    display: block;
  }
  .p_top .real h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 440px;
    height: 37px;
    background: url(../img/real_tt_ic1.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .real h2 span {
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    color: #fff;
  }
  .p_top .real ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -86px;
    margin-bottom: 35px;
  }
  .p_top .real ul li {
    width: 325px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22222;
    color: #151515;
    margin-bottom: 10px;
    border: 3px solid #e6f7ff;
    background: #fff;
    position: relative;
    padding: 10px 65px;
    text-align: left;
  }
  .p_top .real ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 19px;
    background: url(../img/real_ic_check.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .real ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #104158;
    display: block;
  }
  .p_top .real ul li span {
    color: #FE8900;
  }
  .p_top .real ul li:nth-of-type(1) {
    width: 100%;
    font-size: 20px;
    padding: 18px 60px;
  }
  .p_top .real ul li:nth-of-type(1)::before {
    width: 33px;
    height: 26px;
  }
  .p_top .real p {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.33333;
	  margin: 30px auto 0;/* 2026.04.07 addition rk */
  }
  .p_top .real p img {
    vertical-align: bottom;
  }
  .p_top .real p small {
    font-size: 40px;
  }
  .p_top .reasons .head {
    background: #104158;
    text-align: center;
  }
  .p_top .reasons .head h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 74px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 75px 0 35px;
  }
  .p_top .reasons .head h2 span {
    position: relative;
    z-index: 1;
  }
  .p_top .reasons .head h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -203px;
    width: 290px;
    height: 311px;
    background: url(../img/reasons_tit_man.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .reasons .head h2::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 20px;
    width: 117px;
    height: 117px;
    background: url(../img/reasons_tit_ic.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .reasons .head h2 small {
    font-size: 43px;
  }
  .p_top .reasons .bd {
    margin-top: 111px;
  }
  .p_top .reasons .bd .row {
    padding: 0 14px;
  }
  .p_top .reasons .bd ul {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_top .reasons .bd ul li {
    margin-bottom: 90px;
    width: 462px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e2e2e2;
    position: relative;
    padding: 42px 17px 17px 0;
  }
  .p_top .reasons .bd ul li:nth-child(odd) {
    margin-right: 48px;
  }
  .p_top .reasons .bd ul li:last-child {
    margin-right: 0;
  }
  .p_top .reasons .bd ul li::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -14px;
    width: 91px;
    height: 42px;
    background: url(../img/check.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .reasons .bd ul li > span {
    position: absolute;
    left: 50%;
    top: -80px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p_top .reasons .bd ul li h3 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    background: url(../img/tit_bg.webp) 0 0 no-repeat;
    width: 450px;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 20px 30px;
    margin-left: -14px;
    position: relative;
    margin-bottom: 35px;
    line-height: 1.25;
  }
  .p_top .reasons .bd ul li h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid #000;
    border-left: 14px solid transparent;
    display: block;
  }
  .p_top .reasons .bd ul li .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 17px;
  }
  .p_top .reasons .bd ul li .df figure {
    width: 155px;
  }
  .p_top .reasons .bd ul li .df figure img {
    overflow: hidden;
    -moz-border-radius: 0px 0px 0px 10px;
    border-radius: 0px 0px 0px 10px;
  }
  .p_top .reasons .bd ul li .df .txt {
    width: -webkit-calc(100% - 155px);
    width: -moz-calc(100% - 155px);
    width: calc(100% - 155px);
    padding-left: 15px;
  }
  .p_top .case {
    background: rgba(223, 239, 247, 0.35);
  }
  .p_top .case .row {
    max-width: 740px;
  }
  .p_top .case_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;
  }
  .p_top .case_top figure {
    width: 167px;
  }
  .p_top .case_top h2 {
    width: -webkit-calc(100% - 167px);
    width: -moz-calc(100% - 167px);
    width: calc(100% - 167px);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.34375;
    color: #104158;
    padding-left: 20px;
  }
  .p_top .case_top h2 span {
    color: #FE9C00;
  }
  .p_top .case ul li .ctTop {
    position: relative;
  }
  .p_top .case ul li .ctTop .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .case ul li .ctTop .txt .row {
    height: 100%;
    position: relative;
    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;
  }
  .p_top .case ul li .ctTop .txt .row::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 48px solid #31a6d5;
  }
  .p_top .case ul li .ctTop .txt .row h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.33333;
    text-align: left;
    color: #fff;
    text-shadow: 0px 0px 10px #104158;
  }
  .p_top .case ul li .ctTop .txt .row .circle {
    width: 111px;
    height: 111px;
    background: #31a6d5;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    font-size: 43px;
    text-align: center;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: -45px;
    left: -22px;
  }
  .p_top .case ul li .ctTop .txt .row .circle small {
    font-weight: 700;
    font-size: 19px;
    color: #fff;
  }
  .p_top .case ul li .ctTop picture img {
    display: block;
    width: 100%;
    height: 223px;
    object-fit: cover;
  }
  .p_top .case ul li .ctBot {
    padding: 35px 0 70px;
  }
  .p_top .case ul li .ctBot p {
    font-weight: 900;
    font-size: 60px;
    line-height: 78px;
    text-align: left;
    color: #104158;
  }
  .p_top .case ul li .ctBot p span {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    text-align: left;
    color: #000;
    position: relative;
  }
  .p_top .case ul li .ctBot p span::after {
    content: "";
    position: absolute;
    top: -25px;
    right: -67px;
    width: 73px;
    height: 73px;
    background: url(../img/ic_light.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .record {
    background: url(../img/record_bg.webp) repeat;
    padding: 60px 0;
    text-align: center;
  }
  .p_top .record .btn_more {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-bottom: 28px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p_top .record .btn_more:hover {
    opacity: 0.7;
  }
  .p_top .record .btn_more::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 37px;
    height: 26px;
    background: url(../img/btn_more_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .record h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 51px;
    line-height: 1.33333;
    text-align: center;
    color: #fff;
  }
  .p_top .record h2 small {
    font-size: 49px;
  }
  .p_top .record h2 img {
    vertical-align: bottom;
    margin-left: 10px;
  }
  .p_top .record h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 311px;
    height: 33px;
    background: url(../img/record_line.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .record_main {
    text-align: center;
  }
  .p_top .record_main .accordionCt {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .record_main ul {
    text-align: left;
  }
  .p_top .record_main ul li {
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #104158;
    padding: 10px 45px 30px 10px;
    margin-bottom: 26px;
  }
  .p_top .record_main ul li::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_top .record_main ul li > figure {
    float: left;
    width: 194px;
    height: 226px;
  }
  .p_top .record_main ul li > figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
  }
  .p_top .record_main ul li .blockTxt1, .p_top .record_main ul li .blockTxt2 {
    float: right;
    width: -webkit-calc(100% - 194px);
    width: -moz-calc(100% - 194px);
    width: calc(100% - 194px);
    padding-left: 30px;
  }
  .p_top .record_main ul li .blockTxt1 {
    padding-top: 20px;
    margin-bottom: 18px;
  }
  .p_top .record_main ul li .blockTxt1 h3 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    position: relative;
    padding-left: 49px;
    margin-bottom: 20px;
  }
  .p_top .record_main ul li .blockTxt1 h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 39px;
    height: 53px;
    background: url(../img/ic_bag.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .record_main ul li .blockTxt1 .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_l {
    width: 160px;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_l dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 1.66667;
    color: #000;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r {
    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;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r p:nth-of-type(1) {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #a7a7a7;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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-right: 15px;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r p:nth-of-type(2) {
    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;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r p:nth-of-type(2) span {
    font-weight: 700;
    font-size: 29px;
    line-height: 1;
    color: #73c4ec;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r p:nth-of-type(2) span:nth-of-type(2) {
    font-size: 30px;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r p:nth-of-type(2) i {
    font-style: normal;
    font-weight: 700;
    font-size: 85px;
    line-height: 1;
    color: #fb9e1d;
    margin: 0 10px;
  }
  .p_top .record_main ul li .blockTxt2 h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 2px solid #000;
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
  .p_top .record_main ul li .blockTxt2 p {
    font-size: 14px;
    line-height: 1.71429;
  }
  .p_top .customer {
    background: #104158;
    padding: 45px 0 105px;
  }
  .p_top .customer .row {
    max-width: 595px;
  }
  .p_top .customer_main {
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
  }
  .p_top .customer_main .head {
    padding: 25px 0 45px 20px;
    background: url(../img/customer_bg.webp) left bottom no-repeat;
    position: relative;
  }
  .p_top .customer_main .head::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 169px;
    height: 177px;
    background: url(../img/customer_man.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .customer_main .bd {
    padding: 30px 0;
  }
  .p_top .customer_main .bd .cslider {
    width: 322px;
    margin: 0 auto 0;
  }
  .p_top .customer_main .bd .cslider ul li a {
    position: relative;
  }
  .p_top .customer_main .bd .cslider ul li a::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 41px;
    height: 41px;
    background: url(../img/ic_zoom.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .customer_main .bd .customer_slider {
    position: relative;
  }
  .p_top .customer_main .bd .customer_slider .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/ic_prev.webp) 0 0 no-repeat;
    left: 70px;
  }
  .p_top .customer_main .bd .customer_slider .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/ic_next.webp) 0 0 no-repeat;
    right: 70px;
  }
  .p_top .thoughts h2 {
    font-weight: 700;
    font-size: 34px;
    color: #fff;
    background: url(../img/thoughts_tt_bg.webp) 0 0 no-repeat;
    -moz-background-size: 478px 103px;
    background-size: 478px 103px;
    margin-top: -51px;
    margin-left: -100px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    min-width: 478px;
    height: 103px;
    padding-left: 150px;
    position: relative;
    margin-bottom: 50px;
    position: relative;
  }
  .p_top .thoughts h2::after {
    content: "";
    position: absolute;
    top: 0;
    left: -500%;
    width: 500%;
    height: 100%;
    background: #FB9E1D;
    display: block;
  }
  .p_top .thoughts h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 38px;
    background: url(../img/thoughts_tt_ic.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .thoughts .txt {
    background: url(../img/grid.webp) repeat-y;
  }
  .p_top .thoughts p {
    padding-left: 26px;
    font-size: 18px;
    line-height: 2;
  }
  .p_top .thoughts p:not(:last-child) {
    margin-bottom: 36px;
  }
  .p_top .owner {
    padding: 40px 0 50px;
  }
  .p_top .owner h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #31a6d5;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p_top .owner h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 136px;
    height: 6px;
    background: #31a6d5;
    display: block;
  }
  .p_top .owner h2 span {
    font-weight: 700;
    font-size: 36px;
    line-height: 58px;
    text-align: center;
    color: #31a6d5;
    border-bottom: 1px double #fecb00;
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
  }
  .p_top .owner h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #fecb00;
    display: block;
  }
  .p_top .owner h2 small {
    font-weight: 700;
    font-size: 29px;
    line-height: 46px;
    text-align: center;
    color: #31a6d5;
  }
  .p_top .owner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .owner ul li {
    width: 324px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #2ab5e2;
    overflow: hidden;
    position: relative;
  }
  .p_top .owner ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 72px;
    background: url(../img/owner_check.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .owner ul li:not(:nth-child(3n)) {
    margin-right: 14px;
  }
  .p_top .owner ul li h3 {
    background: url(../img/owner_bg.webp) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.375;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 43, 87, 0.8);
  }
  .p_top .owner ul li figure {
    height: 140px;
  }
  .p_top .owner ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .owner ul li .txt {
    padding: 12px 15px 30px;
  }
  .p_top .owner ul li .txt p {
    line-height: 1.5;
  }
  .p_top .owner ul li .txt p span {
    background: -webkit-linear-gradient(bottom, #fef400 18px, transparent 18px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fef400 18px, transparent 18px, transparent 100%);
    background: linear-gradient(to top, #fef400 18px, transparent 18px, transparent 100%);
  }
  .p_top .flow {
    padding: 45px 0 55px;
    background: #f4f9fc;
  }
  .p_top .flow .head {
    text-align: center;
  }
  .p_top .flow .head .txtTop {
    width: 381px;
    height: 92px;
    background: url(../img/flow_bg.webp) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    text-align: left;
  }
  .p_top .flow .head .txtTop::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -10px;
    width: 73px;
    height: 60px;
    background: url(../img/flow_num.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .flow .head .txtTop p {
    font-size: 18px;
    line-height: 1.55556;
    color: #31a6d5;
  }
  .p_top .flow .head .txtTop p span {
    color: #FA9514;
    font-weight: 700;
    position: relative;
  }
  .p_top .flow .head .txtTop p span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21px;
    height: 3px;
    background: url(../img/flow_dots.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .flow .head h2 {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    margin-top: 5px;
  }
  .p_top .flow .head h2 img {
    position: relative;
    z-index: 1;
  }
  .p_top .flow .head h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 110px;
    width: 243px;
    height: 261px;
    background: url(../img/flow_man.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .flow .bd ul {
    counter-reset: div;
    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;
    position: relative;
  }
  .p_top .flow .bd ul::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 90px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 123px;
    width: 1000px;
    background: rgba(16, 65, 88, 0.19);
    display: block;
  }
  .p_top .flow .bd ul li {
    width: 211px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #31a6d5;
    margin: 0 7px;
    position: relative;
    z-index: 1;
  }
  .p_top .flow .bd ul li::before {
    counter-increment: div;
    content: "0" counter(div);
    width: 92px;
    height: 92px;
    background: #31a6d5;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    font-size: 23px;
    color: #fff;
    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;
    position: absolute;
    left: 50%;
    top: -46px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 20px;
  }
  .p_top .flow .bd ul li h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33333;
    text-align: center;
    color: #fff;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    background: #31a6d5;
    position: relative;
    z-index: 1;
    min-height: 66px;
    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;
  }
  .p_top .flow .bd ul li h3:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  .p_top .flow .bd ul li .ctB {
    padding: 7px 11px 15px;
  }
  .p_top .flow .bd ul li .ctB figure {
    width: 190px;
    height: 114px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 13px;
  }
  .p_top .flow .bd ul li .ctB figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .flow .bd ul li .ctB .txt p {
    font-size: 14px;
    line-height: 1.42857;
  }
  .p_top .faq {
    padding: 70px 0 60px;
    background: #73c4ec;
    text-align: center;
  }
  .p_top .faq h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
    position: relative;
  }
  .p_top .faq h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 341px;
    height: 32px;
    background: url(../img/faq_line.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .faq h2::after {
    content: "";
    position: absolute;
    top: -45px;
    right: -30px;
    width: 71px;
    height: 63px;
    background: url(../img/faq_ic.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .faq_main dl {
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 12px;
    text-align: left;
  }
  .p_top .faq_main dl dt {
    position: relative;
    padding: 25px 90px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
    color: #104158;
  }
  .p_top .faq_main dl dt i {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 50%;
    margin-top: -15px;
    display: block;
  }
  .p_top .faq_main dl dt i:before, .p_top .faq_main dl dt i:after {
    content: "";
    position: absolute;
    background-color: #104158;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .faq_main dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .faq_main dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .faq_main dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p_top .faq_main dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .p_top .faq_main dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 37px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #fecb00;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    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;
  }
  .p_top .faq_main dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .faq_main dl dd .answer {
    position: relative;
    padding: 25px 20px 25px 90px;
  }
  .p_top .faq_main dl dd .answer p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
  }
  .p_top .faq_main dl dd .answer::before {
    content: "A";
    position: absolute;
    top: 25px;
    left: 37px;
    width: 36px;
    height: 36px;
    background: #104158;
    font-weight: 700;
    font-size: 21px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    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;
  }
  .p_top .contact {
    padding: 45px 0 30px;
  }
  .p_top .contact .head {
    text-align: center;
  }
  .p_top .contact .head h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 61px;
    text-align: center;
    color: #104158;
    position: relative;
    padding-top: 55px;
    margin-bottom: 5px;
  }
  .p_top .contact .head h2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
    background: url(../img/contact_ic_mail.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .contact .head p {
    font-weight: 700;
    font-size: 20px;
    color: #104158;
    margin-bottom: 25px;
  }
  .p_top .contact .head a {
    position: relative;
    margin-bottom: 15px;
    padding-left: 81px;
    display: inline-block;
    text-align: left;
  }
  .p_top .contact .head a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 71px;
    height: 66px;
    background: url(../img/cta_ic_tel.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .contact .head a span {
    font-weight: 700;
    font-size: 52px;
    color: #104158;
    display: block;
    line-height: 1.1;
  }
  .p_top .contact .head a small {
    font-weight: 700;
    font-size: 12px;
    display: block;
    color: #104158;
  }
  .p_top .contact .form {
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 35px;
    border: 3px solid #104158;
    padding: 35px 93px 46px 56px;
  }
  .p_top .contact .form > p {
    font-size: 20px;
    text-align: center;
    color: #104158;
    margin-bottom: 45px;
  }
  .p_top .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .contact .form dl.ait {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_top .contact .form dl.ait dt {
    padding-top: 15px;
  }
  .p_top .contact .form dl dt {
    width: 250px;
    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;
    font-weight: 700;
    font-size: 20px;
    padding-right: 12px;
  }
  .p_top .contact .form dl dt span {
    width: 49px;
    height: 24px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fa8007;
    font-size: 14px;
    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-weight: 400;
  }
  .p_top .contact .form dl dd {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 60px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 292px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    perspective: 1px;
    width: 241px;
    height: 60px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
    position: relative;
  }
  .p_top .contact .form dl dd .select label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
    height: 23px;
    background: url(../img/select_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    padding: 0 35px 0 10px;
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .contact .form .formBot {
    padding-left: 250px;
    margin-top: 15px;
  }
  .p_top .contact .form .formBot button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    width: 392px;
    height: 64px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #fa8007;
  }
  .p_top .contact .form .formBot .list_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 35px;
  }
  .p_top .contact .form .formBot .list_checkbox div, .p_top .contact .form .formBot .list_checkbox .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .form .formBot .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
  }
  .p_top .contact .form .formBot .list_checkbox label a {
    color: #31A6D5;
  }
  .p_top .contact .form .formBot .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .form .formBot .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 30px;
  }
  .p_top .contact .form .formBot .list_checkbox label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #000;
  }
  .p_top .contact .form .formBot .list_checkbox label span::after {
    left: 6px;
    top: 4px;
    width: 8px;
    height: 16px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .form .formBot .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .company {
    padding: 50px 0 25px;
    background: #73c4ec;
    text-align: center;
  }
  .p_top .company .row {
    max-width: 566px;
  }
  .p_top .company h2 {
    min-width: 446px;
    height: 63px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    font-weight: 700;
    font-size: 24px;
    color: #73c4ec;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 35px;
  }
  .p_top .company .dlist {
    text-align: left;
  }
  .p_top .company .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
  }
  .p_top .company .dlist dl dt {
    width: 130px;
    font-weight: 700;
  }
  .p_top .company .dlist dl dd {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
  }
  .p_top .company .dlist dl dd a {
    color: #fff;
  }
  .boxoverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.62);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    width: auto;
    height: auto;
    z-index: -1;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .modal.open {
    z-index: 2000;
    visibility: visible;
  }
  .modal.open .m_in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .modal .wrap_modal {
    max-height: 60vh;
    overflow: auto;
  }
  .modal .m_in {
    background: #fff;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
  }
  .modal .m_in img {
    vertical-align: bottom;
  }
  .modal .m_area {
    position: relative;
  }
  .modal .btn_close {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 25px 0 30px;
  }
  .p_thanks .thanks h3 {
    font-weight: 700;
    font-size: 45px;
    color: #104158;
    position: relative;
    padding-top: 60px;
    margin-bottom: 30px;
  }
  .p_thanks .thanks h3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
    background: url(../img/contact_ic_mail.webp) center/contain no-repeat;
    display: block;
  }
  .p_thanks .thanks p, .p_thanks .thanks a {
    font-size: 14px;
    line-height: 1.42857;
  }
  .p_thanks .thanks p:not(:last-child) {
    margin-bottom: 15px;
  }
  .p_thanks .thanks p:last-child {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 768px) {

  /*2026.04.07 addition rk ---*/
  .cta_bottom_text_set_01a .cta_link_a,
  .cta_bottom_text_set_01a .cta_link_a:link,
  .cta_bottom_text_set_01a .cta_link_a:visited,
  .cta_bottom_text_set_01a .cta_link_a:hover{
	color: blue; /* リンクを青色に */
	text-decoration: underline; /* 下線を引く */
  }

.cta_01a {
    display: none !important;
  }

  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .inner {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    padding-top: 18.59903vw;
  }
  body p {
    font-size: 3.86473vw;
    line-height: 1.5;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .header.box-shadow, .header.header_child {
    -moz-box-shadow: 0px 0.72464vw 1.44928vw rgba(16, 65, 88, 0.1);
    box-shadow: 0px 0.72464vw 1.44928vw rgba(16, 65, 88, 0.1);
  }
  .header > p {
    background: #73c4ec;
    font-size: 2.41546vw;
    color: #fff;
    padding: 1.20773vw 3.62319vw;
  }
  .header_bot {
    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;
    padding: 2.41546vw 3.62319vw;
  }
  .header_bot h1 {
    font-size: 0;
    line-height: 0;
  }
  .header_bot h1 img {
    width: 38.64734vw;
  }
  .header_bot .bdr {
    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: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header_bot .bdr > a {
    width: 9.66184vw;
    height: 9.66184vw;
    background-repeat: no-repeat;
    background-image: url(../img/header_tel_sp.webp);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    text-indent: -9999px;
  }
  .header_bot .bdr > a:nth-of-type(2) {
    margin-right: 1.20773vw;
    background-image: url(../img/header_mail_sp.webp);
  }
  .header_bot .bdr > a:nth-of-type(3) {
    margin-right: 1.20773vw;
    background-image: url(../img/header_line_sp.webp);
  }
  .header.box_shadow {
    -moz-box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.06);
    box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.06);
  }
  .footer {
    background: #73c4ec;
    padding: 6.03865vw 0;
    text-align: center;
    color: #fff;
  }
  .footer p {
    font-size: 3.38164vw;
    margin-top: 1.20773vw;
  }
  .footer ul {
    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;
  }
  .footer ul li:not(:last-child) {
    margin-right: 7.24638vw;
    position: relative;
  }
  .footer ul li:not(:last-child)::after {
    content: "｜";
    position: relative;
    right: -3.62319vw;
  }
  .footer ul li a {
    font-size: 3.38164vw;
    color: #fff;
  }
  .p_top .mv {
    width: 100%;
    height: 180.67633vw;
    background: url(../img/mv_sp.webp) center bottom no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
  }

  .p_top .mv-v2 .row{
    width:100%;
    padding:0;
  }


  .p_top .mv .txt {
    position: absolute;
    left: 3.62319vw;
  }
  .p_top .mv .txt img {
    width: 92.75362vw;
  }
  .p_top .mv .txt1 {
    top: 6.52174vw;
  }
  .p_top .mv .txt2 {
    top: 40.29952vw;
  }
  .p_top .mv .txt3 {
    top: 66.28502vw;
  }
  .p_top .mv .txt3 img {
    width: 88.88889vw;
  }
  .p_top .mv .txt4 {
    top: 131.60386vw;
    left: 2.41546vw;
  }
  .p_top .mv .txt4 img {
    width: 96.61836vw;
  }
  .p_top .mv .row {
    height: 100%;
    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: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
  }
  .p_top .cta, .p_top .cta_00a, .p_top .cta_01a {
    background: url(../img/cta_bg_sp.webp) 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 2.41546vw;
  }
  .p_top .cta .row, .p_top .cta_00a .row, .p_top .cta_01a .row {
    max-width: 178.74396vw;
  }
  .p_top .cta dl, .p_top .cta_00a dl, .p_top .cta_01a dl {
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    background: #fff;
    margin-bottom: 13.00632vw;
    position: relative;
  }
  .p_top .cta dl::after, .p_top .cta_00a dl::after, .p_top .cta_01a dl::after {
    content: "";
    position: absolute;
    top: 0.96618vw;
    left: 0.96618vw;
    width: -webkit-calc(100% - 1.93237vw);
    width: -moz-calc(100% - 1.93237vw);
    width: calc(100% - 1.93237vw);
    height: -webkit-calc(100% - 1.93237vw);
    height: -moz-calc(100% - 1.93237vw);
    height: calc(100% - 1.93237vw);
    border: 0.72464vw solid #fa8007;
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    display: block;
  }
  .p_top .cta dl dt, .p_top .cta_00a dl dt, .p_top .cta_01a dl dt {
    background: #fa8007;
    font-weight: 700;
    font-size: 5.55556vw;
    color: #fff;
    padding: 3.62319vw 0;
    -moz-border-radius: 2.41546vw 2.41546vw 0 0;
    border-radius: 2.41546vw 2.41546vw 0 0;
    text-align: center;
    position: absolute;
    top: -13.76812vw;
    width: 100%;
    z-index: 2;
  }
  .p_top .cta dl dd, .p_top .cta_00a dl dd, .p_top .cta_01a dl dd {
    background-color: #fff;
    padding: 13.28502vw 3.62319vw 3.62319vw 3.62319vw;
  }
  .p_top .cta dl dd .cta_l, .p_top .cta_00a dl dd .cta_l, .p_top .cta_01a dl dd .cta_l {
    position: relative;
  }
  .p_top .cta dl dd .cta_l figure, .p_top .cta_00a dl dd .cta_l figure, .p_top .cta_01a dl dd .cta_l figure {
    width: 22.22222vw;
    position: absolute;
    left: 0vw;
    bottom: -2.17391vw;
    z-index: 3;
  }
  .p_top .cta dl dd .cta_l ul, .p_top .cta_00a dl dd .cta_l ul, .p_top .cta_01a dl dd .cta_l ul {
    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;
    width: 100%;
  }
  .p_top .cta dl dd .cta_l ul li, .p_top .cta_00a dl dd .cta_l ul li, .p_top .cta_01a dl dd .cta_l ul li {
    width: 29.4686vw;
    height: 29.4686vw;
    background: #fff;
    border: 0.96618vw solid #e3ebbe;
    -moz-border-radius: 50%;
    border-radius: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .p_top .cta dl dd .cta_l ul li:nth-of-type(2)::before, .p_top .cta_00a dl dd .cta_l ul li:nth-of-type(2)::before, .p_top .cta_01a dl dd .cta_l ul li:nth-of-type(2)::before {
    width: 6.76329vw;
    height: 7.72947vw;
    background: url(../img/ic_heart.svg) center/contain no-repeat;
  }
  .p_top .cta dl dd .cta_l ul li::before, .p_top .cta_00a dl dd .cta_l ul li::before, .p_top .cta_01a dl dd .cta_l ul li::before {
    content: "";
    width: 7.72947vw;
    height: 8.69565vw;
    background: url(../img/ic_note.svg) center/contain no-repeat;
    display: block;
    margin-bottom: 1.20773vw;
  }
  .p_top .cta dl dd .cta_l ul li:nth-of-type(1), .p_top .cta_00a dl dd .cta_l ul li:nth-of-type(1), .p_top .cta_01a dl dd .cta_l ul li:nth-of-type(1) {
    margin-right: 2.41546vw;
  }
  .p_top .cta dl dd .cta_l ul li small, .p_top .cta_00a dl dd .cta_l ul li small, .p_top .cta_01a dl dd .cta_l ul li small {
    display: block;
    font-weight: 700;
    font-size: 2.89855vw;
    text-align: left;
    color: #6a5f20;
  }
  .p_top .cta dl dd .cta_l ul li span, .p_top .cta_00a dl dd .cta_l ul li span, .p_top .cta_01a dl dd .cta_l ul li span {
    font-weight: 700;
    font-size: 4.83092vw;
    text-align: left;
    color: #829f00;
  }
  .p_top .cta dl dd .cta_r, .p_top .cta_00a dl dd .cta_r, .p_top .cta_01a dl dd .cta_r {
    margin-top: 2.41546vw;
    position: relative;
    z-index: 1;
  }
  .p_top .cta dl dd .cta_r > a:nth-of-type(1), .p_top .cta_00a dl dd .cta_r > a:nth-of-type(1), .p_top .cta_01a dl dd .cta_r > a:nth-of-type(1) {
    display: block;
    font-size: 0;
    line-height: 0;
    margin-bottom: 2.41546vw;
  }
  .p_top .cta dl dd .cta_r > a:nth-of-type(1)::before, .p_top .cta_00a dl dd .cta_r > a:nth-of-type(1)::before, .p_top .cta_01a dl dd .cta_r > a:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17.14976vw;
    height: 15.94203vw;
    background: url(../img/cta_ic_tel.svg) center/contain no-repeat;
    display: block;
    display: none;
  }
  .p_top .cta dl dd .cta_r > a:nth-of-type(1) span, p_top .cta_00a dl dd .cta_r > a:nth-of-type(1) span, p_top .cta_01a dl dd .cta_r > a:nth-of-type(1) span {
    font-weight: 700;
    font-size: 12.56039vw;
    color: #104158;
    display: block;
    line-height: 1.1;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
  }
  .p_top .cta dl dd .cta_r > a:nth-of-type(1) small, .p_top .cta_00a dl dd .cta_r > a:nth-of-type(1) small, .p_top .cta_01a dl dd .cta_r > a:nth-of-type(1) small {
    font-weight: 700;
    font-size: 2.89855vw;
    display: block;
    color: #104158;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
  }
  .p_top .results {
    padding-bottom: 10.14493vw;
  }
  .p_top .results_main {
    background: #fff;
    -moz-box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.16);
    box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.16);
    margin-top: -8.21256vw;
    position: relative;
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 1.44928vw;
    width: 92.75362vw;
    margin-left: 3.62319vw;
  }
  .p_top .results_main dl {
    border: 0.48309vw solid #6a5f20;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 5.7971vw 0 1.93237vw;
  }
  .p_top .results_main dl dt {
    font-weight: 700;
    font-size: 5.55556vw;
    text-align: left;
    color: #6a5f20;
    position: relative;
    text-align: center;
    padding-bottom: 3.62319vw;
    margin-bottom: 3.62319vw;
  }
/*  .p_top .results_main dl dt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16.18357vw;
    height: 0.96618vw;
    background: #6a5f20;
    display: block;
  }*/
  .p_top .results_main dl dd {
    text-align: center;
  }
  .p_top .results_main dl dd ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p_top .results_main dl dd ul li {
    width: 26.3285vw;
    margin-bottom: 3.62319vw;
  }
  .p_top .results_main dl dd ul li:not(:nth-child(3n)) {
    margin-right: 2.41546vw;
  }
  .p_top .buy {
    background: #73c4ec;
    padding: 10.86957vw 0 11.07085vw;
  }
  .p_top .buy_top {
    text-align: center;
    margin-bottom: 8.45411vw;
  }
  .p_top .buy_top h2 {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.34286;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 9.66184vw;
    margin-bottom: 9.66184vw;
  }
  .p_top .buy_top h2 em {
    position: relative;
    font-style: normal;
  }
  .p_top .buy_top h2 em::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.657vw;
    width: 18.59903vw;
    height: 0.96618vw;
    background: url(../img/dot4.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .buy_top h2::after {
    content: "";
    position: absolute;
    top: -4.58937vw;
    right: 8.69565vw;
    width: 8.65539vw;
    height: 8.25282vw;
    background: url(../img/ic_money.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .buy_top h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5.07246vw;
    background: url(../img/buy_line.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .buy_top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  .p_top .buy_top ul + p {
    text-align: right;
    color: #fff;
    font-weight: 700;
    font-size: 3.86473vw;
  }
  .p_top .buy_top ul li {
    width: 44.44444vw;
    height: 13.04348vw;
    background: #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;
    position: relative;
    padding-left: 12.07729vw;
    margin-bottom: 3.62319vw;
    font-weight: 700;
    font-size: 3.86473vw;
    color: #104158;

    line-height: 1;
  }
  .p_top .buy_top ul li::after {
    content: "";
    position: absolute;
    right: -0.48309vw;
    bottom: -0.48309vw;
    width: 0;
    height: 0;
    border-bottom: 3.38164vw solid #104158;
    border-left: 3.38164vw solid transparent;
    display: block;
  }
  .p_top .buy_top ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.41546vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7.48792vw;
    height: 7.48792vw;
    background: url(../img/ic_check.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .buy_slider {
    position: relative;
  }
  .p_top .buy_slider .swiper-pagination {
    bottom: -6.03865vw;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .buy_slider .swiper-pagination .swiper-pagination-bullet {
    width: 2.89855vw;
    height: 2.89855vw;
    background: #fff;
    opacity: 1;
    margin: 0 0.96618vw;
  }
  .p_top .buy_slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #104158;
  }
  .p_top .buy_slider .slider ul li {
    width: 36.23188vw;
    height: 37.19807vw;
  }
  .p_top .buy_slider .slider ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .purchaser {
    background: #fff url(../img/purchaser_bg.webp) repeat;
    padding: 12.07729vw 0 9.66184vw;
    text-align: center;
  }
  .p_top .purchaser h2 {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.34286;
    color: #104158;
    padding-bottom: 9.33977vw;
    margin-bottom: 7.24638vw;
    position: relative;
    display: inline-block;
  }
  .p_top .purchaser h2 span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7.40741vw, #fecb00), color-stop(7.40741vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #fecb00 7.40741vw, transparent 7.40741vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fecb00 7.40741vw, transparent 7.40741vw, transparent 100%);
    background: linear-gradient(to top, #fecb00 7.40741vw, transparent 7.40741vw, transparent 100%);
  }
  .p_top .purchaser h2::after {
    content: "";
    position: absolute;
    top: -2.41546vw;
    right: -9.25926vw;
    width: 13.28502vw;
    height: 12.47987vw;
    background: url(../img/purchaser_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .purchaser h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5.07246vw;
    background: url(../img/purchaser_line.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .purchaser_top {
    text-align: left;
  }
  .p_top .purchaser_top figure {
    margin-bottom: 6.03865vw;
  }
  /*.p_top .purchaser_top .txt {
    background: url(../img/purchaser_line1.webp) left 0vw top 1px repeat-y;
  }*/
  .p_top .purchaser_top .txt p {
    font-size: 3.86473vw;
    line-height: 2.25;
  }
  .p_top .purchaser_top .txt p span {
    font-weight: 700;
    color: #DB1C1C;
  }
  .p_top .purchaser_bot {
    margin-top: 21.73913vw;
    text-align: left;
  }
  .p_top .purchaser_bot dl {
    border: 0.48309vw solid #104158;
    position: relative;
    background: #fff;
    position: relative;
  }
  .p_top .purchaser_bot dl:not(:last-child) {
    margin-bottom: 16.90821vw;
  }
  .p_top .purchaser_bot dl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.93237vw;
    background: #dfeff7;
    border-top: 0.48309vw solid #104158;
    display: block;
  }
  .p_top .purchaser_bot dl:nth-of-type(2) dt {
    padding-top: 1.69082vw;
  }
  .p_top .purchaser_bot dl:nth-of-type(2) dt img {
    width: 46.61836vw;
  }
  .p_top .purchaser_bot dl:nth-of-type(1) dt span {
    position: relative;
  }
  .p_top .purchaser_bot dl:nth-of-type(1) dt span::before {
    content: "";
    position: absolute;
    top: -8.21256vw;
    right: -21.73913vw;
    width: 13.28502vw;
    height: 9.90338vw;
    background: url(../img/purchaser_bot_ic.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .purchaser_bot dl dt {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.32143;
    text-align: center;
    color: #104158;
    background: #dfeff7;
    border: 0.48309vw solid #104158;
    padding: 4.83092vw 0;
    position: absolute;
    left: 50%;
    top: -12.56039vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 86.95652vw;
    position: relative;
  }
  .p_top .purchaser_bot dl dt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4.83092vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.07246vw;
    height: 4.83092vw;
    background: url(../img/box_ar.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .purchaser_bot dl dt img {
    vertical-align: bottom;
  }
  .p_top .purchaser_bot dl dd {
    padding: 0 6.03865vw 7.24638vw;
  }
  .p_top .purchaser_bot dl dd figure {
    margin-bottom: 6.03865vw;
  }
  .p_top .purchaser_bot dl dd p {
    font-size: 4.34783vw;
    line-height: 1.5;
    color: #000;
  }
  .p_top .purchaser_bot dl dd p span {
    color: #31A6D5;
  }
  .p_top .real {
    background: #73c4ec;
    text-align: center;
    /*padding: 9.66184vw 0 19.32367vw;*/
	  padding: 9.66184vw 0 11.0vw;/* 2026.04.07 addition rk */
    position: relative;
  }
  .p_top .real::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5.7971vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14.7343vw solid transparent;
    border-right: 14.7343vw solid transparent;
    border-top: 10.86957vw solid #fff;
  }
  .p_top .real .row {
    max-width: 160.38647vw;
  }
  .p_top .real h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.32258;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 13.28502vw;
    margin-bottom: 2.41546vw;
  }
  .p_top .real h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7.48792vw;
    height: 7.48792vw;
    background: url(../img/real_tt_ic2.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .real h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 106.28019vw;
    height: 8.9372vw;
    background: url(../img/real_tt_ic1.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .real h2 span {
    font-weight: 700;
    font-size: 8.45411vw;
    text-align: center;
    color: #fff;
  }
  .p_top .real ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -12.07729vw;
    margin-bottom: 8.45411vw;
  }
  .p_top .real ul li {
    width: 45.41063vw;
    font-weight: 700;
    font-size: 2.89855vw;
    line-height: 1.22222;
    color: #151515;
    margin-bottom: 2.41546vw;
    border: 0.72464vw solid #e6f7ff;
    background: #fff;
    position: relative;
    padding: 2.41546vw 0 2.41546vw 10.86957vw;
    text-align: left;
  }
  .p_top .real ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3.62319vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5.7971vw;
    height: 4.58937vw;
    background: url(../img/real_ic_check.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .real ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.48309vw solid #104158;
    display: block;
  }
  .p_top .real ul li span {
    color: #FE8900;
  }
  .p_top .real ul li:nth-of-type(1) {
    width: 100%;
    font-size: 3.86473vw;
    padding: 4.34783vw 0 4.34783vw 14.49275vw;
  }
  .p_top .real ul li:nth-of-type(1)::before {
    width: 7.97101vw;
    height: 6.28019vw;
  }
  .p_top .real p {
    font-size: 7.00483vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.33333;
  }
  .p_top .real p img {
    vertical-align: bottom;
    width: 83.81643vw;
  }
  .p_top .real p small {
    font-size: 6.76329vw;
  }
  .p_top .reasons .head {
    background: #104158;
    text-align: center;
  }
  .p_top .reasons .head h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 9.90338vw;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 6.03865vw 0 8.45411vw;
  }
  .p_top .reasons .head h2 span {
    position: relative;
    z-index: 1;
  }
  .p_top .reasons .head h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -21.73913vw;
    width: 46.69887vw;
    height: 50.08052vw;
    background: url(../img/reasons_tit_man.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .reasons .head h2::before {
    content: "";
    position: absolute;
    left: -16.90821vw;
    top: -4.83092vw;
    width: 18.11594vw;
    height: 18.11594vw;
    background: url(../img/reasons_tit_ic_sp.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .reasons .head h2 small {
    font-size: 5.7971vw;
  }
  .p_top .reasons .bd {
    margin-top: 26.81159vw;
  }
  .p_top .reasons .bd .row {
    padding: 0 3.38164vw;
  }
  .p_top .reasons .bd ul li {
    margin-bottom: 19.32367vw;
    width: 90.33816vw;
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    background: #fff;
    border: 1px solid #e2e2e2;
    position: relative;
    padding: 10.14493vw 4.10628vw 4.10628vw 0;
    margin-left: 3.1401vw;
    max-width: 100%;
  }
  .p_top .reasons .bd ul li::before {
    content: "";
    position: absolute;
    top: -0.72464vw;
    left: -3.38164vw;
    width: 21.98068vw;
    height: 10.14493vw;
    background: url(../img/check.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .reasons .bd ul li > span {
    position: absolute;
    left: 50%;
    top: -14.97585vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p_top .reasons .bd ul li > span img {
    width: 14.97585vw;
  }
  .p_top .reasons .bd ul li h3 {
    font-weight: 700;
    font-size: 4.83092vw;
    color: #fff;
    background: url(../img/tit_bg.webp) 0 0 no-repeat;
    width: 108.69565vw;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 4.83092vw 7.24638vw;
    margin-left: -3.38164vw;
    position: relative;
    margin-bottom: 8.45411vw;
    line-height: 1.25;
  }
  .p_top .reasons .bd ul li h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2.89855vw;
    width: 0;
    height: 0;
    border-top: 2.89855vw solid #000;
    border-left: 3.38164vw solid transparent;
    display: block;
  }
  .p_top .reasons .bd ul li .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 4.10628vw;
  }
  .p_top .reasons .bd ul li .df figure {
    width: 30.43478vw;
  }
  .p_top .reasons .bd ul li .df figure img {
    overflow: hidden;
    -moz-border-radius: 0vw 0vw 0vw 2.41546vw;
    border-radius: 0vw 0vw 0vw 2.41546vw;
  }
  .p_top .reasons .bd ul li .df .txt {
    width: -webkit-calc(100% - 30.43478vw);
    width: -moz-calc(100% - 30.43478vw);
    width: calc(100% - 30.43478vw);
    padding-left: 3.62319vw;
  }
  .p_top .reasons .bd ul li .df .txt p {
    font-size: 3.38164vw;
    line-height: 1.71429;
  }
  .p_top .case {
    background: rgba(223, 239, 247, 0.35);
    padding-bottom: 12.07729vw;
  }
  .p_top .case .row {
    max-width: 178.74396vw;
  }
  .p_top .case_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;
  }
  .p_top .case_top figure {
    width: 28.98551vw;
    margin-top: -6.03865vw;
  }
  .p_top .case_top h2 {
    font-weight: 700;
    font-size: 7.72947vw;
    line-height: 1.34375;
    color: #104158;
    width: -webkit-calc(100% - 28.98551vw);
    width: -moz-calc(100% - 28.98551vw);
    width: calc(100% - 28.98551vw);
    margin-left: -28.98551vw;
    width: 100%;
  }
  .p_top .case_top h2 span {
    color: #FE9C00;
  }
  .p_top .case_top h2 img {
    width: 92.75362vw;
  }
  .p_top .case ul li .ctTop {
    position: relative;
  }
  .p_top .case ul li .ctTop .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .case ul li .ctTop .txt .row {
    height: 100%;
    position: relative;
    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;
  }
  .p_top .case ul li .ctTop .txt .row::after {
    content: "";
    position: absolute;
    left: 3.62319vw;
    bottom: -3.86473vw;
    width: 0;
    height: 0;
    border-left: 4.10628vw solid transparent;
    border-right: 4.10628vw solid transparent;
    border-top: 7.24638vw solid #31a6d5;
  }
  .p_top .case ul li .ctTop .txt .row h3 {
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.33333;
    text-align: left;
    color: #fff;
    text-shadow: 0vw 0vw 2.41546vw #104158;
  }
  .p_top .case ul li .ctTop .txt .row .circle {
    width: 13.52657vw;
    height: 13.52657vw;
    background: #31a6d5;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    font-size: 5.31401vw;
    text-align: center;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: -1.93237vw;
    left: 3.62319vw;
  }
  .p_top .case ul li .ctTop .txt .row .circle small {
    font-weight: 700;
    font-size: 2.41546vw;
    color: #fff;
  }
  .p_top .case ul li .ctTop picture img {
    display: block;
    width: 100%;
    height: 39.61353vw;
    object-fit: cover;
  }
  .p_top .case ul li .ctBot {
    padding: 6.03865vw 3.62319vw 7.24638vw;
  }
  .p_top .case ul li .ctBot p {
    font-weight: 900;
    font-size: 7.72947vw;
    text-align: left;
    color: #104158;
  }
  .p_top .case ul li .ctBot p img {
    width: 57.97101vw;
    vertical-align: sub;
  }
  .p_top .case ul li .ctBot p span {
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.33333;
    text-align: left;
    color: #000;
    position: relative;
  }
  .p_top .case ul li .ctBot p span::after {
    content: "";
    position: absolute;
    top: -5.03221vw;
    right: -13.48631vw;
    width: 14.69404vw;
    height: 14.69404vw;
    background: url(../img/ic_light.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .record {
    background: url(../img/record_bg.webp) repeat;
    padding: 7.24638vw 0 14.49275vw;
    text-align: center;
  }
  .p_top .record .btn_more {
    font-weight: 700;
    font-size: 4.34783vw;
    color: #fff;
    position: relative;
    padding-bottom: 6.76329vw;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p_top .record .btn_more:hover {
    opacity: 0.7;
  }
  .p_top .record .btn_more::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 7.44767vw;
    height: 5.23349vw;
    background: url(../img/btn_more_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .record h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 9.05797vw;
    margin-bottom: 7.24638vw;
    font-weight: 700;
    font-size: 8.9372vw;
    line-height: 1.33333;
    text-align: center;
    color: #fff;
  }
  .p_top .record h2 small {
    font-size: 8.69565vw;
  }
  .p_top .record h2 img {
    vertical-align: bottom;
    margin-left: 2.41546vw;
    width: 9.66184vw;
  }
  .p_top .record h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54.10628vw;
    height: 5.07246vw;
    background: url(../img/record_line.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .record_main {
    text-align: center;
  }
  .p_top .record_main .accordionCt {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .record_main ul {
    text-align: left;
  }
  .p_top .record_main ul li {
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    background: #fff;
    border: 0.72464vw solid #104158;
    padding: 2.41546vw;
    margin-bottom: 4.34783vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_top .record_main ul li > figure {
    width: 32.36715vw;
    height: 46.37681vw;
  }
  .p_top .record_main ul li > figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 3.62319vw;
    border-radius: 3.62319vw;
    overflow: hidden;
  }
  .p_top .record_main ul li .blockTxt1 {
    margin-bottom: 4.34783vw;
    width: -webkit-calc(100% - 32.36715vw);
    width: -moz-calc(100% - 32.36715vw);
    width: calc(100% - 32.36715vw);
    padding-left: 2.41546vw;
  }
  .p_top .record_main ul li .blockTxt1 h3 {
    font-weight: 700;
    font-size: 4.34783vw;
    color: #000;
    position: relative;
    padding-left: 11.83575vw;
    margin-bottom: 2.41546vw;
  }
  .p_top .record_main ul li .blockTxt1 h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9.42029vw;
    height: 12.80193vw;
    background: url(../img/ic_bag.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_l dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.89855vw;
    line-height: 1.66667;
    color: #000;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r {
    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;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 3.62319vw;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r p:nth-of-type(1) {
    font-weight: 700;
    font-size: 3.38164vw;
    color: #fff;
    padding: 0 2.41546vw;
    height: 7.24638vw;
    -moz-border-radius: 3.62319vw;
    border-radius: 3.62319vw;
    background: #a7a7a7;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 1.20773vw;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r p:nth-of-type(2) {
    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;
    margin-left: -7.24638vw;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r p:nth-of-type(2) span {
    font-weight: 700;
    font-size: 4.58937vw;
    line-height: 1;
    color: #73c4ec;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r p:nth-of-type(2) span:nth-of-type(2) {
    font-size: 4.83092vw;
  }
  .p_top .record_main ul li .blockTxt1 .df .df_r p:nth-of-type(2) i {
    font-style: normal;
    font-weight: 700;
    font-size: 13.76812vw;
    line-height: 1;
    color: #fb9e1d;
    margin: 0 2.41546vw -1.69082vw;
  }
  .p_top .record_main ul li .blockTxt2 {
    width: 100%;
  }
  .p_top .record_main ul li .blockTxt2 h4 {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.5;
    border-bottom: 0.48309vw solid #000;
    margin-bottom: 3.1401vw;
    padding-bottom: 3.1401vw;
  }
  .p_top .record_main ul li .blockTxt2 p {
    font-size: 3.38164vw;
    line-height: 1.71429;
  }
  .p_top .customer {
    background: #104158;
    padding: 10.86957vw 0 25.36232vw;
    margin-bottom: -1.44928vw;
  }
  .p_top .customer .row {
    max-width: 143.71981vw;
    padding: 0;
  }
  .p_top .customer_main {
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    background: #fff;
    width: 92.75362vw;
    margin-left: 3.62319vw;
  }
  .p_top .customer_main .head {
    padding: 4.34783vw;
    background: url(../img/customer_bg_sp.webp) left bottom no-repeat;
    -moz-background-size: 92.75362vw 18.59903vw;
    background-size: 92.75362vw 18.59903vw;
    position: relative;
    overflow: hidden;
  }
  .p_top .customer_main .head h2 img {
    width: 53.1401vw;
  }
  .p_top .customer_main .head::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -2.41546vw;
    width: 34.01771vw;
    height: 35.62802vw;
    background: url(../img/customer_man.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .customer_main .bd {
    padding: 7.24638vw 0;
  }
  .p_top .customer_main .bd .cslider {
    width: 66.18357vw;
    margin: 0 auto 0;
  }
  .p_top .customer_main .bd .cslider ul li a {
    position: relative;
  }
  .p_top .customer_main .bd .cslider ul li a::after {
    content: "";
    position: absolute;
    bottom: 3.62319vw;
    right: 3.62319vw;
    width: 9.90338vw;
    height: 9.90338vw;
    background: url(../img/ic_zoom.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .customer_main .bd .customer_slider {
    position: relative;
  }
  .p_top .customer_main .bd .customer_slider .swiper-button-prev {
    width: 7.72947vw;
    height: 7.72947vw;
    background: url(../img/ic_prev.webp) 0 0 no-repeat;
    left: 2.41546vw;
  }
  .p_top .customer_main .bd .customer_slider .swiper-button-next {
    width: 7.72947vw;
    height: 7.72947vw;
    background: url(../img/ic_next.webp) 0 0 no-repeat;
    right: 2.41546vw;
  }
  .p_top .thoughts h2 {
    font-weight: 700;
    font-size: 5.7971vw;
    color: #fff;
    background: url(../img/thoughts_tt_bg.webp) 0 0 no-repeat;
    -moz-background-size: 61.83575vw 14.49275vw;
    background-size: 61.83575vw 14.49275vw;
    margin-top: -7.24638vw;
    margin-left: -3.62319vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    min-width: 61.83575vw;
    height: 14.49275vw;
    padding-left: 12.07729vw;
    position: relative;
    margin-bottom: 9.66184vw;
    position: relative;
  }
  .p_top .thoughts h2::after {
    content: "";
    position: absolute;
    top: 0;
    left: -500%;
    width: 500%;
    height: 100%;
    background: #FB9E1D;
    display: block;
  }
  .p_top .thoughts h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3.62319vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7.08535vw;
    height: 6.11916vw;
    background: url(../img/thoughts_tt_ic.webp) center/contain no-repeat;
    display: block;
  }
/*  .p_top .thoughts .txt {
    background: url(../img/grid.webp) repeat-y;
  }*/
  .p_top .thoughts p {
    font-size: 4.34783vw;
    line-height: 2;
  }
  .p_top .thoughts p:not(:last-child) {
    margin-bottom: 8.69565vw;
  }
  .p_top .owner {
    padding: 9.66184vw 0 16.90821vw;
  }
  .p_top .owner h2 {
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 7.72947vw;
    text-align: center;
    color: #31a6d5;
    position: relative;
    padding-bottom: 3.62319vw;
    margin-bottom: 7.24638vw;
  }
  .p_top .owner h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 21.98068vw;
    height: 0.96618vw;
    background: #31a6d5;
    display: block;
  }
  .p_top .owner h2 span {
    font-weight: 700;
    font-size: 6.03865vw;
    text-align: center;
    color: #31a6d5;
    border-bottom: 1px double #fecb00;
    position: relative;
    display: inline-block;
    margin-bottom: 0.96618vw;
  }
  .p_top .owner h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.96618vw;
    width: 100%;
    height: 1px;
    background: #fecb00;
    display: block;
  }
  .p_top .owner h2 small {
    font-weight: 700;
    font-size: 7.00483vw;
    line-height: 11.11111vw;
    text-align: center;
    color: #31a6d5;
  }
  .p_top .owner ul li {
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    border: 0.72464vw solid #2ab5e2;
    overflow: hidden;
    position: relative;
    margin-bottom: 4.83092vw;
  }
  .p_top .owner ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 72px;
    background: url(../img/owner_check.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .owner ul li h3 {
    background: url(../img/owner_bg.webp) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 3.62319vw;
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.375;
    text-align: center;
    color: #fff;
    text-shadow: 0vw 0vw 1.44928vw rgba(0, 43, 87, 0.8);
  }
  .p_top .owner ul li figure {
    height: 40.09662vw;
  }
  .p_top .owner ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .owner ul li .txt {
    padding: 2.89855vw 3.62319vw 7.24638vw;
  }
  .p_top .owner ul li .txt p {
    line-height: 1.5;
    font-size: 3.38164vw;
  }
  .p_top .owner ul li .txt p span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.34783vw, #fef400), color-stop(4.34783vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #fef400 4.34783vw, transparent 4.34783vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fef400 4.34783vw, transparent 4.34783vw, transparent 100%);
    background: linear-gradient(to top, #fef400 4.34783vw, transparent 4.34783vw, transparent 100%);
  }
  .p_top .flow {
    padding: 5.43478vw 0 2.41546vw;
    background: #f4f9fc;
  }
  .p_top .flow .head {
    text-align: center;
  }
  .p_top .flow .head .txtTop {
    width: 70.04831vw;
    height: 15.94203vw;
    background: url(../img/flow_bg.webp) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    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;
    text-align: left;
    margin-left: auto;
  }
  .p_top .flow .head .txtTop::after {
    content: "";
    position: absolute;
    bottom: 1.20773vw;
    right: -2.41546vw;
    width: 11.75523vw;
    height: 9.66184vw;
    background: url(../img/flow_num.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .flow .head .txtTop p {
    font-size: 3.1401vw;
    line-height: 1.55556;
    color: #31a6d5;
  }
  .p_top .flow .head .txtTop p span {
    color: #FA9514;
    font-weight: 700;
    position: relative;
  }
  .p_top .flow .head .txtTop p span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.93237vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5.07246vw;
    height: 0.72464vw;
    background: url(../img/flow_dots.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .flow .head h2 {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 12.07729vw;
    margin-top: 1.20773vw;
    text-align: right;
  }
  .p_top .flow .head h2 img {
    position: relative;
    z-index: 1;
    width: 71.73913vw;
  }
  .p_top .flow .head h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -7.24638vw;
    width: 39.13043vw;
    height: 42.02899vw;
    background: url(../img/flow_man.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .flow .bd {
    padding: 0 3.62319vw;
    margin-top: 2.41546vw;
  }
  .p_top .flow .bd ul {
    counter-reset: div;
    position: relative;
  }
  .p_top .flow .bd ul::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 175.12077vw;
    width: 29.71014vw;
    background: rgba(16, 65, 88, 0.19);
    display: block;
  }
  .p_top .flow .bd ul li {
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    background: #fff;
    border: 1px solid #31a6d5;
    position: relative;
    margin-bottom: 12.07729vw;
    z-index: 1;
    position: relative;
  }
  .p_top .flow .bd ul li::after {
    content: "STEP";
    position: absolute;
    left: 50%;
    top: -7.24638vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.93237vw;
    font-weight: 700;
    display: block;
    color: #fff;
  }
  .p_top .flow .bd ul li::before {
    counter-increment: div;
    content: "0" counter(div);
    width: 15.94203vw;
    height: 15.94203vw;
    background: #31a6d5;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    font-size: 4.83092vw;
    color: #fff;
    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;
    position: absolute;
    left: 50%;
    top: -10.38647vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p_top .flow .bd ul li h3 {
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.33333;
    text-align: center;
    color: #fff;
    -moz-border-radius: 2.41546vw 2.41546vw 0vw 0vw;
    border-radius: 2.41546vw 2.41546vw 0vw 0vw;
    background: #31a6d5;
    padding: 2.89855vw;
    position: relative;
    z-index: 1;
  }
  .p_top .flow .bd ul li h3 br {
    display: none;
  }
  .p_top .flow .bd ul li h3:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  .p_top .flow .bd ul li .ctB {
    padding: 2.41546vw 2.657vw 3.62319vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .flow .bd ul li .ctB figure {
    width: 19.08213vw;
    height: 18.35749vw;
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .flow .bd ul li .ctB figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .flow .bd ul li .ctB .txt {
    width: -webkit-calc(100% - 19.08213vw);
    width: -moz-calc(100% - 19.08213vw);
    width: calc(100% - 19.08213vw);
    padding-left: 2.41546vw;
  }
  .p_top .flow .bd ul li .ctB .txt p {
    font-size: 3.38164vw;
    line-height: 1.42857;
  }
  .p_top .faq {
    padding: 16.90821vw 0 9.66184vw;
    background: #73c4ec;
    text-align: center;
  }
  .p_top .faq h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 8.69565vw;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 8.05153vw;
    margin-bottom: 8.05153vw;
    position: relative;
  }
  .p_top .faq h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60.86957vw;
    height: 5.07246vw;
    background: url(../img/faq_line.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .faq h2::after {
    content: "";
    position: absolute;
    top: -12.07729vw;
    right: -7.24638vw;
    width: 17.14976vw;
    height: 15.21739vw;
    background: url(../img/faq_ic.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .faq_main dl {
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    background: #fff;
    margin-bottom: 2.89855vw;
    text-align: left;
  }
  .p_top .faq_main dl dt {
    position: relative;
    padding: 3.62319vw 13.28502vw;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.25;
    color: #104158;
  }
  .p_top .faq_main dl dt i {
    position: absolute;
    width: 5.07246vw;
    height: 5.07246vw;
    right: 2.41546vw;
    top: 50%;
    margin-top: -2.41546vw;
    display: block;
  }
  .p_top .faq_main dl dt i:before, .p_top .faq_main dl dt i:after {
    content: "";
    position: absolute;
    background-color: #104158;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .faq_main dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .faq_main dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .faq_main dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p_top .faq_main dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .p_top .faq_main dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 3.62319vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7.24638vw;
    height: 7.24638vw;
    background: #fecb00;
    font-weight: 700;
    font-size: 4.10628vw;
    color: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    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;
    padding-bottom: 1.20773vw;
  }
  .p_top .faq_main dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .faq_main dl dd .answer {
    position: relative;
    padding: 3.62319vw 3.62319vw 3.62319vw 13.28502vw;
  }
  .p_top .faq_main dl dd .answer p {
    font-size: 3.38164vw;
    line-height: 1.5;
    color: #000;
  }
  .p_top .faq_main dl dd .answer::before {
    content: "A";
    position: absolute;
    top: 4.83092vw;
    left: 3.62319vw;
    width: 7.24638vw;
    height: 7.24638vw;
    background: #104158;
    font-weight: 700;
    font-size: 4.10628vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    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;
    padding-bottom: 1.20773vw;
  }
  .p_top .contact {
    padding: 10.86957vw 0 7.24638vw;
  }
  .p_top .contact .head {
    text-align: center;
  }
  .p_top .contact .head h2 {
    font-weight: 700;
    font-size: 8.9372vw;
    text-align: center;
    color: #104158;
    position: relative;
    padding-top: 13.28502vw;
    margin-bottom: 1.20773vw;
  }
  .p_top .contact .head h2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 13.04348vw;
    height: 13.04348vw;
    background: url(../img/contact_ic_mail.webp) center/contain no-repeat;
    display: block;
  }
  .p_top .contact .head p {
    font-weight: 700;
    font-size: 3.86473vw;
    color: #104158;
    margin-bottom: 6.03865vw;
  }
  .p_top .contact .head a {
    position: relative;
    margin-bottom: 3.62319vw;
    display: inline-block;
    text-align: left;
  }
  .p_top .contact .head a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17.14976vw;
    height: 15.94203vw;
    background: url(../img/cta_ic_tel.svg) center/contain no-repeat;
    display: block;
    display: none;
  }
  .p_top .contact .head a span {
    font-weight: 700;
    font-size: 12.56039vw;
    color: #104158;
    display: block;
    line-height: 1.1;
    text-indent: -9999px;
    display: none;
  }
  .p_top .contact .head a small {
    font-weight: 700;
    font-size: 2.89855vw;
    display: block;
    color: #104158;
    text-indent: -9999px;
    display: none;
  }
  .p_top .contact .form {
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    border: 0.72464vw solid #104158;
    padding: 6.03865vw 3.62319vw 7.24638vw;
  }
  .p_top .contact .form > p {
    font-size: 3.38164vw;
    text-align: center;
    color: #104158;
    margin-bottom: 7.24638vw;
  }
  .p_top .contact .form dl {
    margin-bottom: 6.52174vw;
  }
  .p_top .contact .form dl dt {
    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;
    font-weight: 700;
    font-size: 3.86473vw;
    margin-bottom: 1.93237vw;
  }
  .p_top .contact .form dl dt span {
    width: 11.83575vw;
    height: 5.7971vw;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    background: #fa8007;
    font-size: 3.38164vw;
    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-weight: 400;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 12.56039vw;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 64.25121vw;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    perspective: 1px;
    width: 44.92754vw;
    height: 12.56039vw;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
    position: relative;
  }
  .p_top .contact .form dl dd .select label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.20773vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7.48792vw;
    height: 5.55556vw;
    background: url(../img/select_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    padding: 0 8.45411vw 0 2.41546vw;
    background: transparent;
    font-weight: 400;
    font-size: 3.86473vw;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .contact .form .formBot {
    text-align: center;
  }
  .p_top .contact .form .formBot button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    font-weight: 700;
    font-size: 5.31401vw;
    color: #fff;
    width: 56.03865vw;
    height: 15.45894vw;
    -moz-border-radius: 3.62319vw;
    border-radius: 3.62319vw;
    background: #fa8007;
  }
  .p_top .contact .form .formBot .list_checkbox {
    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;
    padding-bottom: 8.45411vw;
  }
  .p_top .contact .form .formBot .list_checkbox div, .p_top .contact .form .formBot .list_checkbox .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .form .formBot .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 3.38164vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
  }
  .p_top .contact .form .formBot .list_checkbox label a {
    color: #31A6D5;
  }
  .p_top .contact .form .formBot .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .form .formBot .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 7.24638vw;
  }
  .p_top .contact .form .formBot .list_checkbox label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 4.83092vw;
    height: 4.83092vw;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    background: #fff;
    border: 1px solid #000;
  }
  .p_top .contact .form .formBot .list_checkbox label span::after {
    left: 1.44928vw;
    top: 0;
    width: 1.93237vw;
    height: 3.86473vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .form .formBot .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .company {
    padding: 7.24638vw 0 6.03865vw;
    background: #73c4ec;
    text-align: center;
  }
  .p_top .company .row {
    max-width: 136.71498vw;
  }
  .p_top .company h2 {
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    background: #fff;
    font-weight: 700;
    font-size: 4.83092vw;
    color: #73c4ec;
    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: 4.83092vw;
    height: 15.21739vw;
  }
  .p_top .company .dlist {
    text-align: left;
  }
  .p_top .company .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.62319vw 0;
    border-bottom: 1px solid #fff;
    font-size: 3.38164vw;
    line-height: 1.25;
    color: #fff;
  }
  .p_top .company .dlist dl dt {
    width: 31.40097vw;
    font-weight: 700;
  }
  .p_top .company .dlist dl dd {
    width: -webkit-calc(100% - 31.40097vw);
    width: -moz-calc(100% - 31.40097vw);
    width: calc(100% - 31.40097vw);
  }
  .p_top .company .dlist dl dd a {
    color: #fff;
  }
  .boxoverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.62);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    width: auto;
    height: auto;
    z-index: -1;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .modal.open {
    visibility: visible;
    z-index: 2000;
  }
  .modal.open .m_in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .modal .wrap_modal {
    max-height: 60vh;
    overflow: auto;
  }
  .modal .m_in {
    background: #fff;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
  }
  .modal .m_in img {
    vertical-align: bottom;
  }
  .modal .m_area {
    position: relative;
  }
  .modal .btn_close {
    position: absolute;
    top: -14.49275vw;
    right: 0;
    width: 12.07729vw;
    height: 12.07729vw;
    cursor: pointer;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 12.07729vw 7.24638vw 7.24638vw;
  }
  .p_thanks .thanks h3 {
    font-weight: 700;
    font-size: 9.05797vw;
    color: #104158;
    position: relative;
    padding-top: 12.07729vw;
    margin-bottom: 7.24638vw;
  }
  .p_thanks .thanks h3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10.86957vw;
    height: 10.86957vw;
    background: url(../img/contact_ic_mail.webp) center/contain no-repeat;
    display: block;
  }
  .p_thanks .thanks p, .p_thanks .thanks a {
    font-size: 3.38164vw;
    line-height: 1.42857;
  }
  .p_thanks .thanks p:not(:last-child) {
    margin-bottom: 3.62319vw;
  }
  .p_thanks .thanks p:last-child {
    margin-bottom: 6.52174vw;
  }
  .p_top .results_main dl dt img{
    width: 80%;
  }
  .p_top .results_main dl dd iframe{
    width: 90%;
    height: 200px;
  }
}

.error {
  display: block !important;
  color: #ff0000;
  width: 100%;
  text-align: left;
}

.policy h3{
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin:30px 0;
}
.policy p{
  margin-bottom: 50px;
}

@media screen and (max-width:1450px) {

  /*2026.04.07 addition rk ---*/
  .cta_bottom_text_set_01a .cta_link_a,
  .cta_bottom_text_set_01a .cta_link_a:link,
  .cta_bottom_text_set_01a .cta_link_a:visited,
  .cta_bottom_text_set_01a .cta_link_a:hover{
	color: blue; /* リンクを青色に */
	text-decoration: underline; /* 下線を引く */
  }

  #fixed_pc{
    display: none;
  }
}
#fixed_pc{
  width: 190px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  z-index: 999;
  box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
  border-radius: 5px 0 0 5px;
  text-align: left;
  padding: 20px 0;
}
#fixed_pc .nav{
  padding: 0 20px 15px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 15px;
}
#fixed_pc .nav li{
  margin-bottom: 0.1rem;
}
#fixed_pc .nav li a{
  font-size: 1.2rem;
  font-weight: bold;
}
#fixed_pc .txt{
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 8px;
}
#fixed_pc .tel{
  text-align: center;
  margin-bottom: 15px;
}
#fixed_pc .tel a{
  padding-left: 20px;
  font-weight: bold;
  font-size: 21px;
  background: url(https://xn--119-zj4b4csc3grb4re5183q.jp/img/ico_tel.webp) left center/15px auto no-repeat;
}
#fixed_pc .btnbox{
  padding: 0 15px;
}
#fixed_pc .btnbox li:first-child{
  margin-bottom: 10px;
}
#fixed_pc .btnbox li .mail, #fixed_pc .btnbox li .line {
  display: block;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 20px;
}
#fixed_pc .btnbox li .mail{
  background: #104158;
}
#fixed_pc .btnbox li .line{
  background: #00c300;
}


.syoyo{
  text-align: center;
}
.syoyo img{
  width:60%;
  margin-top: 30px;
}
@media screen and (max-width:480px) {

  /*2026.04.07 addition rk ---*/
  .cta_bottom_text_set_01a .cta_link_a,
  .cta_bottom_text_set_01a .cta_link_a:link,
  .cta_bottom_text_set_01a .cta_link_a:visited,
  .cta_bottom_text_set_01a .cta_link_a:hover{
	color: blue; /* リンクを青色に */
	text-decoration: underline; /* 下線を引く */
  }

  .modal {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 98;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .modal span {
    cursor: pointer;
    width: 27px;
    height: 27px;
    display: block;
    margin-left: auto;
    margin-right: 11px;
  }
}

.blog-box {
  padding: 30px 0 60px;
  text-align: center;
}
.blog-box h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  padding-top: 45px;
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.33333;
  text-align: center;
  color: #104158;
}
.blog-box h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  height: 21px;
  background: url(../img/faq_line_2.webp) no-repeat scroll top center / 100% auto;
  display: block;
}
.blog-box h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
  height: 42px;
  background: url(../img/blog-icon.webp) center/contain no-repeat;
  display: block;
}
.blog-box__main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 786px;
}
.blog-box__main--items {
  width: calc(100% / 3);
  margin-bottom: 40px;
  padding: 0 18px;
  text-align: left;
}
.blog-box__main--items .thumbnail {
  margin-bottom: 5px;
}
.blog-box__main--items .text span {
  font-size: 14px;
  line-height: 16px;
  color: #31A6D5;
  margin-bottom: 5px;
}
.blog-box__main--items .text h3 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-box__main--items .text p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.blog-box__btn {
  text-align: center;
  padding-top: 15px;
}
.blog-box__btn .more {
  display: inline-block;
  width: 100%;
  max-width: 292px;
  background: #FA8007;
  text-align: center;
  border-radius: 15px;
  font-size: 23px;
  line-height: 81px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px), print {
  .blog-box  {
    overflow: hidden;
  }
  .blog-box h2 {
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-top: 35px;
  }
  .blog-box h2::before {
    width: 240px;
    height: 21px;
  }
  .blog-box__main {
    margin: 0 -8px;
  }
  .blog-box__main--items {
    width: calc(100% / 2);
    margin-bottom: 34px;
    padding: 0 8px;
  }
  .blog-box__main--items .text span {
    font-size: 12px;
  }
  .blog-box__main--items .text h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10x;
  }
  .blog-box__main--items .text p {
    font-size: 12px;
    line-height: 14px;
  }
  .blog-box__btn {
    padding-top: 5px;
  }
  .blog-box__btn .more {
    max-width: 232px;
    font-size: 19px;
    line-height: 64px;
  }
}
.video{
  display:flex;
  width: 50%;
  margin: 0 auto;
}

.video .youtube{
  width:100%;
}
.video iframe{
  width:100%;
  height:250px;
  padding-right:20px;
}
.f-contact{
  padding-top:30px;
  padding-bottom: 30px;
}

 .p_top .sponsor_top h2::after{
background:none;
 }
@media screen and (max-width: 480px), print {
  .video{
    display:flex;
    width: 100%;
    margin: 0 auto;

  }

  .video{
    display:block;
  }
  .video iframe{
    width:100%;
    height:190px;
    padding-right:0px;
  }
}
