.color_yellow {
    color: #F7BA0E;
}

.color_purple {
    color: #46318B;
}

@font-face {
    font-family: "LINE Seed JP";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url("../font/LINESeedJP_OTF_Th.woff2") format("woff2");
}

@font-face {
    font-family: "LINE Seed JP";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
}

@font-face {
    font-family: "LINE Seed JP";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
}

@font-face {
    font-family: "LINE Seed JP";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
}

@media screen and (min-width: 768px) {
    .sp_only {
        display: none;
    }
}

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

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #222;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 8rem;
}

body,html {
    font-family: "LINE Seed JP", sans-serif;
}

img {
    vertical-align: bottom;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 2.422222vw;
    }
}

section.hero {
    background: url(../images/hero_bg_pc.jpg) no-repeat top center;
    position: relative;
    background-size: 100% auto;
    padding-top: 50%;
}

section.hero h1 {
    position: absolute;
    width: 50%;
    left: 0;
    top: 36%;
}

section.hero h1 picture, section.hero h1 img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    section.hero {
        background: url(../images/hero_bg_sp.jpg) no-repeat top center;
        background-size: 100% auto;
        padding-top: 157%;
    }

    section.hero h1 {
        width: 100%;
        bottom: 5.5rem;
        top: unset;
    }
}

section.pain {
    padding: 17rem 10rem;
    position: relative;
}

section.pain h1 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 4.6rem;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    line-height: 190%;
    position: relative;
}

section.pain h1 .pain_h1_latin {
    text-orientation: upright;
    letter-spacing: 0;
    color: inherit;
    display: inline;
    line-height: inherit;
}

section.pain h1 .pain_h1_latin::before {
    content: none;
    display: none;
}

section.pain h1::before {
    content: "";
    background: url(../images/pain_lines.svg) no-repeat bottom left;
    display: block;
    width: 53.6rem;
    height: 58rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-4%, -103%);
}

section.pain h1 span {
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 100%;
}

section.pain h1 span::before {
    position: absolute;
    content: "";
    display: block;
    width: 1em;
    height: 100%;
    background: linear-gradient(176.98deg, #213078 -12.3%, #824D88 101.15%);
    z-index: -1;
}

section.pain .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

section.pain .pain_main {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11rem;
}

section.pain .pain_main ul {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

section.pain .pain_main ul li {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 200;
    font-size: 1.8rem;
    line-height: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7em;
}

section.pain .pain_main ul li::before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    background: url(../images/icon_li.png) no-repeat center center;
    background-size: 100% auto;
}

section.pain .pain_sub {
    width: 50%;
    position: relative;
}

section.pain .pain_sub::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 300%;
    height: 100%;
    background: url(../images/pain_bg2_pc.svg) no-repeat top right;
    background-size: 100% auto;
    z-index: -1;
    transform: translate(-60%, 20%);
}

section.pain .pain_sub picture, section.pain .pain_sub img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    section.pain {
        padding: 7rem 3rem;
    }

    section.pain .container {
        flex-direction: row;
    }

    section.pain .pain_main {
        align-items: flex-start;
        gap: 4rem;
        width: 120%;
    }

    section.pain h1 {
        font-size: 2.6rem;
        line-height: 180%;
        letter-spacing: 0.2rem;
    }

    section.pain h1::before {
        background: url(../images/pain_lines_sp.png) no-repeat bottom left;
        width: 10.2rem;
        height: 13rem;
        left: -2.8rem;
        top: -14.5rem;
        background-size: 100% auto;
        transform: unset;
    }

    section.pain .pain_main ul {
        gap: 1.6rem;
    }

    section.pain .pain_main ul li {
        font-size: 1.4rem;
        gap: 0.4em;
        font-weight: 400;
    }

    section.pain .pain_sub {
        width: 57%;
        position: absolute;
        right: 0;
    }

    section.pain .pain_sub::before {
        display: none;
    }
    
}

section.solution {
    padding: 15rem 0 0;
    position: relative;
    background: url(../images/solution_bg_pc.jpg) no-repeat top center;
    background-size: auto 80%;
}

section.solution .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

section.solution .solution_main {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3rem;
    margin: 0 auto;
    padding: 0 0 15rem;
}

