@charset "UTF-8";
/* ==========================================================================
    トップページ
========================================================================== */
.pc{
  display: block;
}
.sp{
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

#top .top_inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
#top .top_inner h2.sct_ttl {
//  font-family: "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #DBDBDB;
  position: relative;
}
#top .top_inner h2.sct_ttl span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 20px;
}
#top .top_inner .sct_txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.78;
  letter-spacing: 0.05em;
}
#top .top_inner h2.sct_ttl .more_btn {
  width: auto;
  height: 29px;
  background: #A5A5A5;
  position: absolute;
  right: 0;
  border-radius: 20px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#top .top_inner h2.sct_ttl .more_btn:hover {
  background: #4A4A4A;
}
#top .top_inner h2.sct_ttl .more_btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  padding-left: 15px;
  padding-right: 31px;
  position: relative;
}
#top .top_inner h2.sct_ttl .more_btn a::after {
  display: block;
  content: "";
  width: 10px;
  height: 7px;
  background: url('../img/common/btn_arrow_icon.svg') no-repeat;
  position: absolute;
  right: 13px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#top .top_inner h2.sct_ttl .more_btn:hover a::after {
  right: 10px;
}
@media only screen and (max-width: 1160px) {
  #top .top_inner {
    padding-left: 1em;
    padding-right: 1em;
  }
  #top .top_inner h2.sct_ttl {
    font-size: 3.2759vw;
    padding-bottom: 1.7241vw;
  }
  #top .top_inner h2.sct_ttl span {
    font-size: 1.0345vw;
    margin-left: 0.8621vw;
  }
  #top .top_inner .sct_txt {
    font-size: 1.2069vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .top_inner {
    padding-left: 2.7778vw;
    padding-right: 2.7778vw;
  }
  #top .top_inner h2.sct_ttl {
    font-size: 6.6667vw;
    padding-bottom: 2.7778vw;
  }
  #top .top_inner h2.sct_ttl span {
    font-size: 2.5vw;
    margin-left: 2.7778vw;
  }
  #top .top_inner .sct_txt {
    font-size: 3.8889vw;
  }
  #top .top_inner h2.sct_ttl .more_btn {
    width: auto;
    height: 5.8333vw;
  }
  #top .top_inner h2.sct_ttl .more_btn a {
    font-size: 3.0556vw;
    padding-left: 3.6111vw;
    padding-right: 8.6111vw;
  }
  #top .top_inner h2.sct_ttl .more_btn a::after {
    width: 2.5vw;
    height: 1.9444vw;
    right: 3.6111vw;
    background-size: cover;
  }
}



