@charset "utf-8";
/* CSS Document */
#top {
    background: #fff;
}
#wrap {
    overflow: inherit;
}
.effect {
    opacity: 0;
    position: relative;
    -webkit-animation-duration: 1.8s !important;
    animation-duration: 1.8s !important;
    -webkit-animation-duration: 1s;
    animation-delay: .5s;
}
/* .globalMenuSp {
    background-color: rgba(255,255,255,1); 
    position: fixed;
    top: 0;
    right: 140px;
    width: calc(100% - 200px);
} */
.globalMenuSp > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 50px;
    display: inline-block;
}
.globalMenuSp > small {
    display: none;
}
.globalMenuSp ul {
    justify-content: flex-end;
    position: absolute;
    top: 7px;
    right: 140px;
    width: calc(100% - 420px);
    flex-wrap: wrap;
    display: flex;
}
.globalMenuSp ul li a {
    color: #fff;
}
.globalMenuSp ul li {
    margin: 10px 0;
    padding: 0 0.8em;
    width: auto;
    border-right: 1px #fff solid;
    line-height: 1.6rem;
}
.globalMenuSp.is-fixed {
    background-color: rgba(255,255,255,0.8);
}
.globalMenuSp.is-fixed::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 100%;
    background: #c8d9b2;
    text-align: left;
    color: #555;
    margin: -10px 0;
    padding: 10px;
    background-image: url(../image/top/logo_g.png);
    background-size: 150px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    height: 54px;
}
.globalMenuSp.is-fixed ul {
    justify-content: space-between;
    position: static;
    width: 100%;
    flex-wrap: nowrap;
}
.globalMenuSp.is-fixed ul li {
    padding: 0;
    width: 100%;
    border-right: 1px #040000 solid;
}
.globalMenuSp.is-fixed ul li:last-child {
    border-right: none;
}
.globalMenuSp.is-fixed ul li a {
    color: #040000;
}
.fancybox-toolbar {
    top: 0 !important;
    bottom: inherit;
}
.fancybox-caption {
    padding: 20px 20px 44px;
}
#main_img {
    position: relative;
    height: 46vh;
    width: 100%;
    background-image: url(../image/top/top_img1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 430px;
}
#main_img > img {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 80%;
    max-width: 500px;
}
#instagram {
    overflow: hidden;
    background-image: url(../image/top/flag.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 280px;
    width: 100%;
    padding: 0 0 41px 0;
    margin: 0 auto 0;
}

/* ループアニメーション */
.instafeed_wrap {
    position: relative;
    max-width: 100vw;
    height: 160px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  #instafeed {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  
  #instafeed {
    opacity: 1;
    animation: marquee 20s linear infinite;
    position: absolute;
    top: 50%;
    /* left: 50%; */
    display: flex;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    white-space: nowrap;
    margin-top: -80px;
    width: 100%;
    height: 160px;
  }

  @keyframes marquee {
    0% {
      transform: translate(-40%, 0%);
    }
    100% {
      transform: translate(-60%, 0%);
    }
  }
  @-moz-keyframes marquee {
    0% {
      transform: translate(-40%, 0%);
    }
    100% {
      transform: translate(-60%, 0%);
    }
  }
  @-webkit-keyframes marquee {
    0% {
      transform: translate(-40%, 0%);
    }
    100% {
      transform: translate(-60%, 0%);
    }
  }
  #instafeed li {
    display: block;
    padding-right: 0.5em;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.1em;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-shadow: #000 1px 1px 0px, #000 -1px 1px 0px, #000 1px -1px 0px, #000 -1px -1px 0px;
  }

/* #instafeed {
    display: flex;
    align-items: center;
    height: 160px;
    overflow: hidden;
} */

#instafeed li {
    width: 160px;
    height: 160px;
}

#instafeed li img {
    height: 100%;
    object-fit: cover;
}
/* .loopSliderWrap {
    top: 0;
    left: 0;
    height: 300px;
    overflow: hidden;
    position: absolute;
    transition: none;
}
#loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 220px;
    text-align: left;
    position: relative;
}
#loopSlider ul {
    height: 200px;
    float: left;
    overflow: hidden;
    padding: 0;
}
#loopSlider ul li {
    width: 200px;
    height: 200px;
    float: left;
    display: inline-block;
    overflow: hidden;
}
#loopSlider ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#loopSlider ul li a img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
} */
.second .main_copy {
    z-index: 0;
    background-color: transparent;
    position: absolute;
    margin: 0 auto 0;
    padding: 0;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}
