@charset "utf-8";

:root {
    --gradient-primary1: linear-gradient(90deg, #4169E1 0%, #cb00e3 100%);
    --gradient-primary2: linear-gradient(90deg, #FF7A00 0%, #FFBF00 100%);
    --color-navy: navy;
    --color-white: #fff;
    --font-weight-bold: bold;
    --border-radius-circle: 50%
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif
}

#service_top {
    position: relative
}

#service_top {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-navy);
    overflow-x: hidden;
    padding-top: 96px
}

#service_top .sp_cont {
    display: none
}

.centering {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.background_image {
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.background_shape {
    position: absolute;
    z-index: -1
}

#service_top.top_wrapper img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    pointer-events: none;
    object-fit: cover
}

.grad_pri {
    background: var(--gradient-primary)
}

.grad_txt_pri {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    color: transparent
}

.f_bold {
    font-weight: var(--font-weight-bold)
}

/* #service_top .fv_btn_container{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

#service_top .fv_btn_container .btn:first-child{
    background: var(--gradient-primary2);
}

#service_top .fv_btn_container .btn{
    background: var(--gradient-primary);
} */

#service_top .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 355px;
    width: 22vw;
    max-height: 62px;
    height: 4vw;
    background: var(--gradient-primary1);
    color: var(--color-white);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    text-align: center;
    transition: 0.2s;
    position: relative;
    z-index: 1
}

#service_top a.btn:hover {
    filter: brightness(1.2)
}

#service_top .btn.sp_cont {
    display: none
}

.rectangle {
    display: inline-block;
    position: absolute;
    width: 1.8cqi;
    height: 1cqi;
    background: linear-gradient(90deg, #4169E1 0%, #cb00e3 100%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    top: 4cqi;
    right: 0.3cqi
}

.mihon.pc_cont {
    max-width: 1680px;
    width: 100%;
    opacity: .6;
    top: 4px
}

.mihon.sp_cont {
    max-width: 640px;
    width: 100%;
    opacity: .6
}

#service_top.top_wrapper .mihon>img {
    object-fit: contain
}

.hero {
    position: relative;
    margin-bottom: 80px
}

.hero__container {
    container-type: inline-size;
    container-name: hero__container;
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    height: 47vw;
    max-height: 760px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero__content {
    max-width: 460px;
    width: 30vw;
    position: absolute;
    left: 0;
    top: 162px;
    right: 673px;
    bottom: 0;
    margin-left: auto;
    margin-right: 0
}

.hero__title-sub {
    display: block;
    font-size: clamp(14px, 1.9vw, 32px);
    background: linear-gradient(90deg, #4169E1 0%, #cb00e3 45%, #cb00e3 100%);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 0;
    margin-bottom: 3px
}

.hero__title-main {
    display: block;
    font-size: clamp(24px, 2.7vw, 44px);
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0;
    margin-bottom: 36px;
    padding-left: 12px
}

.hero .pack {
    letter-spacing: 1px
}

.hero__text {
    font-size: clamp(8px, 1.1vw, 17px);
    letter-spacing: 0;
    margin-bottom: 68px;
    line-height: 1.8
}

#service_top .hero .btn {
    font-size: clamp(10px, 1.1vw, 20px);
    box-shadow: 0 16px 28px rgb(103 58 183 / 20%)
}

.hero__visual {
    position: absolute;
    max-width: 786px;
    width: 47vw;
    top: 0;
    left: 300px;
    right: 0;
    bottom: 0;
    margin: auto
}

#service_top.top_wrapper .hero__visual img {
    object-fit: initial;
    height: auto
}

.hero__avatar {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: var(--border-radius-circle);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1)
}

.hero .background_image {
    top: 0;
    position: fixed
}

@container hero__container (max-width:1169px) {
    .hero__content {
        width: 34vw;
        top: 10.5vw;
        right: 50vw
    }

    .hero__title-main {
        margin-bottom: 2.6vw;
        padding-left: 1vw
    }

    .hero__title-sub {
        margin-bottom: 1vw
    }

    .hero__text {
        margin-bottom: 3.8vw
    }
}

/*■■■■■■■■■ NEWS ■■■■■■■■■ */
.news-area {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 960px;
    max-width: 90%;
    height: 56px;
    padding: 12px 24px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    will-change: transform;
    background: #fff;
}