/* search */
.products_wrap .navbar-form {
  position: absolute;
  top: 0rem;
  right: 19.7rem;
  max-width: 450px;
  width: 100%;
}
.products_wrap .input-group::before {
  display: block;
  content: "";
  width: 1px;
  height: 4rem;
  background: #ddd;
  position: absolute;
  right: -2rem;
}
.products_wrap .form-control {
  width: 39.1rem;
  padding: 1.8rem 1.5rem;
}
@media only screen and (max-width: 1160px) {
  .products_wrap .input-group::before {
    height: 3.4483vw;
  }
  .products_wrap .navbar-form {
    max-width: 38.7931vw;
  }
  .products_wrap .form-control {
    width: 33.7069vw;
    padding: 1vw 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .products_wrap .search-from {
    width: 100%;
    position: absolute;
    top: 16.6667vw;
    left: 0;
  }
  .products_wrap .input-group::before {
    display: none;
  }
  .products_wrap .navbar-form {
    max-width: 100%;
  }
  .products_wrap .form-control {
    width: 80.5556vw;
    padding: 1.8rem 1.5rem;
  }
}



/* 製品情報 */
.products_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.products_wrap .top_inner {
  position: relative;
}
.products_wrap h2 {
  margin-bottom: 2.1552%;
}
.products_wrap .pro_box-inner {
  display: flex;
  flex-wrap: wrap;
}
.products_wrap .pro_box {
  width: 31.6379%;
}
.products_wrap .pro_box:nth-child(3n - 1) {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.products_wrap .pro_box:nth-child(n + 4) {
  margin-top: 2.5%;
}
.products_wrap .pro_box .pro_tit {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}
.products_wrap .pro_box .pro_tit a {
  display: flex;
  width: 100%;
  height: 100%;
  
}
.products_wrap .pro_box .pro_tit:hover {
  opacity: 0.6;
}
//.products_wrap .pro_box:nth-child(1) .pro_tit {
//  background: url(../img/top/pro_tit01_img_pc.webp);
//  background-position: right;
//  background-size: contain;
//}
//.products_wrap .pro_box:nth-child(2) .pro_tit {
//  background: url(../img/top/pro_tit02_img_pc.webp);
//  background-position: right;
//  background-size: contain;
//}
//.products_wrap .pro_box:nth-child(3) .pro_tit {
//  background: url(../img/top/pro_tit03_img_pc.webp);
//  background-position: right;
//  background-size: contain;
//}
//.products_wrap .pro_box:nth-child(4) .pro_tit {
//  background: url(../img/top/pro_tit04_img_pc.webp);
//  background-position: right;
//  background-size: contain;
//}
//.products_wrap .pro_box:nth-child(5) .pro_tit {
//  background: url(../img/top/pro_tit05_img_pc.webp);
//  background-position: right;
//  background-size: contain;
//}
.products_wrap .pro_box .pro_tit p.text {
  background: #079D3E url(../img/top/pro_tit_bg.png);
  width: 50%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #fff;
}
.products_wrap .pro_box .pro_tit p.img {
  width:50%;
  padding:0;
}
.products_wrap .pro_box .pro_tit p.img img{
    object-fit:cover;
    height:100%;
    
}
.products_wrap .pro_box ul li {
  border-bottom: 1px solid #DBDBDB;
}
.products_wrap .pro_box ul li a {
  min-height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 15px;
}
.products_wrap .pro_box ul li a:hover {
  background-color: #F5F5F5;
  color: #009135;
  padding-left: 20px;
}
.products_wrap .pro_box ul li a::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background: #4A4A4A;
  border-radius: 50%;
  margin-right: 6px;
}

.products_wrap .pro_box ul li a:hover::before {
  left: 5.087%;
}
.products_wrap .pro_box ul li a p {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}
.products_wrap .pro_box ul li a:hover p::after {
  display: inline-block;
  content: "";
  width: 26px;
  height: 8px;
  background: url(../img/common/more_link_hover.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.products_wrap .pro_box ul li img {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1160px) {
  .products_wrap {
    padding-top: 6.8966vw;
    padding-bottom: 6.8966vw;
  }
  .products_wrap .pro_box-inner {
    flex-wrap: wrap;
  }
  .products_wrap .pro_box .pro_tit p {
    width: 15.7759vw;
    min-height: 120px;
    font-size: 2.0690vw;
    padding: 1vw;
  }
  .products_wrap .pro_box ul li a {
    padding-left: 1.2931vw;
  }
  .products_wrap .pro_box ul li a:hover {
    padding-left: 1.7241vw;
  }
}
@media only screen and (max-width: 768px) {
  .products_wrap {
    padding-top: 11.1111vw;
    padding-bottom: 11.1111vw;
    width: 94.4444vw;
    margin: 0 auto;
  }
  #top .products_wrap .top_inner {
    padding-left: 0;
    padding-right: 0;
  }
  .products_wrap h2 {
    margin-bottom: 23.6111vw;
  }
  .products_wrap .pro_box-inner {
    flex-direction: column;
  }
  .products_wrap .pro_box {
    width: 100%;
  }
  .products_wrap .pro_box:nth-child(3n - 1) {
    margin-left: 0;
    margin-right: 0;
  }
  .products_wrap .pro_box:nth-child(n + 4) {
    margin-top: 2.5%;
  }
  .products_wrap .pro_box + .pro_box {
    margin-top: 11.1111vw;
  }
  .products_wrap .pro_box .pro_tit {
    margin-bottom: 2.7778vw;
    height:22.2222vw;
  }
//  .products_wrap .pro_box:nth-child(1) .pro_tit {
//    background: url(../img/top/pro_tit01_img_sp.png);
//    background-position: right;
//    background-size: contain;
//  }
//  .products_wrap .pro_box:nth-child(2) .pro_tit {
//    background: url(../img/top/pro_tit02_img_sp.png);
//    background-position: right;
//    background-size: contain;
//  }
//  .products_wrap .pro_box:nth-child(3) .pro_tit {
//    background: url(../img/top/pro_tit03_img_sp.png);
//    background-position: right;
//    background-size: contain;
//  }
//  .products_wrap .pro_box:nth-child(4) .pro_tit {
//    background: url(../img/top/pro_tit04_img_sp.png);
//    background-position: right;
//    background-size: contain;
//  }
//  .products_wrap .pro_box:nth-child(5) .pro_tit {
//    background: url(../img/top/pro_tit05_img_sp.png);
//    background-position: right;
//    background-size: contain;
//  }
  .products_wrap .pro_box .pro_tit p.text {
    width: 50%;
    min-height: 22.2222vw;
    font-size: 5.5556vw;
    padding: 0;
  }
  .products_wrap .pro_box .pro_tit p.img {
    width: 50%;
  }
  .products_wrap .pro_box .pro_tit img {
    width: 100%;
  }
  .products_wrap .pro_box ul li a {
    min-height: auto;
    padding-left: 2.7778vw;
  }
  .products_wrap .pro_box ul li a::before {
    width: 1.3889vw;
    height: 1.3889vw;
    margin-right: 1.6667vw;
  }
  .products_wrap .pro_box ul li a p {
    font-size: 3.8889vw;
  }
}


/* サービス */
#top .service_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F0FCF5;
}
#top .service_wrap .service_top {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
#top .service_wrap .service_top .service_logo {
  width: 14.7414%;
  margin-top: 8px;
}
#top .service_wrap .service_top p.sct_txt {
  width: 47%;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  margin-left: 3.4483%;
  position: relative;
}
#top .service_wrap .service_top p.sct_txt::after {
  display: block;
  content: "";
  width: 1px;
  height: 90%;
  background: #ddd;
  position: absolute;
  top: 4%;
  right: -6%;
}
#top .service_wrap .service_top .link_btn {
  width: 28.8793%;
  height: 60px;
  position: relative;
  margin-left:auto;
  margin-top:0.3%;
}
#top .service_wrap .service_top .link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #E54D39;
}
#top .service_wrap .service_top .link_btn a>span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top .service_wrap .service_top .link_btn a>span:after {
  opacity: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: linear-gradient(to right, #E54D39, #9A3022);
  transition: all 0.5s;
}
#top .service_wrap .service_top .link_btn:hover span:after {
  opacity: 1;
}
#top .service_wrap .service_top .link_btn p {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .service_wrap .service_top .link_btn p>span{
  font-weight: bold;
}
#top .service_wrap .service_top .link_btn p img {
  display: block;
  width: 21px;
  margin-left: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#top .service_wrap .service_top .link_btn:hover p img {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -o-transform:scale(1.2);
}
#top .service_wrap ul.service_bt,
#top .service_wrap ul.service_bt li a {
  display: flex;
}
#top .service_wrap ul.service_bt {
  justify-content: space-between;
}
#top .service_wrap ul.service_bt li {
  width: 48.7069%;
  background: #fff;
  position: relative;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#top .service_wrap ul.service_bt li:hover {
  background: #C9F7DA;
}
#top .service_wrap ul.service_bt li::before,
#top .service_wrap ul.service_bt li::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#top .service_wrap ul.service_bt li::before {
  border-left: 2px solid #009135;
  border-top: 2px solid #009135;
  top: 0;
  left: 0;
}
#top .service_wrap ul.service_bt li::after {
  border-right: 2px solid #009135;
  border-bottom: 2px solid #009135;
  bottom: 0;
  right: 0;
}
#top .service_wrap ul.service_bt li:hover::before,
#top .service_wrap ul.service_bt li:hover::after {
  width: 30px;
  height: 30px;
}
#top .service_wrap ul.service_bt li a {
  align-items: center;
}
#top .service_wrap ul.service_bt li .service_img {
  width: 37.168141592%;
  padding:5.3%;
}
#top .service_wrap ul.service_bt li .service_cont {
  width: calc(100% - 37.1681%);
  padding: 0 8.4507%;
}
#top .service_wrap ul.service_bt li .service_cont .sct_txt {
  font-size: 13px;
  line-height: 1.923;
}
#top .service_wrap ul.service_bt li .service_cont .more_link_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
#top .service_wrap ul.service_bt li .service_cont .more_link {
  font-size: 13px;
  font-weight: bold;
  color: #009135;
}
#top .service_wrap ul.service_bt li .service_cont .link-img {
  width: 12px;
  height: 8px;
  margin-left: 26px;
  position: relative;
  transition: all 0.5s;
}
#top .service_wrap ul.service_bt li .service_cont .link-img::before {
  display: block;
  content: "";
  width: 18px;
  height: 2px;
  background: #009135;
  position: absolute;
  top: 3px;
  left: -15px;
  transition: all 0.5s;
}
#top .service_wrap ul.service_bt li:hover .service_cont .link-img {
  margin-left: 17px;
}
#top .service_wrap ul.service_bt li:hover .service_cont .link-img::before {
  width: 9px;
  left: -8px;
}

