@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

/*------------------------------------*\
    共通
\*------------------------------------*/
:root {
    --fontjp: 'Zen Kaku Gothic New', sans-serif;
    --fontjp_serif: "Zen Old Mincho", serif;
    --fonten: 'Roboto', sans-serif;
    --color: #000;
}

html {
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: var(--color);
    height: 100%;
    overscroll-behavior: none;
}
body{
    height: 100%;
    background: #FFF;
}

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

.link_range {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

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

.inview {
    transition: all 800ms ease-in-out;
    opacity: 0;
}
.inview_action {
    opacity: 1;
}

.top_com_title_wrap {
}
.top_com_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 82px;
    line-height: 90px;
    letter-spacing: 0.07em;
    font-weight: 600;
}
@media only screen and (max-width:750px) {
    .top_com_title {
        font-size: 49px;
        line-height: 51px;
    }
}
.top_com_title_jp {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
@media only screen and (max-width:750px) {
    .top_com_title_jp {
        font-size: 15px;
        margin-top: 18px;
    }
}
.top_com_text_wrap {
    margin-top: 55px;
}
@media only screen and (max-width:750px) {
    .top_com_text_wrap {
        margin-top: 35px;
    }
}
.top_com_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 35px;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .top_com_text {
        font-size: 14px;
        line-height: 24px;
    }
}


.com_title_wrap {
    width: 80%;
    margin: 0 auto;
}
.com_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 82px;
    line-height: 90px;
    letter-spacing: 0.07em;
    font-weight: 600;
}
@media only screen and (max-width:750px) {
    .com_title {
        font-size: 48px;
        line-height: 48px;
    }
}
.com_title_jp {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
@media only screen and (max-width:750px) {
    .com_title_jp {
        font-size: 15px;
        margin-top: 18px;
    }
}

.com_text_wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 80px;
}
@media only screen and (max-width:750px) {
    .com_text_wrap {
        width: 85%;
        margin-top: 45px;
    }
}
.com_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .com_text {
        font-size: 14px;
        line-height: 25px;
    }
}


/*------------------------------------*\
    header (logo)
\*------------------------------------*/
.header_logo_wrap {
    position: fixed;
    top: 16px;
    left: 4%;
    z-index: 940;
    transition: all 500ms ease-in-out;
}
@media only screen and (max-width:750px) {
    .header_logo_wrap {
        top: 15px;
    }
}
.header_logo_inner {
    display: flex;
    align-items: center;
    gap: 24px;
}
@media only screen and (max-width:750px) {
    .header_logo_inner {
        gap: 12px;
    }
}
.header_logo {
    width: 78px;
}
@media only screen and (max-width:750px) {
    .header_logo {
        width: 29px;
    }
}
.header_logo_label {
    width: 315px;
}
@media only screen and (max-width:750px) {
    .header_logo_label {
        width: 158px;
    }
}


/*------------------------------------*\
    header (nav)
\*------------------------------------*/
.header_nav_wrap {
    width: calc(100% - 417px - 4% );
    min-width: 420px;
    position: fixed;
    top: 26px;
    right: 4%;
    z-index: 939;
    transition: all 500ms ease-in-out;
}
@media only screen and (max-width:750px) {
    .header_nav_wrap {
        display: none;
    }
}

.header_nav {
}
.header_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px 28px;
    transition: all 500ms ease-in-out;
}
.header_nav li {
}
.header_nav_text_wrap {
    cursor: pointer;
    position: relative;
    transition: all 300ms ease-in-out;
}
.header_nav_text_wrap:hover {
    opacity: 0.7;
}
@media only screen and (max-width:750px) {
    .header_nav_text_wrap:hover {
        opacity: 1;
    }
}
.header_nav_text {
    font-family: var(--fonten);
    font-size: 17px;
    letter-spacing: 0.09em;
    font-weight: 500;
}

.header_link_sns_wrap {
}
.header_link_instagram {
    width: 15px;
    margin-top: 1px;
}




/*------------------------------------*\
    header (button)
\*------------------------------------*/
.header_nav_button_wrap {
    display: none;

    position: fixed;
    top: 12px;
    right: 4%;
    z-index: 931;
    cursor: pointer;
    /* opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out; */
}
@media only screen and (max-width:750px) {
    .header_nav_button_wrap {
        display: block;
        top: 4px;
    }
}
/* .header_nav_button_wrap.js_action {
    opacity: 1;
    visibility: visible;
} */

.header_nav_button_inner {
    width: 50px;
    height: 50px;
    position: relative;
}
.header_nav_button_line {
    width: 44px;
    height: 4px;
    background-color: #000;
    border: none;
    font-size: 0;
    border-radius: 4px;
    position: absolute;
    left: 3px;
    transition: all 300ms ease-in-out;
    
}
.header_nav_button_line.line_1 {
    background-color: #BBD1CE;
    top: 13px;
}
.header_nav_button_line.line_2 {
    background-color: #F8E527;
    top: 23px;
}
.header_nav_button_line.line_3 {
    background-color: #BBD1CE;
    top: 33px;
}
@media only screen and (max-width:750px) {
    .header_nav_button_line {
        width: 32px;
        left: 8px;
    }
}
body.nav_open .header_nav_button_line.line_1 {
    width: 38px;
    top: 23px;
    left: 6px;
    transform: rotate(45deg);
}
body.nav_open .header_nav_button_line.line_2 {
    opacity: 0;
}
body.nav_open .header_nav_button_line.line_3 {
    width: 38px;
    top: 23px;
    left: 6px;
    transform: rotate(-45deg);
}
@media only screen and (max-width:750px) {
    body.nav_open .header_nav_button_line.line_1 {
        background-color: #F8E527;
        width: 32px;
        top: 23px;
        left: 10px;
    }
    body.nav_open .header_nav_button_line.line_3 {
        width: 32px;
        top: 23px;
        left: 10px;
    }
}



/*------------------------------------*\
    header (navigation)
\*------------------------------------*/
.header_open_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #FFF;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out;
    z-index: 930;
}
body.nav_open .header_open_wrap {
    visibility: visible;
    opacity: 1;
}
.header_open_inner {
    width: 100vw;
    height: 100%;
    overflow: hidden;
}
.header_open_scroll_wrap {
    width: 100%;
    height: calc(100% - 50px);
    margin-top: 50px;
    overflow-y: scroll;
}

