@charset "UTF-8";
/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
    /*下記のCSSはご自身のデザインに合わせて書き換えてください。*/
    font-size: 16px;
    line-height: 1.6;
    color: #4A453F;
    background-color:#fff;
    font-family:
    "Futura",
    "Avenir",
    "Montserrat",
    "Zen Maru Gothic",
    sans-serif;
    font-weight: 400;
    overflow: hidden;
}

.section-inner{
    width: 100%;
    margin: 0 auto;
    padding: 0 120px;
}

.section-title{
    text-align: center;
    font-weight: 500;
    margin: 24px 0;
    padding: 0;
    font-size: 42px;
    line-height: 1.4;
}

.section-inner .section-title + p{
    margin-top: 0px;

}

.col-2 {
    display: flex;
    justify-content: space-between;
}
.col-2 .item {
    width: calc((100% - 24px)/2);

}

.col-3 {
    display: flex;
    justify-content: center;
    gap: 57px;
}



/** -----------------------------------------------
  PC :  画面の横幅が641px以上
------------------------------------------------**/

header{
    background-color:#F6F1EA;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
}

.header-logo img {
	height: 60px;
	width: auto;
	display: block;
}

.header-inner{
    width: 100%;
    margin: 0 auto;
	padding: 0 ;

    height: 100%;
	display: flex;
	align-items: center;
	gap: 24px;
}

.header-buttons{
    display: flex;
    gap: 10px;
    margin: 12px;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    color: #8C857C;
}

/* ul.gnav-pc li aがhoverされた時の色変換 */
ul.gnav-pc li a:hover{
    color: #CF9F96;
}

.gnav-pc{
    margin-left: auto;
    display: flex;
}

.gnav-pc a{
    text-decoration: none;
    color: #8C857C;
}

.gnav-sp{
    display: none;
}

.header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 44px;
    padding: 0 28px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;

    border-radius: 9999px;
}
.header-btn-entry{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 44px;
    padding: 0 28px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;

    border-radius: 9999px;
}
.header-btn-entry {
    background-color: #CF9F96;
    }

.header-btn {
    background-color: #B9AA96;
    color: #fff;
    }

.header-btn,.header-btn-entry{
    transition: all .02s ease;
    box-shadow: 0 6px 16px rgba(255,255,255,.4);

}

.header-btn:hover,
.header-btn-entry:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(255,255,255,.45);
    filter: brightness(1.02);
}


.header-logo{
	display: flex;
	align-items: center;
	gap: 0px;
	text-decoration: none;
}

#menu-button{
    display: none;
}



.site-title{
	font-size: 20px;
	color: #8C857C;
	font-weight: 400;
}
.mainvisual{
    background-color: #fff;
    min-height: 700px;
    height: calc(100vh - 80px);
	overflow:visible;
	position: relative;
	padding-left: 0;
	padding-right: 0;
    margin-top: 80px;
}

.mainvisual-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 80%;
	display: block;
}

.mainvisual-text{
	position: absolute;
	top: 28%;
	right: 230px;
	transform: translateY(-50%);
	display: block;
    width: auto;
    max-width: none;
    white-space: normal;
    writing-mode: horizontal-tb;
}

.mainvisual-heading{
    margin: 0;
    font-size: 40px;
	font-weight: 500;
	color: #8C857C;
	line-height: 1.8;
    letter-spacing: 0.2em;
}

.mainvisual-heading .highlight{
    color: #CF9F96;
}

.between-logo{
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 0;
}

.between-logo__text{
    margin: 0;
    font-size: 115px;
    font-weight: 600;
    letter-spacing: 0.63em;
    opacity: 0.5;
    line-height: 1; 
}

.concept{
	margin-top: 0;
    background-color: #F6F1EA;
    min-height: 769px;
    padding-top: 100px;
    padding-bottom: 80px;
    font-size: 24px;
    line-height: 4.7;
    letter-spacing: 0.05em;
}

.concept-disc{
    font-size: 24px;
    color: #8C857C;
    line-height: 1.8;
    margin-bottom: 28px;
}


.concept .section-title{
    text-align: left;
}

.section-lead{
    text-align: center;
    margin-top: 24px;
}


.concept-inner{
    display: flex;
    align-items: center;
    gap: 80px;
}

.concept-text{
    flex: 1;
    min-width: 520px;
}