#top .service_wrap ul.service_bt li .service_cont .default {
  width: 30px;
  transition: opacity 0.5s linear;
}
#top .service_wrap ul.service_bt li:hover .service_cont .default {
  opacity: 0;
  display: none;
  transition: opacity 0.5s linear;
}
#top .service_wrap ul.service_bt li .service_cont .hover {
  opacity: 0;
}
#top .service_wrap ul.service_bt li:hover .service_cont .hover {
  opacity: 1;
  width: 21px;
}
@media only screen and (max-width: 1160px) {
  #top .service_wrap {
    padding-top: 6.8966vw;
    padding-bottom: 6.8966vw;
  }
  #top .service_wrap .service_top {
    margin-top: 4.3103vw;
    margin-bottom: 4.3103vw;
  }
  #top .service_wrap .service_top p.sct_txt {
    font-size: 1.2069vw;
  }
  #top .service_wrap .service_top .link_btn p {
    font-size: 1.2931vw;
  }
  #top .service_wrap ul.service_bt li .service_cont .sct_txt {
    font-size: 1.2069vw;
  }
  #top .service_wrap ul.service_bt li .service_cont .more_link {
    font-size: 1.2069vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .service_wrap {
    padding-top: 11.1111vw;
    padding-bottom: 11.1111vw;
  }
  #top .service_wrap .service_top {
    flex-direction: column;
    margin-top: 8.3333vw;
    margin-bottom: 8.3333vw;
  }
  #top .service_wrap .service_top .service_logo {
    width: 53.0556vw;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 5.5556vw;
    margin-right: auto;
  }
  #top .service_wrap .service_top p.sct_txt {
    width: 100%;
    font-size: 3.8889vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.72vw;
  }

    #top .service_wrap .service_top p.sct_catch {
      font-size: 3.8889vw;
      font-weight: bold;
      color:#E54D39;
      margin-bottom:2.222vw;
        align-items: center; 
        display: flex; 
        justify-content: center; 
    }


    #top .service_wrap .service_top p.sct_catch::before,
    #top .service_wrap .service_top p.sct_catch::after {
      background-color: #E54D39;
      border-radius: 5px;
      content: "";
      height: 1px;
      width: 16px;
    }
    #top .service_wrap .service_top p.sct_catch::before {
      margin-right: 2.5vw;
      transform: rotate(55deg);
    }
    #top .service_wrap .service_top p.sct_catch::after {
      margin-left:2.5vw;
      transform: rotate(-55deg);
    }


  #top .service_wrap .service_top p.sct_txt::after {
    display: none;
  }
  #top .service_wrap .service_top .link_btn {
    width: 100%;
    height: 16.6667vw;
  }
  #top .service_wrap .service_top .link_btn p {
    font-size: 4.1667vw;
  }
  #top .service_wrap .service_top .link_btn p img {
    width: 5.8333vw;
    margin-left: 3.3333vw;
  }
  #top .service_wrap ul.service_bt,
  #top .service_wrap ul.service_bt li a {
    flex-direction: column;
  }
  #top .service_wrap ul.service_bt li {
    width: 100%;
  }
  #top .service_wrap ul.service_bt li + li {
    margin-top: 5.5556vw;
  }
  #top .service_wrap ul.service_bt li::before,
  #top .service_wrap ul.service_bt li::after {
    width: 4.1667vw;
    height: 4.1667vw;
  }
  #top .service_wrap ul.service_bt li .service_img {
    width: 43.055vw;
    padding:8.3333vw 0;
  }
  #top .service_wrap ul.service_bt li .service_cont {
    width: 100%;
    padding: 0 4.1667vw 8.3333vw;
  }
  #top .service_wrap ul.service_bt li .service_cont .sct_txt {
    font-size: 3.6111vw;
  }
  #top .service_wrap ul.service_bt li .service_cont .more_link_box {
    margin-top: 5vw;
  }
  #top .service_wrap ul.service_bt li .service_cont .more_link {
    font-size: 3.6111vw;
  }
  #top .service_wrap ul.service_bt li .service_cont .link-img {
    width: 12px;
    height: 8px;
    margin-left: 26px;
  }
  
}