/* お知らせ */
.news-area .news-list {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.news-area .news-item {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    backface-visibility: hidden;
    /* Reduces flickering */
    -webkit-backface-visibility: hidden;
}

/*表示*/
.news-area .news-item.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

/*非表示*/
.news-area .news-item.prev {
    transform: translateY(-100%);
    opacity: 0;
    z-index: 1;
}

/*カテラベル*/
.news-area .news-item .term_label {
    background: linear-gradient(90deg, rgba(65, 105, 225, 1) 0%, rgba(203, 0, 227, 1) 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    border-radius: 4px;
    padding: 3px 5px;
    margin-right: 32px;
    flex-shrink: 0;
}

/*タイトル*/
.news-area .news-item .news_title_wrap {
    display: block;
    width: calc(100% - 168px);
    overflow: hidden;
}

.news-area .news-item .news_title {
    width: 100%;
    overflow: hidden;
    color: rgba(8, 52, 97, 1);
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*more*/
.news-area .news_more {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 6px;
    right: 0;
    color: rgba(8, 52, 97, 1);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.4rem;
}

.news-area .news_more .news_arrow {
    font-size: 1.4rem;
}

.news-area a:hover {
    opacity: 0.8;
}

/*Youtube*/
.youtube {
    overflow: hidden;
    /* margin-top:-80px; */
    margin-bottom: 80px;
}

.youtube .youtube__title {
    display: block;
    text-align: center;
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.06cqi;
    /* padding-left: 2.9cqi; */
    margin: 0 auto 3cqi;
    font-size: 2.2cqi;
}

.youtube .youtube__container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.youtube .youtube__container:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.youtube .youtube__container iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/*Process*/
.process {
    color: var(--color-navy);
    position: relative
}

.process__container {
    container-type: inline-size;
    container-name: process__container;
    max-width: 1680px;
    margin: 0 auto
}

.process__title {
    display: block;
    text-align: center;
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.06cqi;
    padding-left: 2.9cqi;
    margin: 0 auto 3cqi;
    font-size: 2.2cqi
}

.process__subtitle {
    text-align: center;
    line-height: 1.8;
    font-size: 1.31cqi;
    padding-left: 2.2cqi;
    margin-bottom: 6.1cqi;
    letter-spacing: 0
}

.process__highlight {
    display: inline-block;
    margin-top: 0.5cqi;
    font-size: 2.1cqi;
    line-height: 2.75cqi
}

.process__steps {
    container-type: inline-size;
    container-name: process__steps;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.process__btn_wrapper {
    position: relative;
    width: 11.5cqi;
    max-height: 64px;
    margin-bottom: 2.2cqi
}

#service_top .process .btn {
    width: 100%;
    max-width: 100%;
    box-shadow: 1px 40px 52px rgb(0 6 255 / 10%);
    font-size: 1cqi
}

.process__step {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

.process__step::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.9cqi;
    height: 2.6cqi;
    background: #d4d4d4;
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    top: 9cqi;
    bottom: 0;
    right: -2.4cqi;
    margin: auto
}

.process__step-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0.8cqi
}

.process__step-text {
    color: var(--color-navy);
    font-size: 1.2cqi;
    margin-bottom: 1.4cqi
}

.process__step:first-child .process__step-image {
    height: 11.6cqi;
    box-shadow: 0 56px 34px rgb(0 6 255 / 8%)
}

.process__step:nth-child(2) .process__step-image {
    position: relative;
    right: 8%
}

.process__step:nth-child(2) .process__step-text {
    margin-bottom: 0.5cqi
}

.process__step:nth-child(2)::after {
    top: 3.6cqi;
    right: 1.7cqi
}

.process__step:nth-child(3) .process__step-text {
    margin-bottom: 1.2cqi
}

.process__step:first-child {
    max-width: 282px;
    margin-left: 6.3cqi
}

.process__step:nth-child(2) {
    max-width: 427px;
    width: 28cqw;
    margin-left: 2.8cqi
}

.process__step:nth-child(3) {
    max-width: 371px
}

.process__step:nth-child(3) .process__step-image {
    max-width: initial;
    width: 28cqi;
    position: relative;
    left: 8%
}

.process__step:nth-child(3)::after {
    display: none
}

.process__bottom {
    text-align: center;
    position: relative;
    width: 72cqi;
    max-height: 418px;
    height: 25cqi;
    margin: 0 auto
}

.process__bottom-title {
    top: -6.5cqi;
    left: 1.7cqi;
    font-size: 2.1cqi;
    z-index: 1
}

.process__bottom-image {
    position: relative;
    bottom: 15cqi;
    display: block;
    width: 100%;
    height: 40vw;
    max-height: 700px
}

.process .background_image {
    bottom: 0
}

.process .background_shape {
    bottom: 10.6cqi;
    width: 143cqw;
    opacity: .6;
    transform: rotate(6deg)
}

/*Trial*/
.trial {
    padding: 80px 2.9cqi 0;
    text-align: center;
    background: rgb(255 255 255 / 25%);
}

.trial .trial__title {
    display: block;
    text-align: center;
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.06cqi;
    margin: 0 auto 3cqi;
    font-size: 2.2cqi;
}

.trial .trial__txt1 {
    font-size: 18px;
}

.trial .trial__txt2 {
    font-size: 2.1cqi;
    font-weight: 700;
}

.trial .start__container {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 40px auto 0;
    border: 4px solid #888888;
}

.trial .start__container .start__container_link {
    display: inline-block;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.trial .start__container .start__container_link:hover {
    opacity: 1;
}

/* .trial .start__container:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
} */
.trial .start_btn {
    position: absolute;
    top: calc(50% + 4px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 209px;
    height: 52px;
    color: var(--color-white);
    font-size: 1.8rem;
    border-radius: 100px;
    background: var(--gradient-primary);
    z-index: 3;
}

.trial .start_btn:hover {
    filter: brightness(1.2);
    opacity: 1;
}

.trial .start__container .start__container_link.force-visible {
    opacity: 1;
}


.concerns {
    position: relative;
    padding-top: 150px;
    background: rgb(255 255 255 / 25%)
}

.concerns__container {
    container-type: inline-size;
    container-name: concerns__container;
    max-width: 1680px;
    margin: 0 auto
}

.concerns__title {
    text-align: center;
    font-size: 2.3cqi;
    padding-left: 3.2cqi;
    letter-spacing: 0;
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    margin-bottom: 6.5cqi
}

.concerns__grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    max-width: 1240px;
    height: 30.8cqi
}

.concerns__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 0 auto
}

#service_top .concerns__item .btn {
    font-weight: 400;
    font-size: .9cqi;
    text-align: left;
    margin-bottom: 5.2cqi;
    max-width: 100%;
    height: 4.3cqi;
    max-height: initial
}

.concerns__item .btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 7.4cqi;
    left: 1.2cqi;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2.4cqi;
    max-width: 36px;
    height: 6.6cqi;
    max-height: 110px;
    z-index: 1;
    background: url(https://test-mensetsu.maglaro.site/img/top/pc_worr_grid.webp) no-repeat top center / contain
}

.concerns__check {
    display: inline-block;
    margin-right: 8px;
    font-weight: var(--font-weight-bold);
    width: 1.8cqi;
    aspect-ratio: 1
}

.concerns__image {
    position: relative;
    left: 1.7cqi;
    width: 8.7cqi;
    height: auto;
    object-fit: contain
}

.concerns__image>img {
    object-fit: contain
}

.concerns .background_image {
    bottom: 0;
    max-height: 247px
}

.concerns__grid>.concerns__item:first-child {
    width: 17.3cqi;
    margin: 0 3.2cqi 0 4.7cqi
}

.concerns__grid>.concerns__item:nth-child(2) {
    padding-top: 3.7cqi;
    width: 17.5cqi;
    margin: 0 3.2cqi
}

.concerns__item:nth-child(2) .concerns__image {
    width: 10cqw;
    position: relative;
    bottom: 2.8cqi;
    left: -0.1cqi
}

.concerns__item:nth-child(3) {
    width: 17.4cqi;
    margin: 0 4.1cqi 0 3.4cqi
}

.concerns__item:nth-child(3) .concerns__image {
    position: relative;
    width: 9cqi;
    top: 1cqi;
    left: 2cqi
}

.concerns__grid>.concerns__item:nth-child(3) .btn {
    margin-bottom: 6.2cqi
}

.solution {
    margin-bottom: 309px
}

.solution__container {
    container-type: inline-size;
    container-name: solution__container;
    max-width: 1680px;
    margin: 0 auto
}

.solution__content {
    display: flex;
    margin: 0 auto;
    width: 65cqi
}

.solution__title {
    text-align: left;
    font-size: 2.1cqi;
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    margin-bottom: 4.4cqi
}

.solution__text {
    width: 33cqi;
    color: var(--color-navy);
    padding-top: 8.4cqi
}

.solution__description {
    font-size: 0.95cqi;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 1.7cqi
}

.solution__description:nth-child(2) {
    margin-bottom: 1.8cqi
}

.solution__highlight {
    display: inline-block;
    color: var(--color-white);
    font-size: 1cqi;
    line-height: 1.6;
    margin-bottom: 0.5cqi;
    padding: 0.3cqi;
    text-align: left
}

.solution__highlight:last-child {
    margin-bottom: 0
}

.solution__timeline {
    width: 34cqi;
    position: relative;
    top: 4.1cqi
}

.solution__year {
    position: absolute;
    left: 0;
    color: #4169E1;
    font-weight: var(--font-weight-bold);
    font-size: 20px
}

.solution__year--next {
    color: #8A2BE2
}

.cta {
    padding: 0;
    color: var(--color-white);
    margin-bottom: 138px
}

.cta__container {
    container-type: inline-size;
    container-name: cta__container;
    max-width: 1680px;
    margin: 0 auto
}

.cta__content {
    position: relative;
    border-radius: 20px;
    width: 65.2cqi;
    margin: 0 auto
}

.cta__text {
    width: 30cqi;
    text-align: center;
    padding: 3.2cqi 0 4.4cqi 0.8cqi;
    margin-left: 4cqi
}

.cta__title {
    font-size: 1.9cqi;
    font-weight: var(--font-weight-bold);
    line-height: 2
}

.cta__subtitle {
    font-size: 1.2cqi;
    margin-bottom: 3.4cqi
}

#service_top .cta .btn {
    width: 19cqi;
    background: var(--color-white);
    margin: 0 auto 2.8cqi
}

.cta .grad_txt_pri {
    font-size: 1.1cqi;
    font-weight: 700
}

.cta__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9cqi
}

.cta__contact-label {
    position: relative;
    font-size: 1cqi;
    line-height: 1.4;
    text-align: right
}

.cta__contact-hours {
    font-size: 0.9cqi
}

.cta__contact-underline {
    width: 0.1cqi;
    height: 2cqi;
    background-color: rgb(255 255 255 / 60%)
}

.cta .tel_number {
    color: var(--color-white)
}

.cta__contact-phone {
    font-size: 1.7cqi;
    letter-spacing: 1px;
    font-weight: 500;
    margin-right: 1.7cqi
}

.cta__image {
    top: initial;
    left: 35cqi;
    bottom: 0;
    height: 35.9cqi;
    width: 26cqi
}

#service_top.top_wrapper .cta__image>img {
    object-fit: contain
}

.features {
    position: relative;
    margin-bottom: 64px
}

.features__container {
    container-type: inline-size;
    container-name: features__container;
    max-width: 1680px;
    margin: 0 auto
}

.features__title {
    text-align: center;
    font-size: 2.2cqi;
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    margin-bottom: 5cqi
}

.features__grid {
    display: flex;
    flex-direction: column
}

.features__item {
    display: flex;
    align-items: center;
    position: relative;
    height: 25.7cqi;
    width: 65.3cqi;
    margin: 0 auto
}

.features__item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    border-radius: 34px;
    background: rgb(255 255 255 / 60%);
    box-shadow: 1px 40px 40px #0006ff24;
    border: 2px solid rgb(255 255 255 / 20%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1
}