section.solution .solution_main p {
    font-family: 'LINE Seed JP', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 2.8rem;
    line-height: 170%;
    color: #FFFFFF;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

section.solution .solution_sub {
    width: 100%;
    overflow: hidden;
}

section.solution .solution_sub_splide {
    width: 100%;
}

section.solution .solution_sub_item {
    list-style: none;
    width: 30%;
}

section.solution .solution_sub_item img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {
    section.solution {
        padding: 7rem 0 0;
        background: url(../images/solution_bg_sp.jpg) no-repeat top center;
        background-size: 100% auto;
    }

    section.solution .solution_main {
        width: 100%;
        padding: 0 3rem 7rem;
    }

    section.solution .solution_main p {
        font-size: 1.6rem;
        font-weight: 400;
    }

    section.solution .solution_sub_item {
        width: 50%;
    }
}

section.feature {
    padding: 17rem 10rem;
    position: relative;
}

section.feature::before {
    content: "";
    display: block;
    width: 50%;
    padding-top: 100%;
    background: url(../images/bg_purplebar.png) no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(-1)
}

section.feature .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

section.feature .feature_main {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    position: relative;
}

section.feature .feature_main h1 {
    font-size: 6rem;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    line-height: 150%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 1rem;
}

section.feature .feature_main h1>span {
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

section.feature .feature_main h1 img {
    width: 3rem;
    height: auto;
    display: block;
    margin-top: 0.5rem;
}

section.feature .feature_item_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10rem;
    margin: 0 auto;
}

section.feature .feature_item_position {
    width: 100%;
    position: relative;
}

section.feature .feature_item_position:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

section.feature .feature_item_position:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    transform: translatex(10%);
}

section.feature .feature_item_position:nth-child(2)::before {
    content: "";
    display: block;
    width: 26%;
    padding-top: 42%;
    background: url(../images/feature_bg_part01_pc.jpg) no-repeat top left;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -1;
}

section.feature .feature_item_position:nth-child(3) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    transform: translatex(-10%);
}

section.feature .feature_item_position:nth-child(4) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

section.feature .feature_item_position:nth-child(4)::before {
    content: "";
    display: block;
    width: 40%;
    padding-top: 50%;
    background: url(../images/feature_bg_part02_pc.jpg) no-repeat top left;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

section.feature .feature_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    width: 50%;
}

section.feature .feature_item_num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    background: #ececec;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    color: #26178f;
}

section.feature .feature_item_heading {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 140%;
    color: #2d2d2d;
}

section.feature .feature_item_heading p + p {
    margin-top: 0;
}

section.feature .feature_item_heading_accent {
    font-weight: 700;
    color: #26178f;
}

section.feature .feature_item_body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
    color: #2d2d2d;
}

section.feature .feature_item_body_group {
    display: flex;
    flex-direction: column;
}

section.feature .feature_item_body_accent {
    font-weight: 700;
    color: #26178f;
}

@media screen and (max-width: 767px) {
    section.feature {
        padding: 7rem 3rem;
        background: url(../images/feature_bg_sp.png) no-repeat top right;
        background-size: 53% auto !important;

    }

    section.feature::before {
        display: none;
    }
    
    section.feature .feature_main h1 {
        font-size: 3rem;
        position: relative;
        margin-bottom: 3rem;
    }

    section.feature .feature_main h1 img {
        width: 1.5rem;
    }

    section.feature .feature_item_wrapper {
        gap: 5rem;
    }

    section.feature .feature_item_position {
        transform: unset !important;
        justify-content: start !important;
    }

    section.feature .feature_item_position:before, section.feature .feature_item_position:after {
        display: none !important;
    }

    section.feature .feature_item {
        width: 100%;
    }

    section.feature .feature_item_num {
        width: 2.4rem;
        height: 2.4rem;
    }
    
    section.feature .feature_item_heading {
        font-size: 2.1rem;
    }
    
    section.feature .feature_item_body {
        font-size: 1.5rem;
    }
    
    section.feature .feature_item_position:nth-child(2) .feature_item_body:after {
        display: block;
        content: "";
        width: 100%;
        padding-top: 65%;
        background: url(../images/feature_img01_sp.jpg) no-repeat top center;
        background-size: 100% auto;
    }

    section.feature .feature_item_position:nth-child(4) .feature_item_body:after {
        display: block;
        content: "";
        width: 100%;
        padding-top: 65%;
        background: url(../images/feature_img02_sp.jpg) no-repeat top center;
        background-size: 100% auto;
    }
    
}

section.point {
    padding: 11rem 10rem 0;
    position: relative;
    background: url(../images/point_bg_pc.jpg) no-repeat top center;
    background-size: 100% auto;
}

section.point .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

section.point .point_main {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    margin: 0 auto;
}

section.point .point_main h1 {
    font-size: 6rem;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
}

section.point .point_main p {
    margin-top: 2rem;
    font-size: 1.6rem;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 300;
    line-height: 180%;
    color: #fff;
}