/* サポート */
.support_wrap {
  padding-top: 80px;
}
.support_wrap h2 {
  margin-bottom: 4.3103%;
}
.support_wrap h3 {
  font-size: 19px;
  line-height: 1;
}
.cate_txtBox h3 {
  margin-top: 0;
  margin-bottom: 2.841%;
}
.link_block h3 {
  line-height:1.52;
  margin-bottom: 3%;
}
.support_wrap p {
  font-size: 13px;
  line-height: 1.9;
}

.support_wrap .cate_block {
  position: relative;
  overflow:hidden;
}
.support_wrap .cate_block a,
.support_wrap .link_block a {
  display: flex;
  align-items:center;
  justify-content: space-between;
  background: #009135;
  border-radius: 5px;
  width: 100%;
  padding: 1.2931% 1.2931% 1.2931% 2.586%;
  position: relative;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support_wrap .link_block a {
  padding: 0 0 0 0;
  align-items:flex-start;
}
.support_wrap .cate_block a span.gov,
.support_wrap .link_block a span.gov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.support_wrap .cate_block a span.gov:after,
.support_wrap .link_block a span.gov:after {
  opacity: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: linear-gradient(to right, #009135, #005E23);
  transition: all 0.5s;
}
.support_wrap .cate_block a:hover span:after,
.support_wrap .link_block a:hover span:after {
  opacity: 1;
}

.support_wrap .cate_block a span.entxt,
.support_wrap .link_block a span.entxt{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 54px;
    letter-spacing: 0.05em;
    color: #079D3E;
    position: absolute;
    bottom: -30px;
    left: 2.586%;
    z-index: 2;
    transition: all 0.5s;
    white-space:nowrap;
}
.support_wrap .link_block a span.entxt{
  left: 2.586%;

}

.support_wrap .cate_block a:hover span.entxt,
.support_wrap .link_block a:hover span.entxt {
  color:#095725;
}
.support_wrap .cate_txtBox {
  width: 45.3448%;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.support_wrap .cate_imgBox {
  width: 47.18%;
  position: relative;
  z-index: 2;
}

.support_wrap .link_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.support_wrap .link_block {
  width: 48.7069%;
  display: flex;
  justify-content: space-between;
  background: #009135;
  border-radius: 5px;
  padding: 0;
  position: relative;
  overflow:hidden;
}
.support_wrap .link_block .link_txtBox {
  width: 49.734%;
  padding: 3.5% 3.5% 0;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.support_wrap .link_block .link_imgBox {
  width: 50.442%;
  position: relative;
  z-index: 2;
  height:100%;
}
.support_wrap .link_block .link_imgBox img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-width:none;
}

.support_wrap .link_block01 .link_imgBox {
}
.support_wrap .link_block02 .link_imgBox {
}


#top .support_wrap .more_link_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2.841%;
}
#top .support_wrap .more_link {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
#top .support_wrap .link-img {
  width: 12px;
  height: 8px;
  margin-left: 26px;
  position: relative;
  transition: all 0.5s;
}
#top .support_wrap .link-img::before {
  display: block;
  content: "";
  width: 18px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 3px;
  left: -15px;
  transition: all 0.5s;
}
#top .support_wrap .cate_block a:hover .more_link_box .link-img,
#top .support_wrap .link_block a:hover .more_link_box .link-img {
  margin-left: 17px;
}
#top .support_wrap .cate_block a:hover .more_link_box .link-img::before,
#top .support_wrap .link_block a:hover .more_link_box .link-img::before {
  width: 9px;
  left: -8px;
}


.support_wrap .icon_list {
  border-top: 1px solid #E6E6E6;
  margin-top: 3.4483%;
  padding-top: 1.2931%;
}
.support_wrap .icon_list>p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.1552%;
}