.concept-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

.concept-btn{
    display: inline-block;
    margin-top: 40px;

    padding: 14px 34px;
    border: 1px solid #B9AA96;
    background-color: #B9AA96;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px #C7B8A7;

    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    color: #fff;

    border-radius: 9999px;
    transition: all .02s ease;box-shadow: .2s ease,filter .2s ease;
    box-shadow: 0 6px 16px rgba(255,255,255,.4);
}

.concept-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(255,255,255,.45);
    filter: brightness(1.02);
}


.gallery .section-inner{
    padding: 0;
    margin: 0;
}

.slider-wrap{
    max-width:none;
    width: 100%;
    padding: 0;
}

.slider img{
    display: block;
}

.slick-list{
    overflow: hidden;
}

.slick-track{
    display: flex;
}
.slick-slide img{
    display: flex;
    width: 100%;

}


.business{
    background-color: #FCFCFC;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 24px;
    margin-bottom: 0px;
}

.business-lead{
    font-size: 24px;
    color: #8C857C;
    line-height: 1.8;
    margin-bottom: 48px;
    text-align: center;
    margin-top: 24px;
}

.col-3 .item {
    width: 362px;
    display: flex;
    flex-direction: column;
    background-color: #D8C7B299;
    border-radius: 30px 30px 0 0 ;

}

.card{
    width: 362px;
}

.card-img{
    width: 362px;
    height: 214px;
    overflow: hidden;
}

.card-img img{
    width: 362px;
    height: 214px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.col-3.item .text{
    width: 362px;
    background-color: #fff;
    padding: 16px;
    box-sizing: border-box;
}

.card-title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #4A453F;
    text-align: center;
}
.card-text{
    height: 252px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.7;
    color: #8C857C;
}

.more-btn-wrap{
    text-align: center ;
}

.more-btn{
    display: inline-block;
    width: fit-content;
    margin-top: 60px;

    padding: 14px 34px;
    border: 1px solid #B9AA96;
    background-color: #B9AA96;
    box-shadow: 0 4px 4px #C7B8A7;

    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    color: #fff;

    border-radius: 9999px;
    transition: all .02s ease;
    box-shadow: 0 6px 16px rgba(255,255,255,.4);
}
.more-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(255,255,255,.45);
    filter: brightness(1.02);
}

.team{
    background-color: #F6F1EA;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 24px;
}
.team-media-inner{
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-lead{
    text-align: center;
    font-size: 24px;
    color: #8C857C;
    line-height: 1.8;
    margin-bottom: 48px;
    margin-top: 24px;
}

.team-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px ;
    justify-items: center;
}

.member-media{
    position: relative;
    width: 70%;
    height: 350px;
    overflow:visible;
    margin: 0 auto;
}

.member-media img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    object-position: center 10%;
}