section.point .point_sub {
    width: 100%;
    max-width: 1200px;
    margin: 6rem auto 12rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.point .point_sub_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    padding: 6rem 4rem;
    background: linear-gradient(171.006deg, #2f237f 21.626%, #466997 77.351%);
    width: 46%;
}

section.point .point_sub_item:nth-child(1)::before {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/point_01_top.svg) no-repeat top left;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 6%;
    transform: translateY(-99%);
}

section.point .point_sub_item:nth-child(1)::after {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/point_01_bottom.svg) no-repeat bottom left;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 6%;
    transform: translateY(99%);
}

section.point .point_sub_item:nth-child(2) {
    background: linear-gradient(171.048deg, #dba50d 21.626%, #466e97 77.351%);
    margin-top: 8rem;
}

section.point .point_sub_item:nth-child(2)::before {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/point_02_top.svg) no-repeat top left;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 6%;
    transform: translateY(-99%);
}

section.point .point_sub_item:nth-child(2)::after {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/point_02_bottom.svg) no-repeat bottom left;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 6%;
    transform: translateY(99%);
}

section.point .point_sub_item:nth-child(2) .point_sub_item_icon {
    width: 8.4375rem;
    height: 7.5rem;
}

section.point .point_sub_item_num {
    position: absolute;
    top: 6rem;
    right: 7rem;
    transform: translateX(100%);
    font-family: "LINE Seed JP", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
}

section.point .point_sub_item_icon {
    width: 7.8rem;
    height: 7.8rem;
}

section.point .point_sub_item_icon img {
    width: 100%;
    height: 100%;
    display: block;
}

section.point .point_sub_item_heading {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
}

section.point .point_sub_item_heading p {
    color: #fff;
}

section.point .point_sub_item_list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding-left: 2.4rem;
    list-style: disc;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 180%;
    color: #fff;
}

section.point .point_sub_item_list li {
    color: #fff;
}

section.point .point_venders {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #e4e4e4;
    padding: 8rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

section.point .point_venders_lead {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 180%;
    color: #010101;
    text-align: center;
}

section.point .point_venders_list {
    width: 100%;
    max-width: 112.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}

section.point .point_venders_splide {
    width: 100%;
    max-width: 112.6rem;
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
    section.point {
        background: url(../images/point_bg_pc.jpg) no-repeat top center;
        background-size: 1300px auto;
    }
}

@media screen and (min-width: 768px) {
    section.point .point_venders_splide.splide {
        visibility: visible;
    }

    section.point .point_venders_splide .splide__track {
        overflow: visible;
    }

    section.point .point_venders_splide .splide__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        transform: none !important;
    }
}

@media screen and (max-width: 767px) {
    section.point .point_venders_splide {
        visibility: visible;
        overflow: hidden;
    }

    section.point .point_venders_splide:not(.is-initialized) .splide__list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 2rem;
        overflow-x: auto;
    }

    section.point .point_venders_splide:not(.is-initialized) .splide__slide {
        flex-shrink: 0;
    }
}

section.point .point_venders_item {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 16rem;
}

section.point .point_venders_item img {
    max-width: 16rem;
}

section.point .point_venders_note {
    width: 100%;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #333;
    text-align: center;
}

@media screen and (max-width: 767px) {
    section.point {
        padding: 7rem 0 0;
        background: url(../images/point_bg_sp.jpg) no-repeat top center;
        background-size: 100% auto;
    }

    section.point .point_main {
        width: 100%;
        padding: 0 3rem;
    }
    
    section.point .point_main h1 {
        font-size: 3rem;
        font-weight: 400;
    }

    section.point .point_main p {
        font-size: 1.5rem;
        font-weight: 400;
    }

    section.point .point_sub {
        flex-direction: column;
        margin-top: 8rem;
        margin-bottom: 0;
    }

    section.point .point_sub_item {
        width: 80%;
        gap: 2rem;
        padding: 4rem 3rem;
    }

    section.point .point_sub_item_num {
        top: 3rem;

    }

    section.point .point_sub_item_heading {
        font-size: 1.8rem;
    }

    section.point .point_sub_item_list {
        font-size: 1.5rem;
        font-weight: 400;
    }

    section.point .point_sub_item:nth-child(2) {
        transform: translate(25%, -17%);
    }

    section.point .point_venders {
        padding: 7rem 0;
    }

    section.point .point_venders_lead {
        font-size: 1.6rem;
    }

    section.point .point_venders_item {
        max-width: 10rem;
    }

}

section.cta.cta1 {
    padding: 7rem 10rem;
    background: url(../images/cta1_bg_pc.jpg) no-repeat top center;
    background-size: 100% auto;
}

section.cta.cta1 .container {
    display: flex;
    justify-content: center;
}

section.cta .cta1_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 90%;
    max-width: 70rem;
    padding: 4rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.25);
}

section.cta .cta1_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

section.cta .cta1_title_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