.header_open_nav_wrap {
    width: 80%;
    margin: 0 auto;
    padding-top: 15%;
}
.header_open_nav {
}
.header_open_nav ul {
    display: flex;
    flex-direction: column;
    gap: 5.5vh;
}
.header_open_nav li {
}
.header_open_nav_name_wrap {
    position: relative;
}
.header_open_nav_name {
    font-family: var(--fontjp);
    font-size: 31px;
    letter-spacing: 0.09em;
    font-weight: 600;
}
.header_open_link_sns_wrap {
}
.header_open_link_instagram {
    width: 30px;
}
.header_open_line_wrap {
    width: 80%;
    margin: 0 auto;
    padding: 6vh 0;
}
.header_open_line {
}
.header_open_contact_wrap {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.header_open_contact_title_wrap {
}
.header_open_contact_title {
    font-family: var(--fontjp);
    font-size: 19px;
    font-weight: 500;
}
.header_open_contact_tel_wrap {
    margin-top: 20px;
}
.header_open_contact_tel {
    font-family: var(--fontjp_serif);
    color: var(--color);
    font-size: 32px;
    font-weight: 400;
}
.header_open_contact_tel .text_tel {
    font-size: 32px;
    margin-right: 7px;
}
.header_open_contact_note_wrap {
    margin-top: 10px;
}
.header_open_contact_note {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 18px;
    font-weight: 400;
}



/*------------------------------------*\
    header (contact)
\*------------------------------------*/
.header_contact_wrap {
    position: fixed;
    bottom: 26px;
    right: 0;
    z-index: 920;
}
@media only screen and (max-width:750px) {
    .header_contact_wrap {
        bottom: 0;
    }
}
.header_contact_bk {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.7;
    border-radius: 5px 0 0 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.header_contact_inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 17px 24px;
    gap: 33px;
}
@media only screen and (max-width:750px) {
    .header_contact_inner {
        padding: 14px 24px;
    }
}
.header_contact_title_wrap {
    position: relative;
}
.header_contact_title_wrap:after {
    content: "";
    width: 1px;
    height: 38px;
    position: absolute;
    top: 2px;
    right: -17px;
    background-color: var(--color);
}
@media only screen and (max-width:750px) {
    .header_contact_title_wrap:after {
        height: 32px;
    }
}
.header_contact_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
.header_contact_title {
    font-size: 12px;
    line-height: 16px;
}
}
.header_contact_tel_and_note_wrap {
}
.header_contact_tel_wrap {
}
.header_contact_tel {
    font-family: var(--fontjp_serif);
    color: var(--color);
    font-size: 23px;
    font-weight: 400;
}
.header_contact_tel .text_tel {
    font-size: 23px;
    margin-right: 7px;
}
@media only screen and (max-width:750px) {
    .header_contact_tel {
        font-size: 20px;
    }
    .header_contact_tel .text_tel {
        font-size: 20px;
        margin-right: 6px;
    }
}
.header_contact_note_wrap {
    text-align: right;
    margin-top: 7px;
}
.header_contact_note {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 13px;
    font-weight: 400;
}


/*------------------------------------*\
    top 
\*------------------------------------*/
.top_main {
}
@media only screen and (max-width:750px) {
}
.top_fv_wrap {
    padding-top: 60px;
}
@media only screen and (max-width:750px) {
    .top_fv_wrap {
        padding-top: 16px;
    }
}
.top_fv_inner {
    position: relative;
    overflow: hidden;
}

.top_fv_bk_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.top_fv_bk_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.top_fv_bk_line_wrap {
    position: absolute;
}
.top_fv_bk_line_wrap.line_1 {
    width: 29%;
    top: 0;
    left: -3%;
}
@media only screen and (max-width:750px) {
    .top_fv_bk_line_wrap.line_1 {
        width: 82%;
        left: -29%;
    }
}
.top_fv_bk_line_wrap.line_2 {
    width: 34%;
    left: 14%;
    bottom: 0%;
}
@media only screen and (max-width:750px) {
    .top_fv_bk_line_wrap.line_2 {
        width: 70%;
        left: -18%;
    }
}
.top_fv_bk_line_wrap.line_3 {
    width: 38%;
    right: -6%;
    bottom: 15%;
}
@media only screen and (max-width:750px) {
    .top_fv_bk_line_wrap.line_3 {
        width: 80%;
        right: -19%;
        bottom: auto;
        top: 364px;
    }
}
.top_fv_bk_line {
    clip-path: inset(0 100% 0 0);
    transition: all 500ms ease-in-out;
}
.top_fv_bk_line.js_action {
    clip-path: inset(0 0 0 0);
}
@media only screen and (max-width:750px) {
    .top_fv_bk_line_wrap.line_1 .top_fv_bk_line {
        clip-path: inset(0 0 100% 0);
    }
    .top_fv_bk_line_wrap.line_1 .top_fv_bk_line.js_action {
        clip-path: inset(0 0 0 0);
    }
}

