@charset "UTF-8";
@import url("https://use.typekit.net/zxg0pxv.css");

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Noto Serif JP", serif;
}

body {
    height: auto;
    overflow-x: hidden;
    font-family: "Noto Serif JP", serif;
}


/* ヘッダー */
/* 流れるテキスト */
.loop_wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 20px;
    background-color: #D5C8BC;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    font-family: 'Noto Serif JP', sans-serif;
}

.loop_area {
    display: flex;
    animation: loop-slide 75s infinite linear 1s both;
    list-style: none;
    margin: 0;
    padding: 0;
}

.loop_area .content {
    width: 1500px;
}

@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}

@media screen and (max-width: 900px) {

    .loop_wrap {
        height: 15px;
        font-size: 10px;
    }

    .loop_area .content {
        width: 350px;
    }

}


.header {
    width: 100%;
    height: 94px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
}

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 25px;
    border-bottom: 1px solid #CBBBAC;
}

.header_logo {
    display: flex;
}

.header_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 73px;
    font-family: 'Noto Serif JP', sans-serif;
}

.header_nav_list,
.header_nav_snslist {
    display: flex;
    gap: 25px;
}

.header_nav_list {
    font-size: 14px;
}

.header_nav_snslist {
    margin: 0 0 0 30px;
}

.header_btn {
    padding: 16px 8px;
    background-color: #CBBBAC;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 0 0 0 30px;
}

.header_btn_text {
    margin: 10px 0 0 0;
} 


/* ハンバーガーメニュー */
@media screen and (max-width: 1024px) {

    .header {
        height: 65px;
    }

    .header_logo img {
        width: 130px;
    }

    .header_top {
        height: 50px;
    }

    .header_nav {
        position: fixed;
        top: 10px;
        right: -100%;
        transition: .5s;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #eee;
        min-height: 100vh;
        min-width: 60%;
        padding: 20px 70px 20px 20px;
        line-height: 1.8;
        transition: all .4s;
        transform: translateX(100%);
        display: block;
    }

    .header_nav a {
        display: block;
    }

    .header_nav.active {
        transform: translateX(0);
    }

    .header_nav_list {
        display: block;
    }

    .header_nav_list li{
        line-height: 45px;
        border-bottom: 1px solid #A09388;
        padding: 0 0 0 5px;
    }

    .header_nav_snslist {
        margin: 0;
        padding: 20px 0;
        display: flex;
        position: relative;
        left: 1px;
        gap: 28px;
    }

    .header_btn {
        margin: 0;
        padding: 15px 0;
        border-radius: 3px;
    }

    .init_buttom {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .header_btn_text {
        margin: 0;
    }

    .header_hamburger {
        position: fixed;
        top: 24px; 
        right: 15px;
        z-index: 9999;
        width: 25px;
        height: 30px;
    }

    .header_hamburger span {
        position: absolute;
        top: 20%;
        width: 100%;
        border-top: 2px solid #CBBBAC;
        transform-origin: center;
        transition: all .4s;
    }

    .header_hamburger span:nth-of-type(2) {
        top: 50%;
    }

    .header_hamburger span:nth-of-type(3) {
        top: 80%;
    }
    
    .header_hamburger.active span {
        border-color: #CBBBAC;
        transform: rotate(45deg);
        top: 50%;
    }

    .header_hamburger.active span:nth-of-type(2) {
        transform: none;
        opacity: 0;
    }

    .header_hamburger.active span:nth-of-type(3) {
        transform: rotate(-45deg);
    }

} 

@media screen and (max-width: 480px) {

    .header_nav {
        padding: 20px;
    }

    .header_top {
        padding: 0 0 0 15px;
    }

    .header_nav_list,
    .header_btn {
        font-size: 13px;
    }
    
}



/* 採用情報 */
.recruitment {
    margin: 150px 80px 0;
    padding: 0 24px;
}

.recruitment_title {
    font-size: 30px;
    background: linear-gradient(transparent 70%, #E6DDD5 40%);
    padding: 0 4px;
}

.recruitment h1 {
    text-align: center;
}

.recruitment_no {
    font-size: 35px;
    color: #807469;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 500;
    border-top: 1px solid #807469;
    border-bottom: 1px solid #807469;
    padding: 40px 0;
    width: 640px;
    margin: 50px auto 0;
}

.recruitment_text {
    text-align: center;
    margin: 40px 0;
    line-height: 56px;
    letter-spacing: 2px;
}

/* 事業紹介ボタン */
.btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 70px;
    font-weight: bold;
    width: 280px;
    color: #CBBBAC;
    letter-spacing: 2px;
    border: 2px solid #CBBBAC;
    transition: 0.3s;
    margin: 0 auto;
}
  
.btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #CBBBAC;
    border-right: 2px solid #CBBBAC;
    transform: rotate(45deg);
}
  
/* .btn a:hover {
    text-decoration: none;
    background-color: #bbbbbb;
} */

@media screen and (max-width: 1024px) {

    .recruitment {
        margin: 150px 0 0;
    }
    
}

@media screen and (max-width: 768px) {

    .recruitment {
        margin: 100px 0 0;
    }

    .recruitment_title {
        font-size: 24px;
    }

    .recruitment_no {
        font-size: 24px;
        padding: 30px 0;
        width: 400px;
        margin: 40px auto 0;
    }

    .recruitment_text {
        font-size: 14px;
        line-height: 40px;
        margin: 20px 0;
    }
    
}

@media screen and (max-width: 480px) {

    .recruitment_no {
        font-size: 18px;
        width: 300px;
        padding: 20px 0;
        margin: 30px auto 0;
    }

    .recruitment_text_span {
        display: inline-block;
    }
    
}


/* フッター */
.footer {
    display: flex;
    padding: 30px 0;
    margin: 120px 50px 0;
    border-top: 1px solid #CBBBAC;
    justify-content: center;
}

.footer_context {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.footer_group {
    display: grid;
    grid-template-columns: repeat(auto-fit, 120px);
    gap: 5px 10px;
    justify-content: center;
}

.footer_title {
    font-size: 14px;
    font-weight: bold;
}

.footer_li {
    padding: 10px 0;
    width: 140px;
    font-size: 12px;
    font-family: 'Noto Serif JP', sans-serif;
}

/* 下 */
.logo_sns_group {
    display: flex;
    gap: 50px;
    align-items: center;
    color: #fff;
    background-color: #CBBBAC;
    padding: 50px;
}

.logo_sns_ul {
    padding: 20px 0 0;
}

.logo_sns_li {
    display: flex;
    gap: 30px;
}

.footer_mail {
    color: #000;
}

.footer_text {
    padding: 5px 0;
    color: #000;
    font-size: 12px;
    text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
    background-color: #D5C8BC;
}



@media screen and (max-width: 768px) {

    .footer {
        margin: 70px 24px 0;
    }

    .footer_context {
        flex-wrap: wrap;
        gap: 40px;
    }
    
    .footer_title {
        font-size: 16px;
    }

    .footer_mail {
        font-size: 14px;
    }

    .footer_li {
        font-size: 12px;
        padding: 8px 0;
    }
    
    .footer_text {
        font-size: 10px;
    }
    
    .footer_title {
        font-size: 14px;
    }

    .logo_sns_group {
        display: block;
        text-align: center;
    }

    .logo_sns_ul {
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }

}

@media screen and (max-width: 480px) {

    .footer {
        margin: 70px 0 0;
    }
}