@media (min-width: 1024px) {
    .top .modal-video {
        height: 100vh;
        width: 100vw;
        padding: 60px 230px
    }

    .top .modal-video-body {
        max-width: none;
        padding: 0
    }

    .top .modal-video-inner {
        padding: 0
    }

    .top .modal-video-movie-wrap {
        position: static
    }
}

.p-ttl__en span {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: .05em;
    font-weight: bold;
    font-family: "Sarabun", sans-serif;
    color: #515A6C;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid
}

.p-ttl__jp {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: .025em;
    font-weight: bold;
    margin-top: 10px
}

@media (max-width: 1023px) {
    .p-ttl__jp {
        font-size: 24px;
        line-height: 40px;
        margin-left: -5px;
        margin-top: 18px
    }
}

html.is-ipad * .fv {
    max-height: 750px
}

.fv {
    position: relative;
    height: 778px;
    overflow: hidden
}

@media (max-width: 1023px) {
    .fv {
        height: 490px;
    }
}

.fv::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 128px;
    width: 100%;
    background: #1236e6
}

@media (max-width: 1023px) {
    .fv::before {
        height: 36px;
        width: 100%
    }
}

.fv__box {
    display: block
}

@media (min-width: 1024px) {
    .fv__box {
        position: absolute;
        left: calc(50% - 550px);
        top: 41.5%;
        transform: translateY(-50%)
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1149px) {
    .fv__box {
        left: 20px
    }
}

@media (max-width: 1023px) {
    .fv__box {
        margin: 0 auto 0;
        max-width: calc(100% - 30px);
        text-align: center;
    }
}

@media only screen and (max-width: 370px) {
    .fv__box {
        margin-top: 4vh
    }
}

@media only screen and (max-width: 350px) {
    .fv__box {
        margin-top: 1vh
    }
}

.fv__ttl{
    padding: 0 2.2em 1em;
    font-size: 1.2em;
    font-weight: bold;
}
@media (max-width: 1023px) {
    .fv__ttl{
        text-align: center;
        padding: 0 0 1em;
        font-size: 4.4vw;
        line-height: 1.2;
    }
}

@media (max-width: 1023px) {
    .fv__txt {
        width: 340px;
    }
}

.fv__img {
    height: auto;
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 270px;
}

@media (min-width: 1024px) {
    .fv__img {
        bottom: 0;
        width: 36.7647%;
        right: 7%
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1149px) {
    .fv__img {
        right: 20px
    }
}

@media (max-width: 1023px) {
    .fv__img {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 350px) {
    .fv__img {
        width: 250px
    }
}

.fv__bot-txt {
    position: absolute;
    bottom: -9px;
    font-family: "Sarabun", sans-serif;
    font-size: 120px;
    line-height: 1;
    font-weight: 800;
    opacity: .2;
    color: transparent;
    -webkit-text-stroke: 1px #fff
}

@media (max-width: 1023px) {
    .fv__bot-txt {
        font-size: 30px;
        width: 390px;
        text-align: center;
        transform: translateX(-50%);
        opacity: .4;
    }
}

.fv__bot-txt.is-left {
    left: calc(50% - 650px);
    letter-spacing: .075em
}

@media (max-width: 1023px) {
    .fv__bot-txt.is-left {
        left: calc(50% - 100px);
        bottom: 4px;
    }
}

.fv__bot-txt.is-right {
    right: calc(50% - 685px);
    letter-spacing: .05em
}

@media (max-width: 1023px) {
    .fv__bot-txt.is-right {
        right: calc(50% - 460px);
        bottom: 4px;
    }
}

.fv .fv-scroll {
    display: block;
    width: 50px;
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -25px;
    text-align: center;
    line-height: 1;
    font-size: 0
}

@media (max-width: 1023px) {
    .fv .fv-scroll {
        left: auto;
        margin-left: auto;
        right: -1px;
        bottom: 8px;
        z-index: 5
    }
}

.fv .fv-scroll__txt {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    font-weight: bold;
    font-family: "Sarabun", sans-serif;
    color: #fff;
}

@media (max-width: 1023px) {
    .fv .fv-scroll__txt {
        transform-origin: center;
        transform: rotate(-90deg);
        position: absolute;
        left: 3px;
        top: -35px;
        color: #000;
    }
}

.fv .fv-scroll__oval {
    display: inline-block;
    width: 20px;
    height: 26px;
    margin-top: 9px;
    background: url("../../img/top/bg_fv-scroll.png") center/17px 26px no-repeat;
    position: relative;
    overflow: hidden
}

.fv .fv-scroll__oval span {
    animation: ani-scroll-down 2s linear infinite;
    position: absolute;
    top: 4px;
    left: 50%;
    width: 1px;
    height: 8px;
    background: black;
    border-radius: 2px
}

.fv-main {
    margin-top: 40px;
    position: relative;
}

@media (max-width: 1023px) {
    .fv-main {
        margin-top: 27px;
    }
}

.fv-gallery {
    position: relative;
    z-index: 2;
    margin-top: -31px
}

.fv-gallery::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 196px;
    z-index: -2;
    background: #1236e6;
}

@media (max-width: 1023px) {
    .fv-gallery::before {
        height: 0
    }
}

.fv-gallery__arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer
}

@media (max-width: 1023px) {
  .fv-gallery__arrow {
    margin-top: -20px
  }
}

.fv-gallery__arrow.is-next {
  right: calc(50% - 538px - 23px)
}

@media only screen and (max-width: 1099px) {
  .fv-gallery__arrow.is-next {
    right: calc(50% - 450px - 23px)
  }
}

@media (max-width: 1023px) {
  .fv-gallery__arrow.is-next {
    right: calc(50% - 165px - 10px)
  }
}

.fv-gallery__arrow.is-prev {
  left: calc(50% - 538px - 23px)
}

@media only screen and (max-width: 1099px) {
  .fv-gallery__arrow.is-prev {
    left: calc(50% - 450px - 23px)
  }
}

@media (max-width: 1023px) {
  .fv-gallery__arrow.is-prev {
    left: calc(50% - 165px - 10px)
  }

  .fv-gallery__arrow.is-prev img {
    transform: rotate(180deg);
    transform-origin: center
  }
}

.fv-gallery .swiper-slide {
  width: 1076px;
  transform-origin: center center;
  transform: scale(0.81);
  transition: transform 1s;
  margin: 0 -28px;
  overflow: hidden;
}

@media only screen and (max-width: 1099px) {
  .fv-gallery .swiper-slide {
    width: 900px
  }
}

@media (max-width: 1023px) {
  .fv-gallery .swiper-slide {
    width: 330px;
    margin: 0 -10px
  }
}

.fv-gallery .swiper-slide.swiper-slide-duplicate-active,
.fv-gallery .swiper-slide.swiper-slide-active {
  transform: scale(1)
}

.fv-gallery .fv-gallery-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.fv-gallery .fv-gallery-item:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 59.58904%
}

