@charset "utf-8";
 :root {
    --header-height: 0px;
    --noto-font: "Noto Sans JP", sans-serif;
    --out-font: "Outfit", serif;
    --cta-color: #E75B63;
    --blue-color: #004098;
    --orange-color: #F7A84B;
    --error-color: #DF2525;
    --font14: clamp(0.688rem, -0.403rem + 5.45vw, 0.875rem);
    --font15: clamp(0.75rem, -0.341rem + 5.45vw, 0.938rem);
    --font16: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
    --font18: clamp(0.938rem, -0.153rem + 5.45vw, 1.125rem);
    --font21: clamp(1.063rem, -0.392rem + 7.27vw, 1.313rem);
    --font22: clamp(1.125rem, -0.33rem + 7.27vw, 1.375rem);
    --font26: clamp(1.375rem, -0.08rem + 7.27vw, 1.625rem);
    --font28: clamp(1.25rem, -1.295rem + 12.73vw, 1.688rem);
}

html {
    font-family: var(--noto-font);
    scroll-behavior: smooth;
}

picture {
    display: block;
}

a {
    transition: all .3s ease;
}

@media screen and (min-width: 900px) {
    a:hover {
        opacity: .7;
    }
}

body {
    font-family: var(--shippori-font);
    color: #191919;
    background-color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.l-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.l-inner {
    margin: 0 auto;
    max-width: 1060px;
}

.m-inner {
    margin: 0 auto;
    max-width: 960px;
}

@media screen and (max-width: 900px) {
    .l-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .l-inner {
        max-width: 420px;
    }
    .m-inner {
        max-width: 420px;
    }
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

.pc-only-flex {
    display: flex !important;
}

.sp-only-flex {
    display: none !important;
}

@media screen and (max-width: 900px) {
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
    .pc-only-flex {
        display: none !important;
    }
    .sp-only-flex {
        display: flex !important;
    }
}

header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: auto;
    padding: 12px 30px;
    background-color: #fff;
}

.header-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header-left {
    z-index: 9999;
    position: relative;
    max-width: 272px;
    min-width: 200px;
    width: 20%;
    height: auto;
}

.header-left a {
    width: 100%;
    height: auto;
}

.header-left img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.header-cta {
    position: relative;
    display: block;
    width: fit-content;
    height: auto;
    padding: 16px 15px 15px 15px;
    background-color: var(--cta-color);
    color: #fff;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4.5px;
    border-radius: 5rem;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05rem;
    box-shadow: 5.89px 5.89px 14.71px 0px #00000026;
}

.header-cta::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 5rem;
    background-color: #fff;
    margin-left: 6px;
}

.header-cta span {
    color: var(--cta-color);
    font-size: 10px;
    font-weight: 700;
    padding: 2.5px 3px 2.5px 3.5px;
    background-color: #fff;
    border-radius: 5rem;
    letter-spacing: 0.05rem;
    line-height: 1;
}

.header-cta img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 47px;
    object-fit: contain;
}

.menu-btn,
.sp-header-area,
.sp-cta-area {
    display: none;
}

