@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

a:hover {
    opacity: 0.8;
}

body {
    font-size: 16px;
    line-height: 1.7;
    color: #3C2D25;
    font-family: "Noto Sans JP", serif;
    letter-spacing: 0.05em;
}

img {
    max-width: 100%;
}

.wrap {
    overflow: hidden;
}

.parent {
    padding: 0 5vw;
}

.child {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.tb-br,
.sp-br {
    display: none;
}

.pc-br {
    display: block;
}

    /*<div class="title-wrap">*/
.title-wrap {
    margin-bottom: 64px;
    text-align: center;
}

.title-img {
    max-width: 100px;
    width: 100%;
}

.title-wrap h2 {
    font-size: 32px;
}

    /*<div class="btn-wrap">*/
.btn-wrap {
    text-align: center;
    margin-top: 48px;
}

.btn {
    background-color: #E67619;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50vh;
    margin: 0 auto;
    font-weight: 600;
}
/*終わり*/


/*<header class="header">*/
.header {
    background-color: #E67619;
    color: #fff;
    width: 100%;
    height: 80px;
    font-weight: 600;
}

.header-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav ul {
    display: flex;
    align-items: center;
    gap: clamp(16px, 32vw / 13.00, 32px);
    font-size: clamp(14px, 16vw / 13.00, 16px);
}

.h-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #fff;
    color: #E67619;
    padding: 4px 16px;
    border-radius: 50vh;
}
/*終わり*/