@media (max-width: 1023px) {
    .fv-gallery .fv-gallery-item:before {
        padding-top: 458px
    }
}

.fv-gallery .fv-gallery-link {
    display: flex;
}

.fv-gallery .fv-gallery-img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    margin: auto;
}

.reason {
    text-align: center;
    position: relative
}

@media (max-width: 1023px) {
    .reason .container1240 {
        padding: 0 18px 50px;
    }
}

@media only screen and (max-width: 370px) {
    .reason__ttl-jp {
        font-size: 22px
    }
}

.reason::after,
.reason::before {
    content: "";
    position: absolute;
    left: 0;
}

.reason::before {
    top: -1px;
    width: 50%;
    z-index: -1;
    height: 271px
}

@media (max-width: 1023px) {
    .reason::before {
        height: 358px
    }
}

.reason::after {
    width: 100%;
    bottom: -1px;
    height: 67px
}

@media (max-width: 1023px) {
    .reason::after {
        height: 50px
    }
}

.reason .reason-bg {
    background: white;
    position: relative;
    padding: 66px 25px 45px;
    z-index: 2
}

@media (max-width: 1023px) {
    .reason .reason-bg {
        padding: 38px 12px 50px
    }
}

.reason .reason-hd__txt {
    display: block;
    font-size: 27px;
    line-height: 46px;
    letter-spacing: .025em
}