.features__text {
    padding: 1cqi 0 2cqi 5.5cqi
}

.features__number {
    font-size: 1.6cqi;
    display: block;
    background: linear-gradient(90deg, #4169E1 0%, #ac07bf 4%, #cb00e3 100%);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 0
}

.features__item-title {
    font-size: 1.4cqi;
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    margin-bottom: 1cqi
}

.features__description {
    font-size: 0.9cqi;
    color: var(--color-navy);
    line-height: 2
}

.features__note {
    font-size: 0.9cqi;
    display: block
}

.features__visual {
    position: relative;
    width: 10cqi;
    margin-left: 15cqi
}

#service_top.top_wrapper .features__visual img {
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 10px 10px 28px rgb(20 23 155 / 10%)
}

.features__badges {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    pointer-events: none
}

.features__badge {
    width: 10.1cqi;
    aspect-ratio: 1;
    position: absolute;
    background: var(--gradient-primary);
    color: var(--color-white);
    padding: 1cqi;
    border-radius: 50%;
    font-size: 0.8cqi;
    line-height: 1.6;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center
}

.features__badge::after {
    position: absolute;
    content: "";
    display: block;
    width: 99%;
    height: 99%;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 50%
}

.features__badges .features__badge:first-child {
    bottom: 3.4cqi;
    right: 10.6cqi
}

.features__item:nth-child(2) {
    flex-direction: row-reverse;
    height: 24cqi
}

.features__item:nth-child(2) .features__visual {
    margin: 0 0cqi 0 7.5cqi;
    width: 31cqi
}

.features__item:nth-child(2) .features__text {
    padding: 1cqi 4.7cqi 3cqi 5cqi;
    width: 30.2cqi
}

.features__badges .features__badge:nth-child(2) {
    top: -0.8cqi;
    left: 8.3cqi
}

.features__item:nth-child(2) .features__badges .features__badge:first-child {
    padding: 1cqi;
    bottom: 10.7cqi;
    right: 24.7cqi
}

.features__item:nth-child(2) .features__badges .features__badge:nth-child(2) {
    top: initial;
    bottom: -1.1cqi;
    left: 0
}

.features__item:nth-child(3) .features__visual {
    width: 57vw;
    margin: 0 54px 0 0
}

.features__item:nth-child(3) .features__text {
    width: 49cqi;
    padding: 1cqi 0 3.9cqi 5.5cqi
}

.features__item:nth-child(3) .features__item-title {
    letter-spacing: .3px
}

.features__item:nth-child(3) .features__badges .features__badge:first-child {
    top: -2.4cqi;
    bottom: initial;
    right: 0.8cqi
}

.features__item:nth-child(3) {
    height: 25cqi
}

.features__item:nth-child(3) .features__badges .features__badge:nth-child(2) {
    top: initial;
    bottom: -2.9cqi;
    left: initial;
    right: 2cqi
}

.features .background_shape {
    opacity: .6;
    width: 73.7cqi;
    top: 20.8cqi;
    left: -30.1cqi;
    z-index: -2
}

.benefits {
    position: relative;
    padding-top: 100px;
    margin-bottom: 136px;
    background: rgb(255 255 255 / 25%)
}

.benefits__container {
    container-type: inline-size;
    container-name: benefits__container;
    max-width: 1680px;
    margin: 0 auto
}

.benefits__title {
    text-align: center;
    font-size: 2.2cqi;
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    margin-bottom: 5cqi
}

.benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6cqi;
    width: 65.2cqi;
    margin: 0 auto
}

.benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.benefits__icon {
    width: 4.4cqi;
    aspect-ratio: 1;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2cqi
}

.benefits__icon img {
    width: 30px;
    height: 30px
}

#service_top .benefits__item .btn {
    width: 100%;
    max-width: 100%;
    box-shadow: 1px 40px 52px rgb(0 6 255 / 10%);
    font-size: 1.1cqi;
    margin-bottom: 1.4cqi
}

.benefits__item-title {
    font-size: 20px
}

.benefits__description {
    font-size: 0.9cqi;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: left;
    color: var(--color-navy);
    margin-bottom: 2.3cqi
}

.benefits__illustration {
    width: 9.1cqi
}

.benefits__item:nth-child(2) .benefits__description {
    margin-bottom: 3cqi
}

.benefits__item:nth-child(3) .benefits__description {
    margin-bottom: 2.4cqi
}

.benefits__item:nth-child(3) .benefits__illustration {
    width: 15cqi
}

#service_top.top_wrapper .benefits__illustration img {
    object-fit: contain
}

.benefits .background_image {
    bottom: 0;
    max-height: 287px;
    opacity: .6
}

.pricing {
    margin-bottom: 309px
}

.pricing p {
    color: var(--color-navy)
}

.pricing__container {
    container-type: inline-size;
    container-name: pricing__container;
    max-width: 1680px;
    margin: 0 auto
}

.pricing__title {
    text-align: center;
    font-size: 2.3cqi;
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    margin-bottom: 1.7cqi
}

.pricing__header {
    position: relative;
    text-align: center;
    margin-bottom: 5.6cqi
}

.pricing__header::after {
    content: "";
    position: absolute;
    width: 6.4cqi;
    height: 1px;
    background: var(--color-gray);
    bottom: -2.7cqi;
    left: 0;
    right: 0;
    margin: auto
}

.pricing__amount {
    font-size: 1.2cqi;
    display: flex;
    justify-content: center;
    align-items: center
}

.pricing__number {
    font-size: 2cqi;
    font-weight: 600;
    padding-bottom: 8px
}

.emphasis {
    font-size: 2.6cqi;
    letter-spacing: 0;
    margin-left: 12px;
    margin-right: 3px
}

.pricing__note {
    font-size: 0.93cqi;
    text-align: left;
    margin: 0 auto;
    width: 32cqi;
    letter-spacing: 0;
    line-height: 1.7
}

.pricing__unique-description {
    text-align: left
}

.pricing__unique {
    text-align: center;
    margin-bottom: 4.5cqi;
    position: relative
}

.pricing__unique::before {
    display: block;
    content: "";
    width: 15%;
    max-width: 80px;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -46px
}

.pricing__unique-title {
    font-size: 1.4cqi;
    letter-spacing: .4px;
    margin-bottom: 1.8cqi;
    background: linear-gradient(90deg, #4169e1 0%, #4169e1 30%, #ab44e9 50%, #d646df 70%, #e824ff 100%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-background-clip: text
}

.pricing__unique-description {
    width: 38.1cqi;
    margin: 0 auto;
    font-size: 0.93cqi;
    letter-spacing: 0;
    line-height: 1.9
}

.pricing__comparison {
    display: flex;
    width: 64.6cqi;
    margin: 0 auto
}

.pricing__card {
    width: 30cqi;
    height: 31.1cqi;
    background: rgb(249 249 249 / 20%);
    border-radius: 2.6cqi;
    box-shadow: 0 36px 30px rgb(114 151 235 / 20%);
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    padding: 3.3cqi 0 0
}

.pricing__card--others {
    overflow: hidden;
    border: 2px solid rgb(255 255 255 / 20%);
    background: rgb(157 157 157 / 15%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px)
}

.pricing__card--ours {
    margin-left: 6cqi;
    position: relative;
    background: rgb(255 255 255 / 20%);
    display: inline-block;
    border-radius: 3cqi
}

.pricing__card--ours .frame {
    position: absolute;
    top: 0;
    height: 100.4%;
    width: 100.4%
}

.pricing__card-title {
    font-size: 1.4cqi;
    font-weight: var(--font-weight-bold);
    text-align: center;
    margin-bottom: 2.2cqi
}

.pricing__card--ours .pricing__card-title {
    margin-bottom: 2.7cqi
}

.pricing__card-content {
    text-align: center
}

.pricing__card--others .pricing__card-content {
    line-height: 1.05
}

.pricing__card-price {
    font-size: 1.4cqi;
    font-weight: var(--font-weight-bold);
    margin-bottom: 0.2cqi
}

.pricing__card--ours .pricing__card-price {
    font-size: 1.7cqi
}

.pricing__card-plus {
    font-size: 2.3cqi
}

.pricing__card-fee {
    font-size: 1.3cqi;
    margin-bottom: 1.8cqi
}

.pricing__card-note {
    font-size: 1.1cqi;
    margin-bottom: 1.9cqi
}

.pricing__card-image {
    position: relative
}

.pricing__card-image img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.pricing__badges {
    display: flex;
    width: 100%;
    position: absolute;
    top: 2.4cqi
}

.pricing__card--ours .pricing__badges {
    justify-content: center;
    top: 1.8cqi
}

.pricing__card--others .pricing__btn_wrapper:first-child {
    margin-left: 3.7cqi
}

.pricing__card--others .pricing__btn_wrapper:nth-child(2),
.pricing__card--others .pricing__btn_wrapper:nth-child(3) {
    margin-left: 1.7cqi
}

.pricing__card--ours .pricing__badges {
    gap: 3.7cqi;
    top: 1.4cqi
}

.pricing__btn_wrapper {
    position: relative;
    width: 6.1cqi
}

.pricing__btn_wrapper:nth-child(odd) {
    padding-top: 0.9cqi
}

#service_top .pricing__btn_wrapper .btn {
    font-size: 1.3cqi;
    font-weight: 500;
    margin: 0 auto;
    width: 100%;
    height: 1.9cqi
}