/*<section class="fv">*/
.fv {
    width: 100%;
    height: calc(100vh - 80px);
    background-image: url(../img/fv.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}

.fv-in {
    position: relative;
    width: 100%;
    height: 100%;
}

.fv-txt-wrap {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fv-h1 {
    font-family: "Noto Serif JP", serif;
    color: #E67619;
    font-weight: 600;
    font-size: 56px;
    line-height: 1.4;
}

.fv-txt {
    font-weight: 600;
    font-size: 18px;
}

.fv-contact-wrap {
    position: relative;
    max-width: 240px;
    width: 100%;
    font-weight: 600;
    margin-top: 24px;
}

.fv-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E67619;
    color: #fff;
    padding: 8px 16px;
    gap: 8px;
    border-radius: 50vh;
}

.fv-contact-txt {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    width: 80%;
    text-align: center;
    background-color: #fff;
    color: #E67619;
    font-size: 14px;
    border-radius: 50vh;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.fv-contact-txt::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
}

.fv-contact-wrap-sp {
    display: none;
}
/*終わり*/


/*<section class="message">*/
.message {
    padding: 80px 5vw;
}

.message-in {
    text-align: center;
}

.message-h2 span {
    position: relative;
    color: #E67619;
}

.marker {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.message-txt-02 {
    margin-top: 24px;
}

.message-btn {
    max-width: 320px;
    width: 100%;
}
/*終わり*/


/*<section class="merit">*/
.merit {
    padding: 80px 5vw;
    background-image: url(../img/merit_back.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    color: #fff;
}

.merit-in {
    max-width: 1300px;
}

.merit-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}

.merit-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 20%;
    margin-bottom: 40px;
}

.merit-con-icon {
    max-width: 180px;
    width: 100%;
}

.merit-con-title {
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.merit-con-txt {
    font-size: 14px;
    margin-top: 16px;
}
/*終わり*/


/*<section class="voice">*/
.voice {
    padding: 80px 5vw;
    background-image: url(../img/voice_back.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}

.voice-wrap-01 {
    background-color: #FFF9F1;
    padding: 40px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.voice-img-wrap {
    width: 20%;
}

.voice-member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voice-txt-wrap {
    width: 77%;
}

.voice-txt-bold {
    font-weight: 600;
    font-size: 18px;
}

.voice-dl {
    width: 100%;
    margin-top: 16px;
}

.voice-dl dt {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E67619;
    background-color: #fff;
    margin-top: 8px;
    border-bottom: solid 1px #FFE7C8;
    padding: 8px;
    border-radius: 4px 4px 0 0;
    font-weight: 600;
}

.voice-dl dd {
    background-color: #fff;
    padding: 8px;
    border-radius: 0 0 4px 4px;
}

.voice-flex {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.voice-wrap-02 {
    width: 48%;
    padding: 16px;
    background-color: #FFF9F1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.voice-img-wrap-02 {
    width: 40%;
}

.voice-flex-txt {
    width: 55%;
    font-size: 14px;
    font-weight: 600;
}
/*終わり*/


/*<section class="job">*/
.job {
    padding: 80px 5vw;
    background-image: url(../img/job_back.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}

.common-txt-wrap {
    background-color: #FFF9F1;
    padding: 40px 64px;
}

.common-h3 {
    color: #E67619;
    font-size: 18px;
}

.common-txt-con {
    margin-top: 24px;
}

.common-bold-txt {
    font-weight: 600;
    margin-bottom: 8px;
}

.common-txt-flex {
    font-size: 14px;
    padding-left: 16px;
}

.common-txt-flex p {
    position: relative;
    margin-top: 4px;
}

.common-txt-flex p::before {
    content: '・';
    font-size: 18px;
    color: #E67619;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.common-txt-flex .common-txt-flex-bold {
    color: #222;
    font-weight: 600;
}

.job-con {
    margin-top: 64px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.job-img-wrap {
    width: 30%;
    height: 240px;
}

.member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-con-txt-wrap {
    width: 67%;
}

.job-con-h3 {
    color: #E67619;
    font-size: 20px;
}

.job-txt-lead {
    margin-top: 16px;
}

.job-con-detail-title {
    padding: 16px 0 4px 0;
    font-weight: 600;
}

.job-con-detail-txt {
    font-size: 14px;
    padding-left: 16px;
}

.job-con-detail-txt p {
    position: relative;
    margin-top: 4px;
}

.job-con-detail-txt p::before {
    content: '・';
    font-size: 18px;
    color: #E67619;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.job-con-ability-txt {
    font-size: 14px;
}
/*終わり*/


/*<section class="flow">*/
.flow {
    padding: 80px 5vw;
}

.flow-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.flow-con {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.flow-num-pc {
    font-weight: 600;
}

.flow-num-sp {
    display: none;
}

.flow-icon {
    max-width: 160px;
    width: 100%;
}

.flow-arrow {
    width: calc(4% / 3);
}

.flow-txt {
    font-weight: 600;
}

.flow-btn-wrap {
    margin-top: 64px;
}

.flow-btn {
    max-width: 320px;
    width: 100%;
}
/*終わり*/


/*<footer class="footer">*/
.footer {
    padding: 40px 5vw 16px 5vw;
    background-color: #3C2D25;
    color: #fff;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.footer-con-01 {
    display: flex;
    flex-direction: column;
    width: 50%;
    font-size: 14px;
}

.footer-logo {
    font-size: 24px;
    font-weight: 600;
}

.footer-address,
.footer-tel,
.footer-time {
    margin-top: 16px;
}

.footer-con-02 {
    width: 25%;
}

.footer-con-03 {
    width: 20%;
}

.footer-ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
}

.copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 64px;
    color: #D9D9D9;
}

.footer-btn-wrap {
    margin-top: 24px;
}

.footer-btn {
    max-width: 200px;
    width: 100%;
    margin-left: 0;
    font-size: 14px;
}

.footer-btn .orange-arrow {
    max-width: 16px;
    width: 100%;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    /*<div class="title-wrap">*/
    .title-wrap {
        text-align: center;
    }
    
    .title-img {
        max-width: 80px;
    }
    
    .title-wrap h2 {
        font-size: 24px;
    }
    
    .pc-br,
    .sp-br {
        display: none;
    }

    .tb-br {
        display: block;
    }
/*終わり*/  
  

/*<header class="header">*/
    .header {
        padding: 24px 5vw;
        position: fixed;
        width: 100%;
        height: 100px;
        background-color: inherit;
        z-index: 50;
    }

    .header-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .header-logo {
        width: 50%;
        color: #E67619;
        font-size: 18px;
        position: relative;
        z-index: 60;
    }

    .header-site-menu {
        position: relative;
        width: 50%;
        height: 100%;
        margin-top: 0;
    }

    /*ハンバーガーボタン*/
    .hamburger {
        display: block;
        z-index: 999;
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        z-index: 50;
    }

    .hamburger::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        background-color: #fff;
    }    

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        left: 6px;
        background: #E67619;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 12px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 28px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 20px;
        left: 6px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 20px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    .header-nav {
        position: fixed;
        z-index: 50;
        top: 0;
        right: 0;
        background-color: #fff;
        text-align: center;
        transform: translateX(130%);
        transition: all 0.5s;
        width: 100%;
        height: 100vh;
        opacity: 0;
    }

    .header-nav ul {
        width: 100%;
        margin: 0 auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 5vw;
        gap: 64px;
        z-index: 50;
    }

    .header-nav ul li {
        list-style-type: none;
        display: block;
        max-width: none;
        width: 100%;
        font-size: 24px;
        color: #E67619;
    }

    .header-nav ul li a {
        display: block;
        width: 100%;
    }

    .header-nav ul li .h-contact {
        display: flex;
        border: solid 2px #E67619;
        color: #E67619;
        gap: 16px;
        max-width: 320px;
        width: 100%;  
        margin: 0 auto;  
    }

    /* このクラスを、jQueryで付与・削除する */
    .header-nav.active {
        transform: translateX(0%);
        opacity: 1;
    }
/*終わり*/ 


/*<section class="fv">*/
    .fv {
        height: 60vh;
    }

    .fv-h1 {
        font-size: 40px;
        font-size: clamp(32px, 40vw / 10.24, 40px);
    }
    
    .fv-txt {
        font-weight: 600;
        font-size: 16px;
    }
/*終わり*/ 


/*<section class="message">*/
    .message-in {
        text-align: left;
    }

    .marker {
        bottom: -18px;
    }    

    .message-txt-02 {
        margin-top: 24px;
    }
/*終わり*/


/*<section class="merit">*/
    .merit-flex {
        display: block;
    }

    .merit-con {
        flex-direction: row;
        justify-content: left;
        gap: 40px;
        width: 100%;
    }
    
    .merit-con-icon {
        max-width: 160px;
    }
    
    .merit-con-title {
        height: auto;
        display: block;
        font-size: 20px;
        text-align: left;
    }

    .merit-con-txt {
        font-size: 16px;
        margin-top: 8px;
    }    
/*終わり*/


/*<section class="voice">*/
    .voice-img-wrap {
        width: 100%;
        text-align: center;
        padding: 40px;
    }

    .voice-member-img {
        width: 50%;
        height: auto;
        object-fit: cover;
    }

    .voice-txt-wrap {
        width: 100%;
        margin-top: 40px;
    }

    .voice-dl dt {
        padding: 12px 16px;
    }
    
    .voice-dl dd {
        padding: 12px 16px;
    }   
    
    .voice-wrap-02 {
        width: 100%;
        padding: 24px;
    }

    .voice-wrap-02:nth-child(2) {
        margin-top: 40px;
    }
    
    .voice-img-wrap-02 {
        width: 30%;
    }

    .voice-member-img-02 {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .voice-flex-txt {
        width: 65%;
        font-size: 16px;
    }
/*終わり*/


/*<section class="job">*/
    .common-txt-wrap {
        padding: 24px;
    }
 
    .job-con {
        display: block;
        border-bottom: solid 1px #f1f1f1;
        padding-bottom: 64px;
    }

    .job-con:last-child {
        padding-bottom: 0;
    }
    
    .job-img-wrap {
        width: 100%;
        height: auto;
        text-align: center;
    }
    
    .member-img {
        width: 60%;
        object-fit: cover;
    }
    
    .job-con-txt-wrap {
        width: 100%;
        margin-top: 40px;
    }
/*終わり*/


/*<section class="flow">*/
    .flow-con {
        width: 20%;
    }

    .flow-icon {
        max-width: 120px;
    }
    
    .flow-arrow {
        width: calc(8% / 3);
    }    

    .flow-txt {
        text-align: center;
        font-size: 14px;
        flex-grow: 1;
    }    
/*終わり*/


/*<footer class="footer">*/
    .footer-flex {
        flex-direction: column;
    }

    .footer-con-01 {
        width: 100%;
        font-size: 16px;
    }
    
    .footer-con-02 {
        width: 100%;
        margin-top: 40px;
    }
    
    .footer-con-03 {
        width: 100%;
        margin-top: 12px;
    }
    
    .footer-ul {
        font-size: 16px;
    }    

    .footer-btn {
        max-width: 240px;
        font-size: 16px;
    }
/*終わり*/

}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    /*<div class="title-wrap">*/
    .title-wrap {
        margin-bottom: 48px;
    }
    
    .title-wrap h2 {
        font-size: 20px;
    }

    .pc-br,
    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
/*終わり*/  


/*<header class="header">*/
    .header {
        height: 80px;
    }

    .header-logo {
        width: 60%;
        font-size: 16px;
    }

    .header-site-menu {
        width: 40%;
    }

    /*ハンバーガーボタン*/
    .hamburger::before {
        width: 56px;
        height: 56px;
    }    

    .hamburger span {
        height: 2px;
    }

    .header-nav ul {
        gap: 40px;
    }

    .header-nav ul li {
        font-size: 16px;
    }

    .header-nav ul li .h-contact {
        max-width: 240px;
        width: 100%;  
        margin: 0 auto;  
    }

    .header-nav ul li .h-contact .white-arrow {
        max-width: 16px;
        width: 100%;
    }
/*終わり*/  


/*<section class="fv">*/
    .fv {
        position: relative;
        height: 90vh;
        background-image: url(../img/fv_sp.webp);
    }

    .fv-in {
        display: flex;
        flex-direction: column;
    }

    .fv-txt-wrap {
        top: 70%;
        width: 100%;
    }    

    .fv-h1 {
        font-size: 32px;
        text-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .fv-txt {
        text-shadow: 0 0 16px #fff;
    }    
    
    .fv-contact-wrap-pc {
        display: none;
    }

    .fv-contact-wrap-sp {
        display: block;
        position: absolute;
        bottom: -24px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); 
        max-width: 320px;
        width: 100%;       
    }
    
    .fv-contact-wrap-sp .fv-contact {
        width: 100%;
        padding: 12px 16px;
    }

    .fv-contact-wrap-sp .fv-contact-txt {
        width: 70%;
        top: -16px;
    }
/*終わり*/  


/*<section class="message">*/
    .message {
        padding: 80px 5vw 64px 5vw;
    }
/*終わり*/  


/*<section class="merit">*/
    .merit {
        padding: 64px 5vw;
    }

    .merit-con {
        gap: 16px;
    }

    .merit-con-icon {
        max-width: 80px;
    }
    
    .merit-con-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .merit-con-txt {
        font-size: 14px;
        line-height: 1.4;
    }    
/*終わり*/  


/*<section class="voice">*/
    .voice {
        padding: 64px 5vw;
    }

    .voice-wrap-01 {
        padding: 24px 16px;
    }    

    .voice-img-wrap {
        padding: 0;
    }

    .voice-member-img {
        width: 50%;
    }

    .voice-txt-wrap {
        margin-top: 24px;
    }

    .voice-txt-bold {
        font-size: 16px;
    }  
    
    .voice-dl dt {
        padding: 8px 12px;
        font-size: 14px;
        margin-top: 12px;
    }
    
    .voice-dl dd {
        padding: 8px 12px;
        font-size: 14px;
    }   

    .voice-wrap-02 {
        padding: 16px;
    }

    .voice-img-wrap-02 {
        width: 100%;
        text-align: center;
    }
    
    .voice-flex-txt {
        width: 100%;
        font-size: 14px;
        margin-top: 16px;
    }
/*終わり*/  


/*<section class="job">*/
    .job {
        padding: 64px 5vw;
    }

    .common-txt-wrap {
        padding: 24px 16px;
    }

    .common-txt-flex p {
        margin-top: 8px;
    }  

    .job-con {
        margin-top: 48px;
        padding-bottom: 48px;
    }    
    
    .member-img {
        width: 100%;
    }

    .job-con-txt-wrap {
        margin-top: 24px;
    }

    .job-con-h3 {
        font-size: 18px;
    }

    .job-txt-lead {
        font-size: 14px;
    }  
    
    .job-con-detail-title {
        padding: 24px 0 0 0;
    }    
    
    .job-con-detail-txt p {
        margin-top: 8px;
    }    
/*終わり*/  


/*<section class="flow">*/
    .flow {
        padding: 64px 5vw;
    }

    .flow-flex {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }    

    .flow-con {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: left;
    }
    
    .flow-num-sp {
        display: block;
        font-weight: 600;
        font-size: 12px;
    }
    
    .flow-num-pc {
        display: none;
    }

    .flow-icon-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .flow-icon {
        max-width: 80px;
    }
    
    .flow-arrow {
        max-width: 12px;
        width: 100%;
        transform: rotate(90deg);
    }
    
    .flow-txt {
        font-size: 16px;
    }   
    
    .flow-btn-wrap {
        margin-top: 48px;
    }    
/*終わり*/


/*<footer class="footer">*/
    .footer-con-01 {
        font-size: 14px;
    }

    .footer-logo {
        font-size: 18px;
    }
    
    .footer-address,
    .footer-tel,
    .footer-time {
        margin-top: 8px;
    }    

    .footer-ul {
        font-size: 14px;
    }    

    .footer-btn {
        max-width: 320px;
        margin: 0 auto;
    }
/*終わり*/

}