@charset "UTF-8";
/* CSS Document */
/*=====pc・sp　on/off===========================*/
.pc {
    display: block;
}
.pc-tb {
    display: block;
}
.sp {
    display: none;
}
.tb {
    display: block;
}
.sp-tb {
    display: none;
}
.tb-b {
    display: none;
}
.br-pc {
    display: block;
}
.br-sp {
    display: none;
}
.br-tb {
    display: block;
}
.br-tb-pc {
    display: none;
}
.br-tb-none {
    display: block;
}
/*レンタル*/
.br-ren {
    display: none;
}
.br-ren-pc {
    display: block;
}
/*==============Googlefont==============*/
.anton-sc-regular {
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.zen-kaku-gothic-new-medium {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.zen-kaku-gothic-new-bold {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/*==============*共通==============**/
body {
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New";
    font-size: 100%;
    line-height: 180%;
}
a {
    text-decoration: none;
}
p {
    margin: 0;
}
/*セクションwrap*/
.sec-wrap {
    width: 100%;
    margin: 100px auto 0;
}
/*マーカー*/
.marker {
    background: linear-gradient(transparent 60%, #F8E784 60%);
}
/*▶︎ボタン*/
.triangle-btn_w, .triangle-btn_g, .triangle-btn_y {
    display: block;
    height: 0;
    width: 0;
    bottom: 8px;
    right: 8px;
    border-left: 10px solid transparent;
    transition: all 0.3s;
}
.triangle-btn_w {
    position: absolute;
    border-bottom: 10px solid #fff;
}
.triangle-btn_g {
    position: relative;
    bottom: -14px;
    right: 0px;
    border-bottom: 10px solid #3B5F28;
}
.triangle-btn_y {
    position: relative;
    bottom: -14px;
    right: 0px;
    border-bottom: 10px solid #F8E784;
}
.triangle-btn-top_g {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 14px solid #555555;
    border-top: 0;
}
/*リンクボタン*/
.btn-com_g, .btn-com_y {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 110%;
    transition: all 0.3s;
}
.btn-com_g {
    color: #fff;
    background-color: #3B5F28;
}
.btn-com_y {
    color: #3B5F28;
    background-color: #F8E784;
}
.btn-com_g:hover {
    color: #3B5F28;
    transition: all 0.3s;
    background-color: #F8E784;
}
.btn-com_y:hover {
    color: #3B5F28;
    transition: all 0.3s;
    background-color: #fff;
}
.btn-com_g .triangle-btn_y {
    bottom: -11px;
    right: -10px;
    transition: all 0.3s;
}
.btn-com_y .triangle-btn_g {
    bottom: -11px;
    right: -10px;
    transition: all 0.3s;
}
.btn-com_g:hover .triangle-btn_y {
    transition: all 0.3s;
    bottom: -16px;
    right: -16px;
    border-bottom: 10px solid #3B5F28;
}
.btn-com_y:hover .triangle-btn_g {
    transition: all 0.3s;
    bottom: -16px;
    right: -16px;
    border-bottom: 10px solid #3B5F28;
}
/*見出しh1*/
.title-content {
    margin: 70px auto 90px;
}
.eng-mini {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 100%;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    color: #3B5F28;
    letter-spacing: 0.05rem;
}
.title-main {
    margin: 8px 0 0 0;
    text-align: center;
    font-size: 210%;
} /*見出しh2*/
.title-sub-content {
    width: 100%;
    max-width: 70%;
    padding: 0 10px;
    margin: 70px auto 90px;
}
.title-sub {
    width: fit-content;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    font-size: 180%;
    color: #3B5F28;
    background: linear-gradient(transparent 70%, #F8E784 70%);
}
/*セクション*/
.wrap {
    width: 100%;
}
.gray-back {
    background-color: #F1F2F0;
}
/*セクションの囲み*/
.content-wrap {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0 100px;
}
/*三角背景*/
.bg-g, .bg-w {
    width: 100%;
    display: block;
    position: relative;
}
.bg-g {
    background-color: #fff;
}
.bg-w {
    background-color: #F1F2F0;
}
.bg-gray {
    background-color: #fff;
}
.bg-g img, .bg-w img, .bg-gray img {
    width: 100%;
}
/*==============*カラー====**/
.su-green {
    color: #F8E784;
}
.font-color {
    color: #102C19;
}
.ma-green {
    color: #3B5F28;
}
* {
    margin: 0;
    padding: 0;
    color: #102C19;
    font-size: 16px;
}
/*==============Instagram=====*/
.sns-wrap {
    width: 90%;
    max-width: 1400px;
    margin: 100px auto;
    padding: 10px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F1F2F0;
    gap: 60px;
}
.sns-img {
    width: 50%;
    height: 260px;
    display: block;
    position: relative;
    top: -70px;
}
.sns-box_01, .sns-box_02, .sns-box_03 {
    position: absolute;
    z-index: 1;
    right: 0;
}
.sns-box_01 {
    width: 53%;
    left: 40px;
}
.sns-box_02 {
    width: 45%;
    bottom: -50px;
    right: 50px;
    z-index: 2;
}
.sns-box_03 {
    width: 30%;
    bottom: -64px;
    z-index: 3;
    left: 20px;
}
.sns-txt {
    width: 50%;
    display: block;
    position: relative;
}
.sns-txt_point-wrap {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -70px;
}
.sns-txt_point {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: block;
    background-color: #F8E784;
    text-align: center;
    font-size: 120%;
    color: #3B5F28;
    font-weight: bold;
}
.sns-txt_point:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #F8E784 transparent transparent transparent;
    border-width: 20px 10px 0 10px;
}
.sns-txt_cap {
    margin: 30px 0;
    text-align: center;
}
.sns-btn_sub {
    margin: 0 auto;
    max-width: 370px;
}
/*トップページボタン*/
.btn-pagetop {
    width: 50px;
    height: 50px;
    padding: 11px;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: flex;
    transition: 0.3s;
    z-index: 990;
}
.btn-pagetop img {
    width: 90px;
}
.btn-pagetop:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
/*==============ふわっと=====*/
/*
.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade.active {
  opacity: 1;
  transform: translateY(0);
}
*/
/*==============header==============*/
main {
    height: calc(100% - 48px); /* ヘッダの高さを引いたところは全部コンテンツの領域 */
}
#header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: sticky;
    overflow: hidden;
    z-index: 999;
    top: 0;
    display: block;
    border-bottom: 2px solid #3B5F28;
}
#header .hdr-wrap {
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 8px;
    box-sizing: border-box;
    justify-content: space-between;
}
/*-------ヘッダー左------*/
#header .hdr-left {
    width: 93%;
    margin-right: 14px;
}
/*ヘッダー中-上-*/
#header .hdr-top {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 0px;
    position: relative;
}
.top-box {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}
.hdr-top a {
    margin: 8px 0;
    font-size: 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}