.pricing__card--others .pricing__btn_wrapper .btn .yen {
    font-size: 1.1cqi;
    letter-spacing: 0;
    padding-top: 2px
}

.pricing__btn_wrapper .btn .plus {
    display: inline-block;
}

.pricing__card--ours .pricing__btn_wrapper .btn .yen {
    font-size: 1.7cqi;
    letter-spacing: 0
}

#service_top .pricing__card--ours .pricing__btn_wrapper .btn {
    height: 2.7cqi
}

.pricing__card--ours .pricing__btn_wrapper {
    position: relative;
    width: 4.7cqi
}

.pricing__btn_wrapper .rectangle {
    left: 0.3cqi;
    top: 2.8cqi;
    margin: auto
}

.pricing__card--ours .pricing__btn_wrapper .rectangle {
    top: 3.6cqi
}

.pricing__btn_wrapper:nth-child(2) .rectangle {
    top: 0.9cqi
}

.pricing__card--ours .pricing__btn_wrapper:nth-child(2) .rectangle {
    top: 1.9cqi
}

.pricing__btn_wrapper .btn::after {
    position: absolute;
    content: "";
    width: 2.5cqi;
    height: 1.8cqi;
    margin: auto;
    top: -2.2cqi;
    right: -0.4cqi
}

.pricing__card--others .btn::after {
    background: url(https://test-mensetsu.maglaro.site/img/top/prc_ic1.webp) no-repeat center center / contain
}

.pricing__card--ours .btn::after {
    background: url(https://test-mensetsu.maglaro.site/img/top/prc_ic2.webp) no-repeat center center / contain
}

.faq__container {
    container-type: inline-size;
    container-name: faq__container;
    max-width: 1680px;
    margin: 0 auto;
    padding-bottom: 136px;
    position: relative
}

.faq__title {
    text-align: center;
    font-size: 2.2cqi;
    color: var(--color-navy);
    font-weight: var(--font-weight-bold);
    margin-bottom: 8cqi
}

.faq__list {
    width: 65.2cqi;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    font-weight: var(--font-weight-bold);
    color: var(--color-navy)
}

.faq__item {
    background: rgba(255, 255, 255, .6);
    border-radius: 2.2cqi;
    border: 2px solid rgb(255 255 255 / 20%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    padding: 1.6cqi 5cqi 1.7cqi 3cqi;
    margin-bottom: 1.9cqi;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px)
}

.faq__item:nth-child(n+2) {
    padding: 1.9cqi 5cqi 1.7cqi 3cqi
}

.faq__item:nth-child(n+2) .faq__question {
    margin-bottom: 1.4cqi
}

.faq__question,
.faq__answer {
    display: flex;
    align-items: center;
    position: relative
}

.faq__question {
    padding-bottom: 0.9cqi;
    margin-bottom: 0.9cqi;
    border-bottom: 1px solid #D6D6D6
}

.faq__question::after {
    content: "";
    position: absolute;
    display: block;
    width: 104%;
    height: 1px;
    background: var(--color-gray);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.faq__icon {
    width: 2.6cqi;
    aspect-ratio: 1;
    font-size: 1.4cqi;
    border-radius: var(--border-radius-circle);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-weight-bold);
    flex-shrink: 0;
    margin-right: 1.2cqi
}

.faq__icon--q {
    background: #C02BF8;
    color: var(--color-white)
}

.faq__icon--a {
    background: #2268C5;
    color: var(--color-white)
}

.faq__question p,
.faq__answer p {
    margin: 0;
    line-height: 1.8;
    flex: 1
}

.faq__answer p {
    font-weight: 400
}

.faq__container .background_shape.right {
    top: 4.1cqi;
    right: -33.4cqi;
    width: 77cqi;
    transform: rotate(3deg)
}

.faq__container .background_shape.left {
    bottom: 3.3cqi;
    left: -23.3cqi;
    width: 74cqi
}

@media (max-width:1279px) {
    .hero {
        /* margin-bottom: 3vw */
    }

    .concerns {
        padding-top: 9.9vw
    }

    .solution {
        margin-bottom: 17vw
    }

    .cta {
        margin-bottom: 11.15vw
    }

    .features {
        margin-bottom: 10vw
    }

    .features__item:nth-child(3) .features__visual {
        margin: 0 4.5vw 0 0
    }

    .benefits {
        margin-bottom: 8vw
    }

    .pricing {
        margin-bottom: 17vw
    }

    .pricing__unique::before {
        top: -3vw
    }

    .faq__container {
        padding-bottom: 12vw
    }
}

@media (max-width:1000px) {
    .features__badge {
        font-size: .72vw
    }

    /*Youtube*/
    .youtube {
        /* margin-top:-5vw; */
    }

    .youtube .youtube__container {
        width: 80%;
        max-width: 100%;
    }
}

@media (max-width:640px) {
    #service_top .pc_cont {
        display: none
    }

    #service_top .sp_cont {
        display: block
    }

    #service_top {
        padding-top: 16.25vw
    }

    #service_top .btn {
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        height: 100%
    }

    #service_top .btn.sp_cont {
        position: relative;
        bottom: 12vw;
        display: flex;
        max-width: 463px;
        width: 73vw;
        max-height: 86px;
        height: 14vw;
        font-size: 4vw;
        letter-spacing: 2px
    }

    .rectangle {
        width: 9.3vw;
        height: 4.4vw;
        top: 14vw;
        right: .1vw
    }

    .hero {
        margin-bottom: 9.6vw;
    }

    .hero__container {
        flex-direction: column;
        text-align: center;
        height: 100%;
        max-height: 100%
    }

    .hero__visual {
        max-width: 100%;
        width: 100%
    }

    #service_top.top_wrapper .hero__visual img {
        height: 100%;
        object-fit: contain
    }

    .hero__title-main {
        font-size: 8.3vw;
        margin-bottom: 6.1vw
    }

    .hero__title-sub {
        font-size: 6vw;
        letter-spacing: .2vw;
        margin-bottom: .1vw
    }

    .hero__text {
        display: flex;
        justify-content: center;
        font-size: 3.7vw;
        letter-spacing: .1vw;
        text-align: left;
        margin-bottom: 5.8vw
    }

    .hero__content {
        position: relative;
        max-width: 100%;
        width: 100%;
        padding-bottom: 0;
        top: 8.9vw;
        right: 0
    }

    .hero__visual {
        position: relative;
        left: 0
    }

    /*■■■■■■■■■ NEWS ■■■■■■■■■ */
    .news-area {
        position: static;
        width: 100%;
        max-width: 96%;
        height: 80px;
        margin: 0 auto 10vw;
        padding: 2vw;
    }

    .news-area .news-list {
        align-items: end;
    }

    /* お知らせ */
    .news-area .news-item {}

    /* カテラベル */
    .news-area .news-item .term_label {
        font-weight: 300;
        margin-right: 2.5vw;
        font-size: 12px;
    }

    /* タイトル */
    .news-area .news-item .news_title_wrap {
        width: calc(100% - 142px);
    }

    .news-area .news-item .news_title {
        font-size: 14px;
        white-space: normal;
        text-align: left;
        line-height: 1.3;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        padding: 0 0 1px;
    }

    /* more */
    .news-area .news_more {
        bottom: 0;
        font-size: 12px;
        font-weight: 400;
    }

    .news-area .news_more .news_arrow {
        font-size: 12px;
    }


    /*Youtube*/
    .youtube {
        overflow: hidden;
        /* margin-top:-12.5vw; */
        margin-bottom: 12.5vw;
    }

    .youtube .youtube__title {
        width: 100%;
        font-size: 6.4vw;
        padding: 0;
        margin-bottom: 6.2vw
    }

    .youtube .youtube__container {
        width: 80%;
        max-width: 100%;
    }

    /*Process*/
    .process {
        margin-bottom: -7vw
    }

    .process__steps {
        flex-direction: column;
        align-items: center
    }

    .process__step::after {
        display: none
    }

    .process__title {
        width: 100%;
        font-size: 6.4vw;
        padding: 0;
        margin-bottom: 6.2vw
    }

    .process__subtitle {
        padding: 0;
        width: 100%;
        max-width: 100%;
        font-size: 4vw;
        margin-bottom: 10vw
    }

    .process__highlight {
        margin-top: 2vw;
        font-size: 5vw;
        line-height: 1
    }

    .process__btn_wrapper {
        width: 42.1vw;
        max-width: initial;
        height: 14vw;
        max-height: 85px;
        margin-bottom: 8.7vw
    }

    #service_top .process .btn {
        font-size: 4vw
    }

    .process__step-text {
        font-size: 4.2vw;
        max-height: 100%;
        margin-bottom: 5.4vw
    }

    .process__step:nth-child(3) .process__step-text {
        margin-bottom: 4.4vw
    }

    .process__step:first-child,
    .process__step:nth-child(2),
    .process__step:nth-child(3) {
        max-width: 100%;
        width: 100%;
        margin: 0
    }

    .process__step:first-child {
        margin-bottom: 12.5vw
    }

    .process__step:nth-child(2) .process__step-image {
        width: 100%;
        height: 72vw;
        display: block;
        right: 0;
        left: -9vw;
        top: 1.5vw
    }

    .process__step:nth-child(3) .process__step-image {
        width: 113vw;
        left: 6.5vw;
        right: 0;
        top: 0
    }

    .process__step:first-child .process__step-image {
        height: auto;
        height: 51vw;
        width: 72.6vw;
        border-radius: 2vw
    }

    .process__bottom {
        width: 100%;
        max-height: 100%;
        height: 95.6vw;
        bottom: 21vw
    }

    .process__bottom-title {
        position: absolute;
        top: -16.8vw;
        line-height: 1.78;
        margin: auto;
        font-size: 6.2vw
    }

    .process__bottom-image {
        bottom: 12vw;
        height: 100vw
    }

    /*Trial*/
    .trial {
        padding: 12.5vw 0 0;
        background: none;
    }

    .trial .trial__title {
        font-size: 6.5vw;
        margin-bottom: 5vw;
    }

    .trial .trial__txt1 {
        font-size: 3vw;
    }

    .trial .trial__txt2 {
        font-size: 4.8vw;
        font-weight: 700;
    }

    .trial .start__container {
        width: 90%;
        max-width: 100%;
        margin: 6.25vw auto 0;
    }

    .trial .start_btn {
        top: 80%;
        width: fit-content;
        height: 8vw;
        padding: 0 5vw;
        font-size: 3vw;
    }

    .concerns {
        padding: 21vw 0 16vw 0;
        margin-bottom: 22.3vw
    }

    .concerns .background_image {
        max-height: 76%
    }

    .concerns__title {
        font-size: 6.5vw;
        margin-bottom: 20.5vw;
        padding-left: 3vw;
        letter-spacing: 0
    }

    .concerns__grid {
        flex-direction: column;
        justify-content: initial;
        height: auto
    }

    .concerns__item {
        width: 100% !important;
        flex-direction: row;
        align-items: flex-start;
        justify-content: initial;
        gap: 12.3vw;
        padding: 0 5.3vw
    }

    .concerns__grid>.concerns__item:first-child {
        margin: 0 0 2.2vw
    }

    #service_top .concerns__item .btn {
        margin-bottom: 0;
        width: 61vw;
        font-size: 3.7vw;
        letter-spacing: 0;
        height: 24vw;
        border-radius: 12vw
    }

    .concerns__item .btn::after {
        background: url(https://test-mensetsu.maglaro.site/img/top/sp_worr_grid.webp) no-repeat top center / contain;
        width: 50vw;
        height: 11.4vw;
        max-width: initial;
        top: 29vw;
        left: 20.8vw
    }

    .concerns__check {
        width: 8.8vw
    }

    .concerns__image {
        width: 23vw;
        left: 0;
        padding-top: 10vw
    }

    .concerns .background_image {
        max-height: 71%
    }

    .concerns .background_image>img {
        object-fit: initial
    }

    .concerns__grid>.concerns__item:nth-child(2) {
        margin: 0;
        padding-top: 0;
        flex-direction: row-reverse;
        gap: 6.6vw;
        padding: 0 5.5vw
    }

    .concerns__item:nth-child(2) .concerns__image {
        margin: 0 0 2vw;
        width: 29.4vw;
        bottom: 0;
        left: 0;
        padding-top: 2.9vw
    }

    .concerns__grid>.concerns__item:nth-child(2) .btn::after {
        width: 35.6vw;
        transform: scaleX(-1);
        right: 0;
        left: -33.2vw;
        top: 29.4vw
    }

    .concerns__item:nth-child(3) {
        margin: 0;
        padding: 0 3.6vw;
        gap: 0 14.7vw
    }

    #service_top .concerns__item:nth-child(3) .btn {
        width: 71vw
    }

    #service_top .concerns__item:nth-child(3) .btn::after {
        width: 53vw;
        height: 11.7vw;
        top: 29vw;
        left: 21.4vw
    }

    .concerns__item:nth-child(3) .concerns__image {
        width: 26vw;
        top: 0;
        left: 0;
        padding-top: 10.4vw
    }

    .solution {
        margin-bottom: 28.5vw
    }

    .solution__content {
        flex-direction: column;
        width: 100%;
        gap: 0
    }

    .solution__text {
        width: 100%;
        padding: 0 3.6vw 0 5vw;
        margin-bottom: 15.5vw
    }

    .solution__title {
        font-size: 6.1vw;
        letter-spacing: 0;
        margin-bottom: 9.2vw;
        text-align: center
    }

    .solution__description {
        font-size: 3.7vw;
        letter-spacing: .3px;
        margin-bottom: .4vw;
        line-height: 1.8
    }

    .solution__highlight {
        display: inline-block;
        font-size: 3.4vw;
        letter-spacing: .8px;
        text-align: left;
        padding: .2vw;
        margin-bottom: 0
    }

    .solution__timeline {
        width: 100%;
        padding: 0 2.1vw 0 3.1vw
    }

    .cta__container {
        padding: 0 5vw
    }

    .cta__content {
        width: 100%
    }

    .cta__text {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 10.3vw 0 0 0
    }

    .cta__title {
        font-size: 8vw;
        line-height: 1.3;
        letter-spacing: .1px;
        margin-bottom: 5.4vw
    }

    .cta__subtitle {
        font-size: 4vw;
        margin-bottom: 8.4vw
    }

    .cta__text-wrapper {
        position: relative;
        text-align: left;
        width: 63vw;
        padding-left: 5.2vw
    }

    .cta__contact {
        justify-content: space-around;
    }

    .cta__contact-wrapper {
        position: relative;
        padding: 8vw 5.5vw 9vw;
        background: rgb(255 255 255 / 9%)
    }

    .cta__contact-wrapper::before {
        content: "";
        position: absolute;
        background: url(https://test-mensetsu.maglaro.site/img/top/cta.webp) no-repeat bottom center / contain;
        width: 45vw;
        height: 80.6vw;
        left: 49.1vw;
        margin: auto;
        top: -50vw;
        transform: translateY(-30.8vw)
    }

    #service_top .cta .btn {
        width: 100%;
        height: 17vw;
        margin: 0 auto 7vw
    }

    .cta__button {
        width: 100%;
        padding: 15px 20px;
        font-size: 16px
    }

    .cta .grad_txt_pri {
        font-size: 5vw
    }

    .cta__contact-label {
        font-size: 3.4vw;
        text-align: right;
        line-height: 1.3;
    }

    .cta__contact-hours {
        font-size: 3.1vw
    }

    .cta__contact-underline {
        width: .3vw;
        height: 8vw
    }

    .cta__contact-phone {
        font-size: 4.8vw;
        margin: 0
    }

    .features {
        margin-bottom: 45vw
    }

    .features__title,
    .benefits__title {
        font-size: 6.2vw;
        margin-bottom: 15vw
    }

    .features__item {
        flex-direction: column;
        height: 100%;
        width: 100%;
        padding: 4.8vw 5.2vw 0
    }

    .features__item::after {
        bottom: initial;
        width: 90.4%;
        height: 60%;
        box-shadow: 1px 1px 20px #0006ff24;
        background: rgb(255 255 255 / 0%);
        border: 1px solid rgb(255 255 255 / 30%)
    }

    .features__item:nth-child(2) {
        flex-direction: column;
        height: 100%;
        margin-bottom: 28vw
    }

    .features__item:nth-child(2)::after {
        height: 78.3%
    }

    .features__text {
        width: 100%;
        padding: 0 5vw
    }

    .features__note {
        font-size: 3.5vw
    }

    .features__item:nth-child(2) .features__text {
        margin: 0;
        width: 100%;
        padding: 2.3vw 4.7vw 3vw 5vw
    }

    .features__number {
        font-size: 4.5vw
    }

    .features__item-title {
        font-size: 4.8vw;
        margin-bottom: 1.1vw;
        line-height: 1.7
    }

    .features__description {
        font-size: 3.7vw;
        letter-spacing: 0
    }

    .features__bubble {
        font-size: 12px;
        padding: 10px 15px
    }

    .features__visual {
        margin: 7vw 0 0 auto;
        width: 32vw;
        bottom: 15.8vw;
        right: 5vw
    }

    .features__item:nth-child(2) .features__visual {
        margin: 7.4vw 15vw 0 0;
        width: 65vw;
        bottom: 0;
        right: 0
    }

    .features__item:nth-child(3) .features__visual {
        width: 66vw;
        margin: 0 auto;
        bottom: -8vw;
        right: -7vw
    }

    .features__badge {
        width: 32vw;
        font-size: 3vw;
        padding: 0 3vw
    }

    .features__badges .features__badge:first-child {
        bottom: 2.8vw;
        right: 53vw
    }

    .features__badges .features__badge:nth-child(2) {
        top: 14vw;
        left: -24.6vw
    }

    .features__item:nth-child(2) .features__badges .features__badge:first-child {
        top: -11.5vw;
        bottom: initial;
        right: -20vw
    }

    .features__item:nth-child(2) .features__badges .features__badge:nth-child(2) {
        top: initial;
        bottom: -11vw;
        left: 37vw
    }

    .features__item:nth-child(3) {
        height: 100%
    }

    .features__item:nth-child(3)::after {
        height: 92%
    }

    .features__item:nth-child(3) .features__text {
        width: 100%;
        padding: 3vw 5vw 0
    }

    .features__item:nth-child(3) .features__badges .features__badge:first-child {
        top: -4vw;
        bottom: initial;
        right: initial;
        left: -19vw
    }

    .features__item:nth-child(3) .features__badges .features__badge:nth-child(2) {
        top: initial;
        bottom: -23.2vw;
        right: initial;
        left: -3vw
    }

    .features .background_shape {
        opacity: .6;
        top: 524px;
        left: -570px;
        z-index: -2
    }

    .benefits {
        background: rgb(255 255 255 / 40%);
        padding-top: 24vw;
        margin-bottom: 21.2vw
    }

    .benefits__container {
        padding-bottom: 2.3vw
    }

    .benefits .background_image {
        max-height: 372vw
    }

    #service_top.top_wrapper .benefits .background_image>img {
        object-fit: initial;
        width: auto
    }

    .benefits__title {
        font-size: 6.1vw;
        margin-bottom: 19.8vw
    }

    .benefits__grid {
        width: 100%;
        grid-template-columns: 1fr
    }

    .benefits__item {
        padding: 0 4.8vw;
        margin-bottom: 3.5vw
    }

    .benefits__icon {
        width: 14.9vw;
        margin-bottom: 7.9vw
    }

    #service_top .benefits__item .btn {
        height: 14.6vw;
        font-size: 4.2vw;
        margin-bottom: 6.8vw
    }

    .benefits__description {
        font-size: 3.7vw;
        letter-spacing: .4px;
        margin-bottom: 7.6vw;
        line-height: 1.8
    }

    .benefits__illustration {
        width: 27.2vw
    }

    .benefits__item:nth-child(2) {
        margin-bottom: .5vw
    }

    .benefits__item:nth-child(2) .benefits__icon,
    .benefits__item:nth-child(3) .benefits__icon {
        margin-bottom: 6.7vw
    }

    #service_top .benefits__item:nth-child(2) .btn,
    #service_top .benefits__item:nth-child(3) .btn {
        margin-bottom: 9.3vw
    }

    .benefits__item:nth-child(2) .benefits__description,
    .benefits__item:nth-child(3) .benefits__description {
        margin-bottom: 9.8vw
    }

    .benefits__item:nth-child(2) .benefits__illustration {
        width: 27.7vw
    }

    .benefits__item:nth-child(3) .benefits__illustration {
        width: 45.9vw
    }

    .pricing {
        margin-bottom: 43vw
    }

    .pricing__title {
        font-size: 6.4vw;
        margin-bottom: 8.8vw
    }

    .pricing__header {
        margin-bottom: 18.6vw
    }

    .pricing__header::after {
        width: 16.3vw;
        bottom: -6.5vw
    }

    .pricing__amount {
        align-items: baseline;
        font-size: 4vw;
        margin-bottom: 2.1vw
    }

    .pricing__number {
        font-size: 7.8vw
    }

    .emphasis {
        font-size: 12vw;
        font-size: 12cqi
    }

    .pricing__note {
        font-size: 3.75vw;
        width: 100%;
        padding: 0 4.6vw
    }

    .pricing__unique {
        margin-bottom: 5.7vw
    }

    .pricing__unique::before {
        top: -10vw
    }

    .pricing__unique-title {
        font-size: 4.9vw;
        margin-bottom: 4vw
    }

    .pricing__unique-description {
        font-size: 3.75vw;
        width: 100%;
        padding: 0 4.6vw;
        line-height: 1.8
    }

    .pricing__card {
        width: 100%;
        height: 95vw;
        margin: 0 auto 10.3vw;
        padding: 10.4vw 0 0;
        border-radius: 5.3vw
    }

    .pricing__card.pricing__card--ours {
        width: 98.7%;
        height: 93.7vw;
        margin-bottom: 0;
        border-radius: 7.8vw;
        padding: 9vw 0 1px
    }

    .pricing__card--ours::before {
        border-radius: 8.9vw
    }

    .pricing__card-title {
        font-size: 4.9vw;
        margin-bottom: 6.4vw
    }

    .pricing__card--ours .pricing__card-title {
        margin-bottom: 6vw
    }

    .pricing__card--ours .frame {
        width: 100%;
        height: 100.4%
    }

    .pricing__card-price {
        font-size: 4vw
    }

    .pricing__card--ours .pricing__card-price {
        font-size: 5.7vw
    }

    .pricing__card-plus {
        font-size: 6.6vw;
        margin-bottom: .8vw
    }

    .pricing__card-note {
        font-size: 3.8vw;
        margin-bottom: 7.8vw
    }

    .pricing__card-fee {
        font-size: 3.9vw;
        margin-bottom: 5.4vw
    }

    .pricing__comparison {
        width: 100%;
        flex-direction: column;
        padding: 0 5vw
    }

    .pricing__badges {
        top: 7.1vw;
        justify-content: center
    }

    .pricing__card--ours .pricing__badges {
        gap: 7.7vw;
        top: 4.1vw
    }

    .pricing__btn_wrapper {
        width: 17vw
    }

    .pricing__card--ours .pricing__btn_wrapper {
        width: 19vw
    }

    .pricing__btn_wrapper:nth-child(odd) {
        padding-top: 2.5vw
    }

    #service_top .pricing__btn_wrapper .btn {
        font-size: 4vw;
        width: 83%;
        height: 6.2vw;
        line-height: 6.2vw;
    }

    #service_top .pricing__card--others .pricing__btn_wrapper .btn {
        width: 100%;
    }

    #service_top .pricing__card--ours .pricing__btn_wrapper .btn {
        height: 8.3vw;
        line-height: 8.3vw;
    }

    .pricing__card--our .pricing__btn_wrapper .btn::after {
        width: 9.5vw;
        height: 4.8vw;
        top: -5.9vw;
        right: -1.5vw
    }

    .pricing__btn_wrapper .btn::after {
        width: 7vw;
        height: 6vw;
        top: -6.4vw;
        right: -2.6vw
    }

    .pricing__card--others .pricing__btn_wrapper:first-child {
        margin: 0
    }

    .pricing__card--others .pricing__btn_wrapper:nth-child(2) {
        margin: 0 8vw
    }

    .pricing__card--others .pricing__btn_wrapper:nth-child(3) {
        margin: 0
    }

    .pricing__card--others .pricing__btn_wrapper .btn .yen {
        font-size: 2.8vw
    }

    .pricing__card--ours .pricing__btn_wrapper .btn .yen {
        font-size: 4.6vw
    }

    .pricing__btn_wrapper .rectangle {
        top: 6.6vw
    }

    .pricing__btn_wrapper:nth-child(2) .rectangle {
        top: 1.9vw
    }

    .pricing__card--ours .pricing__btn_wrapper:nth-child(2) .rectangle {
        top: 3.9vw
    }

    .pricing__card--ours .pricing__card-image {
        width: 85.3vw;
        margin: 0 auto
    }

    .pricing__card--ours .pricing__btn_wrapper .rectangle {
        top: 8.6vw
    }

    .faq__container {
        padding-bottom: 10vw
    }

    .faq__title {
        font-size: 6vw;
        margin-bottom: 19vw
    }

    .faq__list {
        width: 100%;
        padding: 0 5vw
    }

    .faq__item {
        padding: 1.8vw 4vw 5.2vw 5vw;
        margin-bottom: 6.4vw;
        border-radius: 5.7vw;
        background: rgb(255 255 255 / 40%)
    }

    .faq__item:nth-child(n+2) {
        padding: 5vw 3.6vw 5.5vw 5vw;
        margin-bottom: 2.6vw
    }

    .faq__icon {
        width: 9.2vw;
        font-size: 5.1vw;
        margin-right: 4vw
    }

    .faq__question {
        padding-bottom: 2.9vw;
        margin-bottom: 2.9vw
    }

    .faq__question p,
    .faq__answer p {
        font-size: 3.6vw;
        letter-spacing: 1.1px;
        line-height: 1.7
    }
}

