@charset "UTF-8";

:root {
    --main-color: #FE985D;
    --sub-color: #105412;
    --odd-bg-color: #FFFEEC;
    --circle2-color: #247727;
    --circle3-color: #3ea541;
    --circle4-color: #53be57;
    --footer-bg-color: #7E6253;
}

html {
    font-size: 100%;
}

body {
    font-family: 'Yu Mincho';
}

a {
    text-decoration: none;
}

.el_lv1heading {
    font-size: 3rem;
}

.el_lv2heading {
    font-size: 2.5rem;
    font-weight: bold;
}

.el_underBar_lv2heading {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    background: linear-gradient(transparent 1.1em, var(--main-color) 0, var(--main-color) calc(1.1em + 8px), transparent 0);
}

ul {
    list-style: none;
}

.el_beforeIcon {
    font-size: 2rem;
    font-weight: bold;
}

.el_beforeIcon::before {
    display: inline-block;
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}

.el_beforeIcon.el_beforeIcon__company::before {
    content: '\f6bb';
    color: var(--main-color);
}

.el_beforeIcon.el_beforeIcon__companyWhite::before {
    content: '\f6bb';
    color: #fff;
}

.el_afterBtn {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    padding: 20px 10px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
    color: #fff;
    position: relative;
}

.el_afterBtn:focus,
.el_afterBtn:hover {
    background-color: #fff;
    border-color: currentColor;

    color: var(--main-color);
}

.el_afterBtn_chevRight::after {
    content: '';
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-70%);
    position: absolute;
    top: 50%;
    right: 13%;
}

.el_afterBtn_chevRight:focus::after,
.el_afterBtn_chevRight:hover::after {
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
}

.ly_chart {
    display: flex;
    align-items: center;
}

.ly_chart_cont {
    width: 50%;
    height: auto;
}

.hp_sp_br {
    display: none;
}

/* header
-----------------------------------*/
.ly_header {
    width: 100%;
}

.ly_header a {
    color: #000;
}

.ly_header_inner {
    padding: 10px 4.1666%;
}

.bl_headerCont {
    display: flex;
    justify-content: space-between;
}

.ly_headerNav {
    padding-top: 10px;
}

.bl_headerNav > .el_beforeIcon {
    display: none;
}

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

.bl_headerNav_link {
    display: inline-block;
    padding-right: 26px;
    padding-left: 26px;
    font-size: 1.125rem;
    font-weight: bold;
    border: none;
}

.bl_headerNav_link:hover {
    opacity: .7;
}

.bl_headerNav_link.is_active {
    border-bottom: 3px solid var(--main-color);
}

/* mainvisual
----------------------------*/
.bl_MV {
    margin-bottom: 48px;
}

.bl_MV_inner {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.ly_MV_cont {
    position: absolute;
    top: 25vh;
    left: 10vw;
    width: 800px;
    height: 320px;
    padding: 30px 60px;
}

.bl_MV_cont {
    display: block;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0px 20px 20px #00000029;
    opacity: 0;
    z-index: 1;
}

.bl_MV_cont_ttl {
    margin-bottom: 10px;
}

.bl_MV_cont_txt {
    margin-bottom: 16px;
    font-size: 1rem;
}

.bl_MV_img img {
    object-fit: cover;
}

/* recruit
----------------------------*/
.bl_recruit {
    margin-bottom: 60px;
    background-color: var(--odd-bg-color);
    padding: 80px 12.75%;
}

.bl_recruit_inner {
    justify-content: flex-start;
}

.bl_recruit_cont {
    margin-right: 10%;
    opacity: 0;
}

.bl_recruit_ttl {
    margin-bottom: 20px;
}

.bl_recruit_chart {
    width: 40%;
    opacity: 0;
}

.ct-series-a .ct-bar {
    stroke: var(--sub-color);
}

.ct-bar {
    stroke-width: 10%;
}

.bl_recruit_chart_txt {
    width: 100%;
    text-align: center;
}


/* staffRate
-------------------------------*/
.bl_staffRate {
    margin-bottom: 60px;
    padding: 80px 12.75%;
}

.bl_staffRate_inner {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.bl_staffRate_cont {
    margin-left: 10%;
    opacity: 0;
}

.bl_staffRate_ttl {
    margin-bottom: 20px;
}

.bl_staffRate_chart {
    width: 27.08vw;
    opacity: 0;
}

.bl_staffRate_chart.ct-label {
    font-size: 1.5rem;
    fill: #fff;
}

.ct-series-a .ct-slice-pie {
    fill: var(--sub-color);
}

.ct-series-b .ct-slice-pie {
    fill: var(--circle2-color);
}

.ct-series-c .ct-slice-pie {
    fill: var(--circle3-color);
}

.ct-series-d .ct-slice-pie {
    fill: var(--circle4-color);
}

/* message
-------------------------------*/
.bl_message {
    width: 100%;
    height: 640px;
    background: url(../images/message.jpeg) no-repeat center 25% / cover;
}

.bl_message_inner {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-70%);
}

.bl_message_txt {
    margin-bottom: 95px;
    text-align: center;
    opacity: 0;
}

.bl_message_btn {
    opacity: 0;
}

/* footer
-------------------------------*/
.bl_footer {
    width: 100%;
    height: 320px;
    background-color: var(--footer-bg-color);
}

.bl_footer a {
    color: #fff;
}

.bl_footer_inner {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-60%);
}

