/* ================================
  recruit
================================ */
body {
  transition: all 0.3s ease;
}
#wrap {
  width: 100%;
  overflow: hidden;
}
#topBox {
  position: relative;
}
#topBox::after {
  background: #0c304d;
  content: '';
  width: 40%;
  height: 80%;
  position: absolute;
  bottom: 10%;
  z-index: -1;
  left: 13%;
}
#topBox h1 {
  position: absolute;
  width: 60%;
  top: 20%;
  background: #1e6faf99;
  padding: 8% 0 8% 15%;
  font-family: "Noto Serif JP", sans-serif;
}
#topBox h1 .maintxt {
  display: block;
  font-size: clamp(24px, 5vw, 58px);
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#topBox h1 .deco {
  position: absolute;
  right: 3%;
  bottom: 5%;
  font-size: clamp(12px, 1.5vw, 16px);
  color: #ffffffdd;
	font-weight: 200;
	letter-spacing: 0.1em;
}
#topBox .imgBox {
  width: 50%;
  margin-left: auto;
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  #topBox {
    position: relative;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  #topBox {
    position: relative;
    width: auto;
		background: #fff; 
  }
  #topBox h1 {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 12% 0 12% 15%;
    top: 90px;
  }
  #topBox::after {
    background: #0c304d;
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    top: 70px;
    z-index: -1;
    left: 5%;
  }
  #topBox .imgBox {
    margin-top: 20%;
    width: 90%;
  }
}
@media screen and (max-width: 460px), {
  #topBox .imgBox {
    margin-top: 30%;
    width: 90%;
  }
}

.introduction{
	background: url("../img/img_affiliated/company_01_main_bg.png")no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center;
	padding: 8rem 0 0;
	margin-top: 4rem;
}
.introduction .inBox{
	max-width: 1200px;
	margin: auto;
	background: linear-gradient(to right, #ffffffcc, #ffffff);
	padding: 0 5% 4rem;
	position: relative;
}
.introduction .inBox .rogoImg{
	display: block;
	position:absolute;
	right: -5%;
	bottom: 0%;
}
.introduction .inBox h2 {
	font-size: clamp(24px, 4vw, 60px);
	color: #2b7ec1;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	padding: 0;
	position: relative;
	top: -40px;
}
.introduction .inBox .fBox{
	display: flex;
	justify-content: flex-end;
	margin: 2rem 0;
}
.introduction .inBox .fBox table{
	width: 40%;
}
.introduction .inBox .fBox table:first-child{
	width: 50%;
	margin-right: 5%;
}
.introduction .inBox .fBox table tr{
		display: flex;
		align-items: flex-start;
    justify-content: center;
    padding-bottom: 1rem;
}

.introduction .inBox .fBox table tr th {
    color: #035292;
    text-align: left;
    font-size: clamp(16px, 2vw, 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10%;
	width: 200px;
	white-space: nowrap;
}
.introduction .inBox .fBox table tr th::after {
    content: '';
    margin-left: 10px;
    height: 1px;
    background: #022640;
    width: 20px;
}
.introduction .inBox .fBox table tr td {
    width: 60%;
    font-size: clamp(14px, 2vw, 16px);
}

.introduction .contactBtn_a {
  background: #0c304d;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: min(3vw, 22px);
  padding: 10px;
  width: 45%;
  margin: auto;
  max-width: 300px;
}

.introduction .leadBox{
	max-width: 1200px;
  margin:4rem auto 5rem ;
	font-size: clamp(14px, 2.5vw, 18px);
	text-align: center;
	font-weight: 400;
}
.introduction .leadBox b{
	font-size: 140%;
}

.introduction .inBox .fBox table a{
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 1280px), {
	.introduction .inBox{
	margin: 0 5%;
}
}
@media screen and (max-width: 1080px), {
.introduction .inBox .fBox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 2rem 0;
	flex-direction: column;
}
.introduction .inBox .fBox table{
	width: 100%;
}
.introduction .inBox .fBox table:first-child{
	width: 100%;
	margin-right: 0;
}
.introduction .inBox .fBox table tr{
		display: flex;
		align-items: flex-start;
    justify-content: center;
    padding-bottom: 1rem;
}

.introduction .inBox .fBox table tr th {
    color: #035292;
    text-align: left;
    font-size: clamp(16px, 2vw, 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10%;
	width: 200px;
	white-space: nowrap;
}
.introduction .inBox .fBox table tr th::after {
    content: '';
    margin-left: 10px;
    height: 1px;
    background: #022640;
    width: 20px;
	
}
.introduction .inBox .fBox table tr td {
    width: 60%;
    font-size: clamp(14px, 2vw, 16px);
}
	
.introduction .leadBox{
  margin:2rem 5% 2rem ;
	text-align: left;
}
.introduction .leadBox br{
  display: none;
}
.introduction .leadBox b{
	font-size: 120%;
}	
.introduction .inBox .rogoImg{
	right: -5%;
	bottom: 20%;
	width:35%;
}
}
@media screen and (max-width: 767px) {
	
.introduction{
	background: url("../img/img_affiliated/company_01_main_bg_mb.png")no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: contain;
  background-position: top center;
	padding: 8rem 0 0;
	margin-top: 0;
}	
	
.introduction .inBox {
  padding: 2rem 8% 2rem;
}
.introduction .inBox .fBox table tr th {
	width: 160px;
}
.introduction .inBox .fBox table tr th::after {  
    margin-left: 5px;
    height: 1px;
    width: 15px;
}
	.introduction .inBox h2 {
  top: 0px;
}
  .introduction .inBox .fBox {
    margin: 1.5rem 0 1rem;
  }
.introduction .inBox .fBox table tr {
    padding-bottom: 0.5rem;
  }
  .introduction .leadBox {
    margin: 1rem 0 2rem;
  }
  .introduction .contactBtn_a img{
		width: 20px;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.introduction .inBox .rogoImg{
	right: -5%;
	bottom: 40%;
	width:35%;
}
}
#wrap p{
	font-size: clamp(14px, 3vw, 16px);
}

#leadBox {
	margin-top: 6rem;
}
#leadBox .inBox{
    background: #ededed url(../img/img_recruit/sec_bg.png) no-repeat;
    background-size: cover;
    position: relative;
}
#leadBox .fBox{
	display: flex;
	max-width: 1200px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	padding: 8rem 0;
}
#leadBox .fBox .textBox{
	width: 55%;
}