.second .main_copy img {
    width: 80%;
    margin: 0 auto;
}
.swiper-slide {
    overflow: hidden;
}
section h2 {
    font-family: 'Lato', sans-serif;
    background-image: url(../image/top/h_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #040000;
    font-size: 4rem;
    text-align: center;
    position: relative;
    line-height: 65px;
    letter-spacing: 0.05em;
    margin: 40px auto;
    padding: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}
section .h2_sub {
    font-size: 1.6rem;
    text-align: center;
    padding: 0 0 40px 0;
}
section #group h2, section #safety h2 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 500;
}
section #group h2 {
    background-image: none;
    font-size: 3rem;
    margin: 66px auto 0;
}
section #safety h2 {
    font-weight: 600;
    font-size: 3rem;
    margin: 0 auto 40px;
}
.navbar.navbar-inverse.navbar-static-top a {
    color: #555;
}
/* ----------------

Group

---------------- */
#group {
    overflow: hidden;
}
#group>div {
/*    max-width: 1280px;
    margin: 40px auto 120px;
*/}
.group_map {
    display: flex;
    justify-content: center;
}
.group_box {
    position: relative;
    padding: 40px 0;
    margin: 0 0 20px 0;
    background-size: contain;
}
.group_box dl {
    /* padding: 50px 30px; */
    width: 100%;
    transition: opacity ease .4s;
    min-height: 319px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.group_box a {
    color: #040000;
    max-width: 640px;
    width: 100%;
    position: relative;
    background-color: #fff;
    position: absolute;
}
.group_box a:hover {
    opacity: 1;
}
.group_box a:hover dl::before {
    opacity: 1;
}
.group_box a:hover dl {
    opacity: .6;
}
.group_box dl dt {
    color: #fff;
    font-weight: bold;
    font-size: 4.4rem;
    padding: 14px;
    font-family: 'Lato', sans-serif;
    width: 90%;
}
.group_box dl dd span {
    font-weight: bold;
    font-size: 2.4rem;
    /* display: inline-block; */
    /* width: 100%; */
    line-height: 160%;
    padding: 10px 0 14px 0;
}
.group_box dl dd {
    font-size: 1.6rem;
    line-height: 160%;
    width: 90%;
    padding: 14px 14px 0 14px;
    display: inline-block;/* flex-direction: column; *//* justify-content: flex-end; */
}
.group_box3 dl dt {
    color: #040000;
}
.group_box_r dl dt {
    text-align: right;
}
.group_box_l dl dd {
    text-align: right;
}
.group_box_l dl dd p {
    text-align: left;
    display: inline-block;
}
.group_box2, .group_box4 {
    flex-direction: row-reverse;
    display: flex;
}
.group_box1 {
    background-image: url(../image/top/group_ph04.png);
    background-position: 100% 50%;
 margin-right: calc(((100vw - 100%) / 2) * -1);
/* position: absolute; */
}
.group_box2 {
    background-image: url(../image/top/group_ph01.png);
    background-position: 0% 50%;
 margin-left: calc(((100vw - 100%) / 2) * -1);
}
.group_box3 {
    background-image: url(../image/top/group_ph02.png);
    background-position: 100% 50%;
 margin-right: calc(((100vw - 100%) / 2) * -1);
}
.group_box4 {
    background-image: url(../image/top/group_ph03.png);
    background-position: 0% 50%;
 margin-left: calc(((100vw - 100%) / 2) * -1);
}
.group_box_l {
    display: inline-flex;
    flex-direction: row;
    /*width: 100%;*/
    left: calc((100vw - 1280px) / 2);
}
.group_box_r {
    display: inline-flex;
    flex-direction: row-reverse;
    /*width: 100%;*/
    right: calc((100vw - 1280px) / 2);
}
.group_box1 dl {
    background-color: #6bacab;
}
.group_box2 dl {
    background-color: #ea5a57;
}
.group_box3 dl {
    background-color: #d7d9d8;
}
.group_box4 dl {
    background-color: #ee751d;
}
.group_box a, .group_box a::before, .group_box a::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}/*
.group_box a:hover {
    opacity: .6;
}*/
/* ----------------

FAQ 

---------------- */
#faq {
    background-color: #c8d9b2;
    padding: 20px 0 60px 0;
}
#top #faq .faq_box {
    background-color: #fffac0;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