.top_fv_content_wrap {
    padding-top: 11vw;
    padding-bottom: 18vw;
    /* position: relative;
    z-index: 1; */
}
@media only screen and (max-width:750px) {
    .top_fv_content_wrap {
        padding-top: 110px;
        padding-bottom: 100px;
    }
}
.top_fv_logo_wrap {
    display: none;
}
@media only screen and (max-width:750px) {
    .top_fv_logo_wrap {
        display: block;
        position: relative;
        z-index: 3;
    }
}
.top_fv_logo_inner {
}
.top_fv_logo_title_wrap {
    text-align: center;
    
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0) translate3d(0px, 0px, 0px) scale3d(1.0, 1.0, 1.0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transition: all 500ms ease-in-out;
}
.top_fv_logo_title_wrap.js_action {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.top_fv_logo_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    font-weight: 500;
}
.top_fv_logo_img_wrap {
    text-align: center;
    margin-top: 45px;
    
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0) translate3d(0px, 0px, 0px) scale3d(1.0, 1.0, 1.0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transition: all 500ms ease-in-out;
}
.top_fv_logo_img_wrap.js_action {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.top_fv_logo_img {
    width: 160px;
}
@media only screen and (max-width:750px) {
    .top_fv_logo_img {
        width: 130px;
    }
}
.top_fv_logo_label_wrap {
    text-align: center;
    margin-top: 38px;
    
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0) translate3d(0px, 0px, 0px) scale3d(1.0, 1.0, 1.0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transition: all 500ms ease-in-out;
}
.top_fv_logo_label_wrap.js_action {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media only screen and (max-width:750px) {
    .top_fv_logo_label_wrap {
        margin-top: 24px;
    }
}
.top_fv_logo_label {
    width: 270px;
}
@media only screen and (max-width:750px) {
    .top_fv_logo_label {
        width: 210px;
    }
}


.top_fv_content_car_wrap {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width:750px) {
    .top_fv_content_car_wrap {
        width: 140%;
        max-width: 650px;
        margin-left: 6%;
        z-index: 3;
        margin-top: 80px;
    }
}
.top_fv_content_car_img_wrap {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0) translate3d(33%, 0px, 0px) scale3d(1.0, 1.0, 1.0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transition: all 1600ms ease-in-out;
}
.top_fv_content_car_img_wrap.js_action {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.top_fv_content_car_img {
}
.top_fv_content_car_text_wrap {
    position: absolute;
    top: -20%;
    right: -7%;
    width: 25%;
}
@media only screen and (max-width:750px) {
    .top_fv_content_car_text_wrap {
        top: -39%;
        right: auto;
        left: -10%;
        width: 29%;
    }
}
.top_fv_content_car_text_js_wrap {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0) translate3d(20px, 0px, 0px) scale3d(1.0, 1.0, 1.0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transition: all 800ms ease-in-out;
}
.top_fv_content_car_text_js_wrap.js_action {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.top_fv_content_car_text {
    animation:20s linear infinite rotation;
}

/* 回転用 */
@keyframes rotation{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(-360deg); }
}

/*------------------------------------*\
    top about
\*------------------------------------*/
.top_about_seq {
    padding-top: 100px;
    padding-bottom: 80px;
    margin-top: -20px;
}
@media only screen and (max-width:750px) {
    .top_about_seq {
        padding-top: 80px;
        padding-bottom: 40px;
        margin-top: -90px;
    }
}
.top_about_wrap {
}
.top_about_inner {
    width: 94%;
    margin: 0 auto;
    position: relative;
}
.top_about_bk_line_wrap {
    width: 23%;
    position: absolute;
    right: 6%;
    bottom: -6%;
    z-index: 1;
}
@media only screen and (max-width:950px) {
    .top_about_bk_line_wrap {
        display: none;
    }
}
.top_about_bk_line_wrap.line_4_w {
    z-index: 3;
}
.top_about_bk_line {
    clip-path: inset(0 0 100% 0);
    transition: all 1000ms ease-in-out;
}
.top_about_bk_line.js_action {
    clip-path: inset(0 0 0 0);
}

.top_about_content_wrap {
    background-color: #BBD1CE;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.top_about_content_inner {
    display: flex;
    align-items: center;
    width: 96%;
    margin-left: 4%;
    padding: 50px 0;
    position: relative;
    z-index: 4;
}
@media only screen and (max-width:950px) {
    .top_about_content_inner {
        flex-direction: column;
        width: 88%;
        margin-left: auto;
        margin: 0 auto;
        padding: 30px 0 70px;
    }
}
.top_about_content_img_wrap {
    width: 42%;
    position: relative;
    aspect-ratio: 590 / 570;
    z-index: 1;
}
@media only screen and (max-width:950px) {
    .top_about_content_img_wrap {
        width: 100%;
        max-width: 500px;
        aspect-ratio: 310 / 260;
    }
}
.top_about_content_img {
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 100%;
}
.top_about_content_round_text_wrap {
    width: 20%;
    position: absolute;
    top: 28px;
    left: 26.5%;
    z-index: 2;
}
@media only screen and (max-width:950px) {
    .top_about_content_round_text_wrap {
        width: 52%;
        max-width: 250px;
        top: auto;
        left: auto;
        right: 3%;
        bottom: 33px;
    }
}
.top_about_content_round_text {
    transform: rotate(-10deg);
    transform-origin: calc(50% - 30px) calc(50% - 50px);
}

.top_about_content_detail_wrap {
    width: 58%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width:950px) {
    .top_about_content_detail_wrap {
        width: 100%;
        margin-top: 40px;
        position: relative;
        z-index: 3;
    }
}
.top_about_content_detail_inner {
    padding: 0 25px;
}
@media only screen and (max-width:750px) {
    .top_about_content_detail_inner {
        padding: 0;
    }
}
.top_about_content_title_wrap {
}
.top_about_content_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 38px;
    line-height: 63px;
    letter-spacing: 0.09em;
    font-weight: 600;
}
@media only screen and (max-width:750px) {
    .top_about_content_title {
        font-size: 26px;
        line-height: 40px;
    }
}
.top_about_content_text_wrap {
    margin-top: 50px;
}
@media only screen and (max-width:750px) {
    .top_about_content_text_wrap {
        margin-top: 28px;
    }
}
.top_about_content_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 19px;
    line-height: 36px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .top_about_content_text {
        font-size: 17px;
        line-height: 28px;
    }
}


/*------------------------------------*\
    top USE CASES
\*------------------------------------*/
.top_use_seq {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;

    
    /* todo スライダー表示時に削除 */
    padding-bottom: 120px;
}
@media only screen and (max-width:750px) {
    .top_use_seq {
        padding-top: 40px;
        padding-bottom: 40px;

        /* todo スライダー表示時に削除 */
        padding-bottom: 90px;
    }
}
.top_use_wrap {
    position: relative;
}
.top_use_title_wrap {
    width: 75%;
    margin: 0 auto;
}
@media only screen and (max-width:750px) {
    .top_use_title_wrap {
        width: 88%;
    }
}
.top_use_logo_wrap {
    position: absolute;
    top: 0;
    right: 14%;
}
@media only screen and (max-width:1000px) {
    .top_use_logo_wrap {
        right: 3%;
    }
}
@media only screen and (max-width:750px) {
    .top_use_logo_wrap {
        right: 5%;
    }
}
.top_use_logo {
    width: 248px;
    margin-top: 15px;
}
@media only screen and (max-width:900px) {
    .top_use_logo {
        width: 160px;
    }
}
@media only screen and (max-width:750px) {
    .top_use_logo {
        width: 110px;
        margin-top: 10px;
    }
}

.top_use_detail_wrap {
    margin-top: 160px;
}
@media only screen and (max-width:750px) {
    .top_use_detail_wrap {
        margin-top: 70px;
    }
}
.top_use_detail_list_wrap {
    width: 80%;
    margin: 0 auto;
    border: 14px solid #F8E527;
    border-radius: 16px;
    position: relative;
}
.top_use_detail_list_wrap::before {
    content: "";
    position: absolute;
    top: -110px;
    right: 22%;
    width: auto;
    height: 112px;
    background-image: url(../img/hukidashi.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 300 / 76;
    z-index: 1;
}
@media only screen and (max-width:950px) {
    .top_use_detail_list_wrap {
        max-width: 500px;
    }
    .top_use_detail_list_wrap::before {
        right: 4%;
    }
}
@media only screen and (max-width:750px) {
    .top_use_detail_list_wrap {
        width: 90%;
        border: 8px solid #F8E527;
    }
    .top_use_detail_list_wrap::before {
        top: -63px;
        right: 3%;
        height: 64px;
    }
}
.top_use_detail_list {
    display: flex;
    flex-wrap: wrap;
    gap: 56px 0;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 190px;
}
@media only screen and (max-width:1200px) {
    .top_use_detail_list {
        padding: 60px 0 130px;
    }
}
@media only screen and (max-width:750px) {
    .top_use_detail_list {
        gap: 35px 0;
        padding: 40px 0 90px;
        width: 100%;
    }
}
.top_use_detail_list li {
    width: 25%;
}
@media only screen and (max-width:1200px) {
    .top_use_detail_list li {
        width: 33%;
    }
}
@media only screen and (max-width:950px) {
    .top_use_detail_list li {
        width: 50%;
    }
}
.top_use_detail {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.top_use_detail_img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.top_use_detail_img {
}
.top_use_detail_img.use_1 {
    width: 50%;
}
.top_use_detail_img.use_2 {
    width: 56%;
}
.top_use_detail_img.use_3 {
    width: 66%;
}
.top_use_detail_img.use_4 {
    width: 48%;
}
.top_use_detail_img.use_5 {
    width: 60%;
}
.top_use_detail_img.use_6 {
    width: 60%;
}
.top_use_detail_img.use_7 {
    width: 74%;
}
.top_use_detail_img.use_8 {
    width: 66%;
}
@media only screen and (max-width:750px) {
    .top_use_detail_img.use_1 {
        width: 56%;
    }
    .top_use_detail_img.use_2 {
        width: 64%;
    }
    .top_use_detail_img.use_3 {
        width: 70%;
    }
    .top_use_detail_img.use_4 {
        width: 48%;
    }
    .top_use_detail_img.use_5 {
        width: 60%;
    }
    .top_use_detail_img.use_6 {
        width: 60%;
    }
    .top_use_detail_img.use_7 {
        width: 78%;
    }
    .top_use_detail_img.use_8 {
        width: 70%;
    }
}
.top_use_detail_text_wrap {
    margin-top: auto;
    text-align: center;
    padding-top: 16px;
}
@media only screen and (max-width:750px) {
}
.top_use_detail_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
@media only screen and (max-width:750px) {
    .top_use_detail_text {
        font-size: 15px;
        line-height: 21px;
    }
}


.top_use_content_wrap {
    background-color: #F8E527;
    margin-top: 30px;
    position: relative;
    --wave-width: 2000px; /* 1サイクルの横幅 */
}
@media only screen and (max-width:950px) {
    .top_use_content_wrap {
        padding-bottom: 0;
        margin-top: 10px;
    }
}
.top_use_content_wrap::before {
    content: "";
    position: absolute;
    top: -109px;
    left: 0;
    width: auto;
    min-width: 100%;
    height: 110px;
    background-image: url(../img/nami_top.svg);
    background-position: -80px 0;
    background-repeat: repeat-x;
    background-size: 2000px 120px;
    aspect-ratio: 300 / 18;
    z-index: 1;
    animation: namiMove 30s linear infinite;
}
@keyframes namiMove {
  0% { background-position: 0 0; }
  100% { background-position: var(--wave-width) 0; }
}

.top_use_content_wrap::after {
    content: "";
    position: absolute;
    bottom: -109px;
    left: 0;
    width: auto;
    min-width: 100%;
    height: 110px;
    background-image: url(../img/nami_btm.svg);
    background-position: -80px 0;
    background-repeat: repeat-x;
    background-size: contain;
    aspect-ratio: 300 / 18;
    z-index: 1;
    animation: namiMove 30s linear infinite;
}
@media only screen and (max-width:950px) {
    .top_use_content_wrap::before {
        top: -79px;
        height: 80px;
    }
    .top_use_content_wrap::after {
        bottom: -79px;
        height: 80px;
    }
}
.top_use_content_inner {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width:950px) {
    .top_use_content_inner {
        flex-direction: column;
        align-items: center;
        width: 88%;
        margin: 0 auto;
    }
}
.top_use_content_img_size_wrap {
    width: 41%;
    max-width: 520px;
    min-width: 400px;
    margin-left: auto;
    margin-top: -20%;
}
@media only screen and (max-width:950px) {
    .top_use_content_img_size_wrap {
        width: 100%;
        max-width: 500px;
        min-width: auto;
        margin-top: -2%;
        margin-left: 0;
    }
}
.top_use_content_img_wrap {
    aspect-ratio: 510 / 490;
    border-radius: 16px;
    overflow: hidden;
}
@media only screen and (max-width:950px) {
    .top_use_content_img_wrap {
    }
}
.top_use_content_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.top_use_content_img_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 11px;
    letter-spacing: -0.04em;
    font-weight: 400;
    margin-top: 4px;
}
.top_use_content_detail_wrap {
    width: 48%;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width:950px) {
    .top_use_content_detail_wrap {
        width: 100%;
        margin-top: 40px;
    }
}
@media only screen and (max-width:750px) {
    .top_use_content_detail_wrap {
        margin-top: 30px;
    }
}
.top_use_content_detail_inner {
    padding: 0px 25px;
}
@media only screen and (max-width:950px) {
    .top_use_content_detail_inner {
        padding: 0;
    }
}
.top_use_content_title_wrap {
}
.top_use_content_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
}
@media only screen and (max-width:1200px) {
    .top_use_content_title {
        font-size: 24px;
        line-height: 36px;
    }
}
@media only screen and (max-width:750px) {
    .top_use_content_title {
        font-size: 22px;
        line-height: 34px;
    }
}
.top_use_content_text_wrap {
    margin-top: 40px;
}
@media only screen and (max-width:750px) {
    .top_use_content_text_wrap {
        margin-top: 20px;
    }
}
.top_use_content_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}
@media only screen and (max-width:1200px) {
    .top_use_content_text {
        font-size: 16px;
        line-height: 27px;
    }
}
@media only screen and (max-width:750px) {
    .top_use_content_text {
        font-size: 15px;
        line-height: 25px;
    }
}