section.cta .cta1_title_box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0rem 1rem;
    background: transparent;
}

section.cta .cta1_title_box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.1326rem;
    background: linear-gradient(147.253deg, #251a79 0%, #ffdf52 135.12%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

section.cta .cta1_title_box_text {
    position: relative;
    z-index: 1;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 160%;
    background: linear-gradient(147.253deg, #251a79 0%, #ffdf52 135.12%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

section.cta .cta1_title_particle {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 160%;
    color: #383838;
}

section.cta .cta1_title_sub {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 160%;
    color: #383838;
    text-align: center;
}

section.cta .cta1_body {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
    color: #383838;
    text-align: center;
}

section.cta .cta1_body p {
    color: #383838;
}

section.cta .cta1_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 30rem;
    padding: 2rem 4rem;
    border: 1px solid #fff;
    border-radius: 7.4rem;
    background: linear-gradient(to right, #f7ba0e, #b48100);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: all 0.3s ease;
}
section.cta .cta1_btn:hover {
    transform: translateY(0.2rem);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    filter: brightness(1.1);
}

section.cta .cta1_btn img {
    width: 2.225rem;
    height: 1.78rem;
    display: block;
    flex-shrink: 0;
}

section.cta .cta1_btn span {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    text-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1500px) and (min-width: 768px) {
    section.cta.cta1 {
        background-size: 1500px auto;
    }
}

@media screen and (max-width: 767px) {
    section.cta.cta1 {
        position: relative;
        padding: 7rem 3rem;
        background: url(../images/cta1_bg_sp.jpg) no-repeat top center;
        background-size: 100% auto;
    }

    section.cta.cta1::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(51, 18, 217, 0.6);
        mix-blend-mode: lighten;
        pointer-events: none;
    }

    section.cta.cta1::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.7);
        pointer-events: none;
    }

    section.cta.cta1 .container {
        position: relative;
        z-index: 1;
    }

    section.cta.cta1 .cta1_inner {
        width: 100%;
        max-width: none;
        gap: 2rem;
        padding: 4rem 2rem;
    }

    section.cta.cta1 .cta1_head {
        gap: 1rem;
    }

    section.cta.cta1 .cta1_title_box_text {
        font-size: 2.2rem;
    }

    section.cta.cta1 .cta1_title_box::before {
        background: linear-gradient(146.535deg, #251a79 0%, #ffdf52 135.12%);
    }

    section.cta.cta1 .cta1_title_particle {
        font-size: 2rem;
    }

    section.cta.cta1 .cta1_title_sub {
        font-size: 2rem;
    }

    section.cta.cta1 .cta1_body {
        font-size: 1.5rem;
        line-height: 180%;
    }

    section.cta.cta1 .cta1_btn {
        width: 21.5rem;
        padding: 1rem 2.769rem;
        border-radius: 5.123rem;
        gap: 0.415rem;
        box-shadow: 0 0.1385rem 0.277rem rgba(0, 0, 0, 0.25);
    }

    section.cta.cta1 .cta1_btn img {
        width: 1.54rem;
        height: 1.232rem;
    }

    section.cta.cta1 .cta1_btn span {
        font-size: 1.6rem;
        text-shadow: 0 0.0692rem 0 rgba(0, 0, 0, 0.25);
    }
}

section.cta.cta2 {
    position: relative;
    padding: 10rem 10rem;
    background: url(../images/cta2_bg_pc.jpg) no-repeat center center;
    background-size: cover;
}

section.cta.cta2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(51, 18, 217, 0.6);
    mix-blend-mode: lighten;
    pointer-events: none;
}

section.cta.cta2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    pointer-events: none;
}

section.cta.cta2 .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

section.cta.cta2 .cta1_inner {
    gap: 2.9rem;
}

section.cta.cta2 .cta1_head {
    gap: 0;
}

@media screen and (max-width: 1500px) and (min-width: 768px) {
    section.cta.cta2 {
        background-size: 1500px auto;
    }
}

