.sp-only {
    display: none;
}

.pc-only {
    display: block;
}

@media screen and (max-width: 767px) {
    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }
}

section {
    padding: 0;
    font-family: "Noto Serif JP";
}

#module001 {
    font-family: "Noto Sans JP";
}

.mv__inner {
    width: 100%;
}

.mv__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mv__inner picture,
.mv__inner img {
    display: block;
    width: 100%;
    height: auto;
}

.experience {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #D9EDFF 100%);
    padding: 0 0 60px;
}

.experience__inner {
    width: 100%;
    padding: 0;
}

.experience__panel {
    max-width: 1400px;
    margin: -30px auto 0;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 44px 100px 38px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}

.section__title {
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.underline-text {
    display: inline;
    text-decoration: underline;
    text-decoration-color: #84C5FF;
    text-decoration-thickness: 6px;
    text-decoration-skip-ink: none;
    text-underline-offset: 0.15em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-weight: 500;
}

.experience__cards {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
}

.experience__card {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.experience__card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 30px;
}

.experience__card p {
    margin: 20px 0 0;
    text-align: center;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.6;
    font-family: "Noto Sans JP";
}

.experience__footer {
    margin: 50px 0 0;
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.7;
    font-weight: 500;
    color: #00146E;
    position: relative;
    z-index: 1;
}

.value {
    width: 100%;
    padding: 132px 0 160px;
    background: #fff;
    overflow: hidden;
}

.value__inner {
    max-width: 1400px;
    margin: 0 auto;
}

.value__lead {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 400;
    color: #000;
    margin: 14px 0 0;
}

.value__list {
    margin-top: 176px;
    display: flex;
    flex-direction: column;
    gap: 139px;
}

.value__item {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 0;
}

.value__item--reverse {
    grid-template-columns: 0.95fr 1.05fr;
}

.value__item--reverse .value__image {
    order: 2;
}

.value__item--reverse .value__content {
    order: 1;
    margin-left: 0;
    margin-right: -44px;
}

.value__image {
    position: relative;
    width: min(100%, 615px);
    height: auto;
    padding: 30px;
    border-radius: 30px;
    z-index: 3;
    background-color: #fff;
    margin-top: -290px;
    margin-left: auto;
    margin-right: 10px;
}

.value__item--reverse .value__image {
    margin-top: -290px;
    margin-left: 0;
    margin-right: auto;
}

.value__image picture,
.value__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
}

.value__content {
    position: relative;
    z-index: 2;
    margin-left: -289px;
    margin-right: 72px;
    border-radius: 24px;
    padding: 57px 0 35px 329px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.value__content::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, #d9edff 0%, #ffffff 100%);
    border-radius: 24px;
    z-index: -1;
}

.value__item--reverse .value__content::after {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, #ffffff 0%, #d9edff 100%);
}

.value__item--reverse .value__content {
    margin-left: 72px;
    margin-right: -289px;
    padding: 57px 300px 89px 0;
}

.value__content > div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.value__number {
    padding-right: 18px;
    margin: 0;
    color: #00146E;
    font-size: 6.4rem;
    font-weight: 100;
    letter-spacing: 0.08em;
    line-height: 1;
    border-right: 1px solid #00146E;
}

.value__title-item {
    margin: 0;
    color: #00146E;
    font-size: 6.6rem;
    font-weight: 300;
    line-height: 1;
}

.value__hdg {
    margin: 24px 0 0;
    color: #000;
    font-family: "Noto Serif JP";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 50.4px;
}

.value__text {
    max-width: 524px;
    margin: 44px 0 0;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.6px;
}

.feature {
    width: 100%;
    background: #d9edff;
    padding: 80px 0;
}

.feature__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.feature__items {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
}

.feature__item {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #003c66;
}

.feature__item-title {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
}

.feature__item-text {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    margin: 10px 0 0;
}

.feature__item--left,
.feature__item--right {
    width: 300px;
    padding: 26px 0;
}

.feature__item--left {
    background: #315ADC;
}

.feature__item--center {
    width: 500px;
    background: #082694;
    position: relative;
    padding: 52px 0;
}

.feature__item--center .feature__item-title {
    font-size: 2.8rem;
}

.feature__item--center .feature__item-text {
    font-size: 1.8rem;
    font-weight: bold;
}

.feature__item--right {
    background: #041864;
}