.support_wrap .icon_list ul {
  display: flex;
  justify-content: space-between;
}
.support_wrap .icon_list ul li {
  width: 17.931%;
  text-align: center;
}
.support_wrap .icon_list ul li a {
  display: block;
  border: 2px solid #009135;
  border-radius: 5px;
}
.support_wrap .icon_list ul li a:hover {
  border: 2px solid #E6E6E6;
  background: #E6E6E6;
}
.support_wrap .icon_list ul li p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 5.808%;
  margin-bottom: 5.769%;
  transition: .4s ease-in-out;
}
.support_wrap .icon_list ul li a:hover p {
  color: #14AF4D;
}
.support_wrap .icon_list ul li img {
  padding-top: 6.731%;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.support_wrap .icon_list ul li a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.support_wrap .icon_list ul li:nth-child(1) img {
  width: 21.635%;
}
.support_wrap .icon_list ul li:nth-child(2) img {
  width: 21.635%;
}
.support_wrap .icon_list ul li:nth-child(3) img {
  width: 17.308%;
}
.support_wrap .icon_list ul li:nth-child(4) img {
  width: 25.962%;
}
.support_wrap .icon_list ul li:nth-child(5) img {
  width: 18.75%;
}
@media only screen and (max-width: 1160px) {
  .support_wrap h3 {
    font-size: 1.8966vw;
  }
  .support_wrap p {
    font-size: 1.1207vw;
  }
  .support_wrap .icon_list ul li p {
    font-size: 1.2069vw;
  }
  .support_wrap .more_link {
    font-size: 1.1207vw;
  }
  .support_wrap .link_block .link_txtBox {
    padding:2.5% 2.5% 0 3.5%;
  }


}
@media only screen and (max-width: 768px) {
  .support_wrap {
    padding-top: 11.1111vw;
    padding-bottom: 0;
  }
  .support_wrap h2 {
    margin-bottom: 8.3333vw;
  }
  .support_wrap h3 {
    font-size: 6.1111vw;
  }
  .cate_txtBox h3 {
    margin-top: 0;
    margin-bottom: 5.5556vw;
  }
  .link_block h3 {
    margin-bottom: 3.5vw;
  }
  .support_wrap p {
    font-size: 3.6111vw;
  }
  .support_wrap .cate_block {
    overflow: hidden;
  }
  .support_wrap .cate_block a,
  .support_wrap .link_block a {
    flex-direction: column;
    padding: 0;
    overflow: hidden;
  }
  .support_wrap .cate_block::before {
    width: 90.2778vw;
    height: 13.8889vw;
    bottom: 44vw;
    left: 4.1667vw;
  }
  .support_wrap .cate_txtBox {
    width: 100%;
    padding: 8.3333vw 4.1667vw 5.2vw;
  }

    .support_wrap .cate_block a span.entxt{
        bottom: 25.5vw;
        left: 4.1667vw;
    }
    .support_wrap .link_block a span.entxt{
        bottom: 24.2vw;
        left: 1.388vw;
    }

  .support_wrap .cate_imgBox {
    width: 100%;
    height: auto;
  }
  .support_wrap .cate_imgBox img{
    width: 100%;
  }
  .support_wrap .link_inner {
    flex-direction: column;
    margin-top: 5.5556vw;
  }
  .support_wrap .link_block {
    width: 100%;
    flex-direction: column;
    overflow: hidden;
  }
  .support_wrap .link_block02 {
    margin-top: 5.5556vw;
  }
  .support_wrap .link_block .link_txtBox {
    width: 100%;
    padding: 8.3333vw 4.1667vw 5.2vw;
  }
  .support_wrap .link_block .link_imgBox {
    width: 100%;
    height: auto;
  }
  .support_wrap .link_block .link_imgBox img{
    width: 100%;
  }
  .support_wrap .link_block01::before {
    width: 134.1667vw;
    height: 20vw;
    bottom: 43vw;
    left: 2.7778vw;
  }
  .support_wrap .link_block02::before {
    width: 134.1667vw;
    height: 20vw;
    bottom: 43vw;
    left: 2.7778vw;
  }
  #top .support_wrap .more_link_box {
    margin-top: 3.8vw;
  }
  #top .support_wrap .more_link {
    font-size: 3.6111vw;
  }
  #top .support_wrap .link-img {
    width: 3.3333vw;
    height: 2.2222vw;
    margin-left: 7.2222vw;
  }
  #top .support_wrap .link-img::before {
    width: 5vw;
    height: 0.5556vw;
    top: 0.8333vw;
    left: -4.1667vw;
  }

  .support_wrap .icon_list {
    margin-top: 8.3333vw;
    padding-top: 4.1667vw;
  }
  .support_wrap .icon_list>p {
    margin-bottom: 3.3333vw;
    text-align:left;
  }
  .support_wrap .icon_list ul {
    flex-wrap: wrap;
  }
  .support_wrap .icon_list ul li {
    width: 45.8333vw;
    margin-bottom: 5.5556vw;
  }
  .support_wrap .icon_list ul li:last-child {
    margin-bottom: 0;
  }
  .support_wrap .icon_list ul li p {
    font-size: 3.8889vw;
    margin-top: 2.7778vw;
    margin-bottom: 3.3333vw;
  }
  .support_wrap .icon_list ul li img {
    padding-top: 3.8889vw;
  }
  .support_wrap .icon_list ul li:nth-child(1) img {
    width: 12.5vw;
  }
  .support_wrap .icon_list ul li:nth-child(2) img {
    width: 12.5vw;
  }
  .support_wrap .icon_list ul li:nth-child(3) img {
    width: 10vw;
  }
  .support_wrap .icon_list ul li:nth-child(4) img {
    width: 15vw;
  }
  .support_wrap .icon_list ul li:nth-child(5) img {
    width: 10.8333vw;
  }
}



/* 特集 */
#top .feature_wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}

#top .feature-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2.5%;
  margin-top: 50px;
}

#top .feature-box li {
  width: calc(92.5% / 4);
}

#top .feature-box li:nth-child(4) {
    position: relative;
}
#top .feature-box li:nth-child(4):before {
    content: "";
    display: block;
    width: 432.44%;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 1;
}

#top .feature-box a {
  display: block;
}