.top_use_slide_wrap {
    margin-top: 50px;
    position: relative;

    
    /* todo スライダー表示時に削除 */
    display: none;
}
.top_use_slide_wrap::before {
    content: "";
    position: absolute;
    bottom: -58px;
    left: 0;
    width: auto;
    min-width: 100%;
    height: 110px;
    background-image: url(../img/nami_top_w.svg);
    background-position: -80px 0;
    background-repeat: repeat-x;
    background-size: contain;
    aspect-ratio: 300 / 18;
    z-index: 1;
    animation: namiMove 30s linear infinite;
}
@media only screen and (max-width:950px) {
    .top_use_slide_wrap {
        margin-top: 40px;
    }
    .top_use_slide_wrap::before {
        bottom: -42px;
        height: 80px;
    }
}
.top_use_slick_wrap {
    visibility: hidden;
    opacity: 0;
    transition: all 1000ms ease-in-out;
}
.top_use_slick_wrap.visible {
    visibility: visible;
    opacity: 1;
}
.top_use_slick {
}
.top_use_slick .slick-list li {
}
@media only screen and (max-width:750px) {
}
.top_use_img_wrap {
    position: relative;
}
.top_use_img {
    object-fit: cover;
    aspect-ratio: 700 / 850;
}



/*------------------------------------*\
    top HOW TO USE
\*------------------------------------*/
.top_how_seq {
    padding-top: 100px;
    padding-bottom: 120px;
    margin-top: -20px;
}
@media only screen and (max-width:750px) {
    .top_how_seq {
        padding-top: 40px;
        padding-bottom: 60px;
        margin-top: 0;
    }
}

.top_how_wrap {
}
.top_how_title_wrap {
    width: 75%;
    margin: 0 auto;
}
@media only screen and (max-width:750px) {
    .top_how_title_wrap {
        width: 88%;
    }
}
.top_how_detail_wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 55px;
}
@media only screen and (max-width:750px) {
    .top_how_detail_wrap {
        width: 88%;
        margin-top: 35px;
    }
}

.top_how_tel_and_note_wrap {
    margin-top: 55px;
}
@media only screen and (max-width:750px) {
    .top_how_tel_and_note_wrap {
        margin-top: 30px;
    }
}
.top_how_tel_wrap {
}
.top_how_tel {
    font-family: var(--fontjp_serif);
    color: var(--color);
    font-size: 39px;
    letter-spacing: 0.05em;
    font-weight: 900;
}
@media only screen and (max-width:750px) {
    .top_how_tel {
        font-size: 30px;
    }
}
.top_how_tel .text_tel {
    font-size: 36px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
@media only screen and (max-width:750px) {
    .top_how_tel .text_tel {
        font-size: 27px;
        margin-right: 7px;
    }
}
.top_how_note_wrap {
    margin-top: 10px;
}
@media only screen and (max-width:750px) {
    .top_how_note_wrap {
        margin-top: 7px;
    }
}
.top_how_note {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .top_how_note {
        font-size: 15px;
        font-weight: 400;
    }
}
.top_how_tel_text_wrap {
    margin-top: 10px;
}
@media only screen and (max-width:750px) {
    .top_how_tel_text_wrap {
        margin-top: 7px;
    }
}
.top_how_tel_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .top_how_tel_text {
        font-size: 13px;
    }
}

.top_how_btn_wrap {
    position: relative;
    width: 75%;
    margin: 0 auto;
    margin-top: 83px;
    transition: all 500ms ease-in-out;
}
.top_how_btn_wrap:hover {
    opacity: 0.7;
}
@media only screen and (max-width:750px) {
    .top_how_btn_wrap {
        width: 88%;
        margin-top: 50px;
    }
    .top_how_btn_wrap:hover {
        opacity: 1;
    }
}

.top_how_btn_bk_wrap {
}
.top_how_btn_bk {
    width: 100%;
    max-width: 975px;
}
.top_how_btn_inner {
    position: absolute;
    width: 100%;
    max-width: 975px;
    height: 100%;
    top: 0;
    left: 0;
}
.top_how_btn_detail {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 50px;
}
@media only screen and (max-width:750px) {
    .top_how_btn_detail {
        gap: 15px;
    }
}
.top_how_btn_icon_wrap {
}
.top_how_btn_icon {
    width: 92px;
}
@media only screen and (max-width:750px) {
    .top_how_btn_icon {
        width: 40px;
    }
}
.top_how_btn_label_and_text_wrap {
}
.top_how_btn_label_wrap {
}
.top_how_btn_label {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 52px;
    letter-spacing: 0.07em;
    font-weight: 600;
}
@media only screen and (max-width:750px) {
    .top_how_btn_label {
        font-size: 24px;
    }
}
.top_how_btn_text_wrap {
    margin-top: 12px;
}
@media only screen and (max-width:750px) {
    .top_how_btn_text_wrap {
        margin-top: 7px;
    }
}
.top_how_btn_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 22px;
    letter-spacing: 0.08em;
    font-weight: 600;
}
@media only screen and (max-width:750px) {
    .top_how_btn_text {
        font-size: 12px;
    }
}