#header .item-tx {
    font-size: 100%;
    color: #102C19;
}
#header .logo {
    margin: 0 20px;
}
#header .logo img {
    width: 100%;
    max-width: 260px;
}
/*SNS と　リクルート*/
.hdr-sns, .hdr-rec-sp {
    display: contents;
}
.hdr-sns .pc-sns, .hdr-sns .pd-sns, .hdr-rec-sp .pd-rec {
    margin: auto 0;
    padding: 8px 10px;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 90%;
    transition: all 0.3s;
}
.hdr-sns .pc-sns, .hdr-sns .pd-sns {
    display: flex;
    color: #fff;
    background-color: #3B5F28;
}
.hdr-rec-sp .pd-rec {
    background-color: #F8E784;
}
.hdr-rec-sp .pd-rec img {
    width: 40px;
}
.rec-sp_txt {
    color: #3B5F28;
    font-weight: bold;
}
.hdr-rec-sp:hover {
    background-color: #D2E2CA;
}
.hdr-rec-sp:hover .triangle-btn_g {
    transition: all 0.3s;
    bottom: -16px;
    right: -4px;
}
.hdr-sns .pd-sns, .hdr-rec-sp .pd-rec {
    display: none;
}
.hdr-sns .pc-sns .triangle-btn_y {
    bottom: -12px;
    right: -2px;
    transition: all 0.3s;
}
.hdr-sns .pc-sns:hover .triangle-btn_y {
    transition: all 0.3s;
    bottom: -16px;
    right: -7px;
    border-bottom: 10px solid #fff;
}
/*TEL*/
.hdr-phone {
    display: flex;
    align-items: center;
}
.hdr-phone a {
    max-width: 300px;
    margin: 0px 14px 0px 0px;
    padding: 0px 0px;
    box-sizing: border-box;
    letter-spacing: 0.1rem;
    display: flex;
    gap: 4px;
    font-size: 140%;
    color: #3B5F28;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    pointer-events: none;
}
.hdr-phone img {
    width: 100%;
    max-width: 40px;
    height: 40px;
}
.tell-nam {
    font-size: 120%;
}
.hdr-time {
    max-width: 280px;
    color: #3B5F28;
    font-size: 90%;
}
.hdr-time-name {
    margin: 0;
    padding: 0px 8px;
    color: #102C19;
    font-size: 80%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #102C19;
}
.hdr-time-day {
    font-size: 100%;
    color: #102C19;
}
.hdr-phone .tel-txt {
    margin: 10px 0 0 0px;
    font-size: 80%;
}
.hdr-phone .tell-nam {
    margin: 6px 0 0 0px;
    font-size: 110%;
    letter-spacing: 1.1px;
}
/*-------ヘッダー下------*/
.hdr-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-wrap {
    max-width: 44%;
    width: 60%;
    display: flex;
    justify-content: end;
}
.nav-list {
    width: 100%;
    margin: 8px 0 0 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-list_item a, .nav-list_item-sp a {
    padding: 0;
    font-weight: 600;
    font-size: 130%;
    position: relative;
    transition: all 0.3s;
}
.nav-list_item a:hover, .nav-list_item-sp a:hover {
    transition: all 0.3s;
}
.nav-list_item a::after, .nav-list_item-sp a::after {
    content: '';
    width: 0%;
    height: 3px;
    margin: 0 auto;
    transition: all 0.3s;
    position: relative;
    top: 0px;
    display: flex;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 14px solid #3B5F28;
    border-top: 0;
    opacity: 0;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 14px solid #555555;
    border-top: 0;
}
.nav-list_item a:hover::after, .nav-list_item-sp a:hover::after {
    opacity: 10;
    transition: all 0.3s;
}
.hdr-tb_rec {
    display: none;
}
/*-------ヘッダー右 採用情報------*/
.hdr-right {
    width: 10%;
    max-inline-size: 120px;
    margin: 10px;
    display: flex;
    align-items: center;
}
a.hdr_recruit-btn {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    box-sizing: border-box;
    background-color: #F8E784;
    display: flex;
    position: relative;
    flex-flow: column;
    justify-content: center;
    color: #3B5F28;
    font-weight: bold;
}
.hdr_recruit-btn img {
    width: 60%;
    max-width: 60px;
    margin: 0 auto;
}
a.hdr_recruit-btn .triangle-btn_g {
    bottom: 10px;
    right: 10px;
    position: absolute;
    transition: all 0.3s;
}
a.hdr_recruit-btn:hover .triangle-btn_g {
    bottom: 5px;
    right: 5px;
}
.hdr_recruit-btn .recruit-tx {
    text-align: center;
    color: #3B5F28;
    font-size: 100%;
    transition: all 0.3s;
}
.hdr_recruit-btn:hover .recruit-tx {
    transition: all 0.3s;
    /*    letter-spacing: 0.1rem;*/
}
.hdr_recruit-btn {
    transition: all 0.3s;
}
.hdr_recruit-btn:hover {
    transition: all 0.3s;
    background-color: #D2E2CA;
}
/*==============footer==============*/
#footer {
    padding: 70px 0 0 0;
    width: 100%;
    background-color: #3B5F28;
}
#footer .ftr-wrap {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: nowrap;
    gap: 32px;
}
.ftr-logo {
    width: 100%;
    max-width: 300px;
}
.ftr-nav {
    list-style: none;
}
.ftr-right {
    width: 35%;
}
.ftr-center {
    width: 20%;
}
.ftr-left {
    width: 55%;
}
.ftr-nav-item {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.item-tx {
    transition: all 0.3s;
    color: #fff;
}
.ftr-nav-item:hover .triangle-btn_w {
    transition: all 0.3s;
    bottom: 10px;
    right: 20px;
}
.ftr-nav-item:hover .item-tx {
    transition: all 0.3s;
    margin-left: 10px;
}
.ftr-phone {
    display: flex;
    justify-content: left;
    gap: 10px;
    align-items: center;
}
.ftr-phone a {
    max-width: 320px;
    padding: 8px 10px;
    letter-spacing: 0.1rem;
    box-sizing: border-box;
    display: flex;
    gap: 4px;
    font-size: 90%;
    color: #3B5F28;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background-color: #F8E784;
    font-family: 'Anton', sans-serif;
    pointer-events: none;
}
.ftr-right .ftr-phone img {
    width: 40px;
}
.ftr-phone span {
    margin-bottom: 2px;
    display: block;
    font-size: 130%;
    color: #3B5F28;
}
.ftr-phone .time-day {
    font-size: 100%;
    color: #fff;
}
.ftr-phone .tel-txt {
    margin: 6px 0 0 0px;
    font-size: 110%;
}
.ftr-phone .tell-nam {
    margin: 3px 0 0 0;
    font-size: 170%;
    letter-spacing: 1.1px;
}
.time {
    max-width: 280px;
    color: #fff;
}
.time-name {
    margin: 0;
    padding: 0px 8px;
    color: #fff;
    font-size: 80%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #fff;
}
.ftr-sns a {
    margin-top: 10px;
    max-width: 350px;
    padding: 8px 10px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    color: #3B5F28;
    background-color: #fff;
}
.ftr-sns .triangle-btn_g {
    bottom: 7px;
    right: 7px;
    position: absolute;
}
.ftr-right .ftr-sns img {
    width: 40px;
}
.ftr-access {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.ftr-sns a:hover {
    transition: all 0.3s;
    background-color: #F8E784;
}
.ftr-sns a:hover .triangle-btn_g {
    transition: all 0.3s;
    bottom: 3px;
    right: 3px;
}
.title-access {
    font-size: 120%;
    font-weight: bold;
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: flex-start;
}
.title-access img {
    width: 40px;
}
.ftr-access-item li {
    list-style: none;
}
.ftr-access-item li p {
    color: #fff;
    list-style: none;
    font-weight: normal;
    font-size: 90%;
}
.ftr-access-item {
    width: 30%;
}
.Googlmap_wrap {
    width: 70%;
    margin: 0;
    position: relative;
}
.Googlmap_wrap iframe {
    width: 100%;
    height: 300px;
}
.copyright {
    padding: 30px 0;
    display: block;
    font-size: 1.0rem;
    text-align: center;
    color: #fff;
}
@media screen and (max-width:1300px) {
    /*=====pc・sp　on/off===========================*/
    .nav-list_item .triangle-btn_g {
        display: none;
    }
    .tb {
        display: none;
    }
    .pc-tb {
        display: none;
    }
    .tb-b {
        display: block;
    }
    .br-tb-pc {
        display: block;
    }
    .br-tb {
        display: none;
    }
    /*	footer================================-*/
    #footer .ftr-wrap {
        flex-flow: column-reverse;
    }
    #footer .ftr-txt {
        font-size: 80%;
        text-align: center;
    }
    .ftr-center, .ftr-left, .ftr-right, .ftr-access-item, .Googlmap_wrap {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    .ftr-access-item {
        margin: 20px 0;
    }
    #footer .ftr-top {
        flex-flow: column;
    }
    #footer .ftr-right {
        width: 100%;
    }
    #footer .right-btn-list {
        width: 100%;
        margin: 16px auto 0px;
        gap: 12px;
        display: flex;
        flex-flow: column;
    }
    #footer .ftr-nav {
        flex-flow: column;
    }
    #footer .ftr-nav li {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    #footer .ftr-nav li a {
        padding: 10px;
        font-size: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #fff;
    }
    #footer .ftr-nav li a:hover .triangle-btn_w {
        margin-right: 10px;
    }
    #footer .right-btn-list li .green-btn, .right-btn-list li .red-btn {
        padding: 4px 0px;
    }
    #footer .ftr-nav li a::after {
        display: none;
    }
    #footer .right-box {
        display: flex;
        flex-flow: column-reverse;
        gap: 10px;
    }
    .ftr-phone a, .ftr-sns a {
        max-width: 1000px;
        max-width: 100%;
        justify-content: center;
    }
    #footer .time {
        width: 100%;
        margin: 10px 0 0;
        display: flex;
        color: #fff;
        align-items: center;
        gap: 8px;
    }
    #footer .ftr-access, .ftr-phone {
        display: block;
    }
    #footer .time-name {
        height: auto;
    }
    #footer .ftr-logo {
        width: 90%;
        margin: 0px auto 32px;
    }
    .sns-btn_sun {
        position: absolute;
        right: 7px;
        bottom: 20px;
    }
    .copyright {
        ont-size: 80%;
    }
}
@media screen and (min-width:700px) and (max-width:1100px) {
    .br-tb-none {
        display: none;
    }
    .br-ren-pc {
        display: none;
    }
    .br-ren {
        display: block;
    }
}
@media screen and (max-width:1100px) {
    /*=====共通===========================*/
    .btn-pagetop {
        width: 40px;
        height: 40px;
        padding: 11px;
        bottom: 50px;
        right: 50px;
    }
    .nav-list {
        width: 98%;
    }
    .nav-wrap {
        width: 100%;
        justify-content: center;
    }
    /*SNS*/
    .sns-wrap {
        margin: 100px auto 60px;
        padding: 20px;
        gap: 30px;
        flex-flow: column-reverse;
    }
    .sns-txt {
        width: 100%;
    }
    .sns-txt_point-wrap {
        top: -50px;
    }
    .sns-txt_point {
        font-size: 100%;
        max-width: 260px;
        width: 90%;
        margin: 0 auto;
        padding: 12px;
    }
    .sns-txt_cap {
        font-size: 80%;
        text-align: center;
    }
    .sns-img {
        max-width: 280px;
        width: 100%;
        height: 170px;
        top: 0;
    }
    .sns-box_01 {
        width: 63%;
        left: 50px;
    }
    .sns-box_02 {
        width: 48%;
        bottom: 0;
        right: 0px;
    }
    .sns-box_03 {
        width: 40%;
        bottom: 0;
        left: 0px;
    }
    /*=====pc・sp　on/off===========================*/
    .hdr-right {
        display: none;
    }
    .hdr-tb_rec {
        display: block;
    }
    .sp-tb {
        display: block;
    }
    /*=====ヘッダー===========================*/
    #header .logo {
        margin: 0;
        max-width: 22%;
    }
    #header .hdr-top {
        width: 98%;
        margin: 0 auto;
    }
    #header .hdr-left {
        width: 100%;
        margin-right: 0px;
    }
    .hdr-tb_rec .hdr_recruit-btn .recruit-tx {
        font-size: 60%;
    }
    .hdr-tb_rec .hdr_recruit-btn:hover .recruit-tx {
        font-size: 65%;
        letter-spacing: 0;
    }
    .hdr-tb_rec .hdr_recruit-btn .triangle-btn_g {
        left: 36px;
    }
    #header .hdr-wrap {
        flex-flow: column;
    }
    .nav-list_item a, .nav-list_item-sp a {
        display: flex;
        font-size: 90%;
    }
    .hdr-top {
        justify-content: center;
    }
    .hdr-left {
        width: 34%;
        margin: 0;
    }
    .hdr-phone a {
        font-size: 100%;
        gap: 0px;
    }
    /*	SNS*/
    .hdr-sns .pc-sns, .hdr-rec-sp .pd-rec {
        display: none;
    }
    .hdr-sns .pd-sns, .hdr-rec-sp .pd-rec {
        padding: 8px;
        display: flex;
    }
    .hdr-rec-sp .pd-rec .triangle-btn_y {
        top: 36px;
        right: 4px;
        position: absolute;
    }
    .pd-sns .triangle-btn_y {
        top: 36px;
        right: 4px;
        position: absolute;
    }
    .pd-sns:hover .triangle-btn_y {
        top: 37px;
        right: 2px;
    }
    .hdr-sns .pd-sns img {
        width: 100%;
    }
    .hdr-time {
        align-items: center;
        font-size: 70%;
        display: flex;
        gap: 8px;
    }
    .hdr-time-name {
        font-size: 90%;
    }
    .hdr-right {
        width: 50%;
    }
    .hdr-center {
        width: 90%;
        max-width: 800px;
    }
    .right-btn-list {
        width: 35%;
        margin: 20px auto;
        gap: 14px;
    }
    .right-btn-list li a {
        padding: 16px 0;
        font-size: 14px;
    }
    .right-btn-list li a img {
        width: 25px;
    }
    .right-btn-list li::before {
        height: 58px;
        top: 7px;
    }
    .nav-list_item a::before, .nav-list_item-sp a::before {
        max-width: 13px;
        height: 13px;
        top: 8px;
    }
    .hdr-tb_rec .hdr_recruit-btn a {
        flex-flow: nowrap;
        font-size: 0.6rem;
    }
    .right-btn-list {
        margin: 0 auto;
    }
    .nav-list_item a::after, .nav-list_item-sp a::after {
        position: absolute;
        left: 35%;
        top: 25px;
    }
    .nav-list_item a::after, .nav-list_item-sp a::after {
        border-style: solid;
        border-right: 3px solid transparent;
        border-left: 4px solid transparent;
        border-bottom: 7px solid #3B5F28;
        border-top: 0;
    }
    /*メニューの開閉==============================-*/
    .toggle_switch {
        width: 100%;
        display: none;
        padding: 10px 0px 10px 30px;
        position: relative;
        cursor: pointer;
        font-weight: 800;
        font-size: 14px;
    }
    .toggle_switch.open {
        padding: 10px 0px 4px 30px;
    }
    .toggle_switch:hover {
        background-color: #FEF4F2;
    }
    .toggle_switch::after {
        content: "";
        display: inline-block;
        width: 18px;
        height: 11px;
        background-size: contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        transition: transform .2s;
    }
    .toggle_contents {
        display: none;
        padding: 0px 0px 5px 0px;
    }
}