@container process__container (max-width:610px) {
    .process__subtitle {
        margin-bottom: 11.4cqi
    }

    .process__highlight {
        margin-top: 4.1cqi;
        font-size: 6.1cqi
    }

    .process__btn_wrapper {
        width: 42.1cqi;
        height: 14cqi;
        margin-bottom: 8.7cqi
    }

    #service_top .process .btn {
        font-size: 4cqi
    }

    .process__step-text {
        font-size: 4.2cqi;
        margin-bottom: 5.4cqi
    }

    .process__step:nth-child(3) .process__step-text {
        margin-bottom: 4.4cqi
    }

    .process__step:first-child {
        margin-bottom: 12.5cqi
    }

    .process__step:nth-child(2) .process__step-image {
        left: -9cqi;
        top: 1.5cqi
    }

    .process__step:nth-child(3) .process__step-image {
        width: 113cqi;
        left: 6.5cqi
    }

    .process__step:first-child .process__step-image {
        height: 51cqi;
        width: 72.6cqi;
        border-radius: 2cqi
    }

    .process__bottom {
        height: 74cqi;
        bottom: 21cqi
    }

    .process__bottom-title {
        top: -16.8cqi;
        font-size: 6.2cqi
    }
}

@container concerns__container (max-width:600px) {
    .concerns__title {
        font-size: 6.5cqi;
        margin-bottom: 20.5cqi;
        padding-left: 3cqi
    }

    .concerns__item {
        gap: 12.3cqi;
        padding: 0 5.3cqi
    }

    .concerns__grid>.concerns__item:first-child {
        margin: 0 0 2.2cqi
    }

    #service_top .concerns__item .btn {
        width: 61cqi;
        border-radius: 12cqi
    }

    .concerns__item .btn::after {
        width: 50cqi;
        height: 11.4cqi;
        top: 29cqi;
        left: 20.8cqi
    }

    .concerns__check {
        width: 8.8cqi
    }

    .concerns__image {
        width: 23cqi;
        padding-top: 10cqi
    }

    .concerns__grid>.concerns__item:nth-child(2) {
        gap: 6.6cqi;
        padding: 0 5.5cqi
    }

    .concerns__item:nth-child(2) .concerns__image {
        margin: 0 0 2cqi;
        width: 29.4cqi;
        padding-top: 2.9cqi
    }

    .concerns__grid>.concerns__item:nth-child(2) .btn::after {
        width: 35.6cqi;
        left: -33.2cqi;
        top: 29.4cqi
    }

    .concerns__item:nth-child(3) {
        padding: 0 3.6cqi;
        gap: 0 14.7cqi
    }

    #service_top .concerns__item:nth-child(3) .btn {
        width: 71cqi
    }

    #service_top .concerns__item:nth-child(3) .btn::after {
        width: 53cqi;
        height: 11.7cqi;
        top: 29cqi;
        left: 21.4cqi
    }

    .concerns__item:nth-child(3) .concerns__image {
        width: 26cqi;
        padding-top: 10.4cqi
    }
}