.feature__item--center::before,
.feature__item--center::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.feature__item--center::before {
    left: -39px;
    border-right: 26px solid #315ADC;
}

.feature__item--center::after {
    right: -39px;
    border-left: 26px solid #041864;
}

.feature__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 58px;
    position: relative;
}

.feature__grid-item {
    background: #fff;
    border-radius: 40px;
    padding-block: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 1px #0162B7;
    z-index: 2;
}

.feature__grid-heading {
    color: #00146E;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

.feature__icon {
    width: 210px;
    height: 158px;
    border-radius: 20px;
    margin-top: 20px;
}

.feature__icon > img {
    width: 100%;
}

.feature__icon-name {
    margin: 5px 0 0;
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feature__circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 382px;
    height: 382px;
    border-radius: 50%;
    background: #082694;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP";
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    z-index: 3;
    pointer-events: none;
}

.feature__grid-item--1,
.feature__grid-item--3 {
    padding-right: 64px;
}

.feature__grid-item--2,
.feature__grid-item--4 {
    padding-left: 64px;
}

.feature__caution {
    margin-top: 40px;
}

.feature__caution p {
    font-size: 1.4rem;
    font-family: "Noto Sans JP";
    color: #000;
}

.price {
    width: 100%;
    padding: 80px 0 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #D9EDFF 100%);
}

.price__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

.price__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.price__card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 30px;
    background: #fff;
    border: 1px solid #0162B7;
    border-radius: 10px;
}

.price__checkbox {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #E5F3FF;
    flex-shrink: 0;
}

.price__card-text {
    font-family: "Noto Sans JP";
    margin: 0;
    color: #000;
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: left;
}

.price__subtext {
    font-family: "Noto Sans JP";
    margin: 35px auto 0;
    color: #00146E;
    font-size: 2.8rem;
    font-weight: bold;
    width: fit-content;
}

.price__description {
    margin: 70px auto 0;
    color: #00146E;
    font-size: 3.6rem;
    line-height: 1.7;
    text-align: center;
    
}

.price__highlight {
    margin-top: 18px;
    margin-inline: auto;
    padding: 67px 55px 30px;
    max-width: 820px;
    background: #fff;
    border: 1px solid #0162B7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 38px;
}

.price__image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 250px;
}

.price__image img {
    width: 100%;
}

.price__image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    height: 83px;
    content: "";
    background-image: url("/domestic/theme/standard-value/assets/images/price_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-40px) translateX(-110px);
}

.price__highlight-text {
    margin: 0;
    color: #00146E;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 2.6rem;
    font-weight: 500;
}

.search {
    width: 100%;
    padding: 50px 0 76px;
    background: #0162B7;
}

