html {
    max-width: 100%;
    height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    letter-spacing: 0.04em;
    color: #3b434b;
}

::-webkit-scrollbar {
    display: none;
}

h2 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.block__img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.block__wrap {
    position: relative;
}

.block__mp4 video {
    width: 100%;
    aspect-ratio: 300 /600;
    object-fit: cover;
    vertical-align: middle;
}

.block__item {
    position: absolute;
    text-align: center;
    top: 7%;
}

.block__item img{
    width: 83%;
    height: 100%;
    vertical-align: middle;
}

.image {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* FV自動スクロール */
.top-scroll {
    position: absolute;
    top: 25.3%;
}

.top-scroll__wrap {
    display: flex;
    overflow: hidden;
}

.top-scroll__list {
    display: flex;
    list-style: none;
    padding: 0;
}

.top-scroll__list--left {
    -webkit-animation: scroll-left 40s infinite linear 0.5s both;
        animation: scroll-left 40s infinite linear 0.5s both;
}

.top-scroll__item {
    display: block;
    width: calc(100vw / 2.7);
    margin-left: 14px;
}

.top-scroll__item-img img {
    aspect-ratio: 138 / 78;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px 2px 0 0;
}

.top-scroll__item-text {
    background-color: #fff;
    color: #418196;
    font-size: 2.67vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 3px 4px;
    margin-top: -6px;
    border-radius: 0 0 2px 2px;
}

@keyframes scroll-left {
    from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    }
    to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    }
}

@media screen and (min-width: 599px) {
    .top-scroll__item {
        width: 235px;
    }
}

@media screen and (min-width: 600px) {
    .top-scroll__item-text {
        font-size: 16px;
    }
}

/* header,fvセクション
======================================== */

.header-section {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    display: flex;
    height: 58px;
}

.header-logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo .img {
    width: 120px;
}

.header-cv {
    opacity: 1;
    background-color: #fe5fa9;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
    font-family: Hiragino Sans;
    width: 128px;
}

.header-cv::after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(./img/header-btn-icon.png) no-repeat center center / cover;
    margin-left: 10px;
}

.top-section {
    margin-top: 58px;
    position: relative;
    overflow: hidden;
}

.top-fv {
    display: block;
    width: 100%;
    height: auto;
}