#top .feature-box a:hover .feature-img {
  opacity: .6;
}

#top .feature-box a:hover .feature-img img {
  transform: scale(1.052);
}

#top .feature-box a:hover .feature-txt {
  color: #009135;
}

#top .feature-img {
  aspect-ratio:1160 / 717;
  overflow: hidden;
  position: relative;
  transition: .4s ease;
}

#top .feature-img img {
  width: 100%;
  height: 100%;
//  object-fit: cover;
  transition: .4s ease;
}

#top .feature-txt {
  font-weight: bold;
  line-height: 1.78571;
  letter-spacing: 0.03em;
  margin-top: 15px;
  transition: .4s ease;
}

//#top .feature_wrap ul.feature_list {
//  display: flex;
//  flex-wrap: wrap;
//  width: 100%;
//  margin-top: 50px;
//}
//#top .feature_wrap ul.feature_list li {
//  width: 25.6034%;
//}
//#top .feature_wrap ul.feature_list li:nth-child(4n) {
//  width: 23.1034%;
//}
//#top .feature_wrap ul.feature_list li:nth-child(-n+4) {
//  margin-bottom: 30px;
//  padding-bottom: 30px;
//  border-bottom: 1px solid #E6E6E6;
//}
//#top .feature_wrap ul.feature_list li a {
//  display: block;
//  width: 90.2357%;
//  margin-right: 11.0075%;
//}
//#top .feature_wrap ul.feature_list li:nth-child(4n) a {
//  width: 100%;
//  margin-right: 0;
//}
//#top .feature_wrap ul.feature_list li .thumb_box {
//  width: 100%;
//  margin-bottom: 10px;
//  overflow: hidden;
//}
//#top .feature_wrap ul.feature_list li a .thumb_box img {
//  transition: all 0.5s;
//  -o-transition: all 0.5s;
//  -moz-transition: all 0.5s;
//  -webkit-transition: all 0.5s;
//}
//#top .feature_wrap ul.feature_list li a:hover .thumb_box img {
//  transform:scale(1.1);
//  -webkit-transform:scale(1.1);
//  -moz-transform:scale(1.1);
//  -o-transform:scale(1.1);
//  opacity: 0.6;
//}
//#top .feature_wrap ul.feature_list li a .sct_txt {
//  transition: all 0.5s;
//  -o-transition: all 0.5s;
//  -moz-transition: all 0.5s;
//  -webkit-transition: all 0.5s;
//}
//#top .feature_wrap ul.feature_list li a:hover .sct_txt {
//  color: #009135;
//}
@media only screen and (max-width: 768px) {
  #top .feature_wrap {
    margin-top: 11.1111vw;
    margin-bottom: 11.1111vw;
  }

  #top .feature-box ul {
    flex-direction: column;
    gap: 30px;
    margin-top: 8.3333vw;
  }
  #top .feature-box li {
    width: 100%;
  }
  #top .feature-img {
    aspect-ratio:1160 / 717;
  }
  #top .feature_wrap .feature-box ul li:nth-child(n+5) {
    display:none;
  }

//  #top .feature_wrap ul.feature_list {
//    flex-direction: column;
//    margin-top: 8.3333vw;
//  }
//  #top .feature_wrap ul.feature_list li {
//    width: 100%;
//    padding-bottom: 8.3333vw;
//  }
//  #top .feature_wrap ul.feature_list li:nth-child(-n+4) {
//    margin-bottom: 0;
//    padding-bottom: 8.3333vw;
//    border-bottom: none;
//  }
//  #top .feature_wrap ul.feature_list li:nth-child(4n) {
//    width: 100%;
//    padding-bottom: 0;
//  }
//
//  #top .feature_wrap ul.feature_list li:nth-child(n+5) {
//    display:none;
//  }
//  #top .feature_wrap ul.feature_list li:last-child {
//    padding-bottom: 0;
//  }
//  #top .feature_wrap ul.feature_list li a {
//    width: 100%;
//    margin-right: 0;
//  }
//  #top .feature_wrap ul.feature_list li .thumb_box {
//    margin-bottom: 2.7778vw;
//  }
//  #top .feature_wrap ul.feature_list li .thumb_box img {
//    width: 100%;
//  }
}



/* ニュース */
#top .news_wrap {
  background: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 80px;
}

#top .news_wrap._important {
  background: none;
  padding-top: 40px;
  padding-bottom: 0;
}

#top .news_wrap._important .top_inner {
  border:2px solid #E54D39;
  border-radius:5px;
  padding:0;
  display: flex;
}
#top .news_wrap._important h2.sct_ttl{
  font-size:2.0rem;
  border-bottom:none;
  padding-bottom:0;
  flex-direction:column;
  padding:0 20px;
  color: #fff;
  background: #E54D39;
  display: flex;
  align-items: center;
  justify-content: center;
}


#top .news_wrap._important .top_inner h2.sct_ttl span{
    margin-left:0;
    margin-top:10px;
}
#top .news_wrap._important .news_cont-box{
  flex:1;
  margin-top:0;
  padding:10px 20px;
}
#top .news_wrap .news_cont-box {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
#top .news_wrap ul.news_list-sort {
  width: 14.6552%;
}
#top .news_wrap ul.news_list-sort li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 25px;
  font-size: 14px;
  color: #A0A0A0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: relative;
  padding-top: 10px;
  padding-bottom: 8px;
  line-height: 1;
  margin-bottom: 10px;
}
#top .news_wrap._important ul.news_list-cont li a{
    display:flex;
    color:#E54D39;
}
#top .news_wrap ul.news_list-sort li a:hover {
  font-weight: bold;
  color: #009135;
  text-decoration: underline;
}
#top .news_wrap ul.news_list-sort li a.active {
  background: #009135;
  border-radius: 21px;
  font-weight: bold;
  color: #fff;
}
#top .news_wrap ul.news_list-sort li a.active:hover {
  color: #fff;
  text-decoration: none;
}
#top .news_wrap ul.news_list-sort li a.active::after {
  display: block;
  content: "";
  width: 11px;
  height: 8px;
  background: url('../img/common/btn_arrow_icon.svg') no-repeat;
  position: absolute;
  right: 15px;
}