/*------------------------------------*\
    top FAQ
\*------------------------------------*/
.top_faq_seq {
    padding-top: calc(100px + 8%);
    padding-bottom: 180px;
    background-color: #BBD1CE;
    overflow: hidden;
}
@media only screen and (max-width:750px) {
    .top_faq_seq {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.top_faq_wrap {
    position: relative;
}
.top_faq_bk_line_wrap {
    position: absolute;
    top: -50px;
    right: -4%;
    width: 34%;
}
@media only screen and (max-width:750px) {
    .top_faq_bk_line_wrap {
        top: -3%;
        right: -5%;
        width: 45%;
    }
}
.top_faq_bk_line {
    clip-path: inset(0 100% 0 0);
    transition: all 500ms ease-in-out;
}
.top_faq_bk_line.js_action {
    clip-path: inset(0 0 0 0);
}
@media only screen and (max-width:750px) {
}



.top_faq_title_wrap {
    width: 75%;
    margin: 0 auto;
}
@media only screen and (max-width:750px) {
    .top_faq_title_wrap {
        width: 88%;
    }
}
.top_faq_title_wrap .top_com_title {
    color: #FFF;
}
.top_faq_title_wrap .top_com_title_jp {
    color: #FFF;
}
.top_faq_detail_wrap {
    position: relative;
    width: 75%;
    margin: 0 auto;
    margin-top: 60px;
}
@media only screen and (max-width:750px) {
    .top_faq_detail_wrap {
        width: 85%;
        margin-top: 50px;
    }
}
.top_faq_list_wrap {
    position: relative;
    z-index: 2;
}
.top_faq_round_text_wrap {
    width: 22%;
    position: absolute;
    bottom: 48px;
    left: -12%;
    z-index: 1;
}
@media only screen and (max-width:750px) {
    .top_faq_round_text_wrap {
        display: none;
    }
}
.top_faq_round_text {
    transform: rotate(-10deg);
}


/*------------------------------------*\
    FAQ 共通
\*------------------------------------*/
.com_faq_list {
    display: flex;
    flex-direction: column;
}
.com_faq_list li {
    padding: 45px 0 35px;
    border-bottom: 2px solid var(--color);
}
@media only screen and (max-width:750px) {
    .com_faq_list li {
        padding: 30px 0 20px;
    }
}
#top .com_faq_list li {
    border-bottom: 2px solid #FFF;
}
.com_faq_detail {
}
@media only screen and (max-width:750px) {
}
.com_faq_q_wrap {
    position: relative;
}
.com_faq_q_detail {
    display: flex;
    align-items: flex-start;
    gap: 55px;
}
@media only screen and (max-width:750px) {
    .com_faq_q_detail {
        gap: 10px;
    }
}
.com_faq_q_text_wrap {
    margin-top: 2px;
    padding-right: 24px;
}
.com_faq_q_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .com_faq_q_text {
        font-size: 15px;
        line-height: 24px;
    }
}
.com_faq_a_wrap {
    padding-top: 24px;
}
@media only screen and (max-width:750px) {
    .com_faq_a_wrap {
        padding-top: 15px;
    }
}
.com_faq_a_detail {
    display: flex;
    align-items: flex-start;
    gap: 55px;
}
@media only screen and (max-width:750px) {
    .com_faq_a_detail {
        gap: 10px;
    }
}
.com_faq_a_text_wrap {
    margin-top: 4px;
}
@media only screen and (max-width:750px) {
    .com_faq_a_text_wrap {
        margin-top: 3px;
    }
}
.com_faq_a_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 29px;
    letter-spacing: -0.04em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .com_faq_a_text {
        font-size: 13px;
        line-height: 23px;
    }
}

.com_faq_q, .com_faq_a {
    font-family: var(--fontjp_serif);
    color: var(--color);
    font-size: 37px;
    font-weight: 900;
}
#top .com_faq_q, #top .com_faq_a {
    color: #FFF;
}
@media only screen and (max-width:750px) {
    .com_faq_q, .com_faq_a {
        font-size: 24px;
    }
}
.com_faq_arrow_wrap {
    position: absolute;
    right: 0;
    top: 11px;
}
@media only screen and (max-width:750px) {
    .com_faq_arrow_wrap {
        top: 6px;
    }
}
.com_faq_arrow {
    width: 20px;
	position: relative;
    cursor: pointer;
}
@media only screen and (max-width:750px) {
    .com_faq_arrow {
        width: 14px;
    }
}
.com_faq_q_wrap.accordion_open .com_faq_arrow {
    transform: rotate(180deg);
}
@media only screen and (max-width:750px) {
}
.com_faq_arrow .cls-1 {
    fill: none;
    stroke: var(--color);
    stroke-width:2px;
}
#top .com_faq_arrow .cls-1 {
    stroke: #FFF;
}

.top_faq_btn_wrap {
    text-align: center;
    margin-top: 70px;
}
@media only screen and (max-width:750px) {
    .top_faq_btn_wrap {
        margin-top: 60px;
    }
}
.top_faq_btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 500px;
    max-width: 100%;
    height: 100px;
    background-color: #FFF;
    transition: all 500ms ease-in-out;
}
.top_faq_btn:hover {
    opacity: 0.7;
}
@media only screen and (max-width:750px) {
    .top_faq_btn {
        width: 350px;
        height: 80px;
    }
    .top_faq_btn:hover {
        opacity: 1;
    }
}



.top_faq_btn_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 20px;
    font-weight: 500;
    padding-left: 60px;
}
@media only screen and (max-width:750px) {
    .top_faq_btn_text {
        font-size: 16px;
        padding-left: 12%;
    }
}
.top_faq_btn_arrow_wrap {
    position: absolute;
    right: 30px;
    top: calc(50% + 2px);
    transform: translate(0, -50%);
}
.top_faq_btn_arrow {
    width: 16px;
}
@media only screen and (max-width:750px) {
    .top_faq_btn_arrow {
        width: 14px;
    }
}

/*------------------------------------*\
    top NEWS
\*------------------------------------*/
.top_news_seq {
    /* padding-bottom: 80px; */
}
@media only screen and (max-width:750px) {
    .top_news_seq {
        /* padding-bottom: 40px; */
    }
}

.top_news_img_wrap {
    aspect-ratio: 1400 / 475;
    overflow: hidden;
}
@media only screen and (max-width:750px) {
    .top_news_img_wrap {
        aspect-ratio: 2 / 1;
    }
}
.top_news_img {
    object-fit: cover;
    object-position: center 55%;
    width: 100%;
    height: 100%;
}
.top_news_wrap {
    width: 75%;
    margin: 0 auto;
    display: flex;
    gap: 8%;
    padding: 120px 0;
}
@media only screen and (max-width:750px) {
    .top_news_wrap {
        flex-direction: column;
        width: 100%;
        gap: 30px;
        padding: 60px 0;
    }
}
.top_news_title_wrap {
}
@media only screen and (max-width:750px) {
    .top_news_title_wrap {
        width: 88%;
        margin: 0 auto;
    }
}
.top_news_detail_wrap {
    margin-top: 14px;
}
@media only screen and (max-width:750px) {
    .top_news_detail_wrap {
        width: 88%;
        margin: 0 auto;
        margin-top: 20px;
    }
}
.top_news_list {
    display: flex;
    flex-direction: column;
    gap: 45px;
}
@media only screen and (max-width:750px) {
    .top_news_list {
        gap: 40px;
    }
}
.top_news_list li {
}
.top_news_detail {
    display: flex;
    gap: 30px;
}
@media only screen and (max-width:750px) {
    .top_news_detail {
        gap: 15px;
    }
}
.top_news_date {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    font-weight: 400;
    margin-top: 2px;
}
@media only screen and (max-width:750px) {
    .top_news_date {
        font-size: 14px;
    }
}
.top_news_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .top_news_text {
        font-size: 13px;
        line-height: 21px;
    }
}