.media-frame{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.member-quote{
    position: absolute;
    left: -30px;
    bottom: 20px;
    background: #FCFCFC;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: none;
}

.catch-main{
    background-color: #FCFCFC;
    padding: 8px 12px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: fit-content;
}
.catch-sub{
    background-color: #FCFCFC;
    padding: 8px 12px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: fit-content;
}

.member-role{
    margin-top: 16px;
    color: #8C857C;
    font-size: 24px;
    width: 70%;
    margin: 0 auto;
}

.member-name{
    font-size: 24px;
    font-weight: 400;
    color: #8C857C;
    width: 70%;
    margin: 0 auto;
}
.interview{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.interview:hover .member-overlay{
    opacity: 1;
}

.interview:hover .member-overlay,
.interview:hover .interview-text {
    opacity: 1;
}

.member-overlay{
    position: absolute;
    width: 100%;
    max-width: 100%;
    inset: 0;
    background-color: #FCFCFC80;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.interview-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #F6F1EA;
    color:#8C857C;
    opacity: 0;
    z-index: 2;
    padding: 12px 22px;
    border-radius: 9999px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1;
}

.interview:hover .interview-text{
    opacity: 1;
    transform: translate(-50%,-50%)
}

.interview:hover .member-overlay,
.interview:hover .interview-text {
    opacity: 1;
}

.swiper-pagination{
    display: none;
}

.workenvironment{
    background-color: #FCFCFC;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 24px;
}

.workenvironment.section-title{
    margin-bottom: 24px;
}

.workenvironment p{
    font-size: 24px;
    color: #8C857C;
    line-height: 1.8;
}

.workstyle-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 200px;
}

.workstyle-inner{
    display: flex;
    justify-content: center;
    gap: 33px;
    width: 100%;
    margin-top: 60px;
}

.workstyle-item{
    width: 257px;
    text-align: center;
}

.workstyle-inner img{
    width: 257px;
    height: 244px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.workstyle-item p{
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 24px;
}


.positions{
    background-color: #F6F1EA;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 24px;
}

.positions p{
    font-size: 24px;
    color: #8C857C;
    line-height: 1.8;
}

.job-grid a{
    display: block;
}

.job-grid img{
    width: 100%;
    height: auto;
    display: block;
}

.job-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-logo img{
    width: 342px;
    height: auto;
}
.job-grid{
    list-style: none;
    padding: 0;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 100px;
    max-width: 1100px;
    }

.job-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-logo img{
    width: 342px;   
    max-width: 100%;
}

.job-grid a{
    display: block;
}
.job-grid img{
    width: 100%;
    height: auto;
    display: block;
}
.job-grid li{
    border-radius: 24px;
    transition: all .2s ease;
}

.job-grid li:hover{
    transform: translateY(-4px);
}

.job-grid .job-logo:hover{
    transform: none;
}

#process{
    scroll-margin-top: 60px;
}

.hiringprocess{
    background-color: #FCFCFC;
    padding-top: 80px;
    padding-bottom: 80px;
}


.hiringprocess .section-title{
    margin-bottom: 30px;
}

.process-desktop{
    width: 100%;
    display: block;
    align-items: center;
}

.process-desktop img{
    width: 100%;
}

.process-mobile{
    display: none;
}


.entry{
    background-color: #F6F1EA;
    height: 371px;
    padding-top: 0px;
    font-size: 24px;
}

.entry-inner{
    position: relative;
    width: 100%;
}

.footer-buttons{
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    display: flex;
    gap: 70px;
}

.entry p{
    font-size: 24px;
    color: #8C857C;
    line-height: 1.8;
}

.entry-inner img:not(.entry-bg){
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.entry-title{
    position: absolute;
    left: 50%;
    bottom: 230px;              
    transform: translateX(-50%);
    color: #4A453F;
    z-index: 2;
    text-align: center;
    font-weight: 500;
}

.entry-lead{
    position: absolute;
    left: 50%;
    bottom: 170px;
    transform: translateX(-50%);
    color: #8C857C;
    z-index: 2;
    text-align: center;
}

.footer{
    background-color: #F6F1EA;
    height: 80px;
    text-align: left;
}

.footer-inner{
    height: 100%;
    align-items: center;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-links{
    display: flex;
    gap: 20px;
    text-align: left;
    color: #8C857C;
}

.footer-note{
    text-align: right;
    margin: 0;
    white-space: nowrap;
    font-size: 20px;
    color: #8C857C;

}

.footer-note .en{
    font-family: "Futura","Avenir","Montserrat";
    font-weight: 200;
}

.sticky-cta{
    display: none;
}

/*ここからメディアクエリで各デバイスサイズに書き分けます。
今回の課題で考慮するのはPCとスマホのみでOKですが、タブレットサイズでのスタイルを書いてもOK！
また、CSSは上から下に継承されるので、変化させたいところだけ書けばOKです*/


/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/
@media screen and (max-width:640px){
    .body{
        font-size: 14px;
        line-height: 1.4;
    }

    .section-inner{
        margin: 0 auto;
        padding: 0 24px;
    }

    .header{
        height: auto;
    }


    .header-buttons{
        display: none;
    }

    #menu-button{
        display: block;
        width: 40px;
        height: 40px;
        margin-left: auto;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        z-index: 10000;

    }

    .menu-button-inner{
        width: 24px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-button-inner span{
        display: block;
        height: 2px;
        width: 100%;
        background-color: #4A453F;
    }

    /* アニメーション用 */
    .menu-button-inner span {
    transition: 0.3s;
    }

    /* ×に変形 */
    #menu-button.active .menu-button-inner span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }

    #menu-button.active .menu-button-inner span:nth-child(2) {
    opacity: 0;
    }

    #menu-button.active .menu-button-inner span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }


     /* スマホ用メニューのスタイル */
    .gnav-sp {
        display: none;
        background-color: #F6F1EA;
        position: fixed;
        inset: 0;
        align-items: center;
        z-index: 9999;
        padding-top: 100px;
        flex-direction: column;
        gap: 24px;

    }

    .gnav-sp ul{
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .gnav-sp a{
        display: block;
        font-size: 20px;
        letter-spacing: 0.1em;
        color: #4A453F;
        font-weight: bold;
        text-decoration: none;
    }

    .hamburger span {
    transition: 0.3s;
    }

    .hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
    opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }


    .gnav-pc{
        display: none;
    }

    
    
    .mainvisual{
        height: auto;
        padding: 0;
        position: relative;
        min-height: unset;
        margin-top: 60px;
    }

    .mainvisual img{
        display: block;
        width: 100vw;
        height: auto
    }

    .mainvisual-text{
        position: absolute;
        top: 30%;
        right: 10%;
        transform: translateY(-50px);
        line-height: 1.4;
        letter-spacing: 0.15em;
    }

    .mainvisual-heading{
        font-size: 20px;
        line-height: 1.6;
    }

    .section-title{
        line-height: 1.4;
        margin-bottom: 8px;
    }


    .between-logo{
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 0;
    }

    .between-logo__text{
        font-size: clamp(28px,8vw,72px);
        letter-spacing: 0.63em;
        line-height: 0.4;
    }

    .concept{
        padding-top: 40px;
        padding-bottom: 21px;
        min-height: fit-content;
    }

    .concept .concept-inner{
        display: block;
    }

    .concept .section-title{
        text-align: center;
        font-size: 24px;
        margin-top: 24px;
    }

    .concept .col-2{
        display: block;
        width: 100%;
        margin:0 auto
    }

    .concept .item{
        text-align: center;
        width: 100%;
    }
    .concept-image{
        display: none;
    }

    .concept .concept-disc{
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
        margin-top: 16px;
    }

    .col-3 .item {
    width: 300px;
    display: flex;
    flex-direction: column;
    background-color: #D8C7B299;
    border-radius: 30px 30px 0 0 ;

}

    .card{
    width: 300px;
}

.card-img{
    width: 300px;
    height: 174px;
    overflow: hidden;
}

.card-img img{
    width: 300px;
    height: 174px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.col-3.item .text{
    width: 300px;
    background-color: #fff;
    padding: 16px;
    box-sizing: border-box;
}

.card-title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #4A453F;
    text-align: center;
}
.card-text{
    height: 252px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.7;
    color: #8C857C;
}

    .section-title{
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 24px;
    }

    .concept-btn{
        width: 200px;
        height: 30px;
        padding: 0;
        font-size: 18px;
        line-height: 26px;
        margin-top: 24px;
    }

    .business-lead{
        font-size: 18px;
    }

    .business{
        padding: 40px 0 40px;
    }

    .col-3{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
    }

    .team-grid {
        display: block; /* Slick動作のため */
        margin-top: 24px !important;
        overflow: hidden;
        justify-items: initial; /* ★追加。通常時のcenterのままだと、gridでの挙動が残るのでslick-slide 自体が中央寄せ扱いになる。結果、width:100% が効かないのでスライド幅計算がズレておかしな挙動に。 */
    }

    .col-3.item{
        width: 300px;
        max-width: 100%;
    }

    .card-img{
        height: 180px;
    }

    .card-text{
        height: 196px;
        min-height: 0;
        padding: 16px;
    }

    .card-title{
        font-size: 18px;
    }

    .card-desc{
        font-size: 14px;
        line-height: 2.0;
    }

    .more-btn{
        width: 200px;
        height: 30px;
        padding: 0;
        font-size: 18px;
        line-height: 26px;
        margin-top: 24px;
    }

.team {
        height: auto !important;
        padding: 40px 0 !important;
    }

    .team-media-inner {
        padding: 0 !important;
    }

    

    .team-grid {
        display: block !important; /* Slick動作のため */
        margin-top: 24px !important;
    }

    .member {
        width: 100%;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .member-role, 
    .member-name {
        display: block !important;
        visibility: visible !important;
        width: 80% !important;
        margin: 10px auto 0 !important;
        text-align: left !important;
        color: #8C857C !important;
        font-size: 14px !important;
    }

    .member-name {
        font-size: 18px !important;
        margin-top: 4px !important;
        font-weight: bold !important;
    }

    .team-grid.slick-initialized .slick-list {
        height: auto !important;
    }

    .team .member-role {
        margin-top: 12px !important;  /* 画像との間隔 */
        margin-bottom: 0 !important; 
        margin: 8px auto 0 !important; /* 画像との間隔を少し詰める */
        line-height: 1.2 !important;
        width: 80% !important; 
    }

    /* 名前のマージンを調整 */
    .team .member-name {
        margin-top: 2px !important;   /* ★役職名との間隔を最小限(2px)に */
        font-size: 14px !important;
        font-weight: bold !important;
    }

    /* 役職と名前を強制表示し、画像(80%)の左端に揃える */
    .team .member-role,
    .team .member-name {
        display: block !important;
        width: 80% !important;        /* ★ここで幅を固定（24300を上書き） */
        max-width: 80vw !important;  /* 念のため画面幅を超えないよう制限 */
        margin: 8px auto 0 !important;
        text-align: left !important;
        padding: 0 !important;
        overflow: visible !important; /* 隠れないようにする */
    }

    /* 「人が好き。」などの文字サイズと改行の調整 */
    .member-quote {
        display: flex !important;
        flex-direction: column !important; /* 縦に並べる（改行） */
        align-items: flex-start !important;
        gap: 5px !important;
        left: 20% !important; /* 画像の端に合わせる */
        bottom: 20px !important;
    }

    .catch-main, 
    .catch-sub {
        font-size: 16px !important; /* スマホで見やすいサイズに調整 */
        padding: 4px 8px !important;
        line-height: 1.4 !important;
        width: auto !important; /* 文字幅に合わせる */
        white-space: normal !important; /* 長い場合は折り返し許可 */
    }

    .member-overlay {
    display: none !important; /* 計算をストップさせて消去する */
}

    .member-media {
        width: 300px !important;    /* 任意の横幅（スマホで見やすいサイズ） */
        height: 300px !important;   /* 高さを固定することで無限ループを止める */
        margin: 0 auto !important;
        overflow: hidden !important;
        position: relative !important;
    }

    .member-media img {
        width: 100% !important;     /* 親要素(280px)に合わせる */
        height: 100% !important;    /* 親要素(280px)に合わせる */
        object-fit: cover !important; /* 枠いっぱいに表示 */
        position: static !important;  /* 配置をリセット */
        transform: none !important;   /* 余計な動きを停止 */
    }

    /* キャッチコピー（白い帯）を画像左端(10%の位置)に配置 */
    .member-quote {
        left: 0 !important;
        bottom: 10px !important;
        width: 100% !important;
        transform: none !important;
        background: none !important; /* 余計な背景色を消す */
    }

    /* 役職・名前を中央寄せ（画像幅80%に合わせる） */
    .team .member-role,
    .team .member-name {
        display: block !important;
        width: 300px !important;
        text-align: left !important;
        padding: 0 !important;
    }

    /* ドットのデザインと配置 */
    .team .slick-dots {
        position: relative !important;
        bottom: auto !important;
        left: 0 !important;
        width: 100% !important; 
        margin: 30px 0 0 !important; /* 少し間隔を詰めました */
        display: flex !important;
        justify-content: center !important;
        padding: 0 !important;
        list-style: none !important; /* リストのポッチを消す念押し */
    }

    .team .slick-dots li {
        /* ★修正：li自体の幅を固定して左右のマージンを均等にする */
        width: 20px !important; 
        height: 20px !important;
        margin: 0 !important; /* li同士の隙間はwidthで確保するので0に */
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .team .slick-dots li button {
        background: #ccc !important;
        width: 10px !important;
        height: 10px !important;
        border-radius: 50% !important;
        font-size: 0 !important;
        border: none !important;
        /* ★追記：ボタン特有の余白を完全に消す */
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
        text-indent: -9999px !important;
        overflow: hidden !important;
        color: transparent !important;
    }

    .team .slick-dots li.slick-active button {
        background: #B9AA96 !important;
    }

    .workstyle-inner{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 12px;
        align-items: start;
    }

    .workstyle-item{
        width: auto;
    }

    .workstyle-inner img{
        width: 100%;
        height: auto;
        max-width: 114px;
        margin: 0 auto;
        display: block;
        object-fit: contain;
    }

    .workstyle-item p{
        font-size: 14px;
        margin-top: 8px;
    }

    .workenvironment .section-lead{
        font-size: 18px;
    }

    .workenvironment{
        padding: 40px 0 40px;
    }

    .positions{
        padding: 40px 0 40px;
    }

    .positions .section-lead{
        font-size: 24px;
    }

    .job-logo{
        display: none;
    }

    .job-grid{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .job-grid li{
        width: 100%;
    }

    .job-grid img{
        width: 100%;
        max-width: 260px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .hiringprocess{
        height: auto;
        min-height: unset;
        overflow: visible;
    }

    .positions{
        height: auto;
        overflow: visible;
        padding-bottom: 40px;
    }

    .process-desktop{
        display: none;
    }

    .process-mobile{
        display: block;
        gap: 24px;
        margin-top: 24px;
        padding: 0;
        list-style: none;
    }

    .process-item{
        display: flex;
        gap: 30px;
        align-items: flex-start;
        position: relative;
        margin-bottom: 24px;
    }

    .process-icom{
        position: relative;
        flex: 0 0 56px;
    }

    .process-icom img{
        width: 97px;
        height: 89px;
        display: block;
        margin-bottom: 61px;
    }

    .process-step .process-text{
        margin: 0;
    }

    .process-body{
        flex: 1;
    }

    .process-step{
        margin: 0;
        font-size: 24px;
        letter-spacing: .08em;
        color: #4A453F;
    }

    .process-text{
        margin: 0;
        font-size: 14px;
        line-height: 1.8;
        color: #8C857C;
    }

    .entry{
        height: auto;
        padding-top: 0;
        background: none;
        padding-bottom: 0px;
    }

    .entry-inner{
    position: relative;
    height: 170px;
    min-height: 170px;
    overflow: hidden;
    }

    .entry-inner .entry-title{
        position: absolute;;
        color: #4A453F;
        font-size: 20px;
    }


    /* 文字＆ボタン（上に乗せる） */
    .entry-overlay{
    position: absolute;
    inset: 0;
    z-index: 2;          /* 画像より前 */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;  /* 下寄せ */
    align-items: center;
    text-align: center;
    padding: 0 12px 12px;
    gap: 6px;
    }

    /* 見出し＆リード */
    .entry-title{
    white-space: nowrap;
    font-size: clamp(14px,4.2vw,20px);
    margin: 0;
    }
    .entry .entry-lead{
    white-space: nowrap;
    font-size: clamp(14px,4.2vw,15px);
    margin: 0;
    }
    /*画像 */
    .entry-bg{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        z-index: 0;
    }

    .entry-title,.entry-lead,.footer-buttons{
        position: static!important;
        transform: none !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
    }

    /* ボタン */
    .footer-buttons{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 6px 0;
    }

    .header-btn,
    .header-btn-entry{
    font-size: 14px;
    font-weight: 600;
    padding: 6px 6px;
    width: 100px;
    height: 27px;
    }

    .footer{
        padding: 16px  0 16px;
        height: auto;
    }

    .ection-inner footer-inner{
        display: block;
    }

    .footer-inner{
        padding-bottom: 24px;
        align-items: center;
        flex-direction: column;
    }
    .footer-links{
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        text-align: center;
        font-size: 14px;
    }

    .footer-note {
        display: block !important;
        visibility: visible !important;
        text-align: center !important; /* 中央寄せ */
        margin: 10px 0 0 !important;
        font-size: 14px !important;
        color: #4A453F !important; /* ★文字色を濃くしてはっきり見せる */
        width: 100% !important;
        padding-bottom: 20px !important;
        position: relative !important;
        z-index: 1 !important;
    };
    

    .sticky-cta .is-show{
        opacity: 1;
        pointer-events: auto;
    }

    .sticky-cta{
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        justify-content: center;
        gap: 12px;
        background-color: #F6F1EA;
        padding: 10px 16px;
        z-index: 999;
        box-sizing: border-box;
    }

    .sticky-cta a{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 6px 0;
    box-shadow: 0 2px 3px #E6DCD0;

    }

    .sticky-cta a:active{
        transform: translateY(2px);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    }













    }