#top .news_wrap ul.news_list-cont {
  width: 75%;
}

#top .news_wrap._important ul.news_list-cont{
    width:100%
}
#top .news_wrap ul.news_list-cont li {
  padding: 20px;
  border-bottom: 1px solid #DBDBDB;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#top .news_wrap._important ul.news_list-cont li{
    padding:10px;
}


#top .news_wrap ul.news_list-cont li:hover {
  background: #fff;
}
#top .news_wrap ul.news_list-cont li:last-child {
  border-bottom: none;
}
#top .news_wrap .news_list-cont .news_cont-top {
  display: flex;
  align-items: center;
  color: #009135;
}
#top .news_wrap .news_list-cont .news_date {
  font-size: 13px;
}
#top .news_wrap._important .news_list-cont .news_date{
    color:#E54D39;
}
#top .news_wrap .news_list-cont .news_cat {
  font-size: 11px;
  line-height: 1;
  border: 1px solid #009135;
  border-radius: 11px;
  padding: 4px 8px;
  margin-left: 10px;
}
#top .news_wrap .news_list-cont .sct_txt {
  font-size: 15px;
  line-height: 1.93;
  margin-top: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-align:left;
}
#top .news_wrap._important .news_list-cont .sct_txt{
    margin-top:0;
}
#top .news_wrap ul.news_list-cont li:hover .sct_txt {
  color: #009135;
}
#top .news_wrap._important ul.news_list-cont li:hover .sct_txt {
    color:#E54D39;
    text-decoration:underline;
    transition: all 0.5s;
}
#top .news_wrap._important .new-label {
    color:#E54D39;
    margin-right:10px;
    font-weight:bold;
}
@media only screen and (max-width: 1160px) {
  #top .news_wrap ul.news_list-sort {
    width: 16vw;
  }
  #top .news_wrap .news_list-cont .sct_txt {
    font-size: 1.2931vw;
  }
  #top .news_wrap ul.news_list-sort li a {
    font-size: 1.2069vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .news_wrap {
    padding-top: 11.1111vw;
    padding-bottom: 11.1111vw;
    padding-left: 2.7778vw;
    padding-right: 2.7778vw;
  }
  #top .news_wrap .top_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #top .news_wrap .top_inner h2 {
    padding-right: 2.7778vw;
  }
  #top .news_wrap .news_cont-box {
    flex-direction: column;
    margin-top: 8.3333vw;
  }
  #top .news_wrap ul.news_list-sort {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #top .news_wrap ::-webkit-scrollbar {
    height: 2px;
  }
  #top .news_wrap ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
  }
  #top .news_wrap ::-webkit-scrollbar-thumb {
    background: #E6E6E6;
    border-radius: 5px;
  }
  #top .news_wrap ul.news_list-sort li {
    display: inline-block;
    vertical-align: top;
  }
  #top .news_wrap ul.news_list-sort li + li {
    border-right: 1px solid #E6E6E6;
  }
  #top .news_wrap ul.news_list-sort li a {
    padding-left: 5.5556vw;
    padding-right: 5.5556vw;
    padding-top: 2.7778vw;
    padding-bottom: 2.7778vw;
    font-size: 3.8889vw;
    line-height: 1;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    background:#DBDBDB;
  }
  #top .news_wrap ul.news_list-sort li a.active {
    border-radius: 10px 10px 0 0;
  }
  #top .news_wrap ul.news_list-sort li a.active::after {
    display: none;
  }
  #top .news_wrap ul.news_list-cont {
    width: 100%;
  }
  #top .news_wrap ul.news_list-cont li {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  #top .news_wrap ul.news_list-cont li:hover {
    background: #fff;
  }
  #top .news_wrap ul.news_list-cont li a {
    display: block;
    width: 94.4444vw;
    margin: 0 auto;
    padding: 5.5556vw 0;
    border-bottom: 1px solid #DBDBDB;
  }
  #top .news_wrap ul.news_list-cont li:nth-child(1) a {
    padding: 5.5556vw 0;
  }
  #top .news_wrap ul.news_list-cont li:last-child {
    margin-bottom: 0;
  }
  #top .news_wrap ul.news_list-cont li:last-child a {
    border-bottom: 0;
    padding: 5.5556vw 0 0;
  }
  #top .news_wrap .news_list-cont .news_date {
    font-size: 3.6111vw;
  }
  #top .news_wrap .news_list-cont .news_cat {
    font-size: 3.0556vw;
    border-radius: 2.7778vw;
    padding: 1.3889vw 1.1111vw 1.1111vw 1.3889vw;
    margin-left: 2.7778vw;
  }
  #top .news_wrap .news_list-cont .sct_txt {
    font-size: 4.1667vw;
    line-height: 1.6;
    margin-top: 3.6111vw;
  }

    #top .news_wrap._important {
      padding-top: calc((25 / 360) * 100vw);
    }

    #top .news_wrap._important .top_inner {
      padding:0;
      display: flex;
      flex-direction:column;
      align-items:flex-start;
    }
    #top .news_wrap._important h2.sct_ttl{
      font-size:1.6rem;
      padding:calc((10 / 360) * 100vw);
      justify-content: flex-start;
      flex-direction: row;
      width: 100%;
    }


    #top .news_wrap._important .top_inner h2.sct_ttl span{
        margin-left:10px;
        margin-top:0;
    }
    #top .news_wrap._important .news_cont-box{
      padding:calc((10 / 360) * 100vw);
      width:100%;
    }
    #top .news_wrap._important ul.news_list-cont li{
        padding:0;
    }
    #top .news_wrap._important ul.news_list-cont li a {
        width: 100%;
        padding: 2vw 0;
        flex-direction:column;
    }
}