/*------------------------------------*\
    faq
\*------------------------------------*/
.faq_fv_seq {
    padding-top: 250px;
}
@media only screen and (max-width:750px) {
    .faq_fv_seq {
        padding-top: 80px;
    }
}
.faq_nav_wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 100px;
}
@media only screen and (max-width:750px) {
    .faq_nav_wrap {
        width: 85%;
        margin-top: 50px;
    }
}

.faq_seq {
    padding-top: 140px;
    padding-bottom: 60px;
    margin-top: -40px;
}
@media only screen and (max-width:750px) {
    .faq_seq {
        padding-top: 90px;
        padding-bottom: 20px;
        margin-top: 0;
    }
}
.faq_seq:last-child {
    padding-bottom: 200px;
}
@media only screen and (max-width:750px) {
}
.faq_detail_wrap {
    width: 75%;
    margin: 0 auto;
}
@media only screen and (max-width:750px) {
    .faq_detail_wrap {
        width: 85%;
    }
}
.faq_detail_title_wrap {
}
.faq_detail_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 23px;
    font-weight: 600;
}
@media only screen and (max-width:750px) {
    .faq_detail_title {
        font-size: 19px;
    }
}
.faq_list_wrap {
    margin-top: 30px;
}
@media only screen and (max-width:750px) {
    .faq_list_wrap {
        margin-top: 10px;
    }
}
#page_faq .com_faq_list li:last-child {
    border-bottom: none;
}

/*------------------------------------*\
    nav 共通
\*------------------------------------*/
.com_page_nav {
}
.com_page_nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
@media only screen and (max-width:750px) {
    .com_page_nav ul {
        gap: 18px;
        flex-direction: column;
        align-items: flex-start;
    }
}
.com_page_nav li {
}
.com_page_nav_text_wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    cursor: pointer;
}
.com_page_nav_arrow {
    width: 14px;
    margin-top: 2px;
}
@media only screen and (max-width:750px) {
    .com_page_nav_arrow {
        width: 12px;
    }
}
.com_page_nav_arrow .cls-1 {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}
.com_page_nav_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .com_page_nav_text {
        font-size: 15px;
    }
}


/*------------------------------------*\
    price list
\*------------------------------------*/
.price_fv_seq {
    padding-top: 250px;
}
@media only screen and (max-width:750px) {
    .price_fv_seq {
        padding-top: 80px;
    }
}

.price_nav_wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 70px;
}
@media only screen and (max-width:750px) {
    .price_nav_wrap {
        width: 85%;
        margin-top: 40px;
    }
}

.price_seq {
    padding-top: 140px;
    padding-bottom: 60px;
    margin-top: -50px;
}
@media only screen and (max-width:750px) {
    .price_seq {
        padding-top: 70px;
        padding-bottom: 20px;
        margin-top: 0;
    }
}
.price_seq:last-child {
    padding-bottom: 120px;
}
@media only screen and (max-width:750px) {
}
.price_detail_wrap {
    width: 75%;
    margin: 0 auto;
}
@media only screen and (max-width:1200px) {
    .price_detail_wrap {
        width: 90%;
    }
}
@media only screen and (max-width:750px) {
    .price_detail_wrap {
        width: 90%;
        max-width: 550px;
    }
}
.price_detail_title_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width:750px) {
    .price_detail_title_wrap {
        gap: 10px;
    }
}
.price_detail_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 23px;
    font-weight: 600;
}
@media only screen and (max-width:750px) {
    .price_detail_title {
        font-size: 19px;
    }
}
.price_detail_title_note {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 13px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
}
@media only screen and (max-width:750px) {
    .price_detail_title_note {
        font-size: 12px;
    }
}
.price_detail_title_note .aster_note {
    font-family: var(--fontjp);
    color: #C96C00;
    font-size: 17px;
    font-weight: 900;
    margin-top: -2px;
}
@media only screen and (max-width:750px) {
    .price_detail_title_note .aster_note {
        font-size: 14px;
    }
}
.aster {
    font-family: var(--fontjp);
    color: #C96C00;
    font-size: 17px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
@media only screen and (max-width:750px) {
    .aster {
        font-size: 14px;
    }
}

.price_fees_wrap {
    padding: 55px 55px;
    border: 1px solid #BBD1CE;
    margin-top: 20px;
}
@media only screen and (max-width:750px) {
    .price_fees_wrap {
        padding: 15px 12px;
        margin-top: 15px;
    }
}
.price_fees_inner {
}
.price_fees_title_and_detail_wrap {
    display: flex;
}
@media only screen and (max-width:1000px) {
    .price_fees_title_and_detail_wrap {
        flex-direction: column;
        gap: 22px;
    }
}
.price_fees_title_wrap {
    width: 140px;
}
@media only screen and (max-width:1000px) {
    .price_fees_title_wrap {
        width: 100%;
    }
}
.price_fees_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
}
@media only screen and (max-width:750px) {
    .price_fees_title {
        font-size: 20px;
    }
}
.price_fees_detail_wrap {
    width: calc(100% - 140px);
    border-bottom: 4px solid #F4F4F4;
    margin-bottom: 26px;
}
@media only screen and (max-width:1000px) {
    .price_fees_detail_wrap {
        width: 100%;
    }
}
.price_fees_title_and_detail_wrap:last-child .price_fees_detail_wrap {
    border-bottom: none;
    margin-bottom: 0;
}
.price_fees_category_wrap {
    margin-bottom: 26px;
}
.price_fees_category_wrap:last-child {
    margin-bottom: 26px;
}
.price_fees_category_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-bottom: 10px;
}
@media only screen and (max-width:750px) {
    .price_fees_category_title {
        font-size: 17px;
        margin-bottom: 8px;
    }
}
.price_fees_category_detail_wrap {
    background-color: #E3ECEB;
    padding: 15px 10px;
    margin-bottom: 6px;
}
@media only screen and (max-width:750px) {
    .price_fees_category_detail_wrap {
        padding: 10px 10px;
    }
    .price_fees_category_detail_wrap.padding_bottom {
        padding-bottom: 14px;
    }
}
.price_fees_category_detail_wrap:last-child {
    margin-bottom: 0;
}
.price_fees_category_detail {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 20px;
}
@media only screen and (max-width:750px) {
    .price_fees_category_detail {
        padding: 5px 8px;
    }
}
.price_fees_category_detail.promine {
    background-color: #FFF;
    border-radius: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width:750px) {
    .price_fees_category_detail.promine {
        border-radius: 20px;
        margin-top: 5px;
        margin-bottom: 3px;
    }
}