@media (max-width: 1023px) {
    .reason .reason-hd__txt {
        font-size: 22px;
        line-height: 37px
    }
}

.reason .reason-hd__txt .sub-blue {
    color: #004C7A
}

.reason .reason-hd__txt .main-blue {
    color: #1236E6
}

.reason .reason-hd__txt b+b {
    margin-left: -0.5em
}

.reason .reason-hd__txt~.reason-hd__txt {
    position: relative;
    padding-top: 30px
}

.reason .reason-hd__txt~.reason-hd__txt::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background: #1236E6;
    border-radius: 50%
}

.reason .reason-hd__logo {
    margin-top: 20px
}

@media (max-width: 1023px) {
    .reason .reason-hd__logo {
        width: 294px;
        display: block;
        margin: 25px auto 0
    }
}

.reason__ttl-en {
    margin-top: 72px
}

@media (max-width: 1023px) {
    .reason__ttl-en {
        margin-top: 0px
    }
}

.reason .reason-grid {
    margin: 65px auto 0
}

@media (min-width: 1024px) {
    .reason .reason-grid {
        width: 930px;
        display: flex;
        justify-content: space-between
    }
    .reason.beautyplan .reason-grid {
        justify-content: center;
    }
}

@media (max-width: 1023px) {
    .reason .reason-grid {
        width: calc(100% - 35px);
        margin-top: 55px
    }
}

.reason .reason-grid .reason-item {
    display: block;
    position: relative;
    z-index: 2;
    cursor:default;
}

@media (min-width: 1024px) {
    .reason .reason-grid .reason-item {
        width: 30%
    }
}

@media (max-width: 1023px) {
    .reason .reason-grid .reason-item~.reason-item {
        margin-top: 40px
    }
}

.reason .reason-grid .reason-item .reason-bg {
    background: #1236E6;
    transition: opacity 0.3s;
    position: relative;
    padding: 50px 20px;
    text-align: left
}

.reason .reason-grid .reason-item__num {
    position: absolute;
    z-index: 1;
    left: -0.3em;
    top: 46%;
    font-size: 188px;
    line-height: 1;
    font-family: "Sarabun", sans-serif;
    font-weight: bold;
    opacity: 0.17;
    color: #5C5F62;
    transform: translateY(-50%)
}

.reason .reason-grid .reason-item__icon {
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 20px
}

.reason .reason-grid .reason-item__en {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: .05em;
    font-weight: bold;
    font-family: "Sarabun", sans-serif;
    color: white;
    position: relative
}

.reason .reason-grid .reason-item__en::before {
    content: "";
    position: absolute;
    left: -44px;
    top: 11px;
    width: 45px;
    height: 1px;
    background: white
}

.reason .reason-grid .reason-item__jp {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .025em;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: 7px
}

.reason .reason-grid .reason-item__arrow {
    position: absolute;
    z-index: 3;
    bottom: -18px;
    left: 50%;
    margin-left: -21px
}

@media only screen and (min-width: 1025px) {
    /* .reason .reason-grid .reason-item:hover .reason-bg {
        opacity: 0.7
    } */
}

.reason__btn {
    margin-top: 95px
}
.beautyplan .reason__btn {
    width: 410px;
}

@media (max-width: 1023px) {
    .reason__btn {
        margin-top: 68px
    }
}

.practice {
    background: #F2F2F2;
    padding-top: 110px;
    padding-bottom: 40px;
    position: relative
}

.campaign_bnr {
    padding: 0 0 110px
}

@media (max-width: 1023px) {
    .practice {
        padding-top: 50px
    }

    .practice .container1076 {
        padding: 0 23px
    }
    .campaign_bnr {
        padding: 0 10px
    }
    
}

.practice .practice-box {
    background: #1236E6 url("../../img/top/bg_practice-line.png") left center/72px 238px no-repeat;
    border-radius: 4px;
    position: relative;
    height: 277px;
    display: flex;
    align-items: center;
    padding-left: 80px
}

@media (max-width: 1023px) {
    .practice .practice-box {
        display: block;
        height: auto;
        padding: 10px 20px 100px 30px;
        background: #1236E6 url("../../img/top/bg_practice-line_sp.png") center top/238px 72px no-repeat
    }
}

