@charset "utf-8";

/* *****************************************************************************

  faq style

***************************************************************************** */
/* entry-recruit-box */
.entry-recruit-box{
  margin-top: -10rem; 
  padding-top: 10rem; 
}
.entry-recruit-box > .-inner{
  background-color: #012585;
  padding: 8rem 6rem;
}

@media screen and (max-width: 1000px){
  /* entry-recruit-box */
  .entry-recruit-box > .-inner{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 760px){
  /* entry-recruit-box */
  .entry-recruit-box{
    margin-top: -8rem; 
    padding-top: 8rem; 
  }
  .entry-recruit-box > .-inner{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* entry-recruit-heading */
.entry-recruit-heading{
  color: #ffffff;
  text-align: center;
}
.entry-recruit-heading > .-en{
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: Marcellus, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2.2rem;
}
.entry-recruit-heading > .-main{
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

/* entry-recruit-text */
.entry-recruit-text{
  text-align: center;
  margin-top: 3.6rem;
}
.entry-recruit-text > p{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #ffffff;
}
.entry-recruit-text > p > br{
  display: none;
}

@media screen and (max-width: 760px){
  /* entry-recruit-text */
  .entry-recruit-text > p > br{
    display: inline;
  }
}

@media screen and (max-width: 480px){
  /* entry-recruit-text */
  .entry-recruit-text{
    text-align: left;
  }
  .entry-recruit-text > p > br{
    display: none;
  }
}

/* entry-graduate-button */
.entry-graduate-button{
  margin-top: 6rem;
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
}
.entry-graduate-button > a{
  width: 100%;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.entry-graduate-button > a:hover{
	opacity: 0.75;
}
.entry-graduate-button > a > img{
  width: 100%;
}

/* entry-career-button */
.entry-career-button{
  margin-top: 6rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.entry-career-button > a{
  width: 100%;
  display: block;
  background: #ffffff url(/recruit/assets/images/arrow-circle-blue.svg) right 4rem center no-repeat;
  background-size: 36px auto;
  padding: 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}
.entry-career-button > a:hover{
	background: #002584 url(/recruit/assets/images/arrow-circle-white.svg) right 4rem center no-repeat;
  background-size: 36px auto;
}
.entry-career-button > a > .-en{
  font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #002584;
  margin-bottom: 1.8rem;
  white-space: nowrap;
	-webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-career-button > a:hover > .-en{
	color: #ffffff;
}
.entry-career-button > a > .-main{
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
	color: #333333;
	font-weight: 700;
  white-space: nowrap;
	-webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-career-button > a:hover > .-main{
	color: #ffffff;
}
.entry-career-button > a > .-main > br{
  display: none;
}

@media screen and (max-width: 760px){
  /* entry-box-nav */
  .entry-career-button{
    width: 100%;
  }
  .entry-career-button > a{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    background: #ffffff url(/recruit/assets/images/arrow-circle-blue.svg) right 3.5rem center no-repeat;
    background-size: 36px auto;
  }
  .entry-career-button > a:hover{
  	background: #002584 url(/recruit/assets/images/arrow-circle-white.svg) right 3.5rem center no-repeat;
    background-size: 36px auto;
  }
  .entry-career-button > a > .-main{
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px){
  /* entry-career-button */
  .entry-career-button > a > .-main > br{
    display: inline;
  }
}

/* *****************************************************************************

  faq style

***************************************************************************** */
/* faq-list */
.faq-list{
  margin-top: 4rem;
  border-bottom: 1px solid #cccccc;
}

/* faq-list-box" */
.faq-list-box{
  border-top: 1px solid #cccccc;
}

/* faq-list */
.faq-list-heading{
  padding: 2rem 6.5rem 2rem  2rem;
}
.faq-list-heading{
  cursor: pointer;
  display: block;
  position: relative;
}
.faq-question{
  display: flex;
  justify-content: space-between;
}
.faq-question-text{
  flex: 1;
}
.faq-question-mark{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  color: #002584;
  width: 1.25em;
  padding-top: 0.7rem;
}
.faq-question-text > p{
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #002584;
}
.faq-list-mark{
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-list-mark::before,
.faq-list-mark::after{
  position: absolute;
  background-color: #002584;
  content: '';
}
.faq-list-mark::before{
  top: 0;
  left: 7px;
  width: 3px;
  height: 17px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.faq-list-open .faq-list-mark::before{
  -webkit-ransform: scaleY(0);
  transform: scaleY(0);
}
.faq-list-mark::after{
  top: 7px;
  left: 0;
  width: 17px;
  height: 3px;
}
.faq-list-main{
  cursor: pointer;
  padding-left: 2rem;
  padding-right: 6.5rem;
  padding-bottom: 2rem;
  display: none;
}
.faq-answer{
  display: flex;
  justify-content: space-between;
}
.faq-answer-mark{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  color: #333333;
  width: 1.25em;
  padding-top: 0.7rem;
}
.faq-answer-text{
  flex: 1;
}
.faq-answer-text > p{
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
  margin-top: 2em;
}
.faq-answer-text > p:nth-child(1){
  margin-top: 0;
}

@media screen and (max-width: 1000px){
  /* faq-list */
  .faq-list-mark{
    right: 4rem;
  }
}

@media screen and (max-width: 760px){
  /* faq-list */
  .faq-list-heading{
    padding-left: 1rem;
  }
  .faq-list-mark{
    right: 2rem;
  }
  .faq-list-main{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