.price_fees_label_wrap {
    width: 106px;
}
@media only screen and (max-width:750px) {
    .price_fees_label_wrap {
        width: 84px;
    }
}
.price_fees_label {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.04em;
    font-weight: 400;
    padding: 4px 0 4px 20px;
    position: relative;
}
@media only screen and (max-width:750px) {
    .price_fees_label {
        font-size: 14px;
        line-height: 22px;
        padding: 4px 0 4px 14px;
    }
}
.price_fees_category_detail.promine .price_fees_label {
    font-weight: 600;
}
.price_fees_text_wrap {
    width: calc(100% - 106px);
}
@media only screen and (max-width:750px) {
    .price_fees_text_wrap {
        width: calc(100% - 84px);
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .price_fees_text_wrap.width_100 {
        width: 100%;
    }
}
.price_fees_text_wrap.text_right {
    text-align: right;
}
.price_fees_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.04em;
    font-weight: 400;
    padding: 4px 0;
}
@media only screen and (max-width:750px) {
    .price_fees_text {
        font-size: 14px;
        line-height: 22px;
    }
}
.price_fees_dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 4px 0;
    margin-bottom: 6px;
}
@media only screen and (max-width:750px) {
    .price_fees_dl {
        margin-bottom: 0px;
    }
}
.price_fees_dl.flex_wrap {
    flex-wrap: wrap;
}
.price_fees_dl.border_no {
    border-bottom: none;
    margin-bottom: 0;
}
.price_fees_category_detail.promine .price_fees_dl {
    border-bottom: none;
}

.price_fees_dl dt {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.04em;
    font-weight: 400;
    padding-right: 15px;
    padding-left: 20px;
    position: relative;
}
@media only screen and (max-width:750px) {
    .price_fees_dl dt {
        font-size: 14px;
        line-height: 22px;
        padding-right: 9px;
        padding-left: 15px;
    }
}
.price_fees_dl dt.dt_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width:450px) {
    .price_fees_dl dt.dt_flex {
        gap: 0px 7px;
        flex-wrap: wrap;
        width: 100%;
    }
}

.price_fees_dl dt .dt_text {
    min-width: 170px;
}
@media only screen and (max-width:450px) {
    .price_fees_dl dt .dt_text {
        min-width: auto;
    }
}
.price_fees_dl dt .dt_btn {
    font-family: var(--fontjp);
    color: #FFF;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.04em;
    font-weight: 500;
    background-color: #717171;
    border-radius: 3px;
    padding: 4px 6px 4px 6px;
    cursor: pointer;
}
@media only screen and (max-width:750px) {
    .price_fees_dl dt .dt_btn {
        font-size: 10px;
        line-height: 10px;
        padding: 4px 4px 4px 4px;
        margin-left: auto;
    }
}



/*------------------------------------*\
    popup
\*------------------------------------*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
}
.popup_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.popup .popup_close {
    position: absolute;
    top: 0px;
    right: 17px;
    font-size: 50px;
    line-height: 50px;
    color: white;
    cursor: pointer;
}
@media only screen and (max-width:750px) {
    .popup .popup_close {
        right: 10px;
        font-size: 44px;
        line-height: 44px;
    }
}

.popup_content {
    width: 1050px;
    height: 630px;
    max-width: 90%;
    max-height: calc(100% - 120px);
    border-radius: 40px;
    border: 8px solid #E2ECEB;
    background-color: #FFF;
    overflow: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width:750px) {
    .popup_content {
        max-width: 84%;
        border-radius: 26px;
        border: 6px solid #E2ECEB;
    }
}
.popup_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
    height: 100%;
}
@media only screen and (max-width:750px) {
    .popup_wrap {
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }
}
.popup_img_wrap {
    width: 55%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width:750px) {
    .popup_img_wrap {
        width: 80%;
        height: auto;
        max-height: 50%;
    }
}
.popup_img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.popup_detail_wrap {
    width: 45%;
}
@media only screen and (max-width:750px) {
    .popup_detail_wrap {
        width: 100%;
        padding-bottom: 30px;
    }
}
.popup_detail_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 24px;
    letter-spacing: -0.04em;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .popup_detail_title {
        font-size: 18px;
        text-align: center;
    }
}
.popup_detail_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.04em;
    font-weight: 400;
    margin-top: 38px;
}
@media only screen and (max-width:750px) {
    .popup_detail_text {
        font-size: 14px;
        line-height: 22px;
        margin-top: 18px;
    }
}






.price_fees_dl dd {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.04em;
    font-weight: 400;
    white-space: nowrap;
}
@media only screen and (max-width:750px) {
    .price_fees_dl dd {
        font-size: 14px;
        line-height: 22px;
        margin-left: auto;
        min-width: 40px;
        text-align: right;
    }
}
.price_fees_dl dd.white_space {
    white-space: normal;
}
.price_fees_category_detail.promine .price_fees_dl dd {
    /* color: #CC2F2F; */
    font-weight: 600;
}
.price_fees_category_note_wrap {
    margin-top: 20px;
}
@media only screen and (max-width:750px) {
    .price_fees_category_note_wrap {
        margin-top: 12px;
    }
}
.price_fees_category_note {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.04em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .price_fees_category_note {
        font-size: 14px;
        line-height: 22px;
    }
}
.price_fees_category_detail_note {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.04em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .price_fees_category_detail_note {
        font-size: 14px;
        line-height: 22px;
    }
}



/*------------------------------------*\
    price list 料金例
\*------------------------------------*/
.price_exam_wrap {
    margin-top: 20px;
}
.price_exam_case_wrap {
    background-color: #BBD1CE;
    padding: 48px 0;
    margin-bottom: 9px;
}
@media only screen and (max-width:750px) {
    .price_exam_case_wrap {
        padding: 20px 0;
    }
}
.price_exam_title_and_detail_wrap {
    display: flex;
}
@media only screen and (max-width:750px) {
    .price_exam_title_and_detail_wrap {
        flex-direction: column;
    }
}
.price_exam_title_wrap {
    width: 25%;
    text-align: center;
}
@media only screen and (max-width:750px) {
    .price_exam_title_wrap {
        width: 100%;
        text-align: left;
        padding-left: 15px;
    }
}
.price_exam_title {
    font-family: var(--fontjp);
    color: #FFF;
    font-size: 30px;
    letter-spacing: 0.04em;
    font-weight: 600;
}
.price_exam_detail_wrap {
    width: calc(100% - 25%);
}
@media only screen and (max-width:750px) {
    .price_exam_detail_wrap {
        width: 100%;
        margin-top: 20px;
    }
}
.price_exam_detail_inner {
    width: 85%;
    background-color: #FFF;
    padding: 30px 25px;
}
@media only screen and (max-width:750px) {
    .price_exam_detail_inner {
        width: 82%;
        padding: 15px 15px 20px;
        margin: 0 auto;
    }
}