#faq ul {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
#faq ul li {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
}
#faq ul li a {
    padding: 40px 20px;
    color: #fff;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    align-items: center;
    justify-content: center;
}
#faq ul li:nth-child(3) a {
    color: #5a4b44;
}
#faq ul li:nth-child(1) {
    background-color: #6bacab;
}
#faq ul li:nth-child(2) {
    background-color: #ea5a57;
}
#faq ul li:nth-child(3) {
    background-color: #cacdcb;
}
#faq ul li:nth-child(4) {
    background-color: #ee751d;
}
#faq ul li:nth-child(5) {
    background-color: #217539;
}
#top #faq h2 {
    font-size: 3.8rem;
}
/* ----------------

Information 

---------------- */
#information {
    margin: 50px auto 80px;
}
#top #information {
    background-color: #c8d9b2;
    padding: 20px 0;
}
#information ul {
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
}
#information ul li {
    background-color: #fff;
    border: 1px #ababab solid;
    border-radius: 6px;
    margin: 0 auto 24px;
    display: flex;
    flex-wrap: nowrap;
}
#top #information ul li {
    border: none;
}
#information ul li.none_data {
    display: none;
}
#information ul li.none_data.kurodake, #information ul li.none_data.moiwa, #information ul li.none_data.tour, #information ul li.none_data.aizankeionsen, #information ul li.none_data.company {
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    border: none;
    width: 100%;
}
#information ul li a, #information ul li div {
    position: relative;
    display: flex;
    width: 100%;
}
#information ul li a .category, #information ul li div .category {
    background-color: #000;
    color: #fff;
    padding: 10px 10px;
    border-radius: 6px 0 0 6px;
    font-size: 1.6rem;
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 180px;
    flex-direction: column;
    line-height: 160%;
}
#information ul li a .category span:nth-of-type(1), #information ul li div .category span:nth-of-type(1) {
    display: block;
    width: 100%;
}
#information ul li a .category span:nth-of-type(2), #information ul li div .category span:nth-of-type(2) {
    display: inline-block;
    border: 1px #fff solid;
    text-align: center;
    font-size: 1.4rem;
    padding: 0 5px;
    width: 100%;
}
#information ul li a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ababab;
    border-right: 2px solid #ababab;
    -webkit-transform: rotate(45deg) ababab;
    transform: rotate(45deg) translateX(-50%);
}
#information ul li .txt, #information ul li div .txt {
    font-size: 1.6rem;
    color: #040000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 14px;
    width: calc(100% - 180px);
}
#information ul li .txt .icon {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    margin: 0 0 10px 0;
}
#information ul li .txt .kurodake {
    background-color: #6bacab;
}
#information ul li .txt .moiwa {
    background-color: #ea5a57;
}
#information ul li .txt .tour {
    background-color: #cacdcb;
    color: #5a4b44;
}
#information ul li .txt .aizankeionsen {
    background-color: #ee751d;
}
#information ul li .txt .company {
    background-color: #217539;
}
#top #information >div >a {
    /*    border: 1px #ababab solid;*/
    background-color: #000;
    display: inline-block;
    height: 47px;
    padding: 0 25px;
    float: right;
    margin: 20px 40px 0 0;
}
#top #information >div >a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 47px;
    font-size: 1.6rem;
    color: #fff;
}
#top #information >div >a span::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 0 16px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
}
/* ----------------

safety 

---------------- */
#safety {
    padding: 0 0 50px 0;
}
#safety>div>div {
    /*border: 1px #231815 solid;*/
    padding: 0 0 20px 0;
    text-align: center;
}
#safety div.safety_box {
    display: inline-block;
    margin: 0 auto;
}
#safety ul {
    /*    width: 95%;
    max-width: 500px;*/
    margin: 0 auto;
}
#safety ul li {
    text-align: left;
    margin: 0 auto 1em;
}
#safety ul li span {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: #b81c22;
    display: inline-block;
    margin: 0 14px 0 0;
    padding: 0 10px;
}
#safety ul li a {
    color: #040000;
    text-decoration: underline;
}
/* ----------------

link 

---------------- */
#top #link {
    background-color: transparent;
    margin: 30px auto 0;
    width: 95%;
    max-width: 1260px;
    padding: 0;
    display: flex;
    justify-content: center;
}
#link {
    background-color: #c8d9b2;
    padding: 40px 0;
    margin: 50px auto 0;
}
#link div {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 95%;
    max-width: 1280px;
}
#link a p {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #1d7836;
    line-height: 35px;
    background-image: url(../image/company/recruit_bg.png);
    background-position: right 24px center;
    background-repeat: no-repeat;
}
#link a p::before {
    display: none;
}
#link a {
    width: 50%;
    display: inline-block;
    height: auto;
    background-size: cover;
    padding: 15% 0 0 0;
}
#link a.link_company {
    background-image: url(../image/company/slider1.png);
    background-position: bottom 30px center;
    background-repeat: no-repeat;
    margin: 0 25px 0 0;
}
#link a.link_recruit {
    background-image: url(../image/company/recruit_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 0 25px;
}
#link a p {
    padding: 10px 0 10px 20px;
    font-size: 3rem;
    font-family: 'Lato', sans-serif;
    width: 100%;
    font-weight: bold;
}
#link a p span {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 1.6rem;
    line-height: 35px;
    display: inline-block;
    float: right;
    padding: 0 60px 0 0;
    font-weight: normal;
}
/* ----------------

inquiry 

---------------- */
.submit_bt {
    box-shadow: 0 5px 0 #c8d9b2;
    background-color: #1d7836;
}
#second_inquiry #wrap {
    margin: -22px auto 0;
}
.mark.mark-req {
    background-color: transparent;
    color: red;
    margin: 0;
}
/*--

#contact　ページ最下部電話番号

--*/
#contact {
    /*background-color: #c8d9b2;*/
    padding: 40px 0;
    text-align: center;
}
#contact img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 40px;
    display: block;
}
#contact a {
    background-image: url(../image/company/contact_bg.png);
    background-repeat: no-repeat;
    background-position: left 44px center;
    margin: 0 auto 40px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    padding: 20px 60px 20px 90px;
    border-radius: 10px;
    background-color: #1d7836;
}
#contact .contact_tit {
    font-weight: bold;
    font-size: 1.8rem;
}
#contact .tel {
    font-weight: bold;
    font-size: 3.8rem;
    display: inline-block;
    background-image: url(../image/top/phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 50px;
    height: 44px;
    line-height: 44px;
    margin: 10px auto;
}
#contact .tel span {
    font-size: 2rem;
}