.search__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.search .section__title {
    color: #fff;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .mv__inner picture,
    .mv__inner img {
        max-width: none;
    }

    .section__title {
        font-size: 2.4rem;
    }

    .experience {
        padding-bottom: 33px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #D9EDFF 20.67%);
    }

    .experience__panel {
        width: calc(100% - 20px);
        margin-top: -50px;
        padding: 35px 15px 40px;
    }
    .experience__cards {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .experience__cards img {
        width: 230px;
        margin: 0 auto;
    }

    .experience__card p {
        margin-top: 5px;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .experience__footer {
        margin-top: 25px;
        font-size: 2.0rem;
    }

    .value {
        padding: 55px 10px 60px;
    }

    .value__lead {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 1.4rem;
    }

    .value__list {
        margin-top: 50px;
        gap: 0;
    }

    .value__item,
    .value__item--reverse {
        grid-template-columns: 1fr;
    }

    .value__item--reverse .value__image,
    .value__item--reverse .value__content {
        order: initial;
    }

    .value__content,
    .value__item--reverse .value__content {
        margin: 0;
        padding: 128px 50px 30px;
        transform: translateY(-70px);
    }

    .value__content::after,
    .value__item--reverse .value__content::after {
        width: 100%;
    }

    .value__image,
    .value__item--reverse .value__image {
        position: relative;
        width: 324px;
        height: 204px;
        padding: 0;
        margin: 0 auto;
        border-radius: 15px;
        background-color: transparent;
    }

    .value__image::after,
    .value__item--reverse .value__image::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff;
        border-radius: 15px;
        z-index: -1;
    }

    .value__image::after {
        top: 15px;
        left: 22px;
    }

    .value__item--reverse .value__image::after {
        top: 15px;
        left: -22px;
    }

    .value__number {
        font-size: 3.8rem;
    }
    
    .value__title-item {
        font-size: 4.0rem;
    }

    .value__hdg {
        font-size: 2.2rem;
        line-height: 1.5;
        margin-top: 18px;
        margin-bottom: 0;
    }

    .value__text {
        margin-top: 16px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .feature {
        padding: 50px 10px 60px;
    }

    .feature__items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "center center"
            "left right";
        justify-items: center;
        gap: 34px 15px;
        margin-top: 60px;
    }

    .feature__item {
        position: relative;
    }

    .feature__item--left {
        grid-area: left;
        width: 170px;
    }

    .feature__item--center {
        grid-area: center;
        width: calc((280 / 375) * 100%);
        padding-block: 20px;
    }

    .feature__item--right {
        grid-area: right;
        width: 170px;
    }

    .feature__item--center .feature__item-title {
        font-size: 2.0rem;
    }

    .feature__item--center .feature__item-text {
        font-size: 1.4rem;
    }

    .feature__item--left,
    .feature__item--right {
        padding-block: 17px;
    }

    .feature__item--left .feature__item-title,
    .feature__item--right .feature__item-title {
        font-size: 1.8rem;
    }

    .feature__item--left .feature__item-text,
    .feature__item--right .feature__item-text {
        font-size: 1.4rem;
    }

    .feature__item--left::before,
    .feature__item--right::before {
        content: "";
        position: absolute;
        top: -24px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 16px solid;
    }

    .feature__item--left::before {
        border-top-color: #315ADC;
    }

    .feature__item--right::before {
        border-top-color: #041864;
    }

    .feature__item--center::before,
    .feature__item--center::after {
        display: none;
    }

    .feature__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 80px 15px;
        margin-top: 30px;
        position: relative;
    }

    .feature__circle {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: min(100%, 258px);
        height: 120px;
        border-radius: 100px;
        padding: 22px 20px;
        font-size: 2.0rem;
        line-height: 1.3;
        z-index: 3;
    }

    .feature__grid-item--1,
    .feature__grid-item--2,
    .feature__grid-item--3,
    .feature__grid-item--4 {
        transform: none;
        width: 100%;
        max-width: none;
        justify-self: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-block: 30px;
    }

    .feature__grid-item--1 {
        grid-column: 1;
        grid-row: 1;
    }

    .feature__grid-item--2 {
        grid-column: 2;
        grid-row: 1;
    }

    .feature__grid-item--3 {
        grid-column: 1;
        grid-row: 2;
    }

    .feature__grid-item--4 {
        grid-column: 2;
        grid-row: 2;
    }



    .feature__grid-heading {
        font-size: 1.6rem;
        line-height: 23px;
    }

    .feature__grid-heading br {
        display: none;
    }

    .feature__icon {
        width: 100%;
        height: auto;
    }

    .feature__icon-name {
        font-size: 1.4rem;
    }

    .feature__caution {
        margin-top: 35px;
    }

    .price {
        padding: 54px 35px 30px;
    }

    .price__inner {
        padding: 0;
    }

    .price__cards {
        margin-top: 30px;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .price__card {
        gap: 10px;
        padding: 14px 20px;
        border-radius: 5px;
    }

    .price__checkbox {
        width: 20px;
        height: 20px;
        border-radius: 2px;
    }

    .price__card-text {
        font-size: 1.4rem;
    }

    .price__subtext {
        text-align: center;
        font-size: 1.7rem;
        line-height: 1.8;
    }

    .price__description {
        margin-top: 40px;
        font-size: 2.0rem;
    }

    .price__highlight {
        padding: 45px 15px 30px;
        gap: 22px;
    }

    .price__image {
        max-width: 161px;
    }

    .price__image::before {
        width: 53px;
        height: 53px;
        transform: translateY(-30px) translateX(-65px);
    }

    .price__highlight-text {
        font-size: 1.7rem;
    }

    .search {
        padding: 45px 15px 64px;
    }
}

/* ---- banner-standard ---- */
.banner-standard {
    width: 100%;
    background: #0162B7;
    padding: 40px 0;
}

.banner-standard__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.banner-standard__link {
    display: block;
}

.banner-standard__link img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .banner-standard {
        padding: 30px 0;
    }

    .banner-standard__inner {
        padding: 0 15px;
    }
}