.price_exam_detail_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 19px;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin-bottom: 25px;
}
@media only screen and (max-width:750px) {
    .price_exam_detail_title {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}
.price_exam_list_wrap {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.price_exam_dl {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #E2EBEB;
}
.price_exam_dl:last-child {
    border-bottom: none;
}

.price_exam_dl dt {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    min-width: 126px;
    padding: 5px 0;
}
@media only screen and (max-width:750px) {
    .price_exam_dl dt {
        font-size: 14px;
        line-height: 22px;
        min-width: 80px;
        padding: 7px 0;
    }
}
.price_exam_dl dd {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    padding: 5px 0;
}
@media only screen and (max-width:750px) {
    .price_exam_dl dd {
        font-size: 14px;
        line-height: 22px;
        padding: 7px 0;
    }
}
.price_exam_dl .dd_price {
    margin-left: auto;
    text-align: right;
    min-width: 84px;
    border-left: 1px solid #E2EBEB;
}
@media only screen and (max-width:750px) {
    .price_exam_dl .dd_price {
        min-width: 55px;
        font-size: 12px;
    }
}
.price_exam_total_wrap {
    text-align: right;
    margin-top: 22px;
}
@media only screen and (max-width:750px) {
    .price_exam_total_wrap {
        margin-top: 18px;
    }
}
.price_exam_total {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .price_exam_total {
        font-size: 15px;
    }
}
.price_exam_total .text_big {
    font-size: 23px;
    margin-left: 2px;
}
@media only screen and (max-width:750px) {
    .price_exam_total .text_big {
        font-size: 22px;
    }
}


/*------------------------------------*\
    price list 支払い方法
\*------------------------------------*/
.price_paym_wrap {
    margin-top: 20px;
}
.price_paym_text_wrap {
}
.price_paym_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 19px;
    line-height: 31px;
    letter-spacing: -0.04em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .price_paym_text {
        font-size: 16px;
        line-height: 28px;
    }
}
.price_paym_note_wrap {
}
.price_paym_note {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 19px;
    line-height: 31px;
    letter-spacing: -0.04em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .price_paym_note {
        font-size: 15px;
        line-height: 28px;
    }
}
.price_paym_list_wrap {
    padding: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #BBD1CE;
}
@media only screen and (max-width:750px) {
    .price_paym_list_wrap {
        padding: 20px 10px;
    }
}
.price_paym_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 33px;
}
@media only screen and (max-width:750px) {
    .price_paym_list {
        gap: 18px 20px;
    }
}
.price_paym_list li {
}
.price_paym_list li.break_pc {
    flex-basis: 100%;
}
@media only screen and (max-width:750px) {
    .price_paym_list li.break_pc {
        display: none;
    }
}
.price_paym_img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.price_paym_img {
    width: 80px;
}
.price_paym_img.img_visa {
    width: 75px;
}
.price_paym_img.img_master {
    width: 60px;
}
.price_paym_img.img_jcb {
    width: 63px;
}
.price_paym_img.img_amex {
    width: 45px;
}
.price_paym_img.img_apple {
    width: 70px;
}
.price_paym_img.img_id {
    width: 66px;
}
.price_paym_img.img_quic {
    width: 67px;
}
.price_paym_img.img_d {
    width: 102px;
}
.price_paym_img.img_paypay {
    width: 116px;
}
.price_paym_img.img_au {
    width: 96px;
}
@media only screen and (max-width:750px) {
    .price_paym_img.img_visa {
        width: 50px;
    }
    .price_paym_img.img_master {
        width: 35px;
    }
    .price_paym_img.img_jcb {
        width: 48px;
    }
    .price_paym_img.img_amex {
        width: 30px;
    }
    .price_paym_img.img_apple {
        width: 45px;
    }
    .price_paym_img.img_id {
        width: 41px;
    }
    .price_paym_img.img_quic {
        width: 42px;
    }
    .price_paym_img.img_d {
        width: 77px;
    }
    .price_paym_img.img_paypay {
        width: 91px;
    }
    .price_paym_img.img_au {
        width: 71px;
    }
}



/*------------------------------------*\
    policy
\*------------------------------------*/
.policy_fv_seq {
    padding-top: 250px;
}
@media only screen and (max-width:750px) {
    .policy_fv_seq {
        padding-top: 80px;
    }
}

.policy_detail_seq {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width:750px) {
    .policy_detail_seq {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.policy_detail_list {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
@media only screen and (max-width:750px) {
    .policy_detail_list {
        width: 85%;
    }
}
.policy_detail_list li {
}
.policy_detail_wrap {
}
.policy_detail_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
@media only screen and (max-width:750px) {
    .policy_detail_title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }
}
.policy_detail_text_wrap {
    display: flex;
    gap: 5px;
}
@media only screen and (max-width:750px) {
    .policy_detail_text_wrap {
        gap: 3px;
    }
}
.policy_detail_text_wrap.margin_bottom {
    margin-bottom: 12px;
}
.policy_detail_text_wrap.margin_top {
    margin-top: 12px;
}
.policy_detail_no {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 29px;
    letter-spacing: -0.04em;
    font-weight: 400;
    margin-right: 4px;
}
@media only screen and (max-width:750px) {
    .policy_detail_no {
        font-size: 13px;
        line-height: 24px;
    }
}
.policy_detail_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 29px;
    letter-spacing: -0.04em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .policy_detail_text {
        font-size: 13px;
        line-height: 24px;
    }
}
.policy_fotter_text_wrap {
    width: 75%;
    margin: 0 auto;
    text-align: right;
    margin-top: 20px;
}
@media only screen and (max-width:750px) {
    .policy_fotter_text_wrap {
        width: 85%;
    }
}
.policy_fotter_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 17px;
    line-height: 29px;
    letter-spacing: -0.04em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .policy_fotter_text {
        font-size: 11px;
        line-height: 20px;
    }
}




/*------------------------------------*\
    footer
\*------------------------------------*/
.footer_wrap {
    background-color: #BBD1CE;
    position: relative;
}
.footer_bk_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.footer_bk_inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.footer_bk_radius {
    position: absolute;
    border-radius: 50%;
    width: 880px;
    height: 880px;
    background-color: #F8E527;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width:750px) {
    .footer_bk_radius {
        width: 680px;
        height: 680px;
    }
}
.footer_bk_radius.radius_1 {
    top: calc(50% + 130px);
    left: calc(50% + 392px);
}
.footer_bk_radius.radius_2 {
    top: calc(50% - 477px);
    left: calc(50% - 418px);
}
.footer_bk_radius.radius_3 {
    top: calc(50% + 465px);
    left: calc(50% - 537px);
}
@media only screen and (max-width:750px) {
    .footer_bk_radius.radius_1 {
        top: calc(50% + 101px);
        left: calc(50% + 288px);
    }
    .footer_bk_radius.radius_2 {
        top: calc(50% - 303px);
        left: calc(50% - 328px);
    }
    .footer_bk_radius.radius_3 {
        top: calc(50% + 425px);
        left: calc(50% - 377px);
    }
}
.footer_bk_radius.radius_4 {
    top: calc(50% - 535px);
    left: calc(50% + 1159px);
}
.footer_bk_radius.radius_5 {
    top: calc(50% + 435px);
    left: calc(50% + 1359px);
}
.footer_bk_radius.radius_6 {
    top: calc(50% - 106px);
    left: calc(50% - 1352px);
}

.footer_inner {
    width: 95%;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 35px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width:750px) {
    .footer_inner {
        width: 90%;
        padding-top: 100px;
        padding-bottom: 80px;
    }
}
.footer_logo_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
@media only screen and (max-width:750px) {
    .footer_logo_wrap {
        gap: 20px;
    }
}
.footer_logo_img {
    width: 148px;
}
@media only screen and (max-width:750px) {
    .footer_logo_img {
        width: 110px;
    }
}
.footer_logo_label {
    width: 148px;
}
@media only screen and (max-width:750px) {
    .footer_logo_label {
        width: 120px;
    }
}
.footer_text_wrap {
    text-align: center;
    margin-top: 50px;
}
@media only screen and (max-width:750px) {
    .footer_text_wrap {
        margin-top: 35px;
    }
}
.footer_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .footer_text {
        font-size: 16px;
        line-height: 24px;
    }
}
.footer_note {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 20px;
}
@media only screen and (max-width:750px) {
    .footer_note {
        font-size: 11px;
        line-height: 16px;
        margin-top: 16px;
    }
}
.footer_sns_and_policy_wrap {
    display: flex;
    gap: 30px;
    margin-top: 130px;
}
@media only screen and (max-width:750px) {
    .footer_sns_and_policy_wrap {
        gap: 20px;
        margin-top: 80px;
    }
}
.footer_sns_wrap {
}
.footer_instagram {
    width: 24px;
}
@media only screen and (max-width:750px) {
    .footer_instagram {
        width: 22px;
    }
}
.footer_link_and_copy_wrap {
}
@media only screen and (max-width:750px) {
    .footer_link_and_copy_wrap {
        margin-top: -1px;
    }
}
.footer_link {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 10px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.footer_copy {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 10px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 5px;
}
@media only screen and (max-width:750px) {
    .footer_copy {
        margin-top: 4px;
    }
}