/* 20221013追記 */
#contact .contact_tit {
    color: #1d7836;
    margin: 0 0 10px 0;
}
#contact .tel_box {
    display: inline-flex;
    flex-direction: column;
}
#contact .tel_box .tel {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    line-height: 1.5;
    background-size: 20px;
    background-position: 0% 10%;
    background-color: transparent;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    pointer-events: none;
    color: #000;
    border-radius: 0;
}
#contact .tel_box .tel .tel_tit {
    font-size: 1.5rem;
}
#contact .tel_box .tel .tel_num {
    font-size: 3rem;
    line-height: 1;
}
@media (max-width: 50.75em) {
    #contact .contact_tit {
        font-size: 2rem;
        margin: 0 0 14px 0;
    }
    #contact .tel_box {
        flex-direction: column;
        width: 100%;
    }
    #contact .tel_box .tel {
        margin: 0 0 12px 0;
        padding: 15px 0 15px 50px;
        font-weight: 900;
        background-image: url("../image/top/phone_w.png");
        background-color: #1d782c;
        background-size: 24px;
        background-position: 5% 50%;
        pointer-events: initial;
        color: #fff;
        align-items: center;
        flex-direction: row;
        border-radius: 10px;
    }
    #contact .tel_box .tel .tel_tit {
        font-size: 1.5rem;
        width: 50%;
        font-weight: 300;
    }
    #contact .tel_box .tel .tel_num {
        font-size: 2rem;
    }
    #contact .tel_box .tel .sp_a_tel {
        pointer-events: initial;
    }
}
/* end */

.form .form-table-text {
    padding: 22px 0 10px;
}
label.radio {
    width: calc(50% - 24px);
}
/*--

foot_bn　ページ最下部バナーリンク

--*/
.foot_bn {
    /*background-color: #c8d9b2;*/
    display: flex;
    justify-content: center;
    padding: 30px 0 40px 0;
}
.foot_bn a {
    margin: 0 10px;
}
/*--

最上部 リクルートボタン

--*/
.head_button {
    position: absolute;
    top: 0;
    right: 140px;
    height: 83px;
    width: 536px;
}
.head_button a {
    width: 100%;
    height: 100%;
    display: block;
}
.head_button a p {
    font-family: 'Lato', sans-serif;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #1d7836;
    background-color: #dbe6cd;
    font-size: 4rem;
    height: 100%;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    line-height: 76px;
    padding: 0 0 0 40px;
    font-weight: bold;
}
.head_button a p span {
    position: relative;
    font-family: "Noto Sans Japanese", sans-serif;
    display: inline-block;
    width: calc(50% - 20px);
    height: 100%;
    color: #fff;
    font-size: 2rem;
    background-color: #1d7836;
    border-radius: 0 0 10px 0;
    background-image: url(../image/company/recruit_bg.png);
    background-position: right 14px center;
    background-repeat: no-repeat;
    line-height: 28px;
    padding: 12px 0 0 16px;
    font-weight: normal;
}
.head_button a p span::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 60px solid #1d7836;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    position: absolute;
    bottom: -40px;
    left: -50px;
    transform: rotate(45deg);
}
/*--

footer

--*/
footer {
    background-color: #1d7836;
}
footer ul li {
    border-right: 1px #fff solid;
}
footer ul li a {
    color: #fff;
}
footer small {
    color: #fff;
}
/*------------------

second 求人

--------------------*/
#main_img.second {
    background-image: url(../image/top/top_img1.png);
    height: 50vh;
    max-height: 467px;
    background-position: top center;
}
#main_img.second::before {
    max-height: 467px;
    height: 50vh;
    background: none;
}
#main_img.second::after {
    content: "";
    background-image: url(../image/top/flag.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 53px;
    display: block;
    background-position: bottom center;
}
.category_link > div {
    width: calc(1040px / 1.05);
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
}
_:-ms-lang(x), .category_link > div {
 margin: 0;
 justify-content: center;
 align-items: center;
 flex-direction: row;
}
.category_link a {
    width: calc((100% / 6) - 10px);
    margin: 0 5px 10px;
    font-weight: 500;
    /* border-radius: 6px; */
    padding: 10px 16px;
    display: inline-flex;
    font-size: 1.4rem;
    text-align: center;
    align-items: center;
    position: relative;
}
_:-ms-lang(x), .category_link a {
 height: 66px;
}
.category_link a span {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.category_link a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.category_link a.ca000.active {
    border: 2px #333333 solid;
    background-color: transparent;
    color: #333333 !important;
}
.category_link a.ca000.active::before {
    border-color: #333333;
}
.category_link a.ca000 {
    border: none;
    background-color: #333333;
    color: #fff;
    order: 6;
}
.category_link a.ca001.active {
    border: 3px #6bacab solid;
    background-color: transparent;
    color: #6bacab;
}
.category_link a.ca001.active::before {
    border-color: #6bacab;
}
.category_link a.ca001 {
    background-color: #6bacab;
    border: none;
    color: #fff;
}
.category_link a.ca002.active {
    border: 3px #E88784 solid;
    background-color: transparent;
    color: #E88784 !important;
}
.category_link a.ca002.active::before {
    border-color: #E88784;
}
.category_link a.ca002 {
    background-color: #ea5a57;
    border: none;
    color: #fff;
}
.category_link a.ca003.active {
    border: 3px #8C8C8C solid;
    background-color: transparent;
    color: #6C6C6C !important;
}
.category_link a.ca003.active::before {
    border-color: #8C8C8C;
}
.category_link a.ca003 {
    background-color: #8C8C8C;
    border: none;
    color: #fff;
}
.category_link a.ca004.active {
    border: 3px #ee751d solid;
    background-color: transparent;
    color: #ee751d !important;
}
.category_link a.ca004.active::before {
    border-color: #ee751d;
}
.category_link a.ca004 {
    background-color: #ee751d;
    border: none;
    color: #fff;
}
.category_link a.ca005.active {
    border: 3px #217539 solid;
    background-color: transparent;
    color: #217539 !important;
}
.category_link a.ca005.active::before {
    border-color: #217539;
}
.category_link a.ca005 {
    background-color: #217539;
    border: none;
    color: #fff;
}
#second_info #information h2, #second_faq #faq h2, .inquiry h2 {
    background-color: #ededed;
    margin: 0 auto;
    padding: 80px 0 10px;
}
.inquiry h2 {
    padding: 80px 0;
    background-position: bottom 70px center;
}
#information ul li div .txt {
    font-size: 1.8rem;
}
.inquiry h2 {
    margin: 50px auto 0;
}
.category_link {
    background-color: #ededed;
    display: flex;
    justify-content: center;
    margin: 0px auto 50px;
    padding: 40px 0 40px;
    flex-wrap: wrap;
}
#second_info #information ul li div.txt_detail {
    width: 100%;
    display: inline-block;
    padding: 20px 30px;
}
#second_info #information ul li div.txt_detail p {
    padding: 0 0 20px 0;
}
#second_info #information ul li div.txt_detail div {
    display: inline-block;
}
#second_info #information ul li div.txt_detail div div {
    float: right;
    width: 30%;
    margin: 0 0 0 20px;
}
#second_info #information ul li div.txt_detail div a {
    display: inline-flex;
    color: rgb(223, 86, 86);
    text-decoration: underline;
    width: auto;
    margin: 0 1em 0 0;
    font-weight: 500;
    align-items: center;
}
#second_info #information ul li div.txt_detail div p a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../image/top/file.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0.2em 0 0;
}
#second_info #information ul li div.txt_detail div img {
    width: 100%;
    margin: 0 0 10px 0;
}
#second_info #information ul li div.txt_detail p {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}
#second_info #information ul li div.txt_detail a::after {
    content: none;
    display: none;
}
#information ul li div .category {
    border-radius: 5px 0 6px 0;
}
#second_info #information ul li {
    flex-wrap: wrap;
}
#second_faq #faq {
    background-color: transparent;
    padding: 51px 0 0 0;
}
#second_faq #faq > div {
    margin: 0 auto 50px;
}
#second_faq .faq_link {
    background-color: #c8d9b2;
    padding: 80px 0;
}
#second_faq #faq .faq_tit, .infogr_tit {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
    margin: 0 auto 50px;
}
.faq_contents {
    counter-reset: number;
    width: 95%;
    margin: 0 auto;
}
.faq_box:last-of-type {
    margin: 0 auto 70px;
}
.faq_box {
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto 20px;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    cursor: pointer;
}
.faq_open {
    display: flex;
    align-items: center;
    position: relative;
    align-items: stretch;
}
.faq_open::before {
    counter-increment: number;
    content: "Q."counter(number);
    display: inline-flex;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    background-color: #4675BD;
    border-radius: 6px 0 0 6px;
    padding: 14px;
    margin: 0 14px 0 0;
    transition: .2s ease all;
    align-items: center;
}
.faq_open.faq_close::before {
    border-radius: 6px 0 0 0;
}
.faq_open::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 23px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #4675BD;
    border-right: 2px solid #4675BD;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transform-origin: 12px 6px;
    transition: .4s ease all;
    top: 40%;
}
_:-ms-lang(x), .faq_open::after {
 top: 15px;
}
.faq_open.faq_close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.faq_open p {
    font-size: 1.6rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}
