@charset "UTF-8";

#mainimg.recruit_info  {
  background: url(../imgs/recruit/recruit_info.jpg) center 0 no-repeat;
  background-size: cover;
}
#mainimg .in{
  vertical-align: bottom;
}
.pagettl{
  margin-bottom: 60px;
}
#mainimg.recruit_info .pagettl span.jp{
  color: #ffffff;
  -webkit-text-stroke: 2px #1f4fa3;
  text-shadow:
    0 0 6px rgba(31, 79, 163, 0.6);
}
#cat #intro{
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    padding-top: 5px;
}
#cat #intro p:first-child {
    font-size: 18px;
    line-height: 2.5;
    margin-bottom: 12.5%;
}


.info .nopost{
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75 ;
}

.recruit_info {
  position: relative;
}
.topBtn{
  width: clamp(120px,13.19vw,190px );
  height: clamp(120px,13.19vw,190px );
  position:absolute;
  bottom: -135px;
  right: 30px;
  z-index: 9;
}
.topBtn__btn.btn {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #ff0200;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: clamp(14px,1.25vw,18px);
  letter-spacing: -0.03em;
  line-height: 1.75;
  transition: all 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.topBtn__btn.btn:after{
  display: none;
}




/* -------------------------------------
info__wrap
------------------------------------- */
.info__list{
  margin-bottom: 81px;
}
.info__wrap{
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  /* border:1px solid #000000; */
}
.info__wrap:last-child{
  margin-bottom: 0;
}

/* -------------------------------------
info__btn
------------------------------------- */
.info__btn{
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.info__wrap.style1 .info__btn{
  border:1px solid #d34724;
}
.info__wrap.style2 .info__btn{
  border:1px solid #3873a1;
}
.info__wrap.style3 .info__btn{
  border:1px solid #7eb521;
}

/* 横線 */
.info__btn::before,
.info__btn::after {
  display: block;
  content: '';
  position: absolute;
  right: 50px;
  top: 50%;
  width: 20px;
  height: 2px;
  transition: transform 0.3s ease;
  background: #000;
}
.info__btn:hover::before,
.info__btn:hover::after{
  opacity: 0.7;
}
.style1 .info__btn::before,
.style1 .info__btn::after{
  background: #d34724;
}
.style2 .info__btn::before,
.style2 .info__btn::after{
  background: #3873a1;
}
.style3 .info__btn::before,
.style3 .info__btn::after{
  background: #7eb521;
}

/* 縦線 */
.info__btn::after {
  transform: translateY(-50%) rotate(90deg);
}
/* 横線の位置調整 */
.info__btn::before {
  transform: translateY(-50%);
}
/* open */
.info__btn.open::after {
  transform: translateY(-50%) rotate(0deg);
}

.info__btn--jobs{
  padding: 36px 50px 36px 40px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
.style1 .info__btn--jobs{
  color: #d34724;
}
.style2 .info__btn--jobs{
  color: #3873a1;
}
.style3 .info__btn--jobs{
  color: #7eb521;
}
.info__btn--jobs::after{
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  width: 1px;
  height: 90%;
  transform: rotate(30deg);
  background-color: #234da0;
  transition: width 0.3s ease-in-out;
}
.style1 .info__btn--jobs::after{
  background-color: #d34724;
}
.style2 .info__btn--jobs::after{
  background-color: #3873a1;
}
.style3 .info__btn--jobs::after{
  background-color: #7eb521;
}
.info__btn--ttl{
  width: calc(100% - 120px);
  margin-left: 40px;
  margin-right: 40px;
  padding:5px 40px 5px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.style1 .info__btn--ttl{
   color: #d34724;
}
.style2 .info__btn--ttl{
 color: #3873a1
}
.style3 .info__btn--ttl{
  color: #7eb521;
}


/* -------------------------------------
recruit_info
------------------------------------- */
#recruit_info .pagettl {
  margin-bottom: 60px;
}
#recruit_info .cont {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 9%;
  padding-bottom: 10%;
  display: none;
}


.cont__wrap{
  width: 90%;
  max-width: 858px;
  margin: 0 auto;
}
.style1 .cont{
background-color: #fbede9;
}
.style2 .cont{
 background-color: #ebf1f6;
}
.style3 .cont{
 background-color: #f2f8e9;
}

/* cont共通 */
#recruit_info .cont_head,
#recruit_info .cont dl > div {
  display: table;
  width: 100%;
  min-height: 100px;
}

#recruit_info .cont_head .work_name,
#recruit_info .cont dl dt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
  width: 29%;
  padding: 0 2%;
}

#recruit_info .style1 .cont dl div:first-of-type dt{
  border-top: 1px solid #d34724;
}
#recruit_info .style1 .cont_head .work_name,
#recruit_info .style1 .cont dl dt{
  border-bottom: 1px solid #d34724;
}
#recruit_info .style1 .cont_head .work_name{
  border-top: 1px solid #d34724;
  background: #f6dad3;
}

#recruit_info .style2 .cont dl div:first-of-type dt{
  border-top: 1px solid #3873a1;
}
#recruit_info .style2 .cont_head .work_name,
#recruit_info .style2 .cont dl dt{
  border-bottom: 1px solid #3873a1;
}
#recruit_info .style2 .cont_head .work_name{
  border-top: 1px solid #3873a1;
  background: #d7e3ec;
}

#recruit_info .style3 .cont dl div:first-of-type dt{
  border-top: 1px solid #7eb521;
}
#recruit_info .style3 .cont_head .work_name,
#recruit_info .style3 .cont dl dt{
  border-bottom: 1px solid #7eb521;
}
#recruit_info .style3 .cont_head .work_name{
  border-top: 1px solid #7eb521;
  background: #e5f0d3;
}