.bl_footer_menu {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.bl_footer_menu_link {
    display: inline-block;
    padding-right: 26px;
    padding-left: 26px;
}

.bl_footer_menu_link:hover {
    opacity: .7;
}

@media screen and (max-width: 1000px) {
    .hp_sp_br {
        display: block;
    }

    .bl_MV_inner {
        flex-direction: column-reverse;
        height: auto;
        position: unset;
    }

    .ly_MV_cont {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 30px 8vw;

    }

    .bl_MV_cont {
        border: none;
        border-radius: 0;
        box-shadow: none;
        text-align: center;
    }

    .bl_MV_cont_txt {
        text-align: left;
    }

    .bl_MV_img img {
        width: 100%;
        height: auto;
    }

    .bl_recruit {
        padding: 80px 8vw;
    }
    .bl_recruit_inner {
        flex-direction: column;
    }

    .bl_recruit_cont {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .bl_recruit_txt {
        text-align: left;
        margin-bottom: 40px;
    }

    .bl_recruit_chart {
        width: 100%;
    }

    .bl_staffRate {
        padding: 80px 8vw;
    }

    .bl_staffRate_inner {
        flex-direction: column;
    }

    .bl_staffRate_cont  {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .bl_staffRate_txt {
        text-align: left;
        margin-bottom: 40px;
    }

    .bl_staffRate_chart {
        width: 100%;
    }

    .bl_message {
        padding: 0 8vw;
    }
}

@media screen and (max-width: 800px) {
    .el_lv2heading {
        font-size: 2rem;
    }

    /* ナビゲーションをハンバーガーメニューに変更 */
    .bl_hamburger {
        display: block;
        width: 70px;
        height: 70px;
        background-color: var(--main-color);
        border: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
    }
    
    .bl_hamburger.is_active .el_hamburgerLine {
        transform: rotate(45deg);
    }
    
    .bl_hamburger.is_active .el_hamburgerLine::before {
        top: 0;
        transform: rotate(-90deg);
    }
    
    .bl_hamburger.is_active .el_hamburgerLine::after {
        top: 0;
    }
    
    .el_hamburgerLine {
        display: block;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 20%;
        width: 46px;
        background-color: #fff;
        transition: 0.4s;
    }
    
    .el_hamburgerLine:before,
    .el_hamburgerLine:after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        background-color: #fff;
        transition: inherit;
    }
    
    .el_hamburgerLine:before {
        top: -14px;
    }
    
    .el_hamburgerLine:after {
        top: 14px;
    }

    .bl_headerNav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        height: 100vh;
        width: 100vw;
        visibility: hidden;
        background-color: var(--main-color);
        padding: 10px 4.1666%;
    }
    
    .bl_headerNav.is_active {
        visibility: visible;
    }

    .bl_headerNav > .el_beforeIcon {
        display: inline-block;
    }

    .bl_headerNav a {
        color: #fff;
    }

    .bl_headerNav_inner {
        flex-direction: column;
    }

    .bl_headerNav_link {
        padding: 16px 0;
    }
}

@media screen and (max-width: 600px) {
    .el_lv1heading {
        font-size: 2.5rem;
    }

    .el_underBar_lv2heading {
        font-size: 2rem;
    }

    .bl_footer_inner {
        transform: translateY(-50%);
    }

    .bl_footer_menu {
        flex-direction: column;
        margin-top: 24px;
    }

    .bl_footer_menu_link {
        padding: 0 0 16px;
    }
}