#leadBox .fBox .textBox .big{
	font-size: clamp(20px, 3vw, 28px);
  font-family: "Noto Serif JP", sans-serif;
  padding: 0 0 1rem;
	font-weight: bold;
	 line-height: 1.4;
}
#leadBox .fBox .youtube {
	width: 40%;
  aspect-ratio: 16 / 9;
}
#leadBox .fBox .youtube iframe {
  width: 100%;
  height: 100%;
}
#leadBox h2 .balloon {
    position: relative;
    display: block;
    margin: 0 auto -2em;
    padding: 0.5rem 5%;
    width: 760px;
    max-width: 100%;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #0c304d;
    box-sizing: border-box;
    text-align: center;
    z-index: 2;
}
#leadBox h2 .balloon p {
    font-size: min(4vw, 30px);
    margin: 0px;
    padding: 0px;
    color: rgb(12, 48, 77);
    font-weight: bold;
}
#leadBox h2 .balloon:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

#leadBox h2 .balloon::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top-width: 14px;
    border-top-style: solid;
    border-top-color: transparent;
    border-top: 14px solid #0c304d;
    z-index: 1;
}

@media screen and (max-width: 1280px) {
	#leadBox .fBox{
	display: flex;
	margin: 0 5%;
		padding: 6rem 0;
}
#leadBox h2 .balloon {
    width: 660px;
}

}

@media screen and (max-width: 960px) {
#leadBox {
  margin-top: 2rem;
}
	#leadBox .fBox{
	flex-direction: column;
	padding: 4rem 0 2rem;
}
	#leadBox .inBox{
    background: #ededed url(../img/img_recruit/sec_bg_mb.png) no-repeat;
    background-size: cover;
    position: relative;
}
#leadBox .fBox .textBox{
	width: 100%;
	margin-bottom: 1rem;
}
#leadBox h2 .balloon {
    width: 80%;
}
#leadBox .fBox .youtube {
	width: 100%;
  aspect-ratio: 16 / 9;
}
}