.top-btn {
    margin-bottom: 46%;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (min-width: 450px) {
    .top-btn {
        margin-bottom: 47%;
    }
}

/* aboutセクション
======================================== */
.about__img {
    position: relative;
}

.about__text1 {
    position: absolute;
    top: 83vw;
    left: 7vw;
    color: #fff;
    font-size: 4.3vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.about__text1 span {
    font-size: 5.4vw;
    font-weight: 800;
}

.about__text-wrap2::before {
    display: block;
    content: "";
    width: 3.75vw;
    height: 3vw;
    background: url(./img/about-block-icon.png) no-repeat center center / cover;
    position: absolute;
    top: 148vw;
    left: 25vw;
}

.about__text2 {
    background-color: #fff;
    border-radius: 60px;
    padding: 1.35vw 6.4vw;
    position: absolute;
    top: 150vw;
    left: 15vw;
    text-align: center;
    color: #229CC2;
    font-size: 4.3vw;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.about__text2 .about__text2--bg,
.about__text3 .about__text3--bg {
    font-size: 5.4vw;
    font-weight: 800;
}

.about__text2 .about__text2--md,
.about__text3 .about__text3--md {
    font-weight: 800;
}

.about__text-wrap3::before {
    display: block;
    content: "";
    width: 3.75vw;
    height: 3vw;
    background: url(./img/about-block-icon.png) no-repeat center center / cover;
    position: absolute;
    bottom: 129vw;
    left: 34.2vw;
}

.about__text3 {
    background-color: #fff;
    border-radius: 60px;
    padding: 1.35vw 6.4vw;
    position: absolute;
    bottom: 114.7vw;
    right: 9.6vw;
    text-align: center;
    color: #229CC2;
    font-size: 4.3vw;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.about__swiper {
    padding: 49% 0 32%;
    display: block;
    width: 100%;
    background: url(./img/about-block3.png) no-repeat top center / cover;
}

.card4__img img {
    aspect-ratio: 235 / 210;
    width: 100%;
    object-fit: cover;
}

.card4__body {
    position: absolute;
    bottom: 6%;
    margin-left: auto;
}

.card4__body.card4__body1 {
    left: 15%;
}

.card4__body.card4__body2 {
    left: 7%;
}

.card4__body.card4__body3 {
    left: 10%;
}

.card4__body.card4__body4 {
    left: 13%;
}

.card4__body.card4__body5 {
    left: 10%;
}

.card4__body.card4__body6 {
    left: 5%;
}

.card4__body.card4__body7 {
    left: 5%;
}

.card4__body.card4__body8 {
    bottom: 7%;
    left: 15%;
}

.card4__body.card4__body9 {
    left: 13%;
}

.card4__text {
    color: #229CC2;
    font-size: 3.4vw;
    font-weight: 600;
    letter-spacing: 0;
}

.swiper-slide.swiper-slide4 {
    display: block;
    opacity: .4;
}

.swiper-slide4.swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev.swiper-button-prev4,
.swiper-button-next.swiper-button-next4 {
    width: 38px;
    height: 38px;
    top: 56%;
}

.swiper-button-prev.swiper-button-prev4 {
    left: 13%;
}

.swiper-button-next.swiper-button-next4 {
    right: 13%;
}

.swiper-button-prev.swiper-button-prev4::after,
.swiper-button-next.swiper-button-next4::after {
    background-size: contain;
    content: "";
    height: 38px;
    margin: auto;
    width: 38px;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-prev4::after {
    background: url(./img/prev_arrow.png) no-repeat center center / cover;
}

.swiper-button-next.swiper-button-next4::after {
    background: url(./img/next_arrow.png) no-repeat center center / cover;
}

.swiper-pagination4 .swiper-pagination-bullet {
    background-color: transparent;
    background: url(./img/pagination1.png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: unset;
    height: 7px;
    opacity: 1;
    width: 7px;
}

.swiper-pagination4 .swiper-pagination-bullet-active {
    background: url(./img/pagination2.png) no-repeat center center / cover;
    height: 7px;
    width: 7px;
}

.swiper-pagination4 > .swiper-pagination-bullet,
.swiper-pagination4.swiper-pagination-horizontal > .swiper-pagination-bullet {
    margin: 0 7px;
    bottom: 0;
}

.swiper-pagination4.swiper-pagination-horizontal {
    top: 82%;
}

@media screen and (min-width: 500px) {
    .swiper-pagination4.swiper-pagination-horizontal {
        top: 83%;
    }
    .swiper-pagination4 .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .swiper-pagination4 .swiper-pagination-bullet-active {
        height: 10px;
        width: 10px;
    }
    .swiper-button-prev.swiper-button-prev4 {
        left: 14%;
    }

    .swiper-button-next.swiper-button-next4 {
        right: 14%;
    }
}

@media screen and (min-width: 600px) {
    .about__text1 {
        top: 497.17px;
        left: 41.93px;
        font-size: 25.757px;
    }

    .about__text1 span {
        font-size: 32.346px;
    }

    .about__text-wrap2::before {
        width: 22.45px;
        height: 17.97px;
        top: 886.52px;
        left: 149.75px;
    }

    .about__text2 {
        top: 898.5px;
        left: 89.85px;
        font-size: 25.757px;
        padding: 8px 38px;
    }

    .about__text2 .about__text2--bg,
    .about__text3 .about__text3--bg {
        font-size: 32.346px;
    }

    .about__text-wrap3::before {
        width: 22.45px;
        height: 17.97px;
        bottom: 772.71px;
        left: 204.858px;
    }

    .about__text3 {
        bottom: 687.053px;
        right: 57.504px;
        font-size: 25.757px;
        padding: 8px 38px;
    }

    .card4__text {
        font-size: 20.366px;
    }

    .swiper-button-prev.swiper-button-prev4,
    .swiper-button-next.swiper-button-next4 {
        width: 50px;
        height: 50px;
    }

    .swiper-button-prev.swiper-button-prev4::after,
    .swiper-button-next.swiper-button-next4::after {
        height: 50px;
        width: 50px;
}
}

/* program カルーセルセクション
======================================== */
.program {
    padding: 60px 0 50px;
    display: block;
    width: 100%;
    /* background: #CEECF7; */
    background: url(./img/program_bg.png) no-repeat top center / cover;
}

.program__img img {
    display: block;
    width: 87%;
    height: 100%;
    margin: 0 auto;
}

.program__swiper {
    margin-top: 35px;
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    padding: 11px 0 0;
    height: 440px;
    box-sizing: border-box;
}

.card__emphasis {
    font-size: 18px;
    font-weight: 700;
}

.card__mp4 {
    width: 91%;
    margin: 0 auto;
    flex-shrink: 0;
}

.card__mp4 video {
    width: 100%;
    height: 100%;
    aspect-ratio: 252 / 141;
    object-fit: cover;
}

.card__title {
    text-align: center;
    margin: 25px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.card__title span{
    font-size: 20px;
    font-weight: 800;
}

.card__title.card__title--sm {
    margin-top: 15px;
}

.card__img {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 19px 0 12px;
}

.card__img.card__img--sm {
    margin-top: 5px;
}

.card__img img {
    height: 100%;
    width: auto;
}

.card__body {
    padding: 0 13px 10px;
    flex-grow: 1;
}

.card__dashed-line {
    width: 100%;
    height: 2px;
    border-bottom: dotted 2px;
}

.card__text {
    font-size: 15px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.75px;
}

.card__tag {
    font-size: 10px;
    margin-top: 9px;
}

.card__tag li {
    margin-top: 5px;
    padding: 5px 11px;
    color: #229cc2;
    font-weight: bold;
    background-color: #eff9fc;
    border-radius: 14px;
    display: inline-block;
}

.swiper-slide.swiper-slide1 {
    display: block;
    width: 274px;
    opacity: .4;
}

.swiper-slide1.swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev.swiper-button-prev1,
.swiper-button-next.swiper-button-next1 {
    width: 38px;
    height: 38px;
}

.swiper-button-prev.swiper-button-prev1::after,
.swiper-button-next.swiper-button-next1::after {
    background-size: contain;
    content: "";
    height: 38px;
    margin: auto;
    width: 38px;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-prev1::after {
    background: url(./img/prev_arrow.png) no-repeat center center / cover;
}

.swiper-button-next.swiper-button-next1::after {
    background: url(./img/next_arrow.png) no-repeat center center / cover;
}

.swiper-pagination1 .swiper-pagination-bullet {
    background-color: transparent;
    background: url(./img/pagination1.png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: unset;
    height: 10px;
    opacity: 1;
    width: 10px;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    background: url(./img/pagination2.png) no-repeat center center / cover;
    height: 10px;
    width: 10px;
}

.swiper-pagination1 > .swiper-pagination-bullet,
.swiper-pagination1.swiper-pagination-horizontal > .swiper-pagination-bullet {
    margin: 0 10px;
}

.program__swiper [class^="swiper-button-"]{
    width: 18%;
    top: 48%;
}

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

    .card__text {
        font-size: 13px;
    }

}

@media screen and (min-width: 410px) {

    .program__swiper [class^="swiper-button-"]{
        width: 25%;
    }

    .card {
        height: 460px;
    }

}
@media screen and (min-width: 450px) {
    .card {
        height: 480px;
    }
}

@media screen and (min-width: 550px) {

    .program__swiper [class^="swiper-button-"]{
        width: 26%;
        top: 55%;
    }

    .card {
        height: 490px;
    }
}

/* amazingセクション
======================================== */
.amazing__img {
    position: relative;
    z-index: -1;
}

.amazing__text {
    position: absolute;
    bottom: 221.5vw;
    left: 11.8vw;
    text-align: center;
    color: #FE5FA9;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.3;
    transform: rotate(-2.14deg);
}

.amazing__text .amazing__text--bg {
    color: #F4519D;
    font-size: 6.7vw;
}

.amazing__text::after {
    display: block;
    content: "";
    width: 81.5vw;
    height: 4.3vw;
    background: url(./img/amazing-img.png) no-repeat center center / cover;
    position: absolute;
    bottom: -0.6vw;
    left: -1vw;
    z-index: -1;
}

.amazing__text .amazing__text--md {
    color: #F4519D;
    font-size: 5.9vw;
}

@media screen and (min-width: 600px) {
    .amazing__text {
        bottom: 1329px;
        left: 70.682px;
        font-size: 28.752px;
    }

    .amazing__text .amazing__text--bg {
        font-size: 40.133px;
    }

    .amazing__text::after {
        width: 488.185px;
        height: 25.757px;
        bottom: -3.594px;
        left: -5.99px;
    }

    .amazing__text .amazing__text--md {
        font-size: 35.341px;
    }
}

/* recordingセクション
======================================== */
.recording__img {
    position: relative;
}

.recording__text {
    position: absolute;
    top: 22vw;
    left: 13.2vw;
    text-align: center;
    color: #229CC2;
    font-size: 5.4vw;
    font-weight: 700;
    line-height: 1.4;
}

.recording__text .recording__text--bg {
    font-size: 7.2vw;
    padding: 0 0.5vw 0 0;
    background: linear-gradient(transparent 70%, rgba(255, 229, 0, .6) 30%);
}

.recording__text .recording__text--md {
    font-size: 6.7vw;
    padding: 0 5vw 0 1vw;
    background: linear-gradient(transparent 70%, rgba(255, 229, 0, .6) 30%);
    position: relative;
}

.recording__text .recording__text--md::after {
    display: inline-block;
    content: "";
    width: 6.9vw;
    height: 7vw;
    background: url(./img/recording-block2.png) no-repeat center center / cover;
    position: absolute;
    top: 1.5vw;
    right: -2vw;
}

.recording__text2 {
    position: absolute;
    bottom: 175.5vw;
    left: 14vw;
    color: #229CC2;
    font-size: 5.4vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .recording__text {
        top: 131.78px;
        left: 79.068px;
        font-size: 32.346px;
    }

    .recording__text .recording__text--bg {
        font-size: 43.128px;
        padding: 0 2.995px 0 0;
    }

    .recording__text .recording__text--md {
        font-size: 40.133px;
        padding: 0 29.95px 0 5.99px;
    }

    .recording__text .recording__text--md::after {
        width: 41.331px;
        height: 41.93px;
        top: 8.985px;
        right: -11.98px;
    }

    .recording__text2 {
        bottom: 1051.24px;
        left: 83.86px;
        font-size: 32.346px;
    }
}

/* doctorセクション
======================================== */
.doctor__swiper {
    --add-bottom: 25px;
    padding-bottom: var(--add-bottom);
    display: block;
    width: 100%;
    padding: 49% 0 147%;
    background: url(./img/doctor-bg.png) no-repeat center center / cover;
}

.card2__img img {
    aspect-ratio: 279 / 213;
    width: 100%;
    object-fit: cover;
}

.swiper-slide.swiper-slide2 {
    display: block;
    opacity: .4;
}

.swiper-slide2.swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev.swiper-button-prev2,
.swiper-button-next.swiper-button-next2 {
    width: 38px;
    height: 38px;
    top: 30%;
}

.swiper-button-prev.swiper-button-prev2 {
    left: 6%;
}

.swiper-button-next.swiper-button-next2 {
    right: 6%;
}

.swiper-button-prev.swiper-button-prev2::after,
.swiper-button-next.swiper-button-next2::after {
    background-size: contain;
    content: "";
    height: 38px;
    margin: auto;
    width: 38px;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-prev2::after {
    background: url(./img/prev_arrow3.png) no-repeat center center / cover;
}

.swiper-button-next.swiper-button-next2::after {
    background: url(./img/next_arrow3.png) no-repeat center center / cover;
}

.swiper-pagination2 .swiper-pagination-bullet {
    background-color: transparent;
    background: url(./img/pagination1.png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: unset;
    height: 7px;
    opacity: 1;
    width: 7px;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    background: url(./img/pagination2.png) no-repeat center center / cover;
    height: 7px;
    width: 7px;
}

.swiper-pagination2 > .swiper-pagination-bullet,
.swiper-pagination2.swiper-pagination-horizontal > .swiper-pagination-bullet {
    margin: 0 7px;
    bottom: 0;
}

.swiper-pagination2.swiper-pagination-horizontal {
    top: 43%;
}

@media screen and (min-width: 500px) {
    .swiper-pagination2.swiper-pagination-horizontal {
        top: 44%;
    }
    .swiper-pagination2 .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .swiper-pagination2 .swiper-pagination-bullet-active {
        height: 10px;
        width: 10px;
    }
}

@media screen and (min-width: 600px) {
    .swiper-button-prev.swiper-button-prev2,
    .swiper-button-next.swiper-button-next2 {
        width: 50px;
        height: 50px;
    }

    .swiper-button-prev.swiper-button-prev2::after,
    .swiper-button-next.swiper-button-next2::after {
        height: 50px;
        width: 50px;
}
}

/* mokuhyoセクション
======================================== */
.mokuhyo__inner {
    position: relative;
}

.mokuhyo__height {
    position: absolute;
    bottom: 36%;
    left: 23.5%;
}

.mokuhyo__weight {
    position: absolute;
    bottom: 36%;
    left: 61.5%;
    display: block;
}

/* 入力欄のデザイン */
.mokuhyo__wrap input {
    font-size: 20px;
    border: 2.5px solid #229CC2;
    border-radius: 10px;
    outline: none;
    font-family: "Montserrat", sans-serif;
    color: #FF7A01;
    font-weight: 500;
    text-align: center;
    -moz-appearance: textfield; /* Firefox のスピンボタンを削除 */
}

/* Chrome, Safari, Edge のスピンボタンを削除 */
.mokuhyo__wrap input::-webkit-outer-spin-button,
.mokuhyo__wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mokuhyo__height input {
    width: 20%;
    padding: 5px 10px;
}

.mokuhyo__weight input {
    width: 28%;
    padding: 5px 5px;
}

.mokuhyo__wrap input:focus {
    border-color: #0EBCEE;
    box-shadow: 0 0 5px rgba(14, 188, 238, 0.5);
}

.mokuhyo__wrap label {
    display: none;
}

.mokuhyo__btn {
    position: absolute;
    bottom: 29%;
    width: 100%;
}

/* ボタンのデザイン */
.mokuhyo__btn button {
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: linear-gradient(50.24deg, #38B7E7 -21.5%, #4DC8D5 114.26%);
    border: 2px solid #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 14px 32px;
    border-radius: 45px;
    white-space: nowrap;
    text-align: center;
    width: 65%;
    font-weight: bold;
}

.mokuhyo__calorie {
    position: absolute;
    bottom: 12%;
    left: 29%;
    width: 100%;
}

/* 結果のカロリー表示 */
.mokuhyo__calorie p {
    width: 30%;
    height: 37px;
    padding: 5px 10px;
    font-size: 33px;
    border: 3px solid #229CC2;
    background-color: #fff;
    border-radius: 15px;
    outline: none;
    font-family: "Montserrat", sans-serif;
    color: #FF7A01;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 初期状態の表示（カロリー計算前の空の状態） */
.mokuhyo__calorie p:empty::before {
    content: "";
    color: #aaa;
}

@media screen and (min-width: 400px) {
    .mokuhyo__height input {
        width: 22%;
    }

    .mokuhyo__weight input {
        width: 30%;
    }
}

@media screen and (min-width: 430px) {
    .mokuhyo__height input {
        width: 24%;
    }
}

@media screen and (min-width: 450px) {
    .mokuhyo__btn button {
        font-size: 22px;
        padding: 17px 32px;
        width: 68%;
    }
}

@media screen and (min-width: 500px) {

    .mokuhyo__weight input {
        width:28%;
    }

    .mokuhyo__wrap input {
        font-size: 24px;
    }

    .mokuhyo__weight {
        left: 63%;
    }

    .mokuhyo__calorie p {
        height: 45px;
    }
}

@media screen and (min-width: 550px) {
    .mokuhyo__height input {
        width: 28%;
    }

    .mokuhyo__calorie {
        left: 30%;
    }

    .mokuhyo__btn button {
        font-size: 26px;
        padding: 20px 32px;
        width: 70%;
    }
}

@media screen and (min-width: 600px) {
    .mokuhyo__wrap input {
        font-size: 28px;
    }

    .mokuhyo__weight {
        left: 63%;
    }

    .mokuhyo__calorie {
        left: 30%;
    }

    .mokuhyo__calorie p {
        height: 52px;
        font-size: 40px;
    }
}

/* tudukuセクション
======================================== */
.tuduku__img  {
    position: relative;
}

.tuduku__text {
    position: absolute;
    top: 83vw;
    left: 9vw;
    color: #229CC2;
    font-size: 3.8vw;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.tuduku__text--md {
    font-size: 4.3vw;
    font-weight: 700;
}

.tuduku__text--line {
    padding: 0 0.5vw 0 0.5vw;
    background: linear-gradient(transparent 50%, rgba(250, 238, 109) 50%);
}

.tuduku__text--bg {
    font-size: 5.1vw;
    font-weight: 700;
}

.tuduku__text2 {
    position: absolute;
    top: 83vw;
    right: 8vw;
    color: #229CC2;
    font-size: 2.7vw;
    font-weight: 700;
}

.tuduku__text2::after {
    display: inline-block;
    content: "";
    width: 28.8vw;
    height: 13.4vw;
    background: url(./img/tuduku-img.png) no-repeat center center / cover;
    position: absolute;
    top: 10vw;
    right: -1vw;
}

@media screen and (min-width: 600px) {
    .tuduku__text {
        top: 497.17px;
        left: 53.91px;
        font-size: 22.762px;
    }

    .tuduku__text--md {
        font-size: 25.757px;
    }

    .tuduku__text--line {
        padding: 0 2.995px 0 2.995px;
    }

    .tuduku__text--bg {
        font-size: 30.549px;
    }

    .tuduku__text2 {
        top: 497.17px;
        right: 47.92px;
        font-size: 16.173px;
    }

    .tuduku__text2::after {
        width: 172.512px;
        height: 80.266px;
        top: 59.9px;
        right: -5.99px;
    }

}

/* voiceセクション
======================================== */
.voice__img {
    position: relative;
}

.voice__text {
    position: absolute;
    bottom: 22vw;
    right: 3vw;
    color: #3B434B;
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.002em;
    transform: rotate(-3.14deg);
}

@media screen and (min-width: 600px) {
    .voice__text {
        bottom: 131.78px;
        right: 17.97px;
        font-size: 19.168px;
    }
}

/* uesセクション
======================================== */
.ues {
    display: block;
    width: 100%;
    padding: 60px 0;
    background: linear-gradient(180deg, #67C4CB -32.54%, #CCE2A7 22.58%);
}

.ues__img img {
    display: block;
    width: 100%;
    height: 100%;
}

.ues__swiper {
    margin-top: 30px;
    --add-bottom: 25px;
    padding-bottom: var(--add-bottom);
}

.card5__img img {
    aspect-ratio: 236 / 659;
    width: 100%;
    object-fit: cover;
}

.swiper-slide.swiper-slide5 {
    display: block;
    opacity: .4;
}

.swiper-slide5.swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev.swiper-button-prev5,
.swiper-button-next.swiper-button-next5 {
    width: 38px;
    height: 38px;
    top: 34%;
}

.swiper-button-prev.swiper-button-prev5 {
    left: 12%;
}

.swiper-button-next.swiper-button-next5 {
    right: 12%;
}

.swiper-button-prev.swiper-button-prev5::after,
.swiper-button-next.swiper-button-next5::after {
    background-size: contain;
    content: "";
    height: 38px;
    margin: auto;
    width: 38px;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-prev5::after {
    background: url(./img/prev_arrow3.png) no-repeat center center / cover;
}

.swiper-button-next.swiper-button-next5::after {
    background: url(./img/next_arrow3.png) no-repeat center center / cover;
}

.swiper-pagination5 .swiper-pagination-bullet {
    background-color: transparent;
    background: url(./img/pagination1.png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: unset;
    height: 7px;
    opacity: 1;
    width: 7px;
}

.swiper-pagination5 .swiper-pagination-bullet-active {
    background: url(./img/pagination2.png) no-repeat center center / cover;
    height: 7px;
    width: 7px;
}

.swiper-pagination5 > .swiper-pagination-bullet,
.swiper-pagination5.swiper-pagination-horizontal > .swiper-pagination-bullet {
    margin: 0 7px;
    bottom: 0;
}

.swiper-pagination5.swiper-pagination-horizontal {
    bottom: 0%;
}

@media screen and (min-width: 500px) {

    .swiper-button-prev.swiper-button-prev5 {
        left: 17%;
    }

    .swiper-button-next.swiper-button-next5 {
        right: 17%;
    }
}

@media screen and (min-width: 600px) {
    .swiper-button-prev.swiper-button-prev5,
    .swiper-button-next.swiper-button-next5 {
        width: 50px;
        height: 50px;
    }

    .swiper-button-prev.swiper-button-prev5::after,
    .swiper-button-next.swiper-button-next5::after {
        height: 50px;
        width: 50px;
}
}

/* faqセクション
======================================== */
.p-faq {
    padding: 48px 0 59px;
    background: #F8F7ED;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Original Yu Gothic", "Yu Gothic", "YuGothic", "Meiryo", "sans-serif";
    color: #229CC2;
}

.l-inner.p-faq__inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 500px;
}

.p-faq__title h2 {
    text-align: center;
    font-size: 1.5625rem;
    line-height: 150%;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.p-faq__list {
    margin-top: 30px;
}

.p-faq__count {
    margin-top: 50px;
}

.p-faq-list__item {
    background-color: #fff;
    opacity: 0.95;
    padding: 15px 10px;
    border-radius: 10px;
}



.p-faq-list__item:nth-child(n+2) {
    margin-top: 19px;
}

.p-faq-list__item-question {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    position: relative;
}

.p-faq-list__item-question.p-faq-list__item-question--en {
    text-transform: uppercase;
}

.p-faq-list__item-question::before {
    content: "Q.";
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    margin-right: 5px;
}

.p-faq-list__item-question::after {
    display: inline-block;
    content: "";
    width: 31px;
    height: 31px;
    background: url(./img/faq_arrow.png) no-repeat top center/cover;
    position: absolute;
    right: 0;
}

.p-faq-list__item-answer {
    display: none;
    padding: 10px 8px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    border-top: 1px solid #229CC2;
    margin-top: 15px;
}

.p-faq-list__item-answer::before {
    content: "A.";
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    margin-right: 15px;
}

@media screen and (min-width: 400px) {
    .p-faq-list__br {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .p-faq__list {
        margin-top: 50px;
    }

    .p-faq-list__item:nth-child(n+2) {
        margin-top: 30px;
    }

    .p-faq-list__item-question {
        font-size: 20px;
    }

    .p-faq-list__item-question::before {
        font-size: 28px;
    }

    .p-faq-list__item-question::after {
        width: 33px;
        height: 33px;
    }

    .p-faq-list__item-answer {
        padding: 20px 30px 0 0;
        font-size: 20px;
        margin-top: 20px;
    }

    .p-faq-list__item-answer::before {
        font-size: 28px;
    }
}

/* price
======================================== */
.swiper-slide3 {
    flex-shrink: 0;
    width: 406px; /* コンテンツ幅に応じて調整 */
}

.swiper-scrollbar3.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    background: #fff; /* スクロールバーの背景色 */
    height: 10px; /* 高さを調整 */
    border-radius: 30px;
}

.swiper-scrollbar3 .swiper-scrollbar-drag {
    background: #65CED9; /* ドラッグ部分の色 */
    height: 10px;
    border-radius: 60px;
}

.p-price {
    padding: 30px 0 20px;
    background: linear-gradient(80.53deg, rgba(212, 250, 255, .6) 5.76%, rgba(237, 247, 214, .6) 92.83%);
}

.l-inner {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

/* .l-inner.p-price__inner {
    max-width: 690px;
    padding-left: 10px;
    padding-right: 10px;
} */

.p-price__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #229CC2;
    padding: 0 15px;
}

.p-price__title span {
    color: #229CC2;
    font-size: 22px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", "Original Yu Gothic", "Yu Gothic", "YuGothic", "Meiryo", "sans-serif";
    font-weight: 700;
}

.p-price__body-pc {
    display: none;
}

.p-price__body-sp {
    display: flex;
    justify-content: center;
}

.p-price__sub-titles {
    margin-top: 165px;
}

.p-price__sub-title {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    width: 70px;
    color: #65CED9;
}

.p-price__sub-title--1 {
    margin: 0;
    padding: 20px 0;
}

.p-price__sub-title--2 {
    margin: 0;
    padding: 13px 0;
}

.p-price__sub-title--3 {
    margin: 0;
    padding: 18px 0;
}

.p-price__sub-title--4 {
    margin: 0;
    padding: 18px 0;
}

.p-price__sub-title--5 {
    margin: 0;
    padding: 18px 0;
}

.p-price__sub-title--6 {
    margin: 0;
    padding: 18px 0;
}

.p-price__sub-title--7 {
    margin: 0;
    padding: 24px 0;
}

.p-price__img {
    width: 100%;
    object-fit: cover;
}

.p-price__list {
    margin-top: 20px;
}

.p-price__swiper {
    margin-top: 20px;
    padding-bottom: 40px;
}

.p-price__text {
    text-align: center;
    font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", "Original Yu Gothic", "Yu Gothic", "YuGothic", "Meiryo", "sans-serif";
    color: #65CED9;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 3px;
}

@media screen and (min-width: 500px) {
    .p-price {
        padding: 50px 0 40px;
    }

    .l-inner {
        padding-right: 30px;
        padding-left: 30px;
    }

    .p-price__title {
        font-size: 27px;
    }

    .p-price__title span {
        font-size: 29px;
    }

    .p-price__body-pc {
    margin-top: 40px;
    display: flex;
    }

    .p-price__body-sp {
        display: none;
    }

    .p-price__img img {
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .p-price__text {
        display: none;
    }
}


/* footer
======================================== */
footer {
    text-align: center;
    background: #3b424b;
    padding: 24px 24px 160px;
}

.footer-logo {
    width: 120px;
    margin-bottom: 16px;
}

.footer-line {
    width: 200px;
    margin-bottom: 16px;
}

.footer-link {
    list-style: none;
    padding: 0;
    font-weight: bold;
    margin-bottom: 32px;
}

.footer-link li {
    margin-bottom: 4px;
}

.footer-link a {
    font-size: 12px;
    text-decoration: none;
    color: #95a0ac;
}

.footer-copyright {
    font-size: 10px;
    color: #95a0ac;
}

/* cta
======================================== */
.cta {
    position: relative;
}

.cta__block {
    width: 100%;
}

.cta__countdown {
    margin-top: 19px;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
}

.cta__btn {
    position: absolute;
    bottom: 11%;
    width: 100%;
}

.countdown__time {
    position: absolute;
    top: 74.3%;
    width: 16.4%;
    height: 4.5%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 41px;
    text-align: center;
    background-color: #229CC2;
    display: grid;
    place-content: center;
    border-radius: 2.96px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', '-apple-system', 'BlinkMacSystemFont',
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Original Yu Gothic', 'Yu Gothic', 'YuGothic',
    'Meiryo', 'sans-serif';
}

.countdown__time.countdown__time--hours {
    left: 21.5%;
}
.countdown__time.countdown__time--minutes {
    left: 46.5%;
}

.countdown__time.countdown__time--seconds {
    left: 70.5%;
}

.countdown__time.countdown__time--hours2 {
    position: absolute;
    top: 74.8%;
    left: 24%;
    width: 14.7%;
    height: 5.8%;
    background-color: #229CC2;
    color: #FFFFFF;
    font-size: 37px;
    border-radius: 2.67px;
}

.countdown__time.countdown__time--minutes2 {
    position: absolute;
    top: 74.8%;
    left: 46.5%;
    width: 14.7%;
    height: 5.8%;
    background-color: #229CC2;
    color: #FFFFFF;
    font-size: 37px;
    border-radius: 2.67px;
}

.countdown__time.countdown__time--seconds2 {
    position: absolute;
    top: 74.8%;
    left: 68%;
    width: 14.7%;
    height: 5.8%;
    background-color: #229CC2;
    color: #FFFFFF;
    font-size: 37px;
    border-radius: 2.67px;
}

@media screen and (min-width: 450px) {
    .cta__btn {
        bottom: 12%;
    }

    .countdown__time {
        font-size: 48px;
    }

    .countdown__time.countdown__time--hours2,
    .countdown__time.countdown__time--minutes2,
    .countdown__time.countdown__time--seconds2 {
        font-size: 45px;
    }
}

@media screen and (min-width: 500px) {
    .countdown__time {
        font-size: 51px;
    }
    .countdown__time.countdown__time--hours2,
    .countdown__time.countdown__time--minutes2,
    .countdown__time.countdown__time--seconds2 {
        font-size: 50px;
    }
}

@media screen and (min-width: 600px) {
    .countdown__time {
        font-size: 59px;
    }
    .countdown__time.countdown__time--hours2,
    .countdown__time.countdown__time--minutes2,
    .countdown__time.countdown__time--seconds2 {
        font-size: 55px;
    }
}

/* cta2
======================================== */
.cta2 {
    position: relative;
    overflow: hidden;
}

.cta2__fv {
    display: block;
    width: 100%;
    height: auto;
}

.top-btn.cta2__btn {
    margin-bottom: 23%;
}

@media screen and (min-width: 450px) {
    .top-btn.cta2__btn {
        margin-bottom: 24%;
    }
}


/* CTAボタン
======================================== */
.cta-button {
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: #fe5fa9;
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 18px 32px;
    border-radius: 10px;
    white-space: nowrap;
    text-align: center;
    width: 85%;
    font-weight: bold;
    border: 4px solid #ffffff;
    position: relative;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.cta-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.cta-button::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -20px;
    width: 32px;
    height: 200px;
    background : #fff;
    opacity: 0.8;
    transform: rotate(30deg);
    animation: moveRight 3s linear infinite; /* アニメーションが 5 秒かかる */
}

@keyframes moveRight {
    0% {
        left: -20px;
    }
    40% {
        left: calc(100% + 30px); /* 100%右に移動 */
    }
    
    100% {
        left: calc(100% + 30px); /* 100%右に移動 */
    }
}

@media screen and (min-width: 450px) {
    .cta-button {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 599px) {
    .cta-button {
        padding: 24px;
        font-size: 28px;
    }
}



/* 追従バナー
======================================== */
.fixed-wrap {
    position: fixed;
    bottom: 0;
    display: none;
    max-width: 580px;
    width: 95%;
    bottom: 15px;
    z-index: 3;
    margin: 0 10px;
}

.fixed-btn {
    margin: auto;
}