/* FT info */
#top .ft_top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 80px;
}
#top .ft_info-box {
  width: 30%;
}
#top .ft_info-box .ci_footer {
  max-width: 310px;
}
#top .ft_info-box .tel {
  margin-top: 28px;
  margin-bottom: 18px;
}
#top .ft_info-box .number {
  display: flex;
  align-items: center;
}
#top .ft_info-box .number small {
  padding-right: 6px;
  width: 25px;
  display: flex;
  align-items: center;
}
#top .ft_info-box .number a {
  font-size: 24px;
  font-weight: bold;
}
#top .ft_info-box .remarks {
  display: block;
  font-size: 13px;
  line-height: 1.85;
}
#top .ft_info-box ul.footer_contact {
  display: flex;
}
#top .ft_info-box ul.footer_contact li a {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
}
#top .ft_info-box ul.footer_contact li a:hover {
  color: #009135;
}
#top .ft_info-box ul.footer_contact li:last-child a {
  margin-right: 0;
}
#top .ft_info-box ul.footer_contact li a::after {
  display: block;
  content: "";
  width: 1px;
  height: 11px;
  background: #A0A0A0;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
#top .ft_info-box ul.footer_contact li:last-child a::after {
  display: none;
}
@media only screen and (max-width: 1160px) {
  #top .ft_info-box {
    width: 35vw;
  }
  #top .ft_info-box ul.footer_contact li a {
    font-size: 1.1207vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .ft_top-wrap {
    flex-direction: column;
    margin-top: 11.1111vw;
    margin-bottom: 11.1111vw;
  }
  #top .ft_info-box {
    width: 100%;
  }
  #top .ft_info-box .ci_footer {
    width: 69.4444vw;
    margin: 0 auto;
  }
  #top .ft_info-box .tel {
    margin-top: 4.7222vw;
    margin-bottom: 3.0556vw;
  }
  #top .ft_info-box .number {
    justify-content: center;
    margin-bottom: 3.0556vw;
  }
  #top .ft_info-box .number small {
    padding-right: 1.6667vw;
    width: 6.9444vw;
  }
  #top .ft_info-box .number a {
    font-size: 6.6667vw;
  }
  #top .ft_info-box .remarks {
    font-size: 3.6111vw;
    text-align: center;
  }
  #top .ft_info-box ul.footer_contact {
    justify-content: center;
  }
  #top .ft_info-box ul.footer_contact li a {
    font-size: 3.2111vw;
    margin-right: 2.7778vw;
    margin-left: 2.7778vw;
  }
  #top .ft_info-box ul.footer_contact li:last-child a {
    margin-right: 2.7778vw;
  }
  #top .ft_info-box ul.footer_contact li a::after {
    height: 3.0556vw;
  }
}

/* 採用情報 */
#top .recruit_box {
  width: 52.4138%;
  position: relative;
}
#top .recruit_box .recruit_bg {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#top .recruit_box .recruit_bg img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#top .recruit_box a:hover .recruit_bg img {
  transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -o-transform:scale(1.05);
}
#top .recruit_box .recruit_cont {
  position: absolute;
  top: 60px;
  left: 40px;
}
#top .recruit_box .recruit_cont .sct_ttl {
  font-size: 32px;
  font-weight: bold;
  color: #009135;
  letter-spacing: 0.06em;
}
#top .recruit_box .recruit_cont .sct_ttl span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
#top .recruit_box .joinus_img {
  width: 100px;
  position: absolute;
  right: -35px;
  top: -35px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#top .recruit_box a:hover .joinus_img {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -o-transform:scale(1.2);
}
@media only screen and (max-width: 1360px) {
  #top .recruit_box .joinus_img {
    right: 0;
  }
}
@media only screen and (max-width: 1160px) {
  #top .recruit_box .recruit_cont .sct_ttl {
    font-size: 2.7586vw;
  }
  #top .recruit_box .recruit_cont .sct_ttl span {
    font-size: 1.3793vw;
  }
}
@media only screen and (max-width: 768px) {
  #top .recruit_box {
    width: 100vw;
    margin-left: -2.7778vw;
    margin-right: -2.7778vw;
    margin-top: 18.0556vw;
  }
  #top .recruit_box .recruit_bg {
    border-radius: 0;
  }
  #top .recruit_box .recruit_cont {
    top: 23.3333vw;
    left: 2.7778vw;
  }
  #top .recruit_box .recruit_cont .sct_ttl {
    font-size: 7.2222vw;
  }
  #top .recruit_box .recruit_cont .sct_ttl span {
    font-size: 3.6111vw;
  }
  #top .recruit_box .joinus_img {
    width: 27.7778vw;
    right: auto;
    left: 5vw;
    top: -9.7222vw;
  }
}