/*
Theme Name: remix
Theme URL: 
Description: REMIXオリジナルテーマ
Version: 1.1.2
Author: Harada-works
Authour URL: https://harada-works.com/
*/



@charset "utf-8";
/* ************************    Initialize   ************************ */
@font-face {
    font-family: 'Noto Sans JP';
    src:url('../remix/fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif JP';
    src:url('../remix/fonts/Noto_Serif_JP/NotoSerifJP-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}


:root{
    /*  カラー　*/
    --main-color:#233d6a;/* メインカラー */
    --sub-color:#718199;/* サブカラー */
    --gradation-color:linear-gradient(to top right,#40649F,#172439);/* グラデーションカラー */
    --base-color:#F4F4F4;/* ベースカラー */
    --base2-color:#FFFFFF;/* ベース2カラー */
    --text-color:#233d6a;/* テキストカラー */
    --border-color:#DDDDDD;/* ボーダーカラー */
    --border2-color:#718199;/* ボーダー2カラー */
    --gray-color:#AAAAAA;/* グレーカラー */
    --darkgray-color:#777777;/* ダークグレーカラー */
    /*  フォント　*/
    --jp-font:'Noto Sans JP', serif;/* 日本語フォント */
    --jp2-font:'Noto Serif JP', serif;/* 日本語2フォント */
    --en-font:'Noto Serif JP', serif;/* 英語フォント */
    --font-size-SS: 16px;
    --font-size-S: 18px;
    --font-size-M: 20px;
    --font-size-L: 26px;
    --font-size-LL: 36px;
    --font-size-3L: 96px;
    --font-size-4L: 7.5vw;
}
*,
*:before,
*:after{
    box-sizing: inherit;
}
html{
    font-size: var(--font-size-S);
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top:150px;
}
body{
    background-color: var(--base-color);
    -webkit-appearance: none;/* ブラウザのデフォルトデザイン解除 */
            appearance: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: var(--font-size-S);
    font-family: var(--jp-font);
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.5;
    font-feature-settings: "palt";
    color: var(--text-color);
    width: 100%;
}
p,h1,h2,h3,h4,h5,h6{
    margin:0;
}
img{
    vertical-align:bottom;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: var(--text-color);
}
p{
    font-family: var(--jp-font);
}
i{
    font-size: var(--font-size-LL);
}
ol{
    list-style: none;
    padding: 0;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    :root{
        --font-size-SS: 14px;
        --font-size-S: 16px;
        --font-size-M: 18px;
        --font-size-L: 28px;
        --font-size-LL: 32px;
        --font-size-3L: 72px;
        --font-size-4L: 11vw;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    :root{
        --font-size-SS: 14px;
        --font-size-S: 16px;
        --font-size-M: 18px;
        --font-size-L: 24px;
        --font-size-LL: 28px;
        --font-size-3L: 40px;
        --font-size-4L: 12.5vw;
    }
    body{
        letter-spacing: 0.1em;
    }
}
/* ************************      Common     ************************ */
.bold{
    font-weight: 700;
}
.en{
    font-size: var(--font-size-M);
    font-family: var(--en-font);
    letter-spacing: 0;
}
.jp{
    font-family: var(--jp-font);
}
.jp2{
    font-family: var(--jp2-font);
    font-weight: 300;
    letter-spacing: 0.1em;
}
iframe{
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 1.414 / 1;
}
.fa-solid{
    font-size: var(--font-size-S);
}
.logo{
    width: 180px;
}
.logo a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-img{
    width: auto;
    margin-left: 15px;
}
.fontsize-ss{
    font-size: var(--font-size-SS);
}
.fontsize-s{
    font-size: var(--font-size-S);
}
.fontsize-m{
    font-size: var(--font-size-M);
}
.fontsize-l{
    font-size: var(--font-size-L);
}
.fontsize-ll{
    font-size: var(--font-size-LL);
}
.fontsize-3l{
    font-size: var(--font-size-3L);
}
.fontsize-4l{
    font-size: var(--font-size-4L);
}
.column2{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.column2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fillter{
    background: rgba(51, 51, 51, 0.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.bg-img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    z-index: -1;
    background-image: url(../remix/img/noise-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.page-content{
    padding-top: 150px;
    background-size: contain;
    position: relative;
}
.container{
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
.text-justify{
    text-align: justify;
}
.text-center{
    text-align: center;
}
.text-area p{
    text-align: justify;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .page-content{
        padding-top: 160px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .page-content{
        padding-top: 88px;
    }
    .column2{
        flex-direction: column;
    }
    iframe{
        aspect-ratio: 1 / 1.414;
    }
}
/* ************************      Button     ************************ */
.btn1{
    display: flex;
    height: 75px;
    min-width: 350px;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--main-color);
    color: var(--main-color);
    background-color: transparent;
    text-transform: capitalize;
    transition:  .3s ease-out;
}
.btn1:hover{
    background-color: var(--main-color);
    color: #FFF;
}
.btn2{
    text-transform: capitalize;
    color: var(--sub-color);
}
.btn3{
    display: block;
    padding: 8px 0;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    transition: .3s ease-out;
}
.btn3:hover{
    background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .btn1{
        height: 65px;
        min-width: 200px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .btn1{
        background: var(--gradation-color);
        color: #FFF;
    }
}
/* ************************      Section-ttl     ************************ */
.section-ttl-area > .en{
    text-transform: capitalize;
    color: var(--main-color);
    display: flex;
    justify-content: start;
    align-items: center;
}
.section-ttl-area > .en::before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
.section-ttl{
    font-family: var(--jp2-font);
    font-size: var(--font-size-LL);
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--main-color);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .section-ttl{
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .section-ttl::before{
        margin-bottom: 10px;
        white-space: nowrap;
    }
}
/* ************************      sub-header      ************************ */
#subpage-header h1{
    font-size: var(--font-size-3L);
    font-weight: bold;
    font-family: var(--jp2-font);
    color: var(--main-color);
    position: relative;
    padding-top: 35vh;
    padding-top: 35lvh;
}
#subpage-header h1::before{
    content: attr(data-en);
    font-size: 18vw;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    text-transform: capitalize;
    color: var(--main-color);
    opacity: 0.2;  
    position: absolute;
    bottom: 32px;
    left: 0;
}
#subpage-header .container{
    max-width: none;
}
/* ************************      width      ************************ */
.width-l{
    width: 100%;
    max-width: none;
}
.width-m{
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
}
.width-s{
    width: 75%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .width-s{
        width: 90%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      Animation     ************************ */



@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      Header     ************************ */
header{
    width: 100vw;
    height: 60px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    z-index: 1000;
    position: fixed;
    border-bottom: solid 1px var(--border2-color);
}
#header{
    transition: all 0.3s ease-out;
}
#header.down{
    /*background-image: url(../remix/img/noise-bg.webp);*/
    background-repeat: no-repeat;
    background-size: cover;
}
.logo img{
    width: auto;
    height: auto;
    max-width: 300px;
}
#menu-global ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menu-global li{
    padding: 0 15px;
}
#menu-global li:last-of-type{
    padding: 0 0 0 15px;
}
#menu-global a{
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    font-family: var(--jp2-font);
    color: var(--main-color);
}
#menu-global .main-menu .arrow{
    display: none;
}
#menu-global .sub-menu{
    display: none;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    header{
        height: 55px;
    }
    header > .wrap{
        width: 100%;
        margin: 0;
        padding: 0 24px;
    }
    #header.down > .wrap{
        padding: 0 24px;
        margin: 0;
        border-radius: 0;
    }
    #hamburger-menu{
        position: relative;
        width: 40px;
        height: 28px;
        cursor: pointer;
        caret-color: transparent;
        z-index: 1020;
    }
    #hamburger-menu span{
        display: inline-block;
        transition: all .4s;/*アニメーションの設定*/
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        background-color: var(--text-color);
        border-radius: 999px;
    }
    #hamburger-menu .bar:nth-of-type(1) {
        top:0;	
        width: 100%;
    }
    #hamburger-menu .bar:nth-of-type(2) {
        top:50%;
        transform: translateY(-50%);
        width:100%;
    }
    #hamburger-menu .bar:nth-of-type(3) {
        top:100%;
        transform: translateY(-100%);
        width:100%;
    }
    /*activeクラスが付与されると線が回転して×に*/
    #hamburger-menu.active .bar:nth-of-type(1) {
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(-15deg);
        width: 100%;
        background-color: #FFF;
    }
    #hamburger-menu.active .bar:nth-of-type(2) {
        opacity: 0;
    }
    #hamburger-menu.active .bar:nth-of-type(3) {
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(15deg);
        width:100%;
        background-color: #FFF;
    }
    #menu-global{
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        height: 100lvh;
        overflow: auto;
        transition: 0.5s ease-in-out;
        opacity: 0;
        pointer-events: none;
        background-color: rgba(48,48,48,0.3);
        z-index: 1010;
        pointer-events: none;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #menu-global::-webkit-scrollbar{
    display: none;
    }
    #menu-global.active{
        opacity: 1;
        pointer-events: all;
    }
    #menu-global__cover{
        position: relative;
        height: 100%;
    }
    #menu-global ul{
        display: block;
        width: fit-content;
        max-width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -100%;
        transition: 0.3s ease-in-out;
        background: var(--gradation-color);
        padding: 6% 6% 2.5% 6%;
    }
    #menu-global.active ul{
        right: 0;
    }
    #menu-global li{
        position: relative;
        color: #FFF;
        margin: 32px 0;
    }
    #menu-global li.btn1{
        padding: 0 16px;
    }
    #menu-global li a{
        color: #FFF;
        font-size: var(--font-size-M);
        font-family: var(--jp2-font);
    }
    #menu-global li a::after {
        content: attr(data-en);
        font-family: var(--en-font);
        font-size: var(--font-size-S);
        letter-spacing: 0;
        color: rgba(255, 255, 255, 0.5);
        text-transform: capitalize;
        margin-top: 8px;

        }
    .header-menu{
        display: flex;
        justify-content: start;
        align-items: center;
        color: #FFF;
        padding: 30px 0;
        font-size: var(--font-size-L);
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    header{
        padding: 0 15px;
    }
    header > .logo img{
        max-width: 180px;
    }
    #hamburger-menu{
        width: 50px;
        height: 12px;
    }
    #menu-global > div{
        padding: 30px 30px 90px 30px;
    }
    #menu-global li{
        font-size: var(--font-size-S);
    }
}
/* ************************   front-page.php    ************************ */
/*---------------------  top-fv */
#fv{
    width: 100%;
    height: auto;
    position: relative;
}
#fv .catch-area{
    padding: 160px 32px 48px 32px;
}
#fv .catch.en{
    font-size: var(--font-size-4L);
    font-weight: bold;
    background: var(--gradation-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#fv .catch.jp2{
    font-size: var(--font-size-LL);
    font-weight: 600;
    background: var(--gradation-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.loop{
    width: 100%;
    display: flex;
    overflow: hidden;
}
.loop-box {
    display: flex;
    animation: loop-list 30s linear infinite;
}
.loop-item > div{
    width: calc(150vw / 2);
    display: block;
    aspect-ratio: 1.414/1;
}
.loop-item img{
    width: 100%;
    height: 100%;
    padding: 4px;
    object-fit: cover;
}
@keyframes loop-list {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #fv .catch.en{
        line-height: 1.1;
    }
    #fv .catch.jp2{
        font-size: var(--font-size-L);
        margin-top: 16px;
    }
    #fv .catch-area{
        padding: 160px 24px 48px 24px;
    }
    .loop-item > div{
        width: calc(150vw / 2);
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #fv{
    }
    #fv .catch.jp2{
        font-size: var(--font-size-M);
    }
    .loop-item > div{
        width: 150vw;
    }
}
/*---------------------  top-feature */
#top-feature > .container{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 48px;
}
#top-feature .section-l{
    width: 45%;
    position: relative;
}
#top-feature .section-r .img-area{
    aspect-ratio: 1.414 / 1;
}
#top-feature .section-r .img-area img{
    width: 100%;
    object-fit: cover;
}
#top-feature .section-ttl-area{
    margin-bottom: 32px;
}
#top-feature .sticky-list > li{
    background-color: #FFF;
    border: solid 1px var(--border2-color);
    padding: 0 32px 32px 32px;
    position: sticky;
    top: 100px;
    margin-bottom: 8px;
}
#top-feature .sticky-list > li:nth-of-type(2){
    top: 155px;
}
#top-feature .sticky-list > li:nth-of-type(3){
    top: 210px;
}
#top-feature .sticky-list > li:nth-of-type(4){
    top: 265px;
    margin-bottom: 0;
}
#top-feature .list-header{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 55px;
}
#top-feature .list-header > div{
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-wrap: nowrap;
}
#top-feature .list-header .en{
    color: var(--main-color);
    font-size: var(--font-size-SS);
    font-weight: 600;
}
#top-feature .list-header h3{
    font-family: var(--jp2-font);
    font-size: var(--font-size-M);
    font-weight: 600;
    color: var(--main-color);
}
#top-feature .sticky-list .text-area{
    padding-top: 16px;
}
#top-feature .section-r{
    flex: 1;
}
#top-feature .img-area{
    position: sticky;
    top: 100px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #top-feature > .container{
        flex-direction: column;
    }
    #top-feature .section-l{
        width: 100%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/*---------------------  top-service */