/**/
#voice h2 {
	display: flex;
	justify-content: center;
	padding:6rem 0 4rem;
	align-items: center;
}
#voice h2 span{
  font-size: clamp(26px, 4.8vw, 65px);
  color: #0c304d;
  font-family: "Noto Serif JP", sans-serif;
}
#voice h2 img{
	width: 5%;
	height: auto;
	margin-left: 10px;
	margin-top: -20px;
}
#voice .fBox{
	display: flex;
	max-width: 1200px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	padding: 4rem 0 ;
}
#voice .fBox:nth-child(2){
	flex-direction: row-reverse;
}
#voice .fBox .textBox {
	width: 55%;
}
#voice .fBox .textBox .big {
  font-size: clamp(18px, 3vw, 26px);
  font-family: "Noto Serif JP", sans-serif;
  padding: 0 0 1rem;
  font-weight: bold;
	color: #2c7ec1;
	line-height: 1.4;
}
#voice .fBox .imgBox {
	width: 40%;
	max-width: 600px;
	position: relative;
}
#voice .fBox .imgBox img{
	height: auto;
	width: 100%;
}
#voice .fBox .imgBox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    background: repeating-linear-gradient(135deg, rgba(233, 245, 251, 1), rgba(233, 245, 251, 1) 4px, transparent 0, transparent 8px);
    z-index: -1;
}
#voice .fBox:nth-child(2) .imgBox::before{
	top: 40px;
  right: -30%;
}
#voice .fBox:nth-child(3) .imgBox::before{
	top: 40px;
  left: -30%;
}


@media screen and (max-width: 1280px) {
	#voice .fBox{
	display: flex;
	margin: 0 5%;
	padding: 4rem 0;
}
}

@media screen and (max-width: 960px) {
#voice h2 {
	padding:6rem 0 4rem;
}
#voice .fBox{
  flex-direction: column;
	padding: 2rem 0 ;
}
#voice .fBox:nth-child(2){
  flex-direction: column;
}
	#voice .fBox .textBox {
	width: 100%;
}
#voice .fBox .imgBox {
	margin-top: 2rem;
	width: 100%;
	max-width: 480px;
	position: relative;
}
}
@media screen and (max-width: 960px) {
	#voice h2 {
	padding:4rem 0 1rem;
}
	#voice h2 img{
		width: 8%;
		height: auto;
		margin-left: 10px;
		margin-top: -20px;
	}
}

@media screen and (max-width: 480px) {
	#voice h2 {
	padding:3rem 0 0;
}
	#voice .fBox:nth-child(2) .imgBox::before{
	top: 20px;
  right: -10%;
}
#voice .fBox:nth-child(3) .imgBox::before{
	top: 20px;
  left: -10%;
}
	#voice h2 img{
		width: 10%;
		height: auto;
		margin-left: 5px;
		margin-top: -15px;
	}
}

#imgArea {
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 6rem auto -4rem;
}
#imgArea img{
	 display: block;
	 width: 32%;
   max-width: 420px;
}

@media screen and (max-width: 1280px) {
#imgArea {
	margin: 4rem 5% -4rem;
}	
}

@media screen and (max-width: 520px) {
    #imgArea {
margin: 3rem 5% -4rem;
      flex-direction: column;
    }
#imgArea img{
	 display: block;
	 width: 90%;
   max-width: 420px;
	margin-bottom: 1rem;
}
}





#requirements {
	background: url(../img/img_recruit/sec_bg_2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
	padding: 10rem 0 4rem;
}
#requirements h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 0 0 4rem;
}
#requirements h2 span{
font-size: clamp(28px, 4.8vw, 65px);
  color: #0c304d;
  font-family: "Noto Serif JP", sans-serif;
}

#requirements .inBox {
	max-width: 960px;
	margin: auto;
}
#requirements table{
	width: 100%;
	margin: auto;
}
#requirements table a{
	list-style: none;
	color:#000;
}