.practice .practice-box__en {
    color: white;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .05em;
    font-weight: bold;
    font-family: "Sarabun", sans-serif
}

.practice .practice-box__jp {
    color: white;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: .05em;
    font-weight: bold;
    position: relative;
    margin-left: 36px;
    padding-left: 40px
}

@media (max-width: 1023px) {
    .practice .practice-box__jp {
        margin: 0;
        padding: 0;
        font-size: 20px;
        line-height: 32px;
        margin-top: 26px;
        padding-top: 21px
    }
}

.practice .practice-box__jp::before {
    content: "";
    position: absolute;
    background: white
}

@media (min-width: 1024px) {
    .practice .practice-box__jp::before {
        left: 0;
        top: 50%;
        width: 1px;
        height: 62px;
        margin-top: -31px
    }
}

@media (max-width: 1023px) {
    /* .practice .practice-box__jp::before {
        width: 93px;
        height: 1px;
        top: 0;
        left: calc(50% - 5px);
        margin-left: -46px
    } */
}

.practice .practice-box__img {
    position: absolute;
    right: 35px;
    bottom: 0
}

@media (max-width: 1023px) {
    .practice .practice-box__img {
        bottom: 45px;
        right: -5px;
        width: 147px;
    }
}

.practice__btn {
    position: relative;
    z-index: 2;
    top: -34px
}

@media (max-width: 1023px) {
    .practice__btn {
        top: -48px;
    }
    .practice__btn span{
        letter-spacing: -0.5px;
        margin-left: -24px;
    }
}

.video {
    position: relative;
    text-align: center;
    padding-top: 48px
}

@media (max-width: 1023px) {
    .video {
        padding-top: 18px
    }
}

.video .video-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 66px
}

@media (max-width: 1023px) {
    .video .video-iframe {
        margin-top: 27px
    }
}

.video .video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.video::before {
    content: "";
    background: #F2F2F2;
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    top: -1px;
    height: 387px
}

@media (max-width: 1023px) {
    .video::before {
        height: 220px
    }
}

.video .video-wrapper {
    display: block;
    margin-top: 66px;
    position: relative
}

@media (max-width: 1023px) {
    .video .video-wrapper {
        margin-top: 27px
    }
}

.video .video-wrapper .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video .video-wrapper .button__icon {
    width: 88px;
    height: 88px;
    position: relative;
    border: 3px solid white;
    border-radius: 50%
}

@media (max-width: 1023px) {
    .video .video-wrapper .button__icon {
        width: 60px;
        height: 60px
    }
}

.video .video-wrapper .button__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent white
}

.video .video-wrapper .button__txt {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: .05em;
    font-weight: bold;
    font-family: "Sarabun", sans-serif;
    color: white;
    margin-top: 12px
}

@media (max-width: 1023px) {
    .video .video-wrapper .button__txt {
        font-size: 18px;
        line-height: 23px;
        margin-top: 3px
    }
}

.plan {
    margin: 90px 0 0;
    text-align: center
}

@media (max-width: 1023px) {
    .plan {
        margin: 0px 0 40px ;
    }
}

.plan .plan-price {
    margin-top: -24px
}

.plan__btn {
    margin-top: 107px
}

@media (max-width: 1023px) {
        
    .plan .plan-price {
        margin-top: -21px
    }
    .plan__btn {
        margin-top: 75px
    }
}

.clinic {
    margin-top: 83px;
    text-align: center
}

@media (max-width: 1023px) {
    .clinic {
        margin-top: 0px
    }
}

.clinic__ttl-en {
    margin-top: 90px
}

@media (max-width: 1023px) {
    .clinic__ttl-en {
        margin-top: 73px
    }
}

.clinic .clinic-grid {
    margin-top: 63px;
    padding-bottom: 95px;
    position: relative
}

@media (max-width: 1023px) {
    .clinic .clinic-grid {
        margin-top: 80px;
        padding-bottom: 63px
    }
}

.clinic .clinic-grid::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: calc(100% - 223px);
    background: #F7F7F7;
    z-index: -1
}

