@import url("common.css");


body{
	background-image: url(../image/recruit/recruit_back.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; /* 繰り返しなし */
  background-attachment: fixed;
}

.title-j{
	font-size: 18px;
}
#recruit{
	width: 100%;
	position: relative;

}
.pc-text{
color: #fff;
position: absolute;
position: fixed;
    top: 45%;
    left: 20%;
    text-align: center;
  
}
.pc-text h2{
font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 60px;
  width: fit-content;
  line-height: 50px;
  margin-bottom: 0;
}
.pc-text h3{
	font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 100px;
  line-height: 81px;
  margin: -6px 0 0 0;
}
.recruit-contents{
	width: 375px;
	margin-left: 60%;
}
.recruit-top{
	width: 100%;
	height: 100vh;
	background-image: url(../image/recruit/recruit_main.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0 0 0;
	text-align: center;
	position: relative;
}
.recruit-top h2{
font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 60px;
}
.recruit-top h1{
	font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 900;
  color: #00cb00;
  font-size: 40px;
  margin: 50px 0 0 0;
  line-height: 0.3;
}

.scroll-icon{
	height: 132px;
	width: auto;
	position: absolute;
	left: 0;
    bottom: 20px;
}
.circle-btn{
	/*コレ*/border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    background: #00cb00;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
        position: absolute;
    right: 20px;
    bottom: 20px;
}
.circle-btn:hover{
	opacity: .7;
}

#kotsu{
	width: 100%;
	/*height: 100vh;
	background-image: url(../image/recruit/recruit_message.jpg);
	background-size: cover;
	background-position: center;
	*/
	position: relative;
	color: #fff;
	text-align: center;
	
}
#kotsu .kotsu-dot{
width: 100%;
	height: 100vh;
	position: absolute;	
	top:0;
	left: 0;
	background-image: url(../image/top/pattern_4px.png);

}
#kotsu .kotsu-text{
	z-index: 1;
	position:relative;

    top: 0;
    left: 0;
    width: 100%;
    
    
   
}


.container {
  position: relative;
  z-index: 1;
  width: 100%;
  
}
.parallax-bg {
	background: no-repeat center center/cover;
	background-image: url(../image/recruit/recruit_message.jpg);
  width: 100%;
  height: 100vh;
  position: sticky; 
  top: 0; 
  z-index: -1; 
}

#kotsu .kotsu-text .vertical{
	writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 100px;
}
#kotsu .kotsu-text p{
	font-weight: 700;
	line-height: 1.8;
	padding: 0 0 100px 0;
}

.kurashi{
	background-color: #fff;
	padding: 100px 30px 80px;
}
.kurashi h3{
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 20px;
}
.kurashi p{
	line-height: 1.6;
	font-weight: 700;
	font-feature-settings: "palt";
}

#service{
	background-color: #000;
	color: #fff;
	padding: 60px 30px;
}
.recruit-service{
	margin: 58px 0 0 0;
}
.recruit-service-box{
	margin: 36px 0;
}
.recruit-service-box img{
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.recruit-service-box h4{
text-align: center;
font-size: 20px;
font-weight: 700;
margin: 20px 0;
}
.recruit-service-box p{
font-weight: 700;
line-height: 1.6;
color: #c2c2c2;
}
.sen{
	width: 0;
	height: 6px;
	background-color: #fff;
	margin: 0 0 0px 0;
}

#interview{
	background-color: #d1d1d1;
	padding: 70px 14px;
}
#interview h3{
	font-weight: 700;
	font-size: 26px;
	text-align: center;
}
#interview h3 span{
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 30px;
	font-weight: 900;
}
#interview img{
	width: 100%;
}
.interview-contents{
	position: relative;
	margin: 40px 0 0 0;
}
.interview-contents img{
	height: 300px;
	width: auto;
	object-fit: cover;
	vertical-align: bottom;
}
.interview-contents .main-text{
position: absolute;
left: 24px;
   top:190px;
    color: #fff;
}

.title-s{
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 10px;
  width: fit-content;
  width: 100%;
}
.title-s span{
	float: left;
}
.interview-contents .block-revealer__element{
	width: 100%;
}

/*--------------------
 accordion
--------------------*/
.accordion {
  width: 100%;
  
}

.accordion__button {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  background-color: #000;
  cursor: pointer;
}

.accordion__buttonText {
  color: #fff;
    font-weight: 700;
  line-height: 1.4;
  padding: 30px 40px 30px 30px;
}

.accordion__buttonIcon {
  display: block;
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  transform: translatey(-50%);
}

.accordion__buttonIcon::before,
.accordion__buttonIcon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  width: 64%;
  height: 3px;
  background-color: #00cb00;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease 0s;
  transform: translate(-50%, -50%) rotate(-45deg);
  
}

.accordion__buttonIcon::before {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 13px;
}

/* is-open時の切り替え（＋、－） */
.accordion__button.is-open .accordion__buttonIcon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion__content {
  display: none;
  background-color: #fff;
  padding: 40px 20px;
  
}