#top-service .section-ttl-area{
    margin-bottom: 32px;
}
#top-service > .container{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 80px;
}
#top-service .section-l{
    width: 35%;
}
#top-service .section-l .ttl-area{
    margin-bottom: 32px;
}
#top-service .section-l .text-area{
    margin-bottom: 32px;
    text-align: justify;
}
#top-service .section-r{
    flex: 1;
}
#top-service___list > li{
    background-color: #FFF;
    border: solid 1px var(--border2-color);
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
}
#top-service___list > li:last-of-type{
    margin-bottom: 0;
}
#top-service___list > li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 40px;
}
#top-service___list .ttl-area{
    text-align: center;
    margin-bottom: 24px;
}
#top-service___list .ttl-area > .en{
    color: var(--sub-color);
    text-transform: capitalize;
}
#top-service___list .ttl-area h3{
    font-size: var(--font-size-L);
    font-weight: 600;
    font-family: var(--jp2-font);
}
#top-service___list .img-area{
    width: 100%;
    margin-bottom: 24px;
    aspect-ratio: 1.414 / 1;
    overflow: hidden;
}
#top-service___list .img-area img{
    width: 100%;
    object-fit: cover;
    transition: transform .3s ease-out;
}
#top-service___list > li a:hover .img-area img{
    transform: scale(1.1);
}
.fixed-area{
    position: sticky;
    top: 100px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #top-service > .container{
        gap: 40px;
    }
    #top-service___list > li a{
        padding: 24px 32px;
    }
    #top-service___list .ttl-area > .en{
        font-size: var(--font-size-SS);
    }
    #top-service___list .ttl-area h3{
        font-size: var(--font-size-M);
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #top-service .section-l{
        width: 100%;
    }
    #top-service___list > li{
        margin-bottom: 16px;
    }
}
/*---------------------  top-works */
#top-works .upper-area{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 32px;
}
#slide-gallery{
    position: relative;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 8px;
}
#slide-gallery li{
    width: 35%;
    flex: 0 0 auto;
    scroll-snap-align: start;
}
#slide-gallery li a{
    display: block;
    width: 100%;
    height: 100%;
}
.gallery-img{
    width: 100%;
    aspect-ratio: 1.414 / 1;
    overflow: hidden;
}
.gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease-out;
}
#slide-gallery li a:hover img{
    transform: scale(1.1);
}
#slide-gallery .works-ttl{
    font-size: var(--font-size-M);
    font-weight: 600;
    font-family: var(--jp2-font);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    color: var(--main-color);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #slide-gallery li{
        width: 45%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #slide-gallery li{
        width: calc(150vw / 2);
    }
}
/*---------------------  top-news */
#top-news .section-ttl-area{
    padding-bottom: 32px;
}
#top-news .column2{
    gap: 32px;
}
#top-news .col2-1{
    width: 30%;
}
#top-news .col2-2{
    width: calc(70% - 32px);
}
#top-news .text-area{
    padding-bottom: 32px;
}
.news-list > li{
    border-top: solid 1px var(--border2-color);
}
.news-list > li:last-of-type{
    border-bottom: solid 1px var(--border2-color);
}
.news-list > li a{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 8px 0;
}
.news-list .news-img{
    width: 40%;
    min-width: 150px;
    aspect-ratio: 1.414 / 1;
}
.news-list .news-img img{
    width: 100%;
    object-fit: cover;
}
.news-detail{
    padding: 16px 0 16px 32px;
    width: 60%;
    display: block;
    position: relative;
}
.news-status{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}
.news-status p{
    font-family: var(--jp2-font);
}
.news-status .date{
    letter-spacing: 0;
}
.news-status .date::after{
    content: '｜';
    display: inline-block;
    margin: 0 8px;
}
.news-ttl{
    font-size: var(--font-size-M);
    font-weight: 600;
    font-family: var(--jp2-font);
    color: var(--main-color);
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #top-news .col2-1{
        width: 100%;
    }
    #top-news .col2-2{
        width: 100%;
    }
    #top-news .news-list{
        margin-bottom: 32px;
    }
    .news-list > li{
        border: solid 1px var(--border2-color);
        margin-bottom: 8px;
    }
    .news-list > li a{
        padding: 16px;
    }
    .news-detail{
        width: 100%;
        padding: 16px 0 16px 0;
    }
}
/*---------------------  top-about */
#top-company .section-ttl-area{
    margin-bottom: 32px;
}
#top-company .text-area{
    margin-bottom: 24px;
}
#top-company .img-area{
    width: 100%;
    height: 50vh;
    height: 50svh;
    overflow: hidden;
    margin-bottom: 32px;
}
#top-company .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
#top-company .btn-area{
    display: flex;
    justify-content: end;
    align-items: start;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #top-company .img-area{
        height: auto;
        aspect-ratio: 1.414 / 1;
    }
    #top-company .btn1{
        width: 100%;
    }
}
/* ************************      Service.php     ************************ */
.service-list > li{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 32px 0;
    border: solid 1px var(--main-color);
    position: relative;
}
.service-list > li:nth-of-type(even){
    flex-direction: row-reverse;
}
.service-list > li p{
    color: var(--main-color);
}
.service-list .list-img{
    width: 50%;
    position: relative;
}
.service-list .list-img .service-num{
    font-size: var(--font-size-LL);
    position: absolute;
    top: 0;
    left: 8px;
    font-weight: bold;
    color: var(--main-color);
    line-height: 1;
    transform: translateY(-50%);
}
.service-list .list-img > .wrap{
    position: sticky;
    top: 20vh;
    top: 20svh;
    left: 0;
    background-color: #FFF;
    padding: 32px;
}
.service-list .list-contents{
    width: 50%;
    padding: 0 36px;
}
.service-list .list-img .img-area{
    aspect-ratio: 1.414 / 1;
}
.service-list .list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-list .list-ttl{
    font-size: var(--font-size-LL);
    font-weight: bold;
    font-family: var(--jp2-font);
    color: var(--main-color);
    margin-bottom: 40px;
}
.service-list .list-ttl > .en{
    text-transform: capitalize;
    color: var(--main-color);
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}
.service-list .list-ttl > .en::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-right: 8px;
}
.service-list > li .list-header{
    font-family: var(--jp2-font);
    font-size: var(--font-size-M);
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 8px;
}
.service-list > li .list-header > div{
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-wrap: nowrap;
}
.service-list > li .list-header .en{
    font-size: var(--font-size-SS);
}
.service-list .detail-list{
    margin-top: 40px;
}
.service-list .detail-list > li{
    padding: 40px 0;
    border-top: solid 1px var(--border2-color);
}
.service-list .detail-list > li:last-of-type{
    border-bottom: solid 1px var(--border2-color);
}
.service-list .list-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .service-list > li{
        padding: 32px 0 120px 0;
    }
    .service-list .list-img{
        width: 100%;
        margin-bottom: 80px;
    }
    .service-list .list-img > .wrap{
        position: relative;
        top: auto;
        left: auto;
    }
    .service-list .list-contents{
        width: 100%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .service-list > li{
        padding: 16px 0 80px 0;
    }
    .service-list .list-img > .wrap{
        padding: 16px;
    }
}
/* ************************      Works.php     ************************ */
.works-list{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 120px 64px;
}
.works-list > li{
    width: calc(50% - 32px);
    flex: 0 0 auto;
    scroll-snap-align: start;
}
.works-list li a{
    display: block;
    width: 100%;
}
.works-list .gallery-img{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1.414;
}
.works-list .gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease-out;
}
.works-list > li a:hover img{
    transform: scale(1.1);
}
.works-list .works-ttl{
    font-size: var(--font-size-M);
    font-weight: 600;
    font-family: var(--jp2-font);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    color: var(--main-color);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .works-list{
        gap: 120px 40px;
    }
    .works-list > li{
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .works-list{
        gap: 64px 0;
    }
    .works-list > li{
        width: 100%;
    }
}
/* ************************      Works-detail.php     ************************ */
.works-about{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 64px;
    margin-bottom: 160px;
}
.works-about .section-l{
    width: calc(50% - 32px);
}
.works-about .section-l .works-main{
    width: 100%;
    overflow: hidden;
}
.works-about .works-main img{
    width: 100%;
    object-fit: cover;
}
.works-about .section-r{
    width: calc(50% - 32px);
}
.works-about .section-r .works-ttl{
    font-size: var(--font-size-L);
    font-family: var(--jp2-font);
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 40px;
}
.lead-ttl{
    text-transform: capitalize;
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--main-color);
    font-family: var(--jp2-font);
    margin-bottom: 16px;
}
.lead-ttl::before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-right: 8px;
}
#works-contents .tags{
    margin-bottom: 24px;
}
.tags .tag-list > li{
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 16px;
}
.tags .tag-list > li p::before{
    content: '#';
}
.works-img-list{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 64px;
}
.works-img-list > li{
    width: calc(50% - 32px);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .works-about{
        gap: 40px;
    }
    .lead-ttl{
        margin-bottom: 8px;
    }
    .tags .tag-list > li{
        margin-bottom: 8px;
        margin-right: 8px;
    }
    .works-img-list{
        gap: 40px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .works-about .section-l{
        width: 100%;
    }
    .works-about .section-r{
        width: 100%;
    }
    .works-img-list > li{
        width: 100%;
    }
}
/* ************************      company.php     ************************ */
#company-contents .container{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 64px;
}
#company-contents .section-l{
    width: 25%;
}
#company-contents .section-r{
    flex: 1;
}
.list-001 > li{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: nowrap;
    padding: 24px 0;
    border-top: solid 1px var(--border-color);
}
.list-001 > li:last-of-type{
    border-bottom: solid 1px var(--border-color);
}
.list-001 .list-ttl{
    width: 20%;
    white-space: nowrap;
    padding-right: 16px;
}
.list-001 .list-item{
    width: 80%;
}
.list-002 > li{
    margin-bottom: 40px;
}
.list-002 h3::before{
    content: '◎';
    margin-right: 4px;
}
.list-001 p{
    text-align: justify;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #company-contents .section-l{
        width: fit-content;
    }
    #company-contents .container{
        gap: 40px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #company-contents .container{
        gap: 32px;
    }
    #company-contents .section-l{
        width: 100%;
    }
    #company-contents .section-r{
        width: 100%;
    }
    .list-001 .list-ttl{
        width: 30%;
    }
}
/* ************************      recruit.php     ************************ */
#recruit-contents .catch{
    font-size: var(--font-size-LL);
    font-weight: 600;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 64px;
}
.recruit-list{
    background-color: #FFF;
    border: solid 1px var(--border2-color);
    padding: 8%;
}
#recruit-contents .section-ttl-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.recruit-list .list-001{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 64px;
}
.recruit-list .list-001 > li{
    width: calc(50% - 20px);
    border-bottom: solid 1px var(--border-color);
    border-top: none;
    padding: 16px 0;
}
.recruit-list .list-001 .list-ttl{
    width: 35%;
}
.recruit-list .list-001 .list-item{
    width: 65%;
}
.recruit-list .tel-area{
    font-size: var(--font-size-L);
    font-weight: 600;
    text-align: center;
    margin-top: 80px;
    color: var(--main-color);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .recruit-list{
        padding: 32px;
    }
    .recruit-list .list-001 > li{
        width: 100%;
    }
    .recruit-list .tel-area{
        font-size: var(--font-size-M);
    }
    .recruit-list .tel-area .tel{
        font-size: var(--font-size-L);
    }
}
/* ************************      faq.php     ************************ */
.faq-page #subpage-header .page-ttl::before{
    text-transform: uppercase;
}
.faq-list > li{
    outline: solid 1px var(--border2-color);
    padding: 32px;
    margin-top: 1px;
}
.faq-q{
    font-family: var(--jp2-font);
    font-weight: bold;
    font-size: var(--font-size-M);
    color: var(--main-color);
    margin-bottom: 16px;
    display: flex;
    justify-content: start;
    align-items: baseline;
    padding-left: 32px;
    position: relative;
}
.faq-q::before{
    content: 'Q';
    font-size: var(--font-size-L);
    color: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}