#recruit_info .cont_head .work_desc,
#recruit_info .cont dl dd {
  font-size: 14px;
  line-height: 1.93;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  width: 71%;
  padding: 30px 2.5% 30px 5.2%;
  border-bottom: 1px solid #c7c7c7;
  background-color: #fff;
}
#recruit_info .cont_head .work_desc,
#recruit_info .cont dl > div:first-child dd {
  border-top: 1px solid #c7c7c7;
}
#recruit_info .cont_head .work_desc li,
#recruit_info .cont dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
/* #recruit_info .cont_head .work_desc li:before,
#recruit_info .cont dl dd ul li:before {
  content: "○";
} */
#recruit_info .cont_head .work_desc span,
#recruit_info .cont dl dt span,
#recruit_info .cont dl dd span {
  display: inline-block;
}
/* cont_head */
#recruit_info .cont_head {
  margin-bottom: 5%;
}
#recruit_info .cont_head .work_name .lrg {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5em;
}
.style1 .cont dl dt {
  background: #f6dad3;
}
.style2 .cont dl dt {
  background: #d7e3ec;
}
.style3 .cont dl dt {
  background: #e5f0d3;
}

.cont__text{
  margin-bottom: 1em;
}
.cont__text:not(:nth-child(1)){
  margin-top: 1em;
}
.cont__text:last-child{
  margin-bottom: 0;
}
.cont__list{
  /* margin-bottom: 1em; */
}

.btn {
  font-size: clamp(16px, 5vw, 20px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  max-width: 380px;
  margin:100px auto 0;
  border-radius: 999px;
  position: relative;
  transition: all 0.7s;
}
.btn.red {
  background: #ff0200;
}
.btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.3);
  filter: blur(10px);
  mix-blend-mode: multiply;
}
.btn:after {
  content: "";
  width: 5%;
  height: 2.81vw;
  max-height: 18px;
  background: url(../imgs/recruit/btn_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 9%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn:hover {
  opacity: 1;
  top: 5px;
}
.btn:hover:before {
  top: 5px;
}




@media screen and (max-width: 1140px) {
  .topBtn{
    bottom: -50px;
    right: 10px;
  }
  .recruit .blk {
    margin-bottom: 14%;
  }
  #cat_list .cbox .bgbox .cttl {
    font-size: 27px;
  }
  #cat_list .txt p,
  #cat_list .txt li {
    font-size: 18px;
  }
}

@media screen and (max-width: 980px) {
  .info__list{
    margin-bottom: 50px;
  }
  .info__btn--jobs{
    padding: 30px;
  }
  .info__btn--ttl{
    margin-right: 20px;
    margin-left: 30px;
  }
  .info__btn::before, .info__btn::after{
    right: 30px;
  }
  .info__btn--jobs::after {
    top: 10%;
    height: 80%;
  }
}
@media screen and (max-width: 880px) {
  /* #cat #intro p:first-child {
    font-size: 16px;
  }
  #cat #intro p:nth-child(2) {
    font-size: 15px;
  }
  #cat_list .cbox .bgbox .cttl {
    font-size: 23px;
  }
  #cat_list .txt p,
  #cat_list .txt li {
    font-size: 16px;
  }
  #workstyle .style_ttlbk {
    padding-top: 35%;
    margin-bottom: 23%;
  }

  #workstyle .style_ttlbk:before {
    padding-top: 35%;
  }
  #recruit_info .cont_head .work_desc li br {
    display: none;
  } */
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 768px) {
  .info .nopost{
    font-size: 14px;
  }
  .info__list{
    margin-bottom: 30px;
  }
   .info__btn--jobs{
    padding: 30px 25px 30px 20px;
   }
     .info__btn--jobs::after{
    transform: rotate(20deg);
    }
   .info__btn--ttl{
    width: calc(100% - 88px);
    margin-right: 0;
    margin-left: 20px;
   }
   .info__btn::before, .info__btn::after{
    right: 16px;
   }
   #recruit_info .cont_head .work_desc, #recruit_info .cont dl dd{
    padding: 30px 2.5% 30px 3.2%;
   }
   .btn{
    height: 80px;
    margin-top: 60px;
   }
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 600px) {
  .cont__wrap{
    width: 96%;
  }
  #recruit_info .cont dl{
    margin-bottom: 0;
  }
  #recruit_info .cont_head, #recruit_info .cont dl > div{
    display: block;
  }
  #recruit_info .cont_head .work_name, #recruit_info .cont dl dt{
    display: block;
    width: 100%;
    line-height: 3;
  }
  #recruit_info .cont_head .work_desc, #recruit_info .cont dl dd{
    display: block;
    width: 100%;
    padding: 20px 2.5% 30px 3.2%;
  }
  #recruit_info .cont_head .work_desc, #recruit_info .cont dl > div:first-child dd{
    border-top:none;
  }
}
@media screen and (max-width: 480px) {
  .blk{
    padding-top: 150px;
  }
  .topBtn {
    bottom: -140px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .info__btn{
    display: block;
  }
  .info__btn--jobs{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 9px 0 9px 5%;
    text-align: left;
  }
  .info__btn--jobs::after{
    transform: rotate(0);
    width: 92%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
  }
  .info__btn--ttl{
    display: block;
    margin: 0;
    padding: 0 10px 15px 10px;
    width: 100%;
  }
  .info__btn::before, .info__btn::after{
    top: 23px;
  }

}
@media screen and (max-width: 400px) {
}