@media screen and (max-width: 767px) {
    section.cta.cta2 {
        padding: 7rem 2rem;
        background: url(../images/cta2_bg_sp.jpg) no-repeat top left;
        background-size: auto 100%;
    }

    section.cta.cta2 .cta1_inner {
        width: 100%;
        max-width: none;
        gap: 3rem;
        padding: 4rem 2rem;
    }

    section.cta.cta2 .cta1_title_row {
        flex-wrap: wrap;
        gap: 0.6rem;
        max-width: 24.3rem;
    }

    section.cta.cta2 .cta1_title_box {
        padding: 1.2rem 1rem;
    }

    section.cta.cta2 .cta1_title_box_text {
        font-size: 2.2rem;
    }

    section.cta.cta2 .cta1_title_box::before {
        background: linear-gradient(146.706deg, #251a79 0%, #ffdf52 135.12%);
    }

    section.cta.cta2 .cta1_title_particle {
        font-size: 2rem;
    }

    section.cta.cta2 .cta1_body {
        font-size: 1.5rem;
        line-height: 180%;
    }

    section.cta.cta2 .cta1_btn {
        width: 21.5rem;
        padding: 2.077rem 2.769rem;
        border-radius: 5.123rem;
        gap: 0.415rem;
        box-shadow: 0 0.1385rem 0.277rem rgba(0, 0, 0, 0.25);
    }

    section.cta.cta2 .cta1_btn img {
        width: 1.54rem;
        height: 1.232rem;
    }

    section.cta.cta2 .cta1_btn span {
        font-size: 1.6rem;
        text-shadow: 0 0.0692rem 0 rgba(0, 0, 0, 0.25);
    }
}

section.voices {
    padding: 16rem 10rem;
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F3FF 100%);
    overflow: hidden;
}

section.voices::after {
    content: "";
    position: absolute;
    top: -18%;
    left: 0;
    width: 50%;
    padding-top: 100%;
    background: url(../images/voice_bg01_pc.png) no-repeat top center;
    background-size: 100% auto;
    z-index: 0;
    transform: translateX(-40%);
}

section.voices::before {
    content: "";
    position: absolute;
    bottom: -46%;
    left: 0;
    width: 50%;
    padding-top: 100%;
    background: url(../images/voice_bg03_pc.png) no-repeat top center;
    background-size: 100% auto;
    z-index: 0;
    transform: translateX(-40%);
}

section.voices .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}

section.voices .voices_main {
    width: 100%;
    max-width: 114rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

section.voices .voices_main h1 {
    position: absolute;
    top: 0;
    right: -7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.6rem;
    z-index: 1;
}

section.voices .voices_main h1::after {
    content: "";
    position: absolute;
    bottom: -79%;
    left: 50%;
    width: 520%;
    padding-top: 160%;
    background: url(../images/voice_bg02_pc.png) no-repeat top center;
    background-size: 100% auto;
    z-index: 0;
    transform: translateX(-1.5%);
}

section.voices .voices_h1_vertical_group {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
}

section.voices .voices_h1_col {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
}

section.voices .voices_h1_members {
    color: #382a7d;
}

section.voices .voices_h1_interview {
    color: #26178f;
}

section.voices .voices_h1_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: linear-gradient(90deg, #2f237f 0%, #fac03b 100%);
    font-family: "LINE Seed JP", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}

section.voices .voices_h1_desc {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
    color: #000;
    text-align: center;
}

section.voices .voices_item_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

section.voices .voices_item_position {
    width: 100%;
    position: relative;
}

section.voices .voices_item_position:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

section.voices .voices_item_position:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

section.voices .voices_item_position:nth-child(3) {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

section.voices .voices_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    width: 47rem;
    max-width: 100%;
}

section.voices .voices_item_photo {
    position: relative;
    width: 41.4rem;
    max-width: 100%;
    height: 41.4rem;
}

section.voices .voices_item_bg {
    position: absolute;
    left: 50%;
    top: 20.3rem;
    width: 63.5rem;
    height: 22.9rem;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
}

section.voices .voices_item_image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

section.voices .voices_item_photo_note {
    position: absolute;
    right: 0;
    bottom: 0.9rem;
    z-index: 2;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
    white-space: nowrap;
}

section.voices .voices_item_content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}

