/* =========================================================
@mixin
=========================================================*/
/* =========================================================
COMMON
=========================================================*/

.pc{
  display: block;
}

.sp{
  display: none;
}

@media only screen and (max-width: 959px) {

  .pc{
    display: none;
  }
  
  .sp{
    display: block;
  }

}


/* =========================================================
TOP
=========================================================*/
/* =========================================================
Single
=========================================================*/
#interview .c_mv:before {
  content: "INTERVIEW";
}

#interview .post_container {
  display: block;
}

#interview .post_container .post_article {
  width: 100%;
}




/* =========================================================
comback
=========================================================*/

#comeback .c_main{
  overflow: hidden;
}

#comeback .c_mv:before {
  content: "COMEBACK";
}

#comeback .c_main .fv_comeback{
  text-align: center;
}

#comeback .post_section:last-of-type {
  border-top: none;
}

#comeback .post_section{
  padding: 0;
}

#comeback .message{
  text-align: center;
  margin-bottom: 70px;
}

#comeback .message h2{
  font-size: 24px;
  line-height: 2;
  margin: 40px 0 10px;  
}


@media only screen and (max-width: 959px) {
  #comeback .message{
    margin-top: 0;
    margin-bottom: 40px;
  }
  
  #comeback .message h2{
    font-size: 16px;
    line-height: 1.8;
    margin: 40px 0 10px;  
  }

  #comeback .message h2 br{
    display: none;
  }

}

#comeback .entry h2{
  background: #54CFC6;
  text-align: center;
  padding: 15px 0;
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
}

#comeback .entry .requirements{
  margin-bottom: 100px;
}

#comeback .entry dl{
  display: flex;
  justify-content: left;
  align-items: center;
  background: #fff;
}

#comeback .entry dl:nth-child(odd){
  background:#F5F5F5;
}

#comeback .entry dl dt{
  width: 250px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-weight: 700;
}

#comeback .entry dl dd{
  flex: 1;
  padding: 40px 40px 40px 0;
  line-height: 2;
  font-size: 16px;
}

#comeback .entry dl dd a{
  display: block;
  margin-top: 20px;
  color: #0779B5;
  text-decoration: underline;
  background: url(../img/icon_blank.png) no-repeat left top;
  background-size: 34px;
  padding-left: 35px;
}

@media only screen and (max-width: 959px) {
  #comeback .entry h2{
    background: #54CFC6;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }

  #comeback .entry dl{
    display: block;
    background: #fff;
  }
  
  #comeback .entry dl dt{
    width: 100%;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0;
  }
  
  #comeback .entry dl dd{
    width: 100%;
    padding: 0 30px 30px;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
  }
  
  #comeback .entry .requirements{
    margin-bottom: 60px;
  }

  #comeback .entry dl dd a{
    background: url(../img/icon_blank.png) no-repeat left top;
    background-size: 28px;
    padding-left: 31px;
  }

}


#comeback .layer.green {
	width: calc(1.414 * 65vw);
	height: calc(1.414 * 65vw);
	top: 50%;
	left: calc(1.414 * -65vw / 1.7);
	z-index: -1;
}

#comeback .layer.gray {
	width: calc(640 / 1440 * 1.414 * 100vw/0.4);
	height: calc(640 / 1440 * 1.414 * 100vw);
	top: calc(640 / 1440 * 1.414 * 100vw/0.45);
	left: calc(640 / 1440 * 1.414 * 100vw);
}


#comeback .contact{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  margin-top: 70px;
  padding: 50px;
  text-align: center;
}

#comeback .contact h2{
  margin-bottom: 30px;
  font-size: 24px;
}

#comeback .contact ul li{
  font-size: 16px;
  margin-bottom: 5px;
}


@media only screen and (max-width: 959px) {
  #comeback .contact{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    margin-top: 70px;
    padding: 30px;
    text-align: center;
  }
  
  #comeback .contact h2{
    margin-bottom: 30px;
    font-size: 18px;
  }
  
  #comeback .contact ul li{
    font-size: 14px;
    margin-bottom: 5px;
  }
}

/* .recruit
---------------------------------------- */

.recruit {
  border-top: 50px solid #fff;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.recruit .inner {
  position: relative;
  padding-top: 50px;
  width: 920px;
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: left;
  margin: 0 auto;
}

@media only screen and (max-width: 959px) {
  .recruit .inner {
    text-align: center;
    width: 100%;
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .recruit .inner p {
    text-align: left;
  }
}

.recruit h2 {
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  font-size: 38px;
}

.recruit h2 span {
  color: #F15D56;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding-top: 10px;
}

.recruit p {
  font-size: 16px;
}

@media only screen and (max-width: 959px) {
  .recruit h2 {
    margin-bottom: 30px;
  }
}

.recruit_btn {
  background: #00A758;
  background-image: linear-gradient(172deg, #00A758 50%, #01954E 51%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  padding: 20px 35px;
  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 0;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media only screen and (max-width: 959px) {
  .recruit_btn {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
}

.recruit_btn .arrow-right {
  color: #fff;
}

.recruit_btn:hover {
  transform: scale(1.1);
}

.recruit_image {
  background: url(../img/bg_recruit.jpg) no-repeat left top;
  background-size: cover;
  height: 270px;
  color: #fff;
  text-align: center;
  padding-top: 120px;
  box-sizing: border-box;
}

@media only screen and (max-width: 959px) {
  .recruit_image {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.recruit_image dt {
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
  width: 920px;
  text-align: left;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 959px) {
  .recruit_image dt {
    width: 100%;
    font-size: 1.4rem;
  }
}

.recruit_image dd {
  font-weight: 600;
  font-size: 57px;
  line-height: 1;
  width: 920px;
  text-align: left;
  margin: 0 auto;
}

@media only screen and (max-width: 959px) {
  .recruit_image dd {
    width: 100%;
    font-size: 2.6rem;
    line-height: 1.2;
  }
}

.arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.4em;
  height: 0.1em;
  background: currentColor;
  margin-left: 10px;
}

.arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}