#mainBox{
  background: #F6F6F6;
}

#_message{
  margin-bottom: 60px;
  padding: 20px 20px 0;
}
#_message .cntTitle{
  position: relative;
  margin-bottom: 60px;
}
#_message .cntTitle::before{
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 100vw;
  max-width: 1253px;
  height: 195px;
  max-height: 18vw;
  background: url(../img/recruit/message_2.png) right/contain no-repeat;
  transform: translateX(-50%);
  z-index: -1;
}
#_message .cntBox{
  display: grid;
  grid-template-columns: 640fr 526fr;
  gap: 50px 30px;
}
#_message .cntBox .text{
  max-width: 557px;
  margin-top: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 2.16;
}
#_message .cntBox .right img{
  display: block;
  width: 100%;
  max-width: 437px;
  object-fit: contain;
}
/* TAB */
@media screen and (max-width: 899px) {
  #_message{
    margin-bottom: 0;
  }
  #_message .cntTitle{
    margin-bottom: 33px;
  }
  #_message .cntTitle::before{
    bottom: -25%;
    height: 21.8vw;
    max-height: 130px;
  }
  #_message .cntTitle .back{
    text-align: center;
  }
  #_message .cntTitle .front{
    text-align: center;
    width: 100%;
  }
  #_message .cntBox{
    grid-template-columns: 1fr;
  }
  #_message .cntBox .catch{
    text-align: center;
  }
  #_message .cntBox .text{
    max-width: 100%;
    padding: 0 15px;
    margin: 1.66em auto 0;
    font-size: 1.6rem;
  }
  #_message .cntBox .right img{
    margin-left: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_message .cntTitle::before{
    height: 82px;
    max-height: 21vw;
  }
  #_message .cntBox{
    row-gap: 30px;
  }
  #_message .cntBox .text{
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

#_nav{
  padding: 64px 20px;
  background: var(--c-main);
}
#_nav .cntInner{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0 5%;
}
#_nav .cntList{
  margin-bottom: -2px;
  border-bottom: 2px solid #2B2716;
}
#_nav .cntList .item{
  position: relative;
  display: block;
  padding: 31px 65px 31px 20px;
  border-top: 2px solid #2B2716;
  font-size: 3rem;
  font-weight: bold;
}
#_nav .cntList .en{
  display: block;
  font-size: 1.6rem;
}
#_nav .cntList .child{
  position: relative;
  display: block;
  min-height: 4.4em;
  margin-bottom: 16px;
  padding: 35px 34px;
  border: 2px solid #1A5DAA;
  color: #1A5DAA;
  font-size: 2.5rem;
  font-weight: bold;
}
#_nav .cntList .child + .child{
  margin-top: 19px;
}
#_nav .cntList .arrow{
	position: absolute;
	background-color: #fff;
	width: 43px;
	height: 17px;
	border-radius: 100px;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
	transition: transform .3s;
}
#_nav .cntList .arrow::before{
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 15px;
	height: 6px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.422%22%20height%3D%226.455%22%20viewBox%3D%220%200%2015.422%206.455%22%3E%20%3Cg%20transform%3D%22translate(0%200.354)%22%3E%20%3Cpath%20d%3D%22M-13711.2-8382.339h14.713%22%20transform%3D%22translate(13711.197%208385.213)%22%20fill%3D%22none%22%20stroke%3D%22%23242424%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20d%3D%22M0%2C4.064V0H4.064%22%20transform%3D%22translate(14.715%202.874)%20rotate(135)%22%20fill%3D%22none%22%20stroke%3D%22%23242424%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center/contain no-repeat;
}
#_nav .cntList a:hover .arrow{
	transform: translateX(8px) translateY(-50%);
}
@media screen and (max-width: 1366px) {
  #_nav .cntList .item{
    font-size: calc(30px - (1366px - 100vw) / (467 / 5));
  }
  #_nav .cntList .child{
    font-size: calc(25px - (1366px - 100vw) / (467 / 5));
  }
}
/* TAB */
@media screen and (max-width: 899px) {
  #_nav{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #_nav .cntList .item{
    padding-left: 0;
    font-size: 2rem;
  }
  #_nav .cntList .en{
    font-size: 1.2rem;
  }
  #_nav .cntList .child{
    min-height: 4.3em;
    padding: 32px 20px;
    font-size: 1.5rem;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_nav .cntList .item{
    padding: 17px 40px 17px 0;
  }
  #_nav .cntList .arrow{
    width: 38px;
  }
  #_nav .cntList .child{
    min-height: 0;
    padding: 20px;
  }
  #_nav .cntList .child + .child{
    margin-top: 10px;
  }
}