section.voices .voices_item_meta {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

section.voices .voices_item_heading {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 160%;
    background: linear-gradient(90deg, #2f237f 0%, #fac03b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.voices .voices_item_heading p + p {
    margin-top: 0;
}

section.voices .voices_item_body {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
    color: #000;
}

@media screen and (max-width: 767px) {
    section.voices {
        padding: 7rem 3rem;
        background: none;
    }

    section.voices::before {
        background: url(../images/voices_bg01_sp.png) no-repeat top center;
        background-size: 100% auto;
        top: 0;
        left: 0;
        width: 100%;
        bottom: unset;
        transform: unset;
    }

    section.voices::after {
        background: url(../images/voices_bg02_sp.png) no-repeat bottom right;
        background-size: 100% auto;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: unset;
    }

    section.voices .container {
        display: block;
    }

    section.voices .voices_main {
        max-width: none;
        align-items: stretch;
        gap: 6rem;
    }

    section.voices .voices_main h1 {
        position: static;
        top: auto;
        right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.6rem;
        width: 100%;
    }

    section.voices .voices_h1_vertical_group {
        flex-direction: row-reverse;
        gap: 1rem;
    }

    section.voices .voices_h1_col {
        font-size: 3rem;
    }

    section.voices .voices_h1_badge {
        padding: 1rem;
        font-size: 1.2rem;
    }

    section.voices .voices_h1_desc {
        font-size: 1.5rem;
    }

    section.voices .voices_item_wrapper {
        gap: 6rem;
    }

    section.voices .voices_item_position,
    section.voices .voices_item_position:nth-child(1),
    section.voices .voices_item_position:nth-child(2),
    section.voices .voices_item_position:nth-child(3) {
        display: block;
    }

    section.voices .voices_item {
        width: 100%;
        max-width: none;
        gap: 2rem;
    }

    section.voices .voices_item_photo {
        width: 100%;
        max-width: none;
        height: 31.5rem;
    }

    section.voices .voices_item_bg {
        top: 15.45rem;
        width: 48.3rem;
        height: 17.4rem;
    }

    section.voices .voices_item_photo_note {
        right: 0;
        bottom: 0.6rem;
        font-size: 1rem;
    }

    section.voices .voices_item_content {
        gap: 2rem;
    }

    section.voices .voices_item_meta {
        gap: 3rem;
        font-size: 1.6rem;
    }

    section.voices .voices_item_heading {
        font-size: 2.3rem;
        line-height: 140%;
    }

    section.voices .voices_item_body {
        font-size: 1.5rem;
        line-height: 160%;
    }
}

section.benefits {
    background: #fff;
}

section.benefits .benefits_inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

section.benefits .benefits_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 36%;
    flex-shrink: 0;
    padding: 1.1rem 1rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(180deg, #2f237f 0%, #60496f 38%, #c9923a 72%, #fac03b 100%);
}

section.benefits .benefits_head_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

section.benefits .benefits_head_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.7rem;
    background: #fff;
}

section.benefits .benefits_head_label span {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 160%;
    background: linear-gradient(169.453deg, #2f237f 37.849%, #fac03b 115.58%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.benefits .benefits_head_title {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 6rem;
    font-weight: 100;
    line-height: normal;
    color: #fff;
    text-align: center;
}

section.benefits .benefits_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;
    width: 64%;
    flex-shrink: 0;
    padding: 6rem;
    background: #fff;
}

section.benefits .benefits_lead {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
    color: #000;
}

section.benefits .benefits_cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.1rem;
    width: 100%;
}

section.benefits .benefits_card {
    flex: 1;
    min-width: 0;
}

section.benefits .benefits_card_image {
    width: 100%;
}

section.benefits .benefits_card_image img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {
    section.benefits .benefits_inner {
        flex-direction: column;
        max-width: none;
    }

    section.benefits .benefits_head {
        width: 100%;
        min-height: 14.8rem;
        padding: 1.1rem 3rem;
        align-items: flex-start;
        justify-content: center;
        background: url(../images/benefits_bg_sp.jpg) no-repeat top right;
        background-size: 100% auto;
    }

    section.benefits .benefits_head_content {
        gap: 1.1rem;
        align-items: flex-start;
    }

    section.benefits .benefits_head_label span {
        font-size: 1.2rem;
    }

    section.benefits .benefits_head_title {
        font-size: 3rem;
        font-weight: 400;
        text-align: left;
    }

    section.benefits .benefits_body {
        width: 100%;
        padding: 3rem 3rem 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        align-items: center;
    }

    section.benefits .benefits_lead {
        font-size: 1.5rem;
        line-height: 180%;
        grid-column: 1;
        grid-row: 1;
    }

    section.benefits .benefits_lead br {
        display: none;
    }

    section.benefits .benefits_cards {
        display: contents;
    }

    section.benefits .benefits_card:nth-child(1) {
        grid-column: 2;
        grid-row: 1;
    }

    section.benefits .benefits_card:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    section.benefits .benefits_card:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    section.benefits .benefits_card {
        flex: none;
        width: 100%;
    }

    section.benefits .benefits_card_image {
        width: 100%;
    }

    section.benefits .benefits_card_image img {
        width: 100%;
        height: auto;
    }
}

section.flow {
    padding: 10rem 10rem;
    position: relative;
    background: #fff;
}

section.flow .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.flow .flow_main {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}

section.flow .flow_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
}

section.flow .flow_head h1 {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    color: #222;
    text-align: center;
}

section.flow .flow_head_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.7rem;
    border: 1px solid #222;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 160%;
    color: #222;
}

section.flow .flow_lead {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
    color: #000;
    text-align: center;
}

section.flow .flow_steps {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3rem;
}

