/* 一般的に .js-fullheight で viewport 高さを指定する */
.js-fullheight {
    height: calc(var(--vh, 1vh) * 100);
}
/* SP版ヘッダーデザイン */

html, body{
    font-family: "Zen Kaku Gothic New", serif;
    overflow-x: hidden;
}

/* 0717 */
.m-btn {
    border: 1px solid #9d9d9d;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
}

/* .l-visual.js-fullheight {
    height: calc(var(--vh, 1vh) * 100);
} */
    .header {
        position: fixed;
        top: 50px;
        left: 60px;
        z-index: 100;
    }
    .header .logo{
        width: 170px;
        margin-bottom: 40px;
    }
    .header .logo img{
        width: 100%;
    }
    .header .nav li a{
        font-family: "Inria Sans", sans-serif;
        font-weight: 400;
        color: #1d1d1f;
        font-size: 13px;
        text-decoration: none;
        padding: calc(14px - .2em) 0;
        display: block;
        position: relative;
        transition: color 250ms cubic-bezier(.55, .055, .675, .19)
    }
    .is-sp{
        display: none;
    }
    /* mv */
    .l-visual{
        position: relative;
        background-color: #e3e3e3;
    }

    .l-visual .copys{
        position: absolute;
        right: 60px;
        bottom: 10px;
        z-index: 1;
    }
    .l-visual .copys .copy{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 64px;
        font-weight: 400;
        color: #1d1d1f;
        text-align: left;
        line-height: 1.4;
        letter-spacing: .02em;
        margin-bottom: 30px;
        /* margin: 0 -.6em 30px; */
    }
    .subcopy{
        margin-left: auto;
        display: block;
        width: 422px;
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #6B6B6C;
        text-align: left;
        margin-bottom: 100px;
    }
    .l-visual .copys .copy .e{
        margin-right: -.25em;
        margin-left: -.1em;
    }
    .l-visual .copys .copy .ru{
        margin-right: -.1em;
    }   
    .l-visual .copys .copy .si{
        margin-right: -.25em;
        margin-left: -.16em;
    }   
    .l-visual .copys .copy .ru{
        margin-right: -.2em;
    }   
    .l-visual .copys .copy .te{
        margin-right: -.2em;
    }  
    .l-visual .copys .copy .tomo{
        margin-right: -.28em;
        margin-left: -.14em;
    }   
    .l-visual .copys .copy .kai{
        margin-right: -.14em;
        margin-left: -.12em;
    }   
    .l-visual .mv_img{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 0;
    }
    .l-visual .mv_img img{
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    /* about */
    .l-about{
        padding: 80px 0 80px 0;
        position: relative;
        z-index: 1;
    }
    .m-inner{
        width: calc(100% - 280px - 60px);
        margin-left: 280px;
        margin-right: 60px;
    }
    .l-about .inner .title{
        margin-bottom: 50px;
    }
    .m-title .en{
        font-family: "Inria Sans", sans-serif;
        font-weight: 400;
        color: #1d1d1f;
        font-size: 50px;
        margin-bottom: 13px;
    }
    .m-title .en-color{
        color: #9d9d9d;
    }
    .m-title .ja{
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 400;
        color: #6B6B6C;
        font-size: 13px;
    }
    .l-about {
        background-color: rgba(236, 236, 236, 0.5);
    }
    .l-about .text-title{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 23px;
        font-weight: 400;
        color: #1d1d1f;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .about-text.sp { display: none; }
    
    .l-about .about-text{
        font-family: "Zen Kaku Gothic New", serif;
        width: 450px;
        font-size: 13px;
        font-weight: 400;
        line-height: 2;
        color: #1d1d1f;
        margin-left: 20px;
    }
    .l-about .about-img img{
        width: 440px;
        height: auto;
        margin-left: 40px;
        margin-top: -1.5em;
    }
    .l-about .contents{
        display: flex;
        flex-wrap: wrap;
    }


/* services */
    .pc-br { display: inline; }
    .sp-br { display: none; }
    .l-services{
        padding: 80px 0 80px 0;
        position: relative;
        z-index: 1;
        background-color: rgba(227, 227, 227, 0.5);
    }
    .l-services .text{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 15px;
        font-weight: 400;
        color: #1d1d1f;
        line-height: 1.8;
        margin-bottom: 10px;
        margin-top: 50px;
    }
    .l-services .services-list {
        display: flex;
        flex-wrap: wrap;
        gap: 40px; /* 要素間の間隔を40pxに変更 */
        margin-top: 40px;
        margin-left: 20px;
    }
    .l-services .services-list  li {
        flex: 1 1 calc(33.333% - 40px); /* 3列で均等配置、gapに合わせて調整 */
        box-sizing: border-box;
        min-width: 200px; /* 必要に応じて調整 */
        display: flex;
        flex-direction: column;
    }
    .l-services .service-title{
        display: flex;
        align-items: center;
    }
    .l-services .service-title .sub{
        font-family: "Inria Sans", sans-serif;
        font-weight: 400;
        color: #1d1d1f;
        font-size: 13px;
    }
    .l-services .service-title .title{
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 500;
        color: #1d1d1f;
        font-size: 23px;
        line-height: 1.8;
        margin-left: 20px;
    }
    .l-services .services-list .sub_text{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        color: #1d1d1f;
        margin-top: 20px;
        border-left: 0.5px solid rgba(29, 29, 31, 0.5); /* 左に縦線を追加 */
        padding-left: 15px; /* 縦線とテキストの間隔 */
    }
    .l-services .services-list .service-item .link{
        width: fit-content;
        margin-left: 0;
    }
    .l-services .services-list .service-item .link .bg_black{
        background-color: #1d1d1f;
    }
    .l-services .services-list .service-item .link .bg_black .text_white{
        color: #fff;
    }
    .c-button img{
        width: 19.66px;
    }

    .l-services .services-list .service-item .link a.c-button {
        position: relative;
        display: inline-flex;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        width: 200px;
        height: 55px;
        padding-left: 45px;
        padding-right: 45px;
        overflow: hidden;
        border-radius: 2px;
        margin-top: 30px;
    }
    .c-button .p{
        font-family: "Inria Sans", sans-serif;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: .1em;
        white-space: nowrap;
    }

/* statement */
    .l-statement{
        padding: 80px 0 120px 0;
        position: relative;
        z-index: 1;
        background-color: rgba(227, 227, 227, 0.6);
    }
    .l-statement .statement-text{
        display: flex;
        justify-content: space-between;
        margin-left: 20px;
        margin-right: 20px;
    }
    .l-statement .statement-text .left-text{
        width: 382px;
        max-width: 100%;
        font-family: "Inria Sans", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #1d1d1f;
        line-height: 2;
        margin-top: 80px;
    }
    .l-statement .statement-text .right-text{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 14px;
        font-weight: 400;
        color: #1d1d1f;
        line-height: 2;
        letter-spacing: 0.5px;
        margin-top: 50px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        margin-top: -109px;
        margin-right: 40px;
    }
    .m-title .en-big{
        font-family: "Inria Sans", sans-serif;
        font-weight: 400;
        color: #1d1d1f;
        font-size: 78px;
        margin-bottom: 13px;
    }
    .m-title .ja-big{
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 400;
        color: #6B6B6C;
        font-size: 20px;
    }
/* footer */
.footer-item {
    display: flex;
    flex-direction: row;  /* 横並びにする */
    justify-content: space-between;
    align-items: stretch;
}

.footer-item-left,
.footer-item-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .l-footer{
        position: relative;
        padding: 80px 0 60px 0;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 1;
    }
    .f-inner{
        width: calc(100% - 60px - 60px);
        margin-left: 60px;
        margin-right: 60px;
    }
    .l-footer .logo img{
        width: 290px;
        height: auto;
    }
    .footer-nav{
        display: flex;
        align-items: center;
        margin-top: 50px;
    }
    .footer-nav li {
        margin-left: 50px;
    }
    .footer-nav li:first-child {
        margin-left: 0;
    }
    .footer-nav a{
        font-family: "Inria Sans", sans-serif;
        font-weight: 400;
        color: #1d1d1f;
        font-size: 20px;
        display: block;
    }
    .footer-sns ul{
        display: flex;
        align-items: center;
        margin-top: 50px;
        justify-content: flex-end;

    }
    .footer-sns li {
        margin-right: 16px;
    }
    .footer-sns img{
        width: 52px;
        box-shadow: 3px 3px 5px rgba(29, 29, 31, 0.15);
        border-radius: 50%;
    }
    .footer-copy{
        font-family: "Inria Sans", sans-serif;
        font-weight: 400;
        color: rgba(107, 107, 108, 0.8);
        font-size: 13px;
        margin-top: 40px;
        justify-content: flex-end;
        display: flex;
    }
   
.l-visual .copys_ition {
    position: relative;
    bottom: -92vh;
    /* 他のスタイルがあればここに記述 */
}

/* PC版：画面の高さが900px以上の場合 */
@media screen and (min-width: 601px) and (min-height: 900px) {
.l-visual .copys_ition {
bottom: -92vh;
}
}

/* SP版: 横幅600px以下の場合 /
/ SP版：画面の高さが600px以下の場合 */
@media screen and (max-width: 600px) and (max-height: 600px) {
.l-visual .copys_ition {
bottom: -78vh;
}
}

/* SP版：画面の高さが601px～899pxの場合 iphone se  iphone12mini*/
@media screen and (max-width: 600px) and (min-height: 601px) and (max-height: 667px) {
.l-visual .copys_ition {
bottom: -73vh;
}
.js-fullheight {
    height: calc(var(--vh, 1vh) * 70);
}

}
/* SP版：画面の高さが671px～839pxの場合 iphoneX*/
@media screen and (max-width: 600px) and (min-height: 668px) and (max-height: 839px) {
.l-visual .copys_ition {
bottom: -90vh;
}
.js-fullheight {
    height: calc(var(--vh, 1vh) * 90);
}

}

/* SP版：画面の高さが601px～899pxの場合 */
@media screen and (max-width: 600px) and (min-height: 840px) and (max-height: 899px) {
.l-visual .copys_ition {
bottom: -90vh;
}
.js-fullheight {
    height: calc(var(--vh, 1vh) * 90);
}

}

/* SP版：画面の高さが900px以上の場合 */
@media screen and (max-width: 600px) and (min-height: 900px) {
.l-visual .copys_ition {
bottom: -90vh;
}
.js-fullheight {
    height: calc(var(--vh, 1vh) * 95);
}

}


/* SP版（600px以下） */
@media only screen and (max-width: 599px) {
    /* ヘッダー */
    .header{
        position: relative;
        top: 30px;
        left: 30px;
    }
    .header .logo{
        width: 166px;
        margin-bottom: 20px;
    }
    .header .logo img{
        width: 166px;
        height: auto;
    }
    .l-visual{
        position: relative;
        background-color: #e0e0e0;
    }

    .l-visual .copys{
        position: absolute;
        right: 30px;
        bottom: 110px;
        z-index: 1;
    }
    .l-visual .copys .copy{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 34px;
        font-weight: 400;
        color: #1d1d1f;
        text-align: right;
        line-height: 1.4;
        letter-spacing: .02em;
        margin-bottom: 30px;
        margin-right: -.6em;
        /* margin: 0 -.6em 30px; */
    }
    
    .subcopy{
        margin-left: auto;
        display: block;
        width: 281px;
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 11px;
        line-height: 1.5;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #6B6B6C;
        text-align: left;
        margin-bottom: -10px;
    }
    .l-visual .copys .copy .e{
        margin-right: -.25em;
        margin-left: -.1em;
    }
    .l-visual .copys .copy .ru{
        margin-right: -.1em;
    }   
    .l-visual .copys .copy .si{
        margin-right: -.25em;
        margin-left: -.16em;
    }   
    .l-visual .copys .copy .ru{
        margin-right: -.2em;
    }   
    .l-visual .copys .copy .te{
        margin-right: -.2em;
    }  
    .l-visual .copys .copy .tomo{
        margin-right: -.28em;
        margin-left: -.14em;
    }   
    .l-visual .copys .copy .kai{
        margin-right: -.14em;
        margin-left: -.12em;
    }   
    .l-visual .mv_img{
        position: fixed;
        background-image: url("../img/sp_seg0/sp-bg.jpg");
        background-size: cover;
        background-position: center center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 0;
    }
    .l-visual .mv_img img{
        display: none;
    }
    /* about */
    .l-about{
        padding: 40px 0 70px 0;
        position: relative;
        z-index: 1;
    }
    .m-inner{
        width: calc(100% - 30px - 30px);
        margin-left: 30px;
        margin-right: 30px;
    }
    .l-about .inner .title{
        margin-bottom: 50px;
    }
    .m-title .en{
        font-family: "Inria Sans", sans-serif;
        font-weight: 400;
        color: #1d1d1f;
        font-size: 40px;
        margin-bottom: 13px;
    }
    .m-title .en-color{
        color: #9d9d9d;
    }
    .m-title .ja{
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 400;
        color: #6B6B6C;
        font-size: 13px;
    }
    .l-about {
        background-color: rgba(236, 236, 236, 0.5);
    }
    .l-about .text-title{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 23px;
        font-weight: 400;
        color: #1d1d1f;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .about-text.pc { display: none; }
    .about-text.sp { display: block; }

    .l-about .about-text{
        font-family: "Zen Kaku Gothic New", serif;
        width: auto;
        font-size: 13px;
        font-weight: 400;
        line-height: 2;
        color: #1d1d1f;
        margin-left: 0px;
    }
    .l-about .about-img {
        display: flex;
        justify-content: center;
    }
    .l-about .about-img img{
        width: 286.51px;
        height: auto;
        justify-content: center;
        margin-top: 50px;
        margin-left: 0;
    }
    .l-about .contents{
        display: block;
        flex-wrap: wrap;
    }


/* services */
    .pc-br { display: none; }
    /* SP版では必要な改行があれば、ここで display: inline; を指定して<span class="sp-br">に<br>代わりの内容を入れる */
    .sp-br { display: inline; }
    .l-services{
        padding: 80px 0 70px 0;
        position: relative;
        z-index: 1;
        background-color: rgba(227, 227, 227, 0.5);
    }
    .l-services .text{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 15px;
        font-weight: 400;
        color: #1d1d1f;
        line-height: 1.8;
        margin-bottom: 10px;
        margin-top: 50px;
    }
    .l-services .services-list {
        display: flex;
        flex-wrap: wrap;
        gap: 60px; /* 要素間の間隔を40pxに変更 */
        margin-top: 40px;
        margin-left: 0px;
    }
    .l-services .services-list  li {
        flex: 0 0 100%; /* 3列で均等配置、gapに合わせて調整 */
        box-sizing: border-box;
        min-width: 100%; /* 必要に応じて調整 */
        display: flex;
        flex-direction: column;
    }
    .l-services .service-title{
        display: flex;
        align-items: center;
    }
    .l-services .service-title .sub{
        font-family: "Inria Sans", sans-serif;
        font-weight: 400;
        color: #1d1d1f;
        font-size: 13px;
    }
    .l-services .service-title .title{
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 500;
        color: #1d1d1f;
        font-size: 23px;
        line-height: 1.8;
        margin-left: 20px;
    }
    .l-services .services-list .sub_text{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        color: #1d1d1f;
        margin-top: 20px;
        border-left: 0.5px solid rgba(29, 29, 31, 0.5); /* 左に縦線を追加 */
        padding-left: 15px; /* 縦線とテキストの間隔 */
    }
    .l-services .services-list .service-item .link{
        width: 100%;
        margin-left: 0;
    }
    .l-services .services-list .service-item .link .bg_black{
        background-color: #1d1d1f;
    }
    .l-services .services-list .service-item .link .bg_black .text_white{
        color: #fff;
    }
    .c-button img{
        width: 19.66px;
    }

    .l-services .services-list .service-item .link a.c-button {
        position: relative;
        display: block;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        height: 55px;
        padding-left: 105px;
        padding-right: 115px;
        overflow: hidden;
        border-radius: 2px;
        margin-top: 30px;
    }
    .l-services .services-list .service-item .link a.c-button.bg_black {
        display: flex; /* ブロックからフレックスに変更 */
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
    }

    .c-button .p{
        font-family: "Inria Sans", sans-serif;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: .1em;
        white-space: nowrap;
    }

/* statement */
    .l-statement{
        padding: 60px 0 60px 0;
        position: relative;
        z-index: 1;
        background-color: rgba(227, 227, 227, 0.6);
    }
    .l-statement .statement-text{
        display: block;
        justify-content: space-between;
        margin-left: 0px;
        margin-right: 0px;
    }
    .l-statement .statement-text .left-text{
        width: 100%;
        max-width: 100%;
        font-family: "Inria Sans", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #1d1d1f;
        line-height: 2;
        margin-top: 60px;
    }
    .l-statement .statement-text .right-text{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 13px;
        font-weight: 400;
        color: #1d1d1f;
        line-height: 2;
        letter-spacing: 0.5px;
        margin-top: 50px;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        margin-top: 70px;
        margin-right: 0px;
    }
    .m-title .en-big{
        font-family: "Inria Sans", sans-serif;
        font-weight: 400;
        color: #1d1d1f;
        font-size: 50px;
        margin-bottom: 13px;
    }
    .m-title .ja-big{
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 400;
        color: #6B6B6C;
        font-size: 20px;
    }
/* footer */
.footer-item {
    display: block;
    flex-direction: row;  /* 横並びにする */
    justify-content: space-between;
    align-items: stretch;
}

.footer-item-left,
.footer-item-right {
    flex: 1;
    display: block;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
}
    .l-footer{
        position: relative;
        padding: 40px 0 50px 0;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 1;
    }
    .f-inner{
        width: calc(100% - 60px - 60px);
        margin-left: 60px;
        margin-right: 60px;
    }
    .l-footer .logo img{
        width: auto;
        height: 30px;
        margin-left: -1.27em;
    }
    .footer-nav{
        display: none;
        align-items: center;
        margin-top: 50px;
    }
    .footer-nav li {
        margin-left: 50px;
    }
    .footer-nav li:first-child {
        margin-left: 0;
    }
    .footer-nav a{
        font-family: "Inria Sans", sans-serif;
        font-weight: 400;
        color: #1d1d1f;
        font-size: 20px;
        display: block;
    }
    .footer-sns ul{
        display: flex;
        align-items: center;
        margin-top: 40px;
        justify-content: center;

    }
    .footer-sns li {
        margin-right: 16px;
    }
    .footer-sns img{
        width: 52px;
        box-shadow: 3px 3px 5px rgba(29, 29, 31, 0.15);
        border-radius: 50%;
    }
    .footer-copy{
        font-family: "Inria Sans", sans-serif;
        font-weight: 400;
        color: rgba(107, 107, 108, 0.8);
        font-size: 11px;
        margin-top: 30px;
        justify-content: flex-end;
        display: block;
    }

}