.faq_detail {
    display: none;
    padding: 14px 24px;
}
.faq_link {
    background-color: #c8d9b2;
    padding: 120px 0 80px;
}
.faq_link ul {
    display: flex;
    justify-content: space-between;
}
.faq_link ul li {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
}
.faq_link ul li a {
    padding: 40px 20px;
    color: #fff;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
}
.faq_link ul li:nth-child(3) a {
    color: #5a4b44;
}
.faq_link ul li:nth-child(1) {
    background-color: #6bacab;
}
.faq_link ul li:nth-child(2) {
    background-color: #ea5a57;
}
.faq_link ul li:nth-child(3) {
    background-color: #cacdcb;
}
.faq_link ul li:nth-child(4) {
    background-color: #ee751d;
}
.faq_link ul li:nth-child(5) {
    background-color: #217539;
}
.faq_link_tit {
    text-align: center;
    padding: 0 0 30px 0;
    font-size: 2.6rem;
    font-weight: 500;
}

@media screen and (min-width: 54.929em) and (max-height: 57.143em) {
/* ノートPCなど */
#main_img {
    height: calc(70vh - 100px);
    min-height: initial;
}
#loopSlider ul {
    height: 200px;
}
#loopSlider ul li {
    width: 160px;
    height: 160px;
}
.loopSliderWrap, #instagram {
    height: 200px;
}
#main_img > img {
    max-width: 400px;
}
.group_box {
    background-size: contain !important;
}
.group_box a {
    width: 40%;
}
.group_box dl {
    padding: 30px;
    min-height: 260px;
}
.group_box dl dt {
    font-size: 3.4rem;
}
.group_box dl dd {
    font-size: 1.4rem;
    padding: 0 14px 0 14px;
}
.group_box dl dd span {
    font-size: 2rem;
}
.group_box_l dl dd {
}
#top #link {
    width: 91%;
}
#link a {
    padding: 14% 0 0 0;
}
#link {
    padding: 40px 24px;
}
.group_box_l {
    margin: 0 0 0 2%;
    left: calc((100vw - 1300px) / 2);
}
.group_box_r {
    margin: 0 2% 0 0;
    right: calc((100vw - 1300px) / 2);
}
}