section.flow .flow_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    min-height: 9rem;
    padding: 2rem 3rem;
    background: #f6f6f6;
    border: 1px solid #fff;
    box-shadow: 0 0.1rem 0.35rem rgba(0, 0, 0, 0.25);
    max-width: 320px;
    width: 80%;
}

section.flow .flow_step_title {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    color: #222;
    text-align: center;
}

section.flow .flow_step_note {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    color: #222;
    text-align: center;
}

section.flow .flow_step--final {
    max-width: 320px;
    width: 80%;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(90deg, #2f237f 0%, #8a5a8f 45%, #e8a080 100%);
}

section.flow .flow_step--final .flow_step_title {
    color: #fff;
}

section.flow .flow_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.flow .flow_arrow img {
    width: 2.7rem;
    height: 1.7rem;
    display: block;
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    section.flow {
        padding: 7rem 3rem;
    }

    section.flow .flow_main {
        gap: 3rem;
    }

    section.flow .flow_head {
        gap: 2.4rem;
    }

    section.flow .flow_head h1 {
        font-size: 3rem;
    }

    section.flow .flow_head_label {
        padding: 0.6rem 0.7rem;
        font-size: 1.2rem;
    }

    section.flow .flow_lead {
        font-size: 1.5rem;
        line-height: 180%;
    }

    section.flow .flow_steps {
        gap: 1.1rem;
    }

    section.flow .flow_step {
        width: 100%;
        max-width: none;
        min-height: 6rem;
        height: auto;
        padding: 0 3rem;
        gap: 1rem;
    }

    section.flow .flow_step_title {
        font-size: 1.6rem;
    }

    section.flow .flow_step_note {
        font-size: 1.2rem;
    }

    section.flow .flow_step--final {
        width: 100%;
        max-width: none;
        min-height: 6rem;
    }

    section.flow .flow_arrow img {
        width: 1.1rem;
        height: 0.7rem;
    }
}

section.faq {
    padding: 10rem 12rem;
    background: #2f237f;
}

section.faq .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.faq .faq_main {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
}

section.faq .faq_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
}

section.faq .faq_head h1 {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
}

section.faq .faq_head_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.7rem;
    border: 1px solid #fff;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
}

section.faq .faq_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

section.faq .faq_item {
    overflow: hidden;
    border-radius: 1rem;
    background: #f9f9f9;
}

section.faq .faq_question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    min-height: 6.7rem;
    padding: 2.5rem 2.4rem;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

section.faq .faq_qrow {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 0;
}

section.faq .faq_label {
    flex-shrink: 0;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.096rem;
    text-align: center;
}

section.faq .faq_label--q {
    color: #2f237f;
}

section.faq .faq_label--a {
    color: #e2ab10;
}

section.faq .faq_question_text {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    color: #3a3a3a;
}

section.faq .faq_toggle {
    position: relative;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
}

section.faq .faq_toggle::before,
section.faq .faq_toggle::after {
    content: "";
    position: absolute;
    background: #081f5c;
}

section.faq .faq_toggle::before {
    top: 50%;
    left: 0;
    width: 1.4rem;
    height: 0.2rem;
    transform: translateY(-50%);
}

section.faq .faq_toggle::after {
    top: 0;
    left: 50%;
    width: 0.2rem;
    height: 1.4rem;
    transform: translateX(-50%);
}

section.faq .faq_item.is-open .faq_toggle::after {
    display: none;
}

section.faq .faq_answer {
    display: none;
    overflow: hidden;
}

section.faq .faq_answer_inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0 2.4rem 2.5rem;
}

section.faq .faq_answer_text {
    flex: 1;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.032rem;
    color: #3a3a3a;
}

@media screen and (max-width: 767px) {
    section.faq {
        padding: 7rem 3rem;
    }

    section.faq .faq_main {
        max-width: none;
        gap: 3rem;
    }

    section.faq .faq_head {
        gap: 2.4rem;
    }

    section.faq .faq_head h1 {
        font-size: 3rem;
    }

    section.faq .faq_head_label {
        padding: 0.6rem 0.7rem;
        font-size: 1.5rem;
    }

    section.faq .faq_list {
        gap: 1.3rem;
    }

    section.faq .faq_question {
        min-height: 6.7rem;
        padding: 2rem 1.6rem;
        gap: 1rem;
    }

    section.faq .faq_label {
        font-size: 1.8rem;
        letter-spacing: 0.072rem;
    }

    section.faq .faq_question_text {
        font-size: 1.5rem;
    }

    section.faq .faq_toggle {
        width: 1rem;
        height: 1rem;
    }

    section.faq .faq_toggle::before {
        width: 1rem;
        height: 0.143rem;
    }

    section.faq .faq_toggle::after {
        width: 0.143rem;
        height: 1rem;
    }

    section.faq .faq_answer_inner {
        padding: 0 1.6rem 2rem;
    }

    section.faq .faq_answer_text {
        font-size: 1.5rem;
        letter-spacing: 0.026rem;
    }
}