@container solution__container (max-width:600px) {
    .solution__text {
        padding: 0 3.6cqi 0 5cqi;
        margin-bottom: 15.5cqi
    }

    .solution__title {
        font-size: 6.1cqi;
        margin-bottom: 9.2cqi
    }

    .solution__description {
        margin-bottom: 0.4cqi
    }

    .solution__highlight {
        font-size: 3.4cqi;
        padding: 0.2cqi
    }

    .solution__timeline {
        padding: 0 2.1cqi 0 3.1cqi
    }
}

@container cta__container (max-width:600px) {
    .cta__text {
        padding: 10.3cqi 0 0 0
    }

    .cta__title {
        font-size: 8cqi;
        margin-bottom: 5.4cqi
    }

    .cta__subtitle {
        font-size: 4cqi;
        margin-bottom: 8.4cqi
    }

    .cta__text-wrapper {
        width: 63cqi;
        padding-left: 5.2cqi
    }

    .cta__contact {
        justify-content: space-around;
    }

    .cta__contact-wrapper {
        padding: 8cqi 5.5cqi 9cqi
    }

    .cta__contact-wrapper::before {
        width: 49cqi;
        height: 80.6cqi;
        left: 55.7cqi;
        top: -50cqi;
        transform: translateY(-30.8cqi)
    }

    #service_top .cta .btn {
        height: 17cqi;
        margin: 0 auto 7cqi
    }

    .cta .grad_txt_pri {
        font-size: 5cqi
    }

    .cta__contact-label {
        font-size: 3.8cqi
    }

    .cta__contact-hours {
        font-size: 3.1cqi
    }

    .cta__contact-underline {
        width: 0.3cqi;
        height: 8cqi
    }

    .cta__contact-phone {
        font-size: 5cqi
    }
}