@media screen and (max-width: 74.286em) and (min-width: 54.929em) {
.group_box_l {
    margin: 0 0 0 2%;
    left: calc((100vw - 1040px) / 2);
}
.group_box_r {
    margin: 0 2% 0 0;
    right: calc((100vw - 1040px) / 2);
}
}

@media screen and (max-width:74.286em) {
.group_box1 {
    background-position: left 260px center;
}
.group_box2 {
    background-position: right 260px bottom;
}
.group_box3 {
    background-position: left 260px center;
}
.group_box4 {
    background-position: right 260px center;
}
/*.group_box {
 background-size: cover; 
}
*/}

@media (max-width: 1000px) {
.group_box a {
    width: 50%;
    max-width: initial;
    left: initial;
    right: initial;
}
.group_box dl {
    padding: 20px 10px;
    min-height: initial;
}
.group_box dl dt {
    font-size: 2.4rem;
    padding: 0 14px 10px 14px;
    width: 100%;
}
.group_box_l dl dd, .group_box_r dl dd {
    float: none;
    font-size: 1.26rem;
    line-height: normal;
    width: 100%;
    padding: 0 14px;
    margin: 0;
}
.group_box dl dd span {
    padding: 0 0 10px 0;
    font-size: 1.5rem;
}
.group_box_r dl dt {
    text-align: left;
}
.group_box {
    padding: 20% 0 0;
    background-size: 150%;
}
.group_box_r, .group_box_l {
    width: 100%;
}
.group_box1, .group_box2, .group_box3, .group_box4 {
    margin-right: 0;
    margin-left: 0;
    background-position: top center;
}
.group_box2 {
    background-position: left top;
}
.group_box1, .group_box2, .group_box3, .group_box4 {
    margin-right: 0;
    margin-left: 0;
    background-position: top center;
}
.group_box2 {
    background-position: left top;
}
}

@media (max-width: 50.75em) {
.globalMenuSp.is-fixed>small {
    display: none;
}
#main_img.second, #main_img.second::before {
    height: 30vh;
    background-position: top center;
}
#main_img.second h2 img {
    width: 70%;
}
section h2 {
 font-size: calc(112.5% + 4 * (100vw - 200px) / 50);
    padding: 0;
    background-size: 200px;
    margin: 20px auto;
}
#main_img {
    min-height: inherit;
    height: calc(73vh - 182px);
    background-position: top center;
}
#instagram {
    background-size: 150px;
    padding: 0 0 23px 0;
}
/* ループアニメーション */
.instafeed_wrap {
    height: 100px;
  }
  #instafeed {
    margin-top: -50px;
  }