#requirements table tr{
	display: flex;
	align-items: flex-start;
	padding: 15px 40px;
	margin-bottom: 1rem;
}
#requirements table tr:nth-child(2n-1){
	background: #fff;
}
#requirements table tr th{
	width:24%;
	text-align:left;
	font-size: clamp(16px, 2vw, 20px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 5%;
	white-space: nowrap;
	color:#035292;
}
#requirements table tr th::after {
  content: '';
  margin-left: 20px;
  height: 1px;
  background: #022640;
  width: 40px;
}
#requirements  table tr td{
	font-size: clamp(14px, 3vw, 16px);
}
#requirements  table tr td span {
	padding-bottom: 10px;
	display: block;
}
/**/
#requirements table tr td > ul{
	padding: 0;
	list-style: none; 
}
#requirements table tr td > ul > li {
	padding-left: 30px;
	position: relative;
	
}
#requirements table tr td > ul > li::after {
    content: '';
    position: absolute;
    background: #a1a1a1;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 14px;
    transform: translateY(-50%);
	font-size: clamp(12px, 3vw, 14px);
}
/**/


@media screen and (max-width: 1200px) {
#requirements table{
	width: 100%;
	margin:auto;
}
}

@media screen and (max-width: 1000px) {
	#requirements .inBox {
	margin: 0 5%;
}
}
@media screen and (max-width: 767px) {
#requirements {
	background: #e9f5fb url(../img/img_recruit/sec_bg_mb_2.jpg) center;
	background-size: contain;
  background-attachment:scroll;
	padding: 6rem 0 2rem;
}	
	

	
#requirements h2 {
  padding: 0 0 2rem;
}
	#requirements h2 img{
		width: 30%;
		height: auto;
	}
#requirements table tr th {
		width: auto;
		margin-bottom: 1rem;
	}
#requirements .conBox .conInner {
 padding: 0;
}
#requirements table tr{
	flex-direction: column;
	margin-bottom: 0;
	 padding: 15px 20px;
}
	
#requirements table tr th{
	width:auto;
	margin-bottom:10px;
}
#requirements table tr td {
  width:auto;
	
}
#requirements table tr th::after {
  content: none;
}
#requirements table tr td > ul > li {
  padding-left: 20px;
	margin-bottom: 5px;
}
#requirements table tr td > ul > li::after {
  width: 8px;
  height: 8px;
  left: 5px;
  top: 12px;
  transform: translateY(-50%);
		
	}
	
}

#contactNote{
	max-width: 800px;
	margin: auto;
}

#contactNote h3{
	font-size: clamp(18px, 4.8vw, 30px);
  color: #000;
  font-family: "Noto Serif JP", sans-serif;
	text-align: center;
	padding: 4rem 0 2rem;
}
#contactNote ul{
	padding: 0;
  list-style: none;
}
#contactNote ul li{
	padding-left: 30px;
  position: relative;
	font-size: clamp(14px, 3vw, 18px);
}

#contactNote ul li::after {
  content: '';
  position: absolute;
  background: #ce3b2c;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 5px;
  top: 15px;
  transform: translateY(-50%);
  font-size: clamp(14px, 3vw, 18px);
}

#recruitForm {
	padding: 6rem 0 8rem;
	background:url(../img/img_recruit/recruitform_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#recruitForm:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    border: 40px solid transparent;
    border-top: 40px solid #e9f5fb;
}

#recruitForm h2{
	font-size: clamp(20px, 4.8vw, 36px);
  color: #0c304d;
	text-align: center;
	padding: 2rem 0 1rem;
}


#recruitForm .contactBtn_a {
	display: flex;
	align-items: center;
  color: #fff;
  font-size: min(3vw, 26px);
	font-weight: bold;
}
.iconImg_a {
  margin-right: 10px;
}
@media screen and (max-width: 1100px) {
#recruitForm {
	background:url(../img/img_recruit/recruitform_bg_contain.jpg) no-repeat center top;
  background-size: contain;
  position: relative;
}
}
@media screen and (max-width: 1000px) {
	#recruitForm .contactBox_a {
		margin :0 5%;
	}
}
@media screen and (max-width: 560px) {
#recruitForm {
  padding: 1rem 0 3rem;
	}
#recruitForm:before {
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #e9f5fb;
}	
	
	#recruitForm .contactBox_a {
  display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column-reverse;
  margin-top: 20px;
}
	
#recruitForm .contactBtn_a {
  width: 80%;
  margin-left: 0;
	margin-bottom: 1rem;
  }
	
#recruitForm .telBtn_a {
	width: 80%;
  max-width: none;	
}
	#recruitForm .contactBtn_a span,#recruitForm .telBtn_a span{
		font-size :20px;
	}
	
}