@container features__container (max-width:600px) {

    .features__title,
    .benefits__title {
        font-size: 6.2cqi;
        margin-bottom: 15cqi
    }

    .features__item {
        padding: 4.8cqi 5.2cqi 0
    }

    .features__item:nth-child(2) {
        margin-bottom: 28cqi
    }

    .features__text {
        padding: 0 5cqi
    }

    .features__note {
        font-size: 3.5cqi
    }

    .features__item:nth-child(2) .features__text {
        padding: 2.3cqi 4.7cqi 3cqi 5cqi
    }

    .features__number {
        font-size: 4.5cqi
    }

    .features__item-title {
        font-size: 4.8cqi;
        margin-bottom: 1.1cqi
    }

    .features__description {
        font-size: 3.7cqi
    }

    .features__visual {
        margin: 7cqi 0 0 auto;
        width: 32cqi;
        bottom: 15.8cqi;
        right: 5cqi
    }

    .features__item:nth-child(2) .features__visual {
        margin: 7.4cqi 15cqi 0 0cqi;
        width: 65cqi
    }

    .features__item:nth-child(3) .features__visual {
        width: 66cqi;
        bottom: -8cqi;
        right: -7cqi
    }

    .features__badge {
        width: 32cqi;
        font-size: 3cqi;
        padding: 0 3cqi
    }

    .features__badges .features__badge:first-child {
        bottom: 2.8cqi;
        right: 53cqi
    }

    .features__badges .features__badge:nth-child(2) {
        top: 14cqi;
        left: -24.6cqi
    }

    .features__item:nth-child(2) .features__badges .features__badge:first-child {
        top: -11.5cqi;
        right: -20cqi
    }

    .features__item:nth-child(2) .features__badges .features__badge:nth-child(2) {
        bottom: -11cqi;
        left: 37cqi
    }

    .features__item:nth-child(3) .features__text {
        padding: 3cqi 5cqi 0
    }

    .features__item:nth-child(3) .features__badges .features__badge:first-child {
        top: -4cqi;
        left: -19cqi
    }

    .features__item:nth-child(3) .features__badges .features__badge:nth-child(2) {
        bottom: -23.2cqi;
        left: -3cqi
    }
}