footer.footer {
    background: #fff;
    padding: 10rem 10rem;
}

footer.footer .footer_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
}

footer.footer .footer_nav_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    list-style: none;
}

footer.footer .footer_nav_list a {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%;
    color: #222;
    text-decoration: none;
    position: relative;
}

footer.footer .footer_nav_list a:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: black;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer.footer .footer_nav_list a:hover:after {
    width: 100%;
}

footer.footer .footer_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
}

footer.footer .footer_logo {
    display: block;
    line-height: 0;
}

footer.footer .footer_logo img {
    width: 18.8rem;
    height: auto;
    display: block;
}

footer.footer .footer_copyright {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%;
    color: #222;
}

@media screen and (max-width: 767px) {
    footer.footer {
        padding: 7rem 2rem;
        border-top: 1px solid #e4e4e4;
    }

    footer.footer .footer_inner {
        max-width: none;
        gap: 4rem;
    }

    footer.footer .footer_nav_list {
        gap: 2rem;
    }

    footer.footer .footer_nav_list a {
        font-size: 1.4rem;
        line-height: 180%;
        color: #000;
    }

    footer.footer .footer_bottom {
        align-items: center;
        gap: 2rem;
    }

    footer.footer .footer_logo img {
        width: 18.8rem;
        height: auto;
    }

    footer.footer .footer_copyright {
        font-size: 1.1rem;
        line-height: 180%;
        color: #000;
        text-align: center;
    }
}

header.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: transparent;
    transition: background-color 0.2s ease;
}

header.header.is-scrolled {
    background: rgba(255, 255, 255, 0.7);
}

header.header .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 1rem;
}

header.header .header_logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 1.2rem 2rem 0.7rem;
    background: #fff;
    line-height: 0;
    text-decoration: none;
}

header.header .header_logo img {
    width: 16.4rem;
    height: auto;
    display: block;
}

header.header .header_menu {
    display: flex;
    align-items: center;
    gap: 2.7rem;
    flex-shrink: 0;
}

header.header .header_nav_list {
    display: flex;
    align-items: center;
    gap: 2.7rem;
    list-style: none;
}

header.header .header_nav_list a {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}

header.header .header_nav_list a:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: black;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}

header.header .header_nav_list a:hover:after {
    width: 100%;
}

header.header .header_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-shrink: 0;
    padding: 1rem 4rem;
    border: 1px solid #fff;
    border-radius: 0;
    background: linear-gradient(to right, #f7ba0e, #b48100);
    box-shadow: none;
    text-decoration: none;
    transition: all 0.3s ease;
}

header.header .header_btn:hover {
    transform: translateY(0.2rem);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    filter: brightness(1.1);
}

header.header .header_btn img {
    width: 1.975rem;
    height: 1.58rem;
    display: block;
    flex-shrink: 0;
}

header.header .header_btn span {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    text-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

header.header .header_toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.31rem;
    flex-shrink: 0;
    padding: 1.03rem 2.06rem;
    border: 0;
    background: #fff;
    cursor: pointer;
}

header.header .header_toggle_bar {
    display: block;
    width: 1.2rem;
    height: 0.1rem;
    background: #32267f;
}

@media screen and (max-width: 767px) {
    header.header .header_inner {
        padding-right: 0;
    }

    header.header .header_logo {
        padding: 0 1.03rem;
        height: 4rem;
    }

    header.header .header_logo img {
        width: 8.4rem;
        height: auto;
        display: block;
    }

    header.header .header_menu {
        display: flex;
        align-items: stretch;
        gap: 0;
        height: 4rem;
    }

    header.header .header_nav {
        position: fixed;
        top: 4rem;
        right: 0;
        z-index: 999;
        display: none;
        overflow: hidden;
        width: 40%;
        padding: 2rem 3rem 3rem;
        background: rgba(255, 255, 255, 0.95);
    }

    header.header .header_nav_list {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    header.header .header_nav_list a {
        font-size: 1.5rem;
    }

    header.header .header_btn {
        align-self: stretch;
        gap: 0.31rem;
        padding: 1.03rem 1.4rem;
        border: 0;
        box-shadow: none;
    }

    header.header .header_btn img {
        width: 1.265rem;
        height: 1.012rem;
    }

    header.header .header_btn span {
        font-size: 1.2rem;
        text-shadow: 0 0.051rem 0 rgba(0, 0, 0, 0.25);
    }

    header.header .header_toggle {
        display: flex;
        align-self: stretch;
        width: 3.75rem;
    }
}