/* #loopslider {
    height: 60px;
} */
#main_img > img {
    width: 60%;
}
.swiper-container {
    z-index: -1;
    height: calc(70vh - 74px);
}
.swiper-slide img {
    height: 85vh;
    width: auto;
    left: 0;
    right: initial;
    transform: translate(0, -50%);
}
.swiper-slide {
    overflow: hidden;
}
.swiper-slide[data-swiper-slide-index="0"] img {
    transform: translate(-10%, -60%);
}
.swiper-slide[data-swiper-slide-index="1"] img {
    transform: translate(-10%, -60%);
}
.swiper-slide[data-swiper-slide-index="2"] img {
    height: 100%;
    transform: translate(-30%, -50%);
}
.swiper-slide[data-swiper-slide-index="3"] img {
    transform: translate(-50%, -60%);
}
#main_img>img {
    width: 55%;
    padding: 0;
    margin: 0 auto;
    top: 43%;
}
nav.globalMenuSp ul {
    /*
    right: 0;
    top: 0;
*/
    position: initial;
    display: none;
}
nav.globalMenuSp.active ul li {
    margin: 0;
}
.globalMenuSp.is-fixed::before, .globalMenuSp.active::before {
    background-color: #000;
    background-image: url(../image/company/logo.png);
    background-size: 124px;
    background-repeat: no-repeat;
    background-position: left 12px center;
    padding: 25px 0;
}
section #safety h2 {
 font-size: calc(112.5% + 4 * (100vw - 300px) / 100);
    margin: 0 auto 20px;
}
section>div>h2::before {
    top: 16px;
    height: 70px;
    background-size: 70px;
}
section>div>h2>span {
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
}
section .h2_sub {
    padding: 0 0 30px 0;
    width: 77%;
    font-size: 1.4rem;
    margin: 0 auto;
}
#group .base_contents__inner {
    margin: 40px auto 80px;
}
#information {
    margin: 30px auto 0;
}
.base_contents__inner {
    width: 95%;
    margin: 20px auto;
}
#instafeed {
    height: 100px;
}
#instafeed li {
    width: 100px;
    height: 100px;
}
/* #loopSlider ul {
    height: 100px;
}
#loopSlider ul li {
    width: 100px;
    height: 100px;
}
.loopSliderWrap, #instagram, #loopSlider {
    height: 132px;
} */
section #group h2 {
 font-size:  calc(112.5% + 4 * (100vw - 300px) / 100);
    line-height: normal;
    margin: 40px auto;
}
.group_map {
    margin: 0;
}
.group_map li img {
    width: 100%;
}
.group_box1, .group_box2, .group_box3, .group_box4 {
    margin-right: 0;
    margin-left: 0;
    background-position: top center;
}
.group_box2 {
    background-position: left top;
}
.group_box a {
    width: 100%;
    max-width: initial;
    left: initial;
    right: initial;
}
.group_box dl {
    padding: 20px 10px;
    min-height: initial;
}
.group_box dl dt {
    font-size: 2.4rem;
    padding: 0 14px 10px 14px;
    width: 100%;
}
.group_box_l dl dd, .group_box_r dl dd {
    float: none;
    font-size: 1.26rem;
    line-height: normal;
    width: 100%;
    padding: 0 14px;
    margin: 0;
    text-align: left;
}
.group_box dl dd span {
    padding: 0 0 10px 0;
    font-size: 1.5rem;
}
.group_box_r dl dt {
    text-align: left;
}
.group_box {
    padding: 50% 0 0;
    background-size: 150%;
}
.group_box_r, .group_box_l {
    width: 100%;
}
#faq ul {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
#faq ul li {
    width: 100%;
}
#faq ul li a {
    font-size: 1.4rem;
}
#faq ul li a {
    padding: 20px;
}
#information ul li a, #information ul li div {
    flex-direction: column;
    margin: 0;
}
#information ul li a .category, #information ul li div .category {
    padding: 5px 10px;
    border-radius: 6px 6px 0 0;
    font-size: 1.4rem;
    width: 100%;
    flex-direction: row;
}
#information ul li a .category span:nth-of-type(1), #information ul li div .category span:nth-of-type(1) {
    display: inline-block;
    width: auto;
}
#information ul li a .category span:nth-of-type(2), #information ul li div .category span:nth-of-type(2) {
    display: inline-block;
    margin: 0 0 0 12px;
    font-size: 1.3rem;
    line-height: 1.2rem;
    padding: 4px;
    width: auto;
}
#information ul li .txt {
    font-size: 1.4rem;
    font-weight: 500;
    width: calc(100% - 20px);
}
#information ul li div .txt {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 10px 14px 14px 10px;
    width: 100%;
}
#information ul li .txt .icon, #information ul li div .icon {
    margin: 0 0 10px 0;
}
#information ul li a::after {
    right: 10px;
    top: 67%;
}
#top #information >div >a {
    margin: 10px 10px 0 0;
    height: 35px;
    position: relative;
    padding: 0 24px 0px 14px;
}
#top #information >div >a span {
    line-height: 35px;
    font-size: 1.2rem;
}
#top #information >div >a span::after {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
#information >div >a span {
    line-height: 35px;
    font-size: 1.4rem;
}
#information >div >a span::after {
    border-width: 6px 0 6px 6px;
}
#safety>div>div {
    margin: -20px auto -10px;
}
#safety>div>div ul {
    width: 85%;
}
#safety>div>div ul li {
    display: flex;
    align-items: baseline;
}
#safety {
    padding: 20px 0 1px;
}
#link a.link_company {
    margin: 0 10px 0 0;
}
#link a.link_recruit {
    margin: 0 0 0 10px;
}
#link a.link_recruit {
background-image: url(../image/company/recruit_banner_sp.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 350px;
}
#top #link {
    margin: 10px auto 0;
}
#link a p {
    padding: 10px;
    font-size: 1.8rem;
}
#link a p span {
    font-size: 1.1rem;
    line-height: normal;
    float: none;
    padding: 0 0 0 0;
    width: 100%;
}
#link a p {
    line-height: normal;
    background-position: right 10px center;
    background-size: 10px;
}
#link a {
    padding: 136px 0 0 0;
}
#link a.link_company {
    background-position: bottom 30px center;
    background-image: url(../image/company/slider1_sp.png);
}
.foot_bn {
    justify-content: space-between;
    padding: 0 32px 0;
    flex-wrap: wrap;
}
.foot_bn a {
    margin: 0 10px 10px;
}
#contact {
    padding: 50px 14px;
}
#contact >div {
    margin: 0 auto;
    width: 100%;
}
#contact a {
    background-position: left 14px center;
    font-size: 1.4rem;
    padding: 20px 20px 20px 60px;
    background-size: 30px;
    width: 100%;
}
#contact .contact_tit {
 font-size:calc(92% + 4 * (100vw - 400px) / 300);
}
#contact .tel {
 font-size:calc(142.5% + 4 * (100vw - 200px) / 100);
    padding: 0 0 0 40px;
    margin: 0 auto 10px;
    background-size: 30px;
}
#contact .tel span {
    font-size: 1.6rem;
}
#contact .add {
    text-align: center;
    padding: 0;
 font-size:calc(92% + 4 * (100vw - 400px) / 300);
}
#contact .add span {
    display: inline-block;
    text-align: left;
}
.form {
    margin: 0 auto;
}
footer ul li {
    padding: 0.5em;
    width: 50%;
    border-bottom: 2px #fff solid;
    margin-bottom: 0;
}
footer ul li {
    border-right: 2px #fff solid;
}
.faq_link ul {
    flex-wrap: wrap;
    flex-direction: column;
}
.faq_link ul li {
    width: 100%;
}
.faq_link ul li a {
    font-size: 1.4rem;
}
.faq_link ul li a {
    padding: 20px;
}
.faq_open::after {
    right: 20px;
    width: 12px;
    height: 12px;
    transform-origin: 8px 3px;
}
#main_img.second::after {
    background-size: 210px;
    height: 32px;
    background-position: bottom center;
}
#second_faq #faq h2, .inquiry h2 {
    padding: 40px 0;
    background-position: bottom 40px center;
}
.inquiry h2 {
    margin: 30px auto;
}
#second_info #information h2, #second_faq #faq h2 {
    padding: 20px 0 10px;
    background-position: bottom 16px center;
}
#second_faq #faq .faq_tit, .infogr_tit {
    font-size: 1.8rem;
    margin: 0px 5% 20px;
    line-height: normal;
}
#second_faq #faq .faq_tit {
    font-size: 1.8rem;
    margin: 0 auto 30px;
}
.category_link {
    flex-wrap: wrap;
    margin: 0 auto 20px;
    padding: 0 0 20px;
}
.category_link a {
    width: calc((100% / 3) - 10px) !important;
    min-height: 50px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    text-align: center;
    margin: 5px;
}
.category_link a span {
    line-height: normal;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 1.12rem;
    padding: 0 5px 0 10px;
}
#second_info #information ul li div.txt_detail {
    padding: 0px 15px 6px;
}
#second_info #information ul li div.txt_detail div {
    display: flex;
    flex-wrap: wrap;
}
#second_info #information ul li div.txt_detail div div {
    float: none;
    width: 100%;
    margin: 24px auto 0;
    order: 3;
}
#second_info #information ul li div.txt_detail div {
    font-size: 1.3rem;
}
#second_info #information ul li div.txt_detail div img {
    width: 100%;
    margin: 0 auto 10px;
}
#second_info #information ul li div.txt_detail div a {
    margin: 0;
}
#second_info #information ul li div.txt_detail div p a {
    width: 100%;
    flex-direction: row;
}
#second_info #information ul li div.txt_detail div p a:nth-of-type(1) {
    margin: 0 auto 1em;
}
#information >div >a .faq_open::before {
    font-size: 2rem;
}
#second_faq #faq {
    padding: 32px 0 0 0;
}
.faq_open p, .faq_detail p {
    font-size: 1.3rem;
}
.faq_open p {
    padding: 0 50px 0 0;
    line-height: normal;
    display: inline-flex;
    align-items: center;
}
.faq_link_tit {
    font-size: 1.8rem;
}
.faq_link {
    padding: 60px 0 0;
}
.category_link > div {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
}
.faq_box a.faq_close {
    color: #4675BD;
    text-align: right;
    display: inline-block;
    width: 100%;
    text-decoration: underline;
}
label.radio {
    width: 100%;
}
}