@container benefits__container (max-width:600px) {
    .benefits__title {
        font-size: 6.1cqi;
        margin-bottom: 19.8cqi
    }

    .benefits__item {
        padding: 0 4.8cqi;
        margin-bottom: 3.5cqi
    }

    .benefits__icon {
        width: 14.9cqi;
        margin-bottom: 7.9cqi
    }

    #service_top .benefits__item .btn {
        height: 14.6cqi;
        font-size: 4.2cqi;
        margin-bottom: 6.8cqi
    }

    .benefits__description {
        font-size: 3.7cqi;
        margin-bottom: 7.6cqi
    }

    .benefits__illustration {
        width: 27.2cqi
    }

    .benefits__item:nth-child(2) {
        margin-bottom: 0.5cqi
    }

    .benefits__item:nth-child(2) .benefits__icon,
    .benefits__item:nth-child(3) .benefits__icon {
        margin-bottom: 6.7cqi
    }

    #service_top .benefits__item:nth-child(2) .btn,
    #service_top .benefits__item:nth-child(3) .btn {
        margin-bottom: 9.3cqi
    }

    .benefits__item:nth-child(2) .benefits__description,
    .benefits__item:nth-child(3) .benefits__description {
        margin-bottom: 9.8cqi
    }

    .benefits__item:nth-child(2) .benefits__illustration {
        width: 27.7cqi
    }

    .benefits__item:nth-child(3) .benefits__illustration {
        width: 45.9cqi
    }
}

@container pricing__container (max-width:600px) {
    .pricing__title {
        font-size: 6.4cqi;
        margin-bottom: 8.8cqi
    }

    .pricing__header {
        margin-bottom: 18.6cqi
    }

    .pricing__header::after {
        width: 16.3cqi;
        bottom: -6.5cqi
    }

    .pricing__amount {
        font-size: 4cqi;
        margin-bottom: 2.1cqi
    }

    .pricing__number {
        font-size: 7.8cqi
    }

    .pricing__note {
        font-size: 3.75cqi;
        padding: 0 4.6cqi
    }

    .pricing__unique {
        margin-bottom: 5.7cqi
    }

    .pricing__unique-title {
        font-size: 4.9cqi;
        margin-bottom: 4cqi
    }

    .pricing__unique-description {
        font-size: 3.8cqi;
        padding: 0 4.6cqi
    }

    .pricing__card {
        height: 95cqi;
        margin: 0 auto 10.3cqi;
        padding: 10.4cqi 0 0;
        border-radius: 5.3cqi
    }

    .pricing__card.pricing__card--ours {
        height: 93.7cqi;
        border-radius: 7.8cqi;
        padding: 9cqi 0 1px
    }

    .pricing__card--ours::before {
        border-radius: 8.9cqi
    }

    .pricing__card-title {
        font-size: 4.9cqi;
        margin-bottom: 6.4cqi
    }

    .pricing__card--ours .pricing__card-title {
        margin-bottom: 6cqi
    }

    .pricing__card-price {
        font-size: 4cqi
    }

    .pricing__card--ours .pricing__card-price {
        font-size: 5.7cqi
    }

    .pricing__card-plus {
        font-size: 6.6cqi;
        margin-bottom: 0.8cqi
    }

    .pricing__card-note {
        font-size: 3.8cqi;
        margin-bottom: 7.8cqi
    }

    .pricing__card-fee {
        font-size: 3.9cqi;
        margin-bottom: 5.4cqi
    }

    .pricing__comparison {
        padding: 0 5cqi
    }

    .pricing__badges {
        top: 7.1cqi
    }

    .pricing__card--ours .pricing__badges {
        gap: 7.7cqi;
        top: 4.1cqi
    }

    .pricing__btn_wrapper {
        width: 17cqi
    }

    .pricing__card--ours .pricing__btn_wrapper {
        width: 19cqi
    }

    .pricing__btn_wrapper:nth-child(odd) {
        padding-top: 2.5cqi
    }

    #service_top .pricing__btn_wrapper .btn {
        font-size: 4cqi;
        height: 6.2cqi;
        line-height: 6.2cqi;
    }

    #service_top .pricing__card--ours .pricing__btn_wrapper .btn {
        height: 8.3cqi;
        line-height: 8.3cqi;
    }

    .pricing__card--our .pricing__btn_wrapper .btn::after {
        width: 9.5cqi;
        height: 4.8cqi;
        top: -5.9cqi;
        right: -1.5cqi
    }

    .pricing__btn_wrapper .btn::after {
        top: -6.4cqi;
        right: -2.6cqi
    }

    .pricing__card--others .pricing__btn_wrapper .btn .yen {
        font-size: 2.8cqi
    }

    .pricing__card--ours .pricing__btn_wrapper .btn .yen {
        font-size: 4.6cqi
    }

    .pricing__btn_wrapper .rectangle {
        top: 6.6cqi
    }

    .pricing__btn_wrapper:nth-child(2) .rectangle {
        top: 1.9cqi
    }

    .pricing__card--ours .pricing__btn_wrapper:nth-child(2) .rectangle {
        top: 3.9cqi
    }

    .pricing__card--ours .pricing__card-image {
        width: 85.3cqi
    }

    .pricing__card--ours .pricing__btn_wrapper .rectangle {
        top: 8.6cqi
    }
}

@container faq__container (max-width:600px) {
    .faq__title {
        font-size: 6cqi;
        margin-bottom: 19cqi
    }

    .faq__list {
        padding: 0 5cqi
    }

    .faq__item {
        padding: 1.8cqi 4cqi 5.2cqi 5cqi;
        margin-bottom: 6.4cqi;
        border-radius: 5.7cqi
    }

    .faq__item:nth-child(n+2) {
        padding: 5cqi 3.6cqi 5.5cqi 5cqi;
        margin-bottom: 2.6cqi
    }

    .faq__icon {
        width: 9.2cqi;
        font-size: 5.1cqi;
        margin-right: 4cqi
    }

    .faq__question {
        padding-bottom: 2.9cqi;
        margin-bottom: 2.9cqi
    }

    .faq__question p,
    .faq__answer p {
        font-size: 3.6cqi
    }
}