.header--tellbox{
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

@media screen and (max-width: 1080px) {
    .header--telltxt {
        display: none !important;
    }
}

.telltxt01{
    color: #004098;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.39;
    font-family: "Noto Sans JP";
    white-space: no-wrap;
}

.telltxt02{
    color: #004098;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.39;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP";
}

.header--tellnumber{
    color: #004098;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-family: Outfit;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.65;
}

@media screen and (max-width: 900px) {
    header {
        padding: 10px 12px;
    }
    .header-left {
        min-width: 168px;
        width: 20%;
    }
    .header-left a {
        width: 100%;
        height: auto;
    }
    .header-cta {
        padding: 21px 15px;
        gap: 3px;
        font-size: 16px;
        font-size: var(--font16);
    }
    .header-cta span {
        font-size: 14px;
        font-size: var(--font14);
        padding: 2px 6px 4px 6px;
    }
    .header-cta img {
        height: 63px;
    }
    .menu-btn {
        z-index: 9999;
        position: absolute;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 32px;
        height: 20px;
        cursor: pointer;
    }
    .menu-btn span {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background-color: var(--blue-color);
        border-radius: 5rem;
        transition: all .3s ease;
    }
    .menu-btn span:nth-of-type(1) {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .menu-btn span:nth-of-type(2) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .menu-btn span:nth-of-type(3) {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .menu-btn.active span:nth-of-type(2n-1) {
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .menu-btn.active span:nth-of-type(1) {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .menu-btn.active span:nth-of-type(3) {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .menu-btn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .sp-header-area {
        display: block;
        pointer-events: none;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        max-height: calc(100vh - 100px);
        background-color: #fff;
        padding: calc(var(--header-height) + 10px) 20px 40px 20px;
        transition: all .3s ease;
        border-radius: 0 0 40px 40px;
        box-shadow: 4px 4px 20px 0px #00000040;
        
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none; 
    }

    .sp-header-area::-webkit-scrollbar {
    display: none;
    width: 0; 
    height: 0; 
    }

    .sp-header-area.active {
        pointer-events: auto;
        display: flex;
        opacity: 1;
        visibility: visible;
    }
    .sp-header-area.active nav {
        width: 100%;
        height: auto;
        margin: auto;
    }
    .header-menu {
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    .header-menu li {
        font-size: 18px;
        font-size: var(--font18);
        line-height: 140%;
        font-weight: 700;
        letter-spacing: 0.04rem;
        position: relative;
        border-bottom: 1px solid #C8C8C8
    }
    .header-menu li a {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header-menu li::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        border-radius: 5rem;
        background-color: var(--blue-color);
    }
    .sp-header-area .header-cta {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .sp-cta-area {
        display: flex;
        justify-content: space-between;
        opacity: 0;
        pointer-events: none;
        z-index: 999;
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: auto;
        transition: all .3s ease;
    }

    
    .sp-cta-area.active {
        opacity: 1;
        pointer-events: all;
    }
    .sp-cta-area .--footer--01 {
        position: relative;
        display: block;
        width: 50%;
        height: auto;
        padding-bottom: 8px;
        color: #fff;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 4.5px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.05rem;
        box-shadow: 5.89px 5.89px 14.71px 0px #00000026;
    }
    .footer--left--txtbox{
        display: flex;
        flex-direction: column;
    }
    .sp-cta.--footer--01 span{
        color: #FFF;
        text-align: justify;
        font-feature-settings: 'pwid' on, 'palt' on;
        font-family: var(--out-font);
        font-size: 23px;
        font-weight: 500;
        line-height: 1.65;
        padding-left: 24px;
        white-space: nowrap;
        position: relative;
    }
    .sp-cta.--footer--01 span::before {
        position: absolute;
        width: 18px;
        height: 18px;
        content: '';
        background-image: url(img/tel-white-img.webp);
        top: 10px;
        left: 3px;
        display: block;
        background-size: cover;
    }
    .sp-cta.--footer--01 p{
        color: #FFF;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 9px;
        font-weight: 700;
        line-height: 1.39;
        letter-spacing: 0.04em;
        margin-top: -6px;
        white-space: nowrap;
    }
    .sp-cta-area .--footer--02 {
        position: relative;
        display: block;
        width: 50%;
        height: auto;
        padding: 8px 11px;
        color: #fff;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        gap: 4.5px;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0.05em;
        box-shadow: 5.89px 5.89px 14.71px 0px #00000026;
    }
    .sp-cta-area .--footer--02 span{
        position: absolute;
        color: var(--cta-color);
        font-size: 10px;
        font-weight: 700;
        padding: 3px 8px 5px 8px;
        background-color: #fff;
        border-radius: 0 0 10px 0;
        letter-spacing: 0.05em;
        top: 0;
        left: 0;
    }
    .sp-cta-area .sp-cta img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
}


/* mv */

.mv {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: var(--header-height);
    overflow: hidden;
}

.mv .mv-back {
    z-index: -1;
    position: absolute;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mv-top {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.mv-copy {
    width: 50%;
    height: auto;
    text-align: center;
}

.mv-copy .sub-title-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 24px;
    font-size: clamp(1.125rem, -0.984rem + 3.75vw, 1.5rem);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.15rem;
}

.mv-copy .sub-title-area svg {
    width: 15px;
    height: auto;
    object-fit: contain;
}

.mv-copy .hukidashi-area {
    position: relative;
    margin-top: 14px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv-copy .hukidashi-icon {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mv-copy .hukidashi {
    position: absolute;
    width: 100%;
    height: auto;
    top: 17%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 27px;
    font-size: clamp(1.313rem, -0.797rem + 3.75vw, 1.688rem);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02rem;
}

.mv-copy .title img {
    z-index: -1;
    width: 100%;
    height: auto;
}

.mv-cta {
    position: relative;
    display: block;
    width: fit-content;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 28px 23px;
    background-color: var(--cta-color);
    color: #fff;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 5rem;
    font-size: 19px;
    font-size: clamp(1rem, -0.055rem + 1.88vw, 1.188rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05rem;
    box-shadow: 10px 10px 26px 0px #00000026
}

.mv-cta::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 5rem;
    background-color: #fff;
    margin-left: 6px;
}

.mv-cta span {
    color: var(--cta-color);
    font-size: 17px;
    font-weight: 700;
    padding: 3px 8px 5px 8px;
    background-color: #fff;
    border-radius: 5rem;
    letter-spacing: 0.05rem;
    line-height: 1;
}

.mv-cta img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 84px;
    object-fit: contain;
}

.main-img {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: clamp(55%, 50%, 44vw);
    transform: translateY(-50%);
    width: 53%;
    height: auto;
    margin-right: max(-8.4%, 40px);
}

.keni-area {
    margin-top: 57px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.keni-area .keni-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.keni-list .keni-item {
    width: 22%;
    height: auto;
    object-fit: contain;
}

.keni-area .keni-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.keni-area .keni-note {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    width: 105%;
}

.mv-splide {
    padding-top: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.mv-splide .splide__slide {
    max-width: 318px;
    width: 23% !important;
    height: auto;
}

.mv-splide .splide__slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 900px) {
    .mv {
        padding-top: var(--header-height);
    }
    .mv .l-inner {
        display: flex;
        flex-direction: column;
        padding-top: 60px;
    }
    .mv-top {
        display: contents;
    }
    .mv-copy {
        width: 100%;
        display: contents;
    }
    .mv-copy .sub-title-area {
        order: 1;
        gap: 6px;
        font-size: 16px;
    }
    .mv-copy .sub-title-area svg {
        width: 10px;
    }
    .mv-copy .hukidashi-area {
        order: 2;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 351px;
        width: 100%;
    }
    .mv-copy .hukidashi {
        top: 17%;
        font-size: clamp(0.875rem, -1.554rem + 11.43vw, 1.125rem);
    }
    .mv-copy .title {
        order: 3;
    }
    .mv-copy .title img {
        margin-top: 11px;
        z-index: -1;
        width: 100%;
        height: auto;
    }
    .mv-cta {
        order: 6;
        margin-top: 16px;
        padding: 21px 15px;
        gap: 3px;
        font-size: 16px;
        font-size: var(--font16);
        box-shadow: 8px 8px 20px 0px #00000026;
    }
    .mv-cta::after {
        width: 6px;
        height: 6px;
    }
    .mv-cta span {
        font-size: var(--font14);
        padding: 2px 6px 4px 6px;
    }
    .mv-cta img {
        height: 63px;
    }
    .mv-cta.--02 {
        background-color: var(--blue-color);
        padding: 5px 0 0 0;
        display: flex;
        width: 328px;
        margin: 10px auto 0 auto;
        text-align: center;
    }
    .mv-cta.--02::after {
        position: absolute;
        width: 6px;
        height: 6px;
        content: '';
        display: block;
        border-radius: 5rem;
        background-color: #fff;
        top: calc(50% - 3px);
        right: 15px;
    }
    .mv-cta.--02 span {
        font-size: 28.003px;
        padding: 0 0 0 27px;
        color: #fff;
        font-weight: 500;
        font-family: var(--out-font);
        background-color: transparent;
        line-height: 1.45;
        position: relative;
    }
    .mv-cta.--02 span::before {
        position: absolute;
        width: 22px;
        height: 22px;
        content: '';
        display: block;
        background-image: url(img/tel-white-img.webp);
        top: 7px;
        left: 0;
        display: block;
        background-size: cover;
    }
    .mv-cta.--02 p {
        font-size: 10px;
        letter-spacing: 0.04em;
        color: #fff;
        font-weight: 700;
        font-family: var(--noto-font);
        background-color: var(--blue-color);
        line-height: 1.39;
        padding-bottom: 10px;
        margin-top: -7px;
    }



    .main-img {
        order: 5;
        margin-top: 15px;
        position: relative;
        top: 100%;
        left: auto;
        transform: translateY(0);
        width: 100%;
        margin-right: 0;
    }
    .keni-area {
        order: 4;
        margin-top: 10px;
        gap: 0;
    }
    .keni-area .keni-list {
        gap: 0 5px;
    }
    .keni-list .keni-item {
        width: 49%;
    }
    .keni-area .keni-note {
        font-size: 10px;
        text-align: left;
        width: 100%;
    }
    .mv-splide {
        order: 9;
        padding-top: 60px;
    }
    .mv-splide .splide__slide {
        width: 232px !important;
    }
}


/* problem */

.problem {
    padding-top: 120px;
    background: linear-gradient(180.04deg, rgba(239, 241, 243, 0) 0.39%, #EFF1F3 94.92%);
}

.problem-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    align-items: center;
}

.problem-heading .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue-color);
    line-height: 1.2;
}

.problem-heading .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.48;
    text-align: center;
}

.problem-content {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 88px;
}

.problem-content .pc-box {
    position: relative;
    width: 32%;
    height: auto;
    padding: 2.3%;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid var(--orange-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.problem-content .pc-box img {
    margin-top: -30%;
    width: 30%;
    height: auto;
    object-fit: contain;
}

.problem-content .pc-box p {
    text-align: center;
    font-size: clamp(1.063rem, 0.008rem + 1.88vw, 1.25rem);
    font-weight: 500;
    letter-spacing: 0.04rem;
    line-height: 1.39;
    word-break: keep-all;
}

.problem-content .pc-box p span {
    color: var(--cta-color);
}

.problem-cta {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 40px 100px 40px;
    background-color: #fff;
    text-align: center;
}

.problem-cta::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 40px;
    background-color: #fff;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.problem-cta-container {
    margin-top: -80px;
}

.problem-cta .women-top {
    margin-top: -40px;
    position: relative;
    width: 110px;
    height: auto;
    margin: auto;
}

.problem-cta .women-icon {
    position: relative;
    z-index: 2;
    width: 67%;
    height: auto;
}

.problem-cta .women-top::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    width: 100%;
    height: 112px;
    object-fit: 1/1;
    border-radius: 5rem;
    background-color: #fff;
    border: 4.5px solid #F7A84B
}

.problem-cta h3 {
    z-index: 3;
    position: relative;
    width: fit-content;
    margin: auto;
    padding: 10px 8px 11px 8px;
    font-size: 36px;
    border-radius: 3px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background-color: var(--orange-color);
}

.pm-cta-area {
    margin-top: 40px;
    width: 100%;
    height: auto;
}

.pm-cta-area .hukidashi-area {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 435px;
    height: auto;
}

.pm-cta-area .hukidashi-area .hukidashi {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.pm-cta-area .hukidashi-area p {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    font-weight: 700;
    color: var(--blue-color);
    width: 100%;
    height: auto;
    text-align: center;
}

.cta-btn {
    position: relative;
    display: block;
    width: fit-content;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 33px 30px;
    background-color: var(--cta-color);
    color: #fff;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 5rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05rem;
    box-shadow: 10px 10px 26px 0px #00000026
}

.cta-btn::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5rem;
    background-color: #fff;
    margin-left: 9px;
}

.cta-btn span {
    color: var(--cta-color);
    font-size: 21px;
    font-weight: 700;
    padding: 4px 10px 6px 10px;
    background-color: #fff;
    border-radius: 5rem;
    letter-spacing: 0.05rem;
    line-height: 1;
    transform: translateY(2px);
}

.cta-btn img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100px;
    object-fit: contain;
}

@media screen and (max-width: 900px) {
    .problem {
        padding-top: 60px;
    }
    .problem-heading {
        gap: 10px;
    }
    .problem-heading .sub-title {
        font-size: 16px;
    }
    .problem-heading .title {
        font-size: 28px;
    }
    .problem-heading .title span {
        letter-spacing: -0.04rem;
    }
    .problem-content {
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 58px;
    }
    .problem-content .pc-box {
        width: 100%;
        padding: 14px 15px 15px 10px;
        flex-direction: row;
        gap: 7px;
    }
    .problem-content .pc-box img {
        margin-top: 0;
        width: 52px;
    }
    .problem-content .pc-box p {
        max-width: 214px;
        width: calc(100% - 52px - 7px);
        text-align: left;
        font-size: 15px;
        font-size: clamp(0.75rem, -1.071rem + 8.57vw, 0.938rem);
    }
    .problem-cta {
        padding: 30px 20px 60px 20px;
    }
    .problem-cta::before {
        height: 30px;
    }
    .problem-cta-container {
        margin-top: -70px;
    }
    .problem-cta .women-top {
        margin-top: -40px;
        width: 87px;
    }
    .problem-cta .women-icon {
        width: 58px;
    }
    .problem-cta .women-top::before {
        transform: translate(-50%, -25%);
        width: 100%;
        height: 87px;
        border: 3.5px solid #F7A84B
    }
    .problem-cta h3 {
        padding: 0;
        font-size: 28px;
        font-size: var(--font28);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        background-color: transparent;
    }
    .problem-cta h3 span {
        display: block;
        padding: 4px 11px 6px 11px;
        background-color: var(--orange-color);
        display: block;
        border-radius: 2px;
    }
    .pm-cta-area {
        margin-top: 30px;
    }
    .pm-cta-area .hukidashi-area {
        width: 265px;
    }
    .pm-cta-area .hukidashi-area p {
        top: 22%;
        font-size: 16px;
    }
    .cta-btn {
        order: 6;
        margin-top: 16px;
        padding: 21px 15px;
        gap: 3px;
        font-size: 16px;
        font-size: clamp(0.813rem, -1.009rem + 8.57vw, 1rem);
        box-shadow: 8px 8px 20px 0px #00000026;
    }
    .cta-btn::after {
        width: 6px;
        height: 6px;
        margin-left: 3px;
    }
    .cta-btn span {
        font-size: 14px;
        font-size: clamp(0.688rem, -1.134rem + 8.57vw, 0.875rem);
        padding: 2px 6px 4px 6px;
        transform: translateY(1px);
    }
    .cta-btn img {
        height: 63px;
    }
}


/* reason */

.reason-heading {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 100px 40px;
    height: auto;
    background-color: #EFF1F3;
}

.reason-heading .m-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.reason-heading .sub-title {
    order: 1;
    font-size: 20px;
    font-weight: 700;
    color: var(--blue-color);
    line-height: 1.2;
}

.reason-heading .title {
    margin-top: 15px;
    order: 2;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.48;
    text-align: center;
}

.reason-heading .reason-list {
    margin-top: 45px;
    width: 100%;
    height: auto;
    order: 3;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.48;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.reason-heading .reason-list .reason-item {
    position: relative;
    width: 48.9%;
    height: auto;
    padding: 35px 21px 35px 30px;
    border-radius: 7px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.reason-heading .reason-list .reason-item .reason-number {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 3px 8px 4px 8px;
    background-color: var(--orange-color);
    font-family: var(--out-font);
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}

.reason-heading .reason-list .reason-item img {
    width: 13.8%;
    height: auto;
    object-fit: contain;
}

.reason-heading .reason-list .reason-item p {
    width: 80%;
    height: auto;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    text-align: left;
    /* font-feature-settings: normal;
    -webkit-font-feature-settings: normal; */
}

.reason-heading .reason-list .reason-item p span {
    font-size: 25px;
    font-weight: 700;
    color: var(--cta-color);
}

@media screen and (max-width: 900px) {
    .reason-heading {
        padding: 60px 20px;
    }
    .reason-heading .sub-title {
        font-size: 16px;
    }
    .reason-heading .title {
        margin-top: 10px;
        font-size: 28px;
    }
    .reason-heading .reason-list {
        margin-top: 25px;
        font-size: 16px;
        flex-direction: column;
        gap: 16px;
    }
    .reason-heading .reason-list .reason-item {
        width: calc(100% - 5px);
        padding: 14px 15px 15px 25px;
        justify-content: start;
        gap: 22px;
    }
    .reason-heading .reason-list .reason-item .reason-number {
        top: -6px;
        right: -5px;
        font-size: 14px;
    }
    .reason-heading .reason-list .reason-item img {
        width: 44px;
    }
    .reason-heading .reason-list .reason-item p {
        max-width: 210px;
        width: calc(100% - 69px);
        font-size: 16px;
        font-size: var(--font16);
    }
    .reason-heading .reason-list .reason-item p span {
        font-size: 18px;
        font-size: var(--font18);
    }
}


/* reason01 */

.reason01 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.reason01-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
}

.reason01-heading .reason-number {
    padding: 3px 8px 4px 8px;
    background-color: var(--orange-color);
    font-family: var(--out-font);
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}

.reason01-heading h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0.02rem;
}

.r01-note {
    position: relative;
    width: fit-content;
    margin: 25px auto 0 auto;
    padding: 5px 10px 6px 10px;
    font-size: 32px;
    border-radius: 4px;
    line-height: 1;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06rem;
    color: #fff;
    background-color: var(--cta-color);
}

.reason01-content {
    margin-top: 55px;
    width: 100%;
    height: auto;
}

.r01-figure {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.r01-figure .figure-area {
    position: relative;
    width: 43.75%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #EFEFEF;
    padding: 50px 50px 45px 50px;
}

.r01-figure .figure-area img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.r01-figure .figure-area h4 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 6px;
}

.r01-figure .juyo h4 {
    color: var(--orange-color);
    border-bottom: 2px solid var(--orange-color);
}

.r01-figure .kyokyu h4 {
    color: var(--blue-color);
    border-bottom: 2px solid var(--blue-color);
}

.r01-figure .direction {
    width: 6.25%;
    height: auto;
}

.r01-description {
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.48;
    letter-spacing: 0.02rem;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
}

.r01-description span {
    color: var(--cta-color);
}

@media screen and (max-width: 900px) {
    .reason01 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .reason01-heading {
        gap: 10px;
    }
    .reason01-heading .reason-number {
        font-size: 14px;
    }
    .reason01-heading h3 {
        font-size: 28px;
    }
    .r01-note {
        margin: 16px auto 0 auto;
        padding: 3px 4px 4px 4px;
        font-size: 21px;
        font-size: var(--font21);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        background-color: transparent;
        text-align: center;
    }
    .r01-note span {
        width: fit-content;
        padding: 3px 4px 4px 4px;
        background-color: var(--cta-color);
        border-radius: 2.6px;
    }
    .reason01-content {
        margin-top: 46px;
    }
    .r01-figure {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .r01-figure .figure-area {
        width: 100%;
        border-radius: 10px;
        padding: 40px 40px 35px 40px;
    }
    .r01-figure .figure-area.kyokyu {
        margin-top: 15px;
    }
    .r01-figure .figure-area h4 {
        font-size: 30px;
    }
    .r01-figure .direction {
        width: 30px;
        height: auto;
        transform: rotate(90deg);
    }
    .r01-description {
        margin-top: 20px;
        font-size: 18px;
        font-size: var(--font18);
    }
}


/* reason2 */

.reason02 {
    padding-top: 100px;
    padding-bottom: 90px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    background-color: #EFF1F3;
}

.reason02-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
}

.reason02-heading .reason-number {
    padding: 3px 8px 4px 8px;
    background-color: var(--orange-color);
    font-family: var(--out-font);
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}

.reason02-heading h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0.02rem;
}

.r02-note {
    position: relative;
    width: fit-content;
    margin: 25px auto 0 auto;
    padding: 5px 10px 6px 10px;
    font-size: 32px;
    border-radius: 4px;
    line-height: 1;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06rem;
    color: #fff;
    background-color: var(--cta-color);
}

.reason02-content {
    margin-top: 43px;
}

.reason02-content table {
    width: 100%;
    border-collapse: collapse;
}

.reason02-content thead th {
    position: relative;
    background-color: #6C6C6C;
    color: #ffffff;
    text-align: center;
    padding: 13px 3px 15px 3px;
    font-size: clamp(1.25rem, -0.508rem + 3.13vw, 1.563rem);
    font-weight: 400;
    letter-spacing: .1rem;
    width: calc(95% / 5);
    height: auto;
}

.reason02-content thead .table-heading::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

.reason02-content thead th:nth-of-type(1) {
    width: 5%;
    opacity: 0;
}

.reason02-content thead th:nth-of-type(2) {
    border-radius: 4px 0 0 0;
}

.reason02-content thead th:nth-last-of-type(1) {
    border-right: 0;
    border-radius: 0 4px 0 0;
}

.reason02-content tbody tr:nth-child(odd) {
    background-color: #FFF3E4;
    font-weight: 900;
}

.reason02-content tbody tr:nth-child(even) {
    background-color: #F7F7F7;
    font-weight: 700;
    transform: translateY(3px);
    border-radius: 0 0 4px 0;
}

.reason02-content tbody td {
    position: relative;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.reason02-content tbody .right-line::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #C6C6D8;
}

.reason02-content tbody td:nth-of-type(1) {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    /* Safari用 */
    text-orientation: upright;
    -webkit-text-orientation: upright;
    /* Safari用 */
    width: 76px;
    height: auto;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    color: #fff;
    line-height: 1.11;
    letter-spacing: 0.1rem;
    font-size: 26px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.reason02-content tbody tr:nth-child(odd) td {
    font-size: 36px;
    color: #F7A84B;
}

.reason02-content tbody tr:nth-child(even) td {
    font-size: 30px;
    font-weight: 500 !important;
    color: #6C6C6C;
}

.reason02-content tbody tr:nth-child(odd) td:nth-of-type(1) {
    background-color: var(--orange-color);
    color: #fff;
}

.reason02-content tbody tr:nth-child(even) td:nth-of-type(1) {
    background-color: #6C6C6C;
    font-weight: 400 !important;
    color: #fff;
}

.reason02-content tbody tr:nth-child(even) td:nth-last-of-type(1) {
    border-radius: 0 0 4px 0;
}

.r02-description {
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.48;
    letter-spacing: 0.02rem;
}

.r02-description span {
    color: var(--cta-color);
}

@media screen and (max-width: 900px) {
    .reason02 {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .reason02-heading {
        gap: 10px;
    }
    .reason02-heading .reason-number {
        font-size: 14px;
    }
    .reason02-heading h3 {
        font-size: 28px;
        text-align: center;
    }
    .r02-note {
        margin: 6px auto 0 auto;
        padding: 3px 4px 4px 4px;
        font-size: 21px;
        font-size: var(--font21);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        background-color: transparent;
        text-align: center;
    }
    .r02-note span {
        width: fit-content;
        padding: 3px 4px 4px 4px;
        background-color: var(--cta-color);
        border-radius: 2.6px;
    }
    .reason02-content {
        margin-top: 25px;
    }
    .reason02-content table {
        width: 574px;
    }
    .reason02-content thead th {
        padding: 8px 2px 9px 2px;
        font-size: 15px;
        letter-spacing: 0;
        width: 100px;
    }
    .reason02-content thead .table-heading::before {
        width: 1.3px;
    }
    .reason02-content thead th:nth-of-type(1) {
        width: 46px;
    }
    .reason02-content thead th:nth-of-type(2) {
        border-radius: 2.6px 0 0 0;
    }
    .reason02-content thead th:nth-last-of-type(1) {
        border-radius: 0 2.6px 0 0;
    }
    .reason02-content tbody tr:nth-child(even) {
        transform: translateY(2px);
        border-radius: 0 0 2.6px 0;
    }
    .reason02-content tbody td {
        padding: 10px 2px;
    }
    .reason02-content tbody .right-line::before {
        width: 1.3px;
    }
    .reason02-content tbody td:nth-of-type(1) {
        width: 46px;
        border-radius: 2.6px 0 0 4px;
        font-size: 15px !important;
    }
    .reason02-content tbody tr:nth-child(odd) td {
        font-size: 22px;
    }
    .reason02-content tbody tr:nth-child(even) td {
        font-size: 18px;
    }
    .reason02-content tbody tr:nth-child(even) td:nth-last-of-type(1) {
        border-radius: 0 0 2.6px 0;
    }
    .r02-description {
        margin-top: 20px;
        font-size: 18px;
        font-size: var(--font18);
    }
    .reacon02-table {
        display: block;
        width: 100vw;
        height: auto;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 28px;
    }
    .rt-container {
        width: 586px;
        margin: auto;
        /* padding-right: 12px; */
    }
    .simplebar-track.simplebar-horizontal {
        height: 13px;
        width: 256px;
        background-color: #fff;
        border-radius: 5rem;
        margin: auto;
    }
    .simplebar-scrollbar::before {
        background: #E7E7E7 !important;
        border-radius: 5rem;
        opacity: 1 !important;
        height: 10px;
        border: 2px solid #fff;
        margin: auto;
    }
}


/* more-merit */

.more-merit {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 40px 60px 40px;
    background-color: #fff;
    text-align: center;
}

.more-merit::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 40px;
    background-color: #fff;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.mm-container {
    width: fit-content;
    height: auto;
    position: relative;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
}

.more-merit .women-top {
    margin-top: -40px;
    position: relative;
    width: 110px;
    height: auto;
    margin: auto;
}

.more-merit .women-icon {
    position: relative;
    z-index: 2;
    width: 67%;
    height: auto;
}

.more-merit .women-top::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    width: 100%;
    height: 112px;
    object-fit: 1/1;
    border-radius: 5rem;
    background-color: #fff;
    border: 4.5px solid #F7A84B
}

.more-merit h3 {
    z-index: 3;
    position: relative;
    width: fit-content;
    margin: auto;
    padding: 10px 8px 11px 8px;
    font-size: 36px;
    border-radius: 3px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.06rem;
    color: #fff;
    background-color: var(--orange-color);
}

.more-merit .merit-texture {
    position: absolute;
    top: 50%;
    width: 56px;
    height: auto;
    object-fit: contain;
    transform: translateY(-22%);
}

.more-merit .merit-texture.left {
    left: -10%;
}

.more-merit .merit-texture.right {
    right: -10%;
}

@media screen and (max-width: 900px) {
    .more-merit {
        padding: 20px 20px 60px 20px;
    }
    .more-merit::before {
        height: 30px;
    }
    .mm-container {
        margin-top: -70px;
    }
    .more-merit .women-top {
        margin-top: -40px;
        width: 87px;
    }
    .more-merit .women-icon {
        width: 58px;
    }
    .more-merit .women-top::before {
        transform: translate(-50%, -25%);
        width: 100%;
        height: 87px;
        border: 3.5px solid #F7A84B
    }
    .more-merit h3 {
        padding: 0;
        font-size: 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        background-color: transparent;
    }
    .more-merit h3 span {
        display: block;
        padding: 4px 11px 6px 11px;
        background-color: var(--orange-color);
        display: block;
        border-radius: 2px;
    }
    .more-merit .merit-texture {
        width: 44px;
        transform: translateY(-42%);
    }
    .more-merit .merit-texture.left {
        left: -14%;
    }
    .more-merit .merit-texture.right {
        right: -14%;
    }
}


/* feature */

.feature {
    padding-bottom: 100px;
}

.feature-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    align-items: center;
}

.feature-heading .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue-color);
    line-height: 1.2;
}

.feature-heading .title {
    font-size: clamp(2.875rem, 2.172rem + 1.25vw, 3rem);
    font-weight: 700;
    line-height: 1.48;
    text-align: center;
}

.feature-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.feature-list .feature-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.feature-list .feature-item:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.feature-list .feature-item .fi-img {
    width: 45%;
    height: auto;
    border-radius: 14px;
}

.feature-list .feature-item .fi-text {
    width: 50%;
    height: auto;
}

.feature-list .feature-item .fi-text .fi-sub-heading {
    font-family: var(--out-font);
    font-size: clamp(1.202rem, 0.958rem + 0.43vw, 1.327rem);
    font-weight: 700;
    line-height: 1.2;
    padding: 1px 20px 2px 10px;
    background-color: #F7A84B;
    color: #fff;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    border-radius: 1.3px;
}

.feature-list .feature-item .fi-text .fi-heading {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
}

.feature-list .feature-item .fi-text .fi-heading span {
    padding: 0px 12px 3px 12px;
    color: #fff;
    font-size: clamp(1.688rem, 1.321rem + 0.65vw, 1.875rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    background-color: var(--blue-color);
    border-radius: 3px;
    width: fit-content;
    height: auto;
}

.feature-list .feature-item .fi-text .fi-description {
    margin-top: 25px;
    font-size: clamp(1rem, 0.755rem + 0.43vw, 1.125rem);
    font-weight: 400;
    line-height: 1.8;
}

.feature-list .feature-item .fi-text .fi-description span {
    color: var(--cta-color);
    font-weight: 700;
}

@media screen and (max-width: 900px) {
    .feature {
        padding-bottom: 60px;
    }
    .feature-heading {
        gap: 10px;
    }
    .feature-heading .sub-title {
        font-size: 16px;
    }
    .feature-heading .title {
        font-size: 28px;
        font-size: var(--font28);
    }
    .feature-list {
        margin-top: 25px;
        gap: 30px;
    }
    .feature-list .feature-item {
        width: 100%;
        flex-direction: column;
        align-items: start;
    }
    .feature-list .feature-item:nth-of-type(2n) {
        flex-direction: column;
    }
    .feature-list .feature-item .fi-img {
        margin-top: 15px;
        order: 3;
        width: 100%;
        border-radius: 10px;
    }
    .feature-list .feature-item .fi-text {
        display: contents;
        width: 100%;
    }
    .feature-list .feature-item .fi-text .fi-sub-heading {
        order: 1;
        font-size: 16px;
        padding: 1px 14px 2px 10px;
        clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    }
    .feature-list .feature-item .fi-text .fi-heading {
        order: 2;
        margin-top: 4px;
        gap: 4px;
    }
    .feature-list .feature-item .fi-text .fi-heading span {
        padding: 0px 10px 2px 10px;
        font-size: 22px;
        font-size: var(--font22);
        border-radius: 2px;
    }
    .feature-list .feature-item .fi-text .fi-description {
        order: 4;
        margin-top: 15px;
        font-size: 15px;
    }
}


/* point */

.point-heading {
    background-color: #EFF1F3;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
}

.ph-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.point-heading .sub-title {
    order: 1;
    font-size: 20px;
    font-weight: 700;
    color: var(--blue-color);
    line-height: 1.2;
}

.point-heading .title {
    order: 2;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.48;
    text-align: center;
}

.point-heading .point-content {
    order: 3;
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.point-heading .point-content .pc-box {
    width: 32%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 25px;
    background-color: #fff;
    border-radius: 7px;
}

.point-heading .point-content .pc-box img {
    width: 16%;
    height: auto;
    object-fit: contain;
}

.point-heading .point-content .pc-box p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.04em;
}

.point-heading .point-content .pc-box p span {
    color: var(--blue-color);
    font-weight: 700;
}

@media screen and (max-width: 900px) {
    .point-heading {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ph-container {
        gap: 10px;
    }
    .point-heading .sub-title {
        font-size: 16px;
    }
    .point-heading .title {
        font-size: 28px;
        font-size: var(--font28);
    }
    .point-heading .point-content {
        order: 3;
        margin-top: 25px;
        flex-direction: column;
        gap: 10px;
    }
    .point-heading .point-content .pc-box {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 22px;
        padding: 20px 20px 20px 24px;
        border-radius: 10px;
    }
    .point-heading .point-content .pc-box img {
        width: 46px;
    }
    .point-heading .point-content .pc-box p {
        width: calc(100% - 46 - 22px);
        margin-top: 0;
        font-size: 15px;
    }
}


/* point-detail */

.point-detail {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
}

.point-detail .back-texture {
    position: absolute;
    width: 30%;
    height: auto;
    object-fit: contain;
    z-index: -1;
}

.point-detail .back-texture.tr {
    top: 0;
    right: 0;
}

.point-detail .back-texture.bl {
    bottom: 0;
    left: 0;
}

.pc-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    text-align: center;
}

.pc-heading h3 {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.pc-heading h3 span {
    padding: 0px 12px 3px 12px;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06em;
    background-color: var(--orange-color);
    border-radius: 3px;
    width: fit-content;
    height: auto;
}

.pc-heading .pc-description {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.04rem;
    font-weight: 400;
}

.point-splide {
    padding-top: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.point-splide .splide__slide {
    max-width: 318px;
    width: 23% !important;
    height: auto;
}

.point-splide .splide__slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.pc-keni-area {
    margin-top: 57px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pc-keni-area .pc-keni-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pc-keni-list .pc-keni-item {
    width: 22%;
    height: auto;
    object-fit: contain;
}

.pc-keni-area .pc-keni-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.pc-keni-area .pc-note {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

.pc-content .cta-btn {
    margin-top: 60px;
}

@media screen and (max-width: 900px) {
    .point-detail {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .point-detail .back-texture {
        width: 74%;
    }
    .pc-heading {
        gap: 12px;
    }
    .pc-heading h3 {
        margin-top: 0;
        gap: 6px;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .pc-heading h3 span {
        padding: 1px 6px 2px 6px;
        font-size: 22px;
        font-size: var(--font22);
        border-radius: 2px;
    }
    .pc-heading .pc-description {
        font-size: 14px;
    }
    .point-splide {
        padding-top: 20px;
    }
    .point-splide .splide__slide {
        width: 232px !important;
    }
    .pc-keni-area {
        margin-top: 20px;
        gap: 0;
    }
    .pc-keni-area .pc-keni-list {
        justify-content: space-between;
        gap: 0;
    }
    .pc-keni-list .pc-keni-item {
        width: 49.5%;
    }
    .pc-keni-area .pc-note {
        font-size: 10px;
        text-align: left;
    }
    .pc-content .cta-btn {
        margin-top: 15px;
    }
}


/* works */

.works {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #EFF1F3;
}

.works-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    align-items: center;
}

.works-heading .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue-color);
    line-height: 1.2;
}

.works-heading .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.48;
    text-align: center;
}

.works-splide {
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin: 40px calc(50% - 50vw) 0 calc(50% - 50vw);
    padding: 0 90px;
}

.works-splide .splide__track {
    overflow: visible;
    max-width: 1060px;
    margin: auto;
}

.works-splide .works-item {
    width: 48% !important;
    height: auto;
    padding: 20px 20px 30px 20px;
    border-radius: 12px;
    background-color: #fff;
}

.works-splide .works-item .works-top-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.works-splide .works-item .works-info {
    width: 100%;
    height: auto;
    padding: 20px;
    word-break: keep-all;
}

.works-splide .works-item .works-info .name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.04em;
}

.works-splide .works-item .works-info .works-detial {
    margin-top: 10px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.works-splide .works-item .works-info .works-detial .wd-item {
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08rem;
}

.works-splide .works-item .works-info .works-detial .wd-item dt {
    position: relative;
    color: var(--blue-color);
    font-weight: 500;
}

.works-splide .works-item .works-info .works-detial .wd-item dt::before {
    content: '/';
    position: absolute;
    top: 50%;
    right: -13px;
    font-family: var(--noto-font);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08rem;
    color: #191919;
}

.works-splide .works-item .works-madori {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
    margin: auto;
}

.works-splide .works-item .works-gallery {
    width: 100%;
    height: auto;
    padding: 15px 20px 20px 20px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.works-splide .works-item .works-gallery img {
    width: 48%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

.works-splide .works-item .works-description {
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.works-splide .works-item .works-description h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04rem;
}

.works-splide .works-item .works-description p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04rem;
}

.works-splide .works-item .works-description p span {
    font-weight: 700;
}

.works-splide .splide__pagination {
    margin-top: 60px;
    gap: 8px;
}

.works-splide .splide__pagination li {
    width: 58px;
    height: 6px;
}

.works-splide .splide__pagination li button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #C1C0D5;
    border-radius: 1.5px;
}

.works-splide .splide__pagination li button.is-active {
    background-color: var(--blue-color);
}

.splide__arrows {
    z-index: 9;
    position: absolute;
    max-width: 1240px;
    width: 100%;
    height: auto;
    padding: 0 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 33px));
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.splide__arrows button {
    width: 66px;
    height: 66px;
    border-radius: 5rem;
    background-color: var(--blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.splide__arrows button svg {
    display: none;
}

.splide__arrows button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 30px;
    background: url("./img/arrow.svg") no-repeat center / contain;
}

.splide__arrows .splide__arrow--prev {
    transform: translateX(-12px);
}

.splide__arrows .splide__arrow--next {
    transform: translateX(12px);
}

.splide__arrows .splide__arrow--prev::before {
    transform: translate(-61%, -50%);
}

.splide__arrows .splide__arrow--next::before {
    transform: translate(-39%, -50%) rotate(180deg);
}

.splide__arrows button svg {
    fill: #fff;
    width: 15px;
}

@media screen and (max-width: 900px) {
    .works {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .works-heading {
        gap: 10px;
    }
    .works-heading .sub-title {
        font-size: 16px;
    }
    .works-heading .title {
        font-size: 28px;
    }
    .works-splide {
        margin: 20px calc(50% - 50vw) 0 calc(50% - 50vw);
        padding: 0 25px;
    }
    .works-splide .splide__track {
        max-width: 325px;
    }
    .works-splide .works-item {
        width: 100% !important;
        padding: 10px 10px 20px 10px;
        border-radius: 10px;
    }
    .works-splide .works-item .works-top-img {
        border-radius: 4px;
    }
    .works-splide .works-item .works-info {
        margin-top: 12px;
        padding: 0;
        text-align: center;
    }
    .works-splide .works-item .works-info .name {
        font-size: 18px;
    }
    .works-splide .works-item .works-info .works-detial {
        margin-top: 10px;
        gap: 10px 15px;
        justify-content: center;
    }
    .works-splide .works-item .works-info .works-detial .wd-item {
        width: auto;
        gap: 20px;
        font-size: 12px;
    }
    .works-splide .works-item .works-info .works-detial .wd-item dt {
        position: relative;
        color: var(--blue-color);
        font-weight: 500;
    }
    .works-splide .works-item .works-info .works-detial .wd-item dt::before {
        right: -13px;
        font-size: 12px;
    }
    .works-splide .works-item .works-madori {
        margin-top: 25px;
        width: 100%;
        padding: 0;
        border-radius: 4px;
    }
    .works-splide .works-item .works-gallery {
        padding: 10px 0 20px 0;
    }
    .works-splide .works-item .works-gallery img {
        border-radius: 4px;
    }
    .works-splide .works-item .works-description {
        padding: 0 5px;
    }
    .works-splide .works-item .works-description h4 {
        font-size: 15px;
    }
    .works-splide .works-item .works-description p {
        margin-top: 5px;
        font-size: 13px;
    }
    .works-splide .splide__pagination {
        margin-top: 22px;
        gap: 5px;
    }
    .works-splide .splide__pagination li {
        width: 38px;
        height: 4px;
    }
    .works-splide .splide__pagination li button {
        border-radius: 1px;
    }
    .splide__arrows {
        max-width: 375px;
        padding: 0 6px;
        transform: translate(-50%, calc(-50% - 22px));
    }
    .splide__arrows button {
        width: 28px;
        height: 28px;
    }
    .splide__arrows button::before {
        width: 6px;
        height: 12px;
    }
    .splide__arrows .splide__arrow--prev {
        transform: translateX(0);
    }
    .splide__arrows .splide__arrow--next {
        transform: translateX(0);
    }
    .splide__arrows .splide__arrow--prev::before {
        transform: translate(-61%, -50%);
    }
    .splide__arrows .splide__arrow--next::before {
        transform: translate(-39%, -50%) rotate(180deg);
    }
}


/* contact */

.contact {
    background-color: #EFF1F3;
    padding-bottom: 100px;
}

.contact-top {
    position: relative;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    padding-top: 100px;
    padding-bottom: 150px;
    padding-bottom: 11.7%;
    padding-left: 40px;
    padding-right: 40px;
    background: url("./img/contact-top.webp") no-repeat center / cover;
    display: flex;
    flex-direction: column-reverse;
    justify-items: center;
    align-items: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.contact-top::before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1919198A;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.contact-top h2 {
    z-index: 1;
    position: relative;
    font-size: 42px;
    font-size: clamp(2.5rem, 1.375rem + 2vw, 2.625rem);
    font-weight: 900;
    line-height: 1.46;
    letter-spacing: 0.02em;
}

.contact-top p {
    z-index: 1;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.46;
    letter-spacing: 0.02em;
}

.contact-top p.contact-text {
    font-size: 22px;
    margin-top: 20px;
}

.contact-top svg {
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    width: calc(100% + 6px);
    height: auto;
    transform: translate(-50%, 5px);
}

.contact-cta-area {
    width: 100%;
    height: auto;
}

.contact-cta-area .hukidashi-area {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 435px;
    height: auto;
}

.contact-cta-area .hukidashi-area .hukidashi {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.contact-cta-area .hukidashi-area p {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    font-weight: 700;
    color: var(--blue-color);
    width: 100%;
    height: auto;
    text-align: center;
}

.contact-cta-btn {
    position: relative;
    display: block;
    width: fit-content;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 33px 30px;
    background-color: var(--cta-color);
    color: #fff;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 5rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05rem;
    box-shadow: 10px 10px 26px 0px #00000026
}

.contact-cta-btn::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5rem;
    background-color: #fff;
    margin-left: 9px;
}

.contact-cta-btn span {
    color: var(--cta-color);
    font-size: 21px;
    font-weight: 700;
    padding: 4px 10px 6px 10px;
    background-color: #fff;
    border-radius: 5rem;
    letter-spacing: 0.05rem;
    line-height: 1;
    transform: translateY(2px);
}

.contact-cta-btn img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100px;
    object-fit: contain;
}

@media screen and (max-width: 900px) {
    .contact {
        padding-bottom: 60px;
    }
    .contact-top {
        padding-top: 37px;
        padding-bottom: 13%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-top h2 {
        font-size: 26px;
        font-size: var(--font26);
        margin-top: 0;
    }
    .contact-top p {
        font-size: 20px;
    }
    .contact-top p.contact-text {
        font-size: 14px;
        margin-top: 5px;
    }
    .contact-top svg {
        width: calc(120% + 6px);
        transform: translate(-50%, 1px);
    }
    .contact-cta-area {
        margin-top: 15px;
    }
    .contact-cta-area .hukidashi-area {
        width: 265px;
    }
    .contact-cta-area .hukidashi-area p {
        top: 22%;
        font-size: 16px;
    }
    .contact-cta-btn {
        order: 6;
        margin-top: 5px;
        padding: 21px 15px;
        gap: 3px;
        font-size: 16px;
        font-size: clamp(0.813rem, -1.009rem + 8.57vw, 1rem);
        box-shadow: 8px 8px 20px 0px #00000026;
    }
    .contact-cta-btn::after {
        width: 6px;
        height: 6px;
        margin-left: 3px;
    }
    .contact-cta-btn span {
        font-size: 14px;
        font-size: clamp(0.688rem, -1.134rem + 8.57vw, 0.875rem);
        padding: 2px 6px 4px 6px;
        transform: translateY(1px);
    }
    .contact-cta-btn img {
        height: 63px;
    }
}


/* form */

form {
    max-width: 830px;
    width: 100%;
    height: auto;
    margin: 60px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.form-box label {
    width: 32%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04rem;
    margin-top: 25px;
}

.new-address {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-box .input-area {
    width: 67%;
    height: auto;
}

.form-box .input-area input,
.form-box .input-area textarea {
    width: 100%;
    height: auto;
    padding: 23px 20px 24px 20px;
    border-radius: 8px;
    border: 1px solid #DFDFDF;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.04rem;
}

.input-area textarea {
    width: 67%;
    height: 200px;
}

.form-box .input-area input::placeholder {
    color: #A4A1A1;
    opacity: 1;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.04rem;
}

.form-box .input-area input:-ms-input-placeholder {
    color: #A4A1A1;
}

.form-box .input-area input::-ms-input-placeholder {
    color: #A4A1A1;
}

.form-box label .required {
    font-size: 14px;
    color: var(--error-color);
}

form .btn-area {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

form .btn-area button {
    display: block;
    position: relative;
    padding: 30px 120px 30px 120px;
    color: #fff;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.05rem;
    background-color: #191919;
    border-radius: 5rem;
}

form .btn-area button::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #ffff;
    border-radius: 5rem;
}

.error_msg {
    color: var(--error-color);
}

.success_msg {
    color: var(--blue-color);
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 900px) {
    form {
        width: 100%;
        margin: 27px auto 0 auto;
        gap: 22px;
    }
    .form-box {
        flex-direction: column;
        gap: 12px;
    }
    .form-box label {
        width: 100%;
        font-size: 14px;
        margin-top: 0;
    }
    .new-address {
        gap: 6px;
    }
    .form-box .input-area {
        width: 100%;
    }
    .form-box .input-area input,
    .form-box .input-area textarea {
        padding: 18px 15px;
        border-radius: 6px;
        font-size: 14px;
    }
    .form-box .input-area input:focus,
    .form-box .input-area textarea:focus {
        font-size: 16px;
    }
    .input-area textarea {
        width: 100%;
        height: 172px;
    }
    .form-box .input-area input::placeholder {
        font-size: 14px;
    }
    .form-box label .required {
        font-size: 12px;
    }
    form .btn-area {
        margin-top: 0;
        gap: 4px;
    }
    form .btn-area button {
        padding: 23px 85px 24px 85px;
        font-size: 14px;
        box-shadow: 8px 8px 20px 0px #00000026;
    }
    form .btn-area button::before {
        width: 6px;
        height: 6px;
    }
    form .error_msg {
        font-size: 14px;
    }
    .success_msg {
        margin-top: 25px;
        font-size: 16px;
    }
}


/* company */

.company {
    padding-top: 100px;
    padding-bottom: 100px;
}

.company-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    align-items: center;
}

.company-heading .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue-color);
    line-height: 1.2;
}

.company-heading .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.48;
    text-align: center;
}

.company-info {
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.company-info .company-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

.company-info .company-item::before,
.company-info .company-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
}

.company-info .company-item::before {
    width: 100%;
    background-color: #E7E7E7;
}

.company-info .company-item::after {
    width: 16%;
    background-color: var(--blue-color);
}

.company-info .company-item dt {
    width: 16%;
    height: 100%;
    font-weight: 700;
    color: var(--blue-color);
}

.company-info .company-item dd {
    width: 84%;
    padding-left: 5px;
}

@media screen and (max-width: 900px) {
    .company {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .company-heading {
        gap: 10px;
    }
    .company-heading .sub-title {
        font-size: 16px;
    }
    .company-heading .title {
        font-size: 28px;
    }
    .company-info {
        margin-top: 30px;
        gap: 24px;
    }
    .company-info .company-item {
        flex-direction: column;
        padding-bottom: 24px;
        font-size: 14px;
        gap: 8px;
    }
    .company-info .company-item::after {
        display: none;
    }
    .company-info .company-item dt {
        width: 100%;
        height: auto;
    }
    .company-info .company-item dd {
        width: 100%;
        padding-left: 0;
    }
}

footer {
    padding: 40px;
    background-color: #EFF1F3;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

footer img {
    width: 214px;
    height: auto;
    object-fit: contain;
}

footer p {
    font-family: var(--out-font);
    font-size: 12px;
    line-height: 1.28;
    font-weight: 500;
}

@media screen and (max-width: 900px) {
    footer {
        padding: 40px 20px 97px 20px;
        gap: 16px;
    }
}