.faq-a{
    padding-left: 32px;
}
.faq-list > li p{
    text-align: justify;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      archive.php     ************************ */
#news-contents .container{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 64px;
}
#news-contents .section-l{
    width: 30%;
}
#news-contents .section-l > p{
    margin-bottom: 40px;
}
#news-contents .category-list{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: var(--main-color);
}
#news-contents .category-list > li{
    transition: .3s ease-out;
    white-space: nowrap;
}
#news-contents .category-list > li.current{
    font-weight: bold;
}
#news-contents .category-list > li.current::before{
    content: '✓';
}
#news-contents .section-r{
    width: calc(70% - 64px);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #news-contents .container{
        gap: 40px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #news-contents .section-l{
        width: 100%;
    }
    #news-contents .section-r{
        width: 100%;
    }
    #news-contents .category-list{
        flex-direction: row;
        gap: 8px;
    }
    #news-contents .category-list > li{
        border: solid 1px var(--border2-color);
        border-radius: 999px;
        padding: 4px 16px;
    }
    #news-contents .category-list > li.current{
        background-color: var(--main-color);
        color: #FFF;
        font-weight: 400;
    }
    #news-contents .category-list > li.current::before{
        content: '';
    }
    .news-list .news-img{
        width: 100%;
    }
}
/* ************************      single-post.php     ************************ */
#news-detail-contents h2{
    font-size: var(--font-size-LL);
    font-family: var(--jp2-font);
    font-weight: bold;
    padding-bottom: 16px;
}
#news-detail-contents .news-header{
    padding-bottom: 40px;
    border-bottom: solid 1px var(--border2-color);
}
#news-detail-contents img{
    width: 100%;
    margin-bottom: 40px;
}
#news-detail-contents .detail-content{
    padding: 40px 0 80px 0;
    border-bottom: solid 1px var(--border2-color);
}
#news-detail-contents .post-nav{
    position: relative;
    margin: 40px 0;
}
#news-detail-contents .post-bottom__btn{
    position: absolute;
    top: 0;
    text-transform: capitalize;
}
#news-detail-contents .post-nav .post-back__btn{
    left: 0;
}
#news-detail-contents .post-nav .post-back__btn::before{
    content: '<';
    margin-right: 8px;
}
#news-detail-contents .post-nav .post-list__btn{
    left: 50%;
    transform: translateX(-50%);
}
#news-detail-contents .post-nav .post-next__btn{
    right: 0;
}
#news-detail-contents .post-nav .post-next__btn::after{
    content: '>';
    margin-left: 8px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      yojo.php     ************************ */