.faq {
    padding-top: 120px;
    padding-bottom: 50px
}

@media (max-width: 1023px) {
    .faq {
        padding-top: 80px
    }
}

.faq__ttl-en,
.faq__ttl-jp {
    text-align: center
}

.faq .faq-btns {
    margin-top: 64px
}

@media (max-width: 1023px) {
    .faq .faq-btns {
        margin-top: 51px
    }
}

.faq .faq-list {
    margin-top: 65px
}

@media (max-width: 1023px) {
    .faq .faq-list {
        margin-top: 60px
    }
}






.clinic-price {
padding-top: 80px;
}

@media (max-width: 1023px) {
.clinic-price {
    padding-top: 60px;
}
}

.clinic-price .c-btn {
padding-right: 20px
}

@media (max-width: 1023px) {
.clinic-price .c-btn {
    padding-right: 35px
}
}

.clinic-price .c-btn__arrow {
right: 15px
}

@media (max-width: 1023px) {
.clinic-price .c-btn__arrow {
    right: 10px
}
}

.clinic-price .price-note {
width: 792px;
max-width: calc(100% - 46px);
border: 1px dashed #1236E6;
text-align: center;
margin: 35px auto 40px;
padding: 12px 0 11px
}

@media (max-width: 1023px) {
.clinic-price .price-note {
    width: 348px;
    margin-top: 40px;
    margin-bottom: 28px;
    padding: 14px 0 16px;
    max-width: calc(100% - 27px)
}
}

.clinic-price .price-note__txt {
font-size: 18px;
line-height: 1.666666;
letter-spacing: .1em;
font-weight: bold;
color: #1236E6
}

@media (max-width: 1023px) {
.clinic-price .price-note__txt {
    font-size: 14px;
    line-height: 1.5;
}

.clinic-price .price-note__txt~.price-note__txt {
    margin-top: 15px
}
}

.clinic-price .clinic-price-list .item {
background: #F7F7F7;
border-radius: 4px
}

.clinic-price .clinic-price-list .item~.item {
margin-top: 24px
}

.clinic-price .clinic-price-list .item.havelink.active~.item {
margin-top: 47px
}

.clinic-price .clinic-price-list .item .item-title {
position: relative;
padding: 50px 60px;
cursor: pointer
}

@media (max-width: 1023px) {
.clinic-price .clinic-price-list .item .item-title {
    padding: 30px 20px
}
}

.clinic-price .clinic-price-list .item .item-title__en {
color: #6F6F6F;
font-family: "Sarabun", sans-serif;
font-size: 1.3rem;
line-height: 1.2777777;
letter-spacing: .05em;
font-weight: bold
}

.clinic-price .clinic-price-list .item .item-title__jp {
font-size: 26px;
font-size: 2.6rem;
line-height: 40px;
letter-spacing: .025em;
font-weight: bold;
margin-top: 5px
}

.clinic-price .clinic-price-list .item .item-title__jp b {
color: #1236E6;
margin-right: 10px
}

.clinic-price .clinic-price-list .item .item-title__ico {
position: absolute;
right: 40px;
top: 0;
bottom: 0;
margin: auto;
width: 46px;
height: 46px;
background: #1236E6;
border: 2px solid #1236E6;
border-radius: 40px;
transition: all 0.3s ease-in-out
}

@media (max-width: 1023px) {
.clinic-price .clinic-price-list .item .item-title__ico {
    width: 32px;
    height: 32px;
    right: 20px
}
}

.clinic-price .clinic-price-list .item .item-title__ico:before {
content: "";
position: absolute;
top: 2px;
right: 2px;
left: 2px;
bottom: 2px;
background: #fff;
border-radius: 40px;
transition: all 0.3s ease-in-out;
transform: scale(0)
}

.clinic-price .clinic-price-list .item .item-title__ico:after {
content: "";
top: 0;
bottom: 0;
right: 0;
left: 0;
position: absolute;
background-position: center right;
background-repeat: no-repeat;
background-size: auto 42px;
background-image: url(../../img/common/icon/ico-plus.png);
transition: all 0.3s ease-in-out
}