@media (max-width: 50.750em) and (orientation: landscape) {
#main_img>img {
    width: 40%;
    top: 35%;
}
.group_map {
    margin: 40px auto;
    width: 80%;
}
.group_box1, .group_box2, .group_box3, .group_box4 {
    margin-right: 0;
    margin-left: 0;
    background-position: top center;
}
.group_box a {
    width: 50%;
    max-width: initial;
    left: initial;
    right: initial;
}
.group_box dl {
    padding: 20px 10px;
    min-height: initial;
}
.group_box {
    padding: 30% 0 0 0;
}
#link a {
    padding: 25% 0 0 0;
}
#link a.link_company {
    background-position: center;
}
#link a p span {
    float: right;
    padding: 0 20px 0 0;
}
section h2 {
    font-size: 3rem;
}
section #safety h2 {
    font-size: 2.4rem;
}
#top #faq h2 {
    font-size: 2.8rem;
}
#faq ul {
    flex-wrap: wrap;
    flex-direction: row;
}
#faq ul li {
    width: 50%;
}
#contact >div {
}
.foot_bn {
    justify-content: flex-start;
}
#faq ul li a {
    padding: 20px 0;
}
#main_img.second, #main_img.second::before {
    height: 50vh;
}
#second_info #information ul li div.txt_detail {
    width: 100%;
    display: inline-block;
    padding: 20px 30px;
}
#second_info #information ul li div.txt_detail p {
    padding: 0 0 20px 0;
}
#second_info #information ul li div.txt_detail div {
    display: inline-block;
}
#second_info #information ul li div.txt_detail div div {
    float: right;
    width: 30%;
    margin: 0 0 0 20px;
}
#second_info #information ul li div.txt_detail div a {
    display: inline-flex;
    color: rgb(223, 86, 86);
    text-decoration: underline;
    width: auto;
    margin: 0 1em 0 0;
    font-weight: 500;
    align-items: center;
}
#second_info #information ul li div.txt_detail div p a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../image/top/file.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0.2em 0 0;
}
#second_info #information ul li div.txt_detail div img {
    width: 100%;
    margin: 0 0 10px 0;
}
#second_info #information ul li div.txt_detail p {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}
#second_info #information ul li div.txt_detail a::after {
    content: none;
    display: none;
}
#information ul li div .category {
    border-radius: 5px 0 6px 0;
}
#second_info #information ul li {
    flex-wrap: wrap;
}
#contact a{
    max-width: 400px;
}
}