/* 募集要項 */
#_joblist{
  padding: 40px 20px 0;
  margin-bottom: 100px;
}
#_joblist .cntTitle{
  margin-bottom: 60px;
}
#_joblist .cntBox{
  position: relative;
  padding: 60px 22px;
  z-index: 2;
}
#_joblist .cntBox + .cntBox{
  margin-top: 60px;
}
#_joblist .cntBox:first-of-type::before{
  content: "";
  position: absolute;
  bottom: calc(100% - 23px);
  left: -4px;
  width: 318px;
  height: 225px;
  max-height: 20vw;
  background: url(../img/recruit/joblist_1.png) bottom/contain no-repeat;
  z-index: -2;
  /* mix-blend-mode: multiply; */
}
#_joblist .cntBox::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
#_joblist .cntBox .title{
  margin-bottom: 0.16em;
  color: #1A5DAA;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.19;
}
#_joblist .cntBox .text{
  font-size: 2rem;
  font-weight: bold;
}
#_joblist .cntBox .list{
  margin-top: 40px;
}
#_joblist .cntBox .item{
  position: relative;
  display: grid;
  grid-template-columns: 10em 1fr;
  gap: 9px 1.22em;
  padding: 22px 20px;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.66;
}
#_joblist .cntBox .item + .item{
  margin-top: -1px;
}
#_joblist .cntBox .ttl::before,
#_joblist .cntBox .item:last-child .ttl::after{
  content: "";
}
#_joblist .cntBox .ttl::before,
#_joblist .cntBox .ttl::after{
  position: absolute;
  left: 0;
  width: 185px;
  height: 2px;
  background: var(--c-main);
}
#_joblist .cntBox .ttl::before{
  top: -1px;
}
#_joblist .cntBox .ttl::after{
  bottom: -1px;
}
#_joblist .cntBtn{
  margin: 40px auto 0;
}
@media screen and (max-width: 1366px) {
  #_joblist .cntBox .title{
    font-size: calc(50px - (1366px - 100vw) / (467 / 10));
  }
}
/* TAB */
@media screen and (max-width: 899px) {
  #_joblist{
    margin-bottom: 80px;
  }
  #_joblist .cntTitle{
    margin-bottom: 40px;
  }
  #_joblist .cntBox{
    padding: 45px 22px;
  }
  #_joblist .cntBox + .cntBox{
    margin-top: 45px;
  }
  #_joblist .cntBox:first-of-type::before{
    bottom: 100%;
    width: 104px;
    height: 98px;
    max-height: 26vw;
    background-image: url(../img/recruit/joblist_1-sp.png);
    background-position: left bottom;
  }
  #_joblist .cntBox .title{
    font-size: 3.5rem;
  }
  #_joblist .cntBox .text{
    font-size: 1.6rem;
  }
  #_joblist .cntBox .item{
    padding: 15px 0;
    grid-template-columns: 8em 1fr;
    column-gap: 1em;
    font-size: 1.6rem;
  }
  #_joblist .cntBox .ttl::before,
  #_joblist .cntBox .ttl::after{
    width: 8em;
  }
  #_joblist .cntBtn{
    margin-top: 32px;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_joblist{
    margin-bottom: 60px;
    padding-top: 20px;
  }
  #_joblist .cntTitle{
    margin-bottom: 20px;
  }
  #_joblist .cntBox{
    padding: 35px 22px;
  }
  #_joblist .cntBox + .cntBox{
    margin-top: 30px;
  }
  #_joblist .cntBox .title{
    font-size: 2.6rem;
  }
  #_joblist .cntBox .text{
    font-size: 1.4rem;
  }
  #_joblist .cntBox .list{
    margin-top: 30px;
  }
  #_joblist .cntBox .item{
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 11px 0;
    font-size: 1.4rem;
    line-height: 1.85;
  }
  #_joblist .cntBox .ttl::before,
  #_joblist .cntBox .ttl::after{
    width: 6.4em;
  }
  #_joblist .cntBtn{
    margin-top: 26px;
  }
}