@media (max-width: 1023px) {
.clinic-price .clinic-price-list .item .item-title__ico:after {
    background-size: auto 32px;
    background-position: center right -2px
}
}

.clinic-price .clinic-price-list .item .item-title.active .item-title__ico {
background: transparent
}

.clinic-price .clinic-price-list .item .item-title.active .item-title__ico:after {
background-position: center left 1px;
background-image: url(../../img/common/icon/ico-minur.png)
}

@media (max-width: 1023px) {
.clinic-price .clinic-price-list .item .item-title.active .item-title__ico:after {
    background-position: center left -1px
}
}

@media only screen and (min-width: 1025px) {
.clinic-price .clinic-price-list .item .item-title:hover .item-title__ico {
    background: transparent
}

.clinic-price .clinic-price-list .item .item-title:hover .item-title__ico:before {
    transform: scale(1)
}

.clinic-price .clinic-price-list .item .item-title:hover .item-title__ico:after {
    background-position: center left
}
}

.clinic-price .clinic-price-list .item .box-cnthide {
display: none
}

.clinic-price .clinic-price-list .item .item-cnt {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 9px;
padding: 0 60px 92px;
position: relative
}

@media (max-width: 1023px) {
.clinic-price .clinic-price-list .item .item-cnt {
    padding: 0 20px 97px
}
}

.clinic-price .clinic-price-list .item .item-cnt__btn {
position: absolute;
left: 0;
right: 0;
bottom: -23px;
text-align: center;
font-size: 18px;
font-size: 1.8rem;
line-height: 26px;
letter-spacing: .05em;
font-weight: bold
}

.clinic-price .clinic-price-list .item .item-cnt__btn a {
display: inline-block;
white-space: nowrap;
color: #1236E6
}

.clinic-price .clinic-price-list .item .item-cnt__btn a span {
display: block;
margin: 13px auto 0
}

.clinic-price .clinic-price-list .item .item-cnt .subitem {
width: calc(50% - 20px);
margin-right: 40px;
margin-bottom: 24px;
background: #fff;
padding: 30px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}

@media (max-width: 1023px) {
.clinic-price .clinic-price-list .item .item-cnt .subitem {
    width: 100%;
    margin-right: 0
}
}

.clinic-price .clinic-price-list .item .item-cnt .subitem:nth-child(2n) {
margin-right: 0
}

.clinic-price .clinic-price-list .item .item-cnt .subitem .subitem-cnt {
width: 100%
}

@media (max-width: 1023px) {
.clinic-price .clinic-price-list .item .item-cnt .subitem .subitem-cnt {
    width: 100%;
    padding: 0;
    margin-top: 20px
}
}

.clinic-price .clinic-price-list .item .item-cnt .subitem .subitem-cnt__hd {
font-size: 20px;
font-size: 2rem;
line-height: 30px;
letter-spacing: .025em;
font-weight: bold;
position: relative
}

.clinic-price .clinic-price-list .item .item-cnt .subitem .subitem-cnt__hd:before {
content: "";
width: 6px;
height: 6px;
position: absolute;
top: 9px;
left: -12px;
background: #1236E6;
border-radius: 3px
}

.clinic-price .clinic-price-list .item .item-cnt .subitem .subitem-cnt .subitem-cnt-list {
margin-top: 12px
}

.clinic-price .clinic-price-list .item .item-cnt .subitem .subitem-cnt .subitem-cnt-list li {
position: relative;
font-size: 16px;
font-size: 1.6rem;
line-height: 30px;
letter-spacing: .05em;
font-weight: bold;
margin-bottom: 4px;
padding-left: 70px
}

.clinic-price .clinic-price-list .item .item-cnt .subitem .subitem-cnt .subitem-cnt-list li span {
position: absolute;
left: 0;
top: 0;
color: #1236E6;
width: 50px;
background: #F5F4F4;
border-radius: 3px;
text-align: center
}

.clinic-price .clinic-price-list .item .item-cnt .subitem__img {
width: 162px
}

@media (max-width: 1023px) {
.clinic-price .clinic-price-list .item .item-cnt .subitem__img {
    width: 100%;
    text-align: center
}
}