.other-service__about .column2{
    gap: 64px;
}
.other-service__about .col2-1{
    width: 45%;
}
.other-service__about .main-img{
    aspect-ratio: 1.414 / 1;
}
.other-service__about .col2-2{
    width: calc(55% - 64px);
}
.other-service__about .ttl-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 16px;
}
.other-service__about .ttl-area h2{
    font-size: var(--font-size-L);
    font-family: var(--jp2-font);
    font-weight: bold;
}
.other-service__about .ttl-area i{
    font-size: var(--font-size-M);
}
.other-service__about .list-001 > li:first-of-type{
    border-top: none;
}
.other-service__about .text-area{
    padding: 64px 0;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .other-service__about .col2-1{
        width: 100%;
    }
    .other-service__about .col2-2{
        width: 100%;
    }
}
/* ************************   contact.php    ************************ */
.contact-area{
    background-color: var(--base2-color);
    padding: 8%;
}
.cf{
    width: 100%;
}
.cf-list li {
    margin-bottom: 24px;
}
.cf-list label{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.label-name{
    font-family: var(--en-font);
    font-size: var(--font-size-LL);
}
.wpcf7-form-control{
    padding-top: 1rem;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
.cf-input{
    border: solid 1px var(--border-color);
    width: 100%;
    padding: 1rem;
    background-color: #FFF;
}
.cf-check{
    width: 24px;
    height: 24px;
    border: 1px solid var(--border-color);
    position: relative;
    background-color: #FFF;
    margin-right: 8px;
    aspect-ratio: 1 / 1;
}
.cf-radio {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}
.cf-radio label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
    padding-left: 16px;
}
.cf-radio label::before,
.cf-radio label::after {
    border-radius: 50%;
    content: '';
}
.cf-radio label::before {
    width: 16px;
    height: 16px;
    border: 2px solid var(--border-color);
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
}
.cf-radio label::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #FFF;
}
.cf-radio label:has(:checked)::after {
    background-color: var(--sub-color);
}
.cf-radio  input {
    display: none;
}
.checkbox-2 {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}
.checkbox-2 label {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0 .25em;
    position: relative;
    cursor: pointer;
    width: 45%;
    box-sizing: border-box;
    text-align: justify;
    margin: 0.5rem 0;
}
.checkbox-2 label::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 1rem;
    border: 2px solid var(--border-color);
    background-color: #FFF;
    content: '';
    margin-top: 3px;
    flex-shrink: 0;
}
.checkbox-2 label:has(:checked)::before{
    background: #FFF;
    border: 2px solid var(--sub-color);
}
.checkbox-2 label:has(:checked)::after {
    position: absolute;
    top: 8px;
    left: 8px;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 8px;
    height: 16px;
    border: solid var(--main-color);
    border-width: 0 3px 3px 0;
    content: '';
}
.cf-check:checked::before{
    content: '✔';
    line-height: 1;
    font-size: var(--font-size-L);
    display: block;
    width: 100%;
    height: 100%;
    color: var(--sub-color);
    position: absolute;
    top: 0;
    text-align: center;
}
.cf-textarea{
    border: solid 1px var(--border-color);
    width: 100%;
    padding: 8px 16px;
    background-color: #FFF;
}
.cf-input:focus,
.cf-input:focus-visible{
    border: solid 4px var(--sub-color);
    outline: none;
}
.cf-textarea:focus,
.cf-textarea:focus-visible{
    border: solid 4px var(--sub-color);
    outline: none;
}
.cf-num:focus,
.cf-num:focus-visible{
    border: solid 4px var(--sub-color);
    outline: none;
}
.cf-date:focus,
.cf-date:focus-visible{
    border: solid 4px var(--sub-color);
    outline: none;
}
.cf-click{
    width: 100%;
}
.cf-num{
    border: 1px solid var(--border-color);
    padding: 5px;
    background-color: #FFF;
}
.cf-date{
    width: 100%;
    min-height: 5rem;
    padding: 8px;
    border: solid 1px var(--border-color);
    background-color: #FFF;
    position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.cf-btn{
    display: block;
    width: 100%;
    padding: 16px 0;
    margin-top: 24px;
    background: var(--main-color);
    color: #FFF;
    transition: .3s;
    text-align: center;
}
.cf-btn:hover{
    transition: .3s;
}
.wpcf7-spinner{
    display: none;
}
.cf-input:-internal-autofill-selected{
    background-color: transparent;
}
.wpcf7 form .wpcf7-response-output{
    margin: 2em 0 1em;
}
.checkbox__list .wpcf7-list-item{
    display: inline-block;
}
.checkbox__list .wpcf7-list-item-label{
    white-space: nowrap;
    text-align: start;
}
.wpcf7-list-item label{
    display: flex;
    flex-wrap: nowrap;
}
.cf-click .wpcf7-form-control-wrap{
    display: block;
    margin-bottom: 8px;

}














/* ************************      Footer     ************************ */
footer{
    margin-top: 150px;
    background-image: url(../remix/img/blur-gradient.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFF;
    padding-bottom: 32px;
}
footer .section-ttl-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .section-ttl-area > .en{
    color: #FFF;
    opacity: .5;
}
footer .section-ttl-area > .en::before{
    display: none;
}
footer .section-ttl{
    color: #FFF;
}
#cta .btn-area{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 32px;
    margin: 32px 0;
}
#cta .btn3{
    width: calc(50% - 16px);
    min-width: 420px;
}
#cta .btn3.tel-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#cta .btn3.tel-btn > div{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
#cta .btn3.tel-btn > div > .en{
    text-transform: capitalize;
    letter-spacing: .2em;
}
#cta .tel-num{
    font-size: var(--font-size-L);
    letter-spacing: .2em;
}
#cta .tel-open{
    font-size: var(--font-size-SS);
    color: var(--gray-color);
}
#cta .form-btn{
    font-size: var(--font-size-L);
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-section{
    padding-left:32px;
    padding-right:32px;
}
.footer-prof .logo{
    width: 250px;
}
.footer-prof .name{
    font-size: var(--font-size-M);
    margin-top: 16px;
}
.footer-bottom{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 24px;
}
.footer-bottom .pp{
    color: rgba(255, 255, 255, 0.4);
    transition: color .3s ease-out;
}
.footer-bottom .pp:hover{
    color: rgba(255, 255, 255, 0.5);
}
.footer-bottom .copyright{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#gototop{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#gototop p{
    color: #FFF;
    font-size: var(--font-size-SS);
}
#gototop .arrow-top{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: solid 1px var(--border-color);
    border-radius: 50%;
}
.arrow-top::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;               /* 矢印の横幅 */
    height: 9px;              /* 矢印の縦幅 */
    border-top: 2px solid #fff;   /* 上の線 */
    border-left: 2px solid #fff;  /* 左の線 */
    transform: translate(-50%, -42%) rotate(45deg);
    border-radius: 1px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #cta .btn3{
        width: 100%;
        min-width: auto;
        min-height: 88px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #cta .btn-area{
        gap: 16px;
    }
    .footer-bottom {
        display: block;
        margin-top: 64px;
    }
    .footer-bottom .copyright{
        position: relative;
        bottom: auto;
        left: auto;
        transform: translateX(0);
    }
    #gototop{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
/* ************************   404    ************************ */
#error-contents .text-area{
    text-align: center;
    margin-bottom: 64px;
}
/* ************************   display    ************************ */
.pc-off{
    display: none;
}
.tablet-on{
    display: none;
}
.mobile-on{
    display: none;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .pc-off{
        display: block;
    }
    .tablet-off{
        display: none;
    }
    .tablet-on{
        display: block;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .mobile-off{
        display: none;
    }
    .mobile-on{
        display: block;
    }
}