.accordion__text {
  color: #333333;
  font-size: 15px;
  line-height: 1.6;
}
#interview .accordion__text h3{
    text-align: left;
    font-size: 16px;
}
#interview .accordion__text h4{
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
#interview .accordion__text p{
font-feature-settings: "palt";
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;

}
#interview .accordion__text img{
	width: 100%;
	height: auto;
	margin: 20px 0;
}

#recruit-comit{
	padding: 60px 30px 1px;
	background-color:#00cb00 ;
	color: #fff;

}
#recruit-comit .title-j{
	color: #000;
}
#recruit-comit .title-j span{
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 22px;
	font-weight: 900;
}
#recruit-comit .sen{
	margin: 60px 0;
	background-color: #000;
}
/*====================================================================
.s_05 .accordion_one
====================================================================*/
.s_05 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_05 .accordion_one .accordion_header {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 40px 30px 30px;
  
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_05 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.s_05 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}
.s_05 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_05 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_05 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before, .s_05 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #00cb00;
  
  width: 20px;
  height: 3px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 20px;
  top: 0;
  left: 8px;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_05 .accordion_one .accordion_inner {
  display: none;
  padding: 40px 20px;
  background-color: #fff;;
  background-image: url(../image/recruit/interview_bg.gif);

  background-repeat: repeat-y;
    background-position: center;
    position: relative;
}
.s_05 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_05 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_05 .accordion_one .accordion_inner .box_one {
  /*height: 300px;*/
}
.s_05 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.s_05 .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #db0f2f;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_05 .accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #ff9a05;
}
.s_05 .accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #1c85d8;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.comit-title {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
.comit img {
        margin: 0 0 40px 0;
        height: 112px;
    width: auto;
    }
.comit h2 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1em;
    text-indent: 1em;
}
.comit p {
    font-weight: 700;
    width: 100%;
        padding: 0;
        margin-top: 36px;
    line-height: 1.8;
   
    box-sizing: border-box;
    font-feature-settings: "palt";
    text-align: justify;
}
.comit-half {
    display: flex;
    justify-content: end;
    
    margin: 20px 0 0 0;
}
.ikusei {
    background-color: #fff;
    color: #00cb00;
    padding: 26px 34px;
    width: 100%;
}
.ikusei h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.ikusei p {
    font-weight: 700;
    line-height: 1.8;
    font-size: 14px;
}
#qa{
	background-color: #d1d1d1;
	padding: 60px 14px 1px;
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01{
	margin: 60px 0;
}

.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background-color: #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #00cb00;
  padding: 20px 60px 20px 14px;
  
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-top: solid #000 1px;
  line-height: 1.6;
}

.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #00cb00;
  
  width: 18px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 20px 14px;
  background-color: #fff;
  box-sizing: border-box;
}

.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.s_01 .accordion_one p{
	line-height: 1.8;
	font-feature-settings: "palt";
    text-align: justify;
}
.s_01 .accordion_one:last-child{
border-bottom: solid #000 1px;
}

#message{
	background-color: #fff;
	padding: 60px 24px;
}
#message h4{
	font-size: 22px;
	font-weight: 700;
	margin: 60px 0 40px;
	width: fit-content;
}
#message h4 .block-revealer__element {
    position: absolute;
    top: 0;
    width: 100%;
    height: 110%;
    background: #000;
 
}
#message p{
font-weight: 700;
line-height: 1.6;
font-feature-settings: "palt";
    text-align: justify;
    margin: 0 0 40px 0;
}
#message p.ceo{
	text-align: center;
	letter-spacing: 4px;
}
#message p.ceo em{
	font-size: 14px;
	letter-spacing: 0;
}

#recruit-detail{
	background-color: #000;
	color: #fff;
	padding: 60px 24px;
	scroll-margin-top: 80px;
}
.recruit-description{
border-top:solid #555 1px;
margin: 60px 0 50px;
display: flex;
flex-wrap: wrap;
}
.recruit-description dt{
color: #808080;
width: 25%;
font-size: 14px;
padding: 20px 0;
}
.recruit-description dd{
width: 75%;
padding: 20px 0;
font-feature-settings: "palt";
    text-align: justify;
}
.recruit-description dt,.recruit-description dd{
	border-bottom: solid #555 1px;
	line-height: 1.4;
}

.button001 {
    position: relative;
    z-index: 1;
    height: 180px;
}
.button001 a {
    background: transparent;
    border: solid #fff 3px;
    position: absolute;
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    /* width: fit-content; */
    width: 100%;
    padding: 36px 30px 36px 18px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
   
}
.button001 a:after {
    content: '';
    width: 56px;
    height: 26px;
    background: url(../image/top/next_arrow.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: -6px 0 0 60px;
}
.button001 a:hover {
    background: #fff;
    color: #00cb00;
}
.official{
	display: block;
	margin: 0 auto;
	width: 250px;
	transition: 0.3s ease-in-out;
}
.official:hover{
	opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .s_05 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_05 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px){
	.recruit-contents {
    width: 375px;
    margin-left: 40%;
}
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
  .s_05 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
  .recruit-contents {
        width: 100%;
        margin-left: 0;
    }
    .pc-text{
    	display: none;
    }
}