@media (min-width: 1024px) {
.clinic-price .clinic-price-list .item .item-cnt .subitem__img~.subitem-cnt {
    width: calc(100% - 162px);
    padding-left: 16px
}
}


/* .last */
.last-bg {
position: relative
}

.last-bg:before {
content: "";
left: 0;
right: 0;
bottom: 0;
top: 0;
position: absolute;
background: #F7F7F7;
z-index: -1
}

@media (max-width: 1023px) {
.last-bg .container1076 {
    padding: 0 23px
}
}

.last-box {
padding-top: 80px;
padding-bottom: 103px;
margin-bottom: 132px;
text-align: left;
}

@media (max-width: 1023px) {
.last-box {
    padding-top: 68px;
    padding-bottom: 68px;
    margin-bottom: 78px
}
}

.last-box__hd {
text-align: center;
font-size: 32px;
font-size: 3.2rem;
line-height: 50px;
letter-spacing: .025em;
font-weight: bold
}

@media (max-width: 1023px) {
.last-box__hd {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px
}
}

.last-box .last-box-list {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 41px;
column-gap: 16px;
}

.last-box .last-box-list .item {
width: calc(33.3333% - 32px /3);
position: relative;
padding: 0 15px 115px
}

@media (max-width: 1023px) {
.last-box .last-box-list .item {
    width: 100%;
}
}

.last-box .last-box-list .item__txt {
text-align: center;
height: 51px;
-webkit-text-stroke: 1px #1236E6;
color: transparent;
font-family: "Sarabun", sans-serif;
font-size: 70px;
font-size: 7rem;
line-height: 51px;
letter-spacing: .05em;
font-weight: bold;
opacity: 0.15;
position: relative;
z-index: -1
}

.last-box .last-box-list .item__txtimg {
height: 51px;
display: block;
margin: auto
}

.last-box .last-box-list .item:before {
content: "";
top: 40px;
bottom: 33px;
left: 0;
right: 0;
background: #fff;
position: absolute
}

.last-box .last-box-list .item .item-cnt {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
z-index: 1;
margin-top: 38px
}

.last-box .last-box-list .item .item-cnt .item-cnt-img {
width: 117px;
height: 120px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center
}

@media only screen and (max-width: 350px) {
.last-box .last-box-list .item .item-cnt .item-cnt-img {
    width: 90px;
    height: 100px
}
}

.last-box .last-box-list .item .item-cnt .item-cnt-des {
width: calc(100% - 117px);
padding-left: 14px;
padding-top: 7px
}

@media only screen and (max-width: 350px) {
.last-box .last-box-list .item .item-cnt .item-cnt-des {
    width: calc(100% - 90px)
}
}

.last-box .last-box-list .item .item-cnt .item-cnt-des .txt-en {
font-size: 18px;
font-size: 1.8rem;
line-height: 23px;
letter-spacing: .05em;
font-weight: bold;
color: #1236E6
}

.last-box .last-box-list .item .item-cnt .item-cnt-des .txt-jp {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.458333;
letter-spacing: .05em;
font-weight: bold;
margin-top: 9px
}

.last-box .last-box-list .item .item-cnt .item-cnt-des .description{
font-size: 15px;
line-height: 1.5;
margin-top: 0.75em;
}

@media only screen and (max-width: 350px) {
.last-box .last-box-list .item .item-cnt .item-cnt-des .txt-jp {
    font-size: 20px;
    font-size: 2rem
}
.last-box .last-box-list .item .item-cnt .item-cnt-des .description{
    font-size: 13px;
}
}

.last-box .last-box-list .item .item-btn {
display: block;
width: 233px;
margin: 0 auto 0;
z-index: 1;
left: 0;
right: 0;
bottom: 0;
position: absolute
}

.last-box .last-box-list .item .item-btn span {
display: inline-block
}

.last-box .last-box-list .item .item-btn svg {
position: absolute;
right: calc(50% - 80px);
top: calc(50% - 13px)
}

.last-box .last-box-list .item .item-btn svg path {
transition: stroke 0.3s
}

@media only screen and (min-width: 1025px) {
.last-box .last-box-list .item .item-btn:hover svg path {
    stroke: #1236E6
}
}