/* ================================
  recruit
================================ */
#topWrap {
	padding-top: 80px;
	overflow: hidden;
	margin-bottom: 80px;
}
#topWrap  .headBox {
	background: #edeff5;
	padding: 80px 0 40px;
}


#topWrap  .headBox .headWarp {
	max-width: 1200px;
	margin: auto;
}

#topWrap .headBox  .headWarp .deco {
    color: #fff;
    font-size: clamp(56px, 8vw, 120px);
    font-weight: normal;
    font-family: Century Gothic, sans-serif;
    white-space: nowrap;
    margin-bottom: -40px;
    display: block;
}
#topWrap .headBox  .headWarp h1{
	font-size: clamp(28px, 4vw, 70px);
    color: #0d276a;
    margin-bottom: 40px;
    padding: 0;
    font-weight: 600;
    position: relative;
    z-index: 2;
    line-height: 1.5;
}

#topWrap  .inBox {
 position:relative;
 display: flex;
 flex-direction: row-reverse;
 justify-content: flex-start;
 
}
#topWrap  .imgBox {
/*position: relative;*/
	width: 50%;
	margin-top: -60px;
}
#topWrap .imgBox .main {
  	max-width: 1000px;
	/*border-radius: 20px 0 0 20px;*/
	overflow: hidden;
}
#topWrap .imgBox .main img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}
#topWrap .imgBox .sub  {
	width: 60%;
	max-width:520px;
	left: -50%;
	top: -60px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#topWrap .catch {
	font-size: clamp(22px, 3vw, 42px);
	font-weight: bold;
	  color: #0d276a;
	line-height: 1.4;
	margin-bottom: 20px;
}
#topWrap  .textBox {
	max-width: 1200px;
	margin: 60px auto 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	top:90px;
	left: 50%;
    transform: translate(-50%, -50%);
}


#topWrap .imgBox:after {
    content: "";
    width: 60%;
    height: 55%;
    background: #edeff5;
    position: absolute;
    right: 0;
    bottom:0;
}

@media screen and (max-width: 1600px) {
#topWrap .imgBox:after {
    height: 60%;
}

}
@media screen and (max-width: 1280px) {
#topWrap  .headBox {
}
#topWrap  .headBox .headWarp {
	margin: 0 5%;
}
#topWrap  .textBox {
	max-width: none;
	margin: 40px 5% 0;
}
	#topWrap .imgBox .sub  {
	top: -20px;
		left: -30%;
}
#topWrap .imgBox:after {
    height: 52%;
}
#topWrap .imgBox:after {
    content: "";
    width: 50%;
    height: 55%;
}
}
@media screen and (max-width: 1150px) {
	
	
#topWrap  .inBox p{
	width: 38%;
}
#topWrap  .inBox p br{
	display: none;
}
	#topWrap .imgBox .sub  {
	top: -20px;
	left: -10%;
}
#topWrap .imgBox {
  width: 50%;
  margin-top: -40px;
}
}

@media screen and (max-width: 767px) {
#topWrap {
  padding-top: 0;
  margin-bottom: 0;
}
  #topWrap p {
    padding: 0;
  }
	
#topWrap .headBox .headWarp h1 {
    margin-bottom: 20px;	
	}
#topWrap .inBox {
  padding-bottom: 60px;
 flex-direction: column;
}
	#topWrap  .imgBox {
    position: static;
	width: 100%;
		margin-top: -20px

}
#topWrap .imgBox .main {
  	width: 95%;
	margin-left: auto;
}
#topWrap .imgBox .sub  {
	position: relative;
    left: auto;
	top: 10px;
	z-index: 2;
	margin-left: auto;
}
#topWrap .imgBox::after {
  content: "";
   background: linear-gradient(-225deg, #edeff5, #fff);
  width: 86%;
  height: 46%;
  right: 0;
  bottom: auto;
  top: 0;
}

#topWrap  .textBox {
	margin: 40px 5% 0;
	position: static;
	z-index: 2;
	width: auto;
	transform: none;
}	
 #topWrap .inBox p {
    width: auto;
  }
#topWrap .headBox .headWarp .deco {
    margin-bottom: -20px;
}
}
/*共通パーツ*/



/*sec0*/
#sec01 {
background: linear-gradient(-225deg, #3369c1, #a1eafe);
position: relative;
}
#sec01::after {
	content: "";
	width: 100%;
	height: 10%;
	position: absolute;
	bottom:0;
	background:#f6f7fa;
	
}

#sec01 .headBox{
	display: flex;
    padding: 120px 0 120px;
	justify-content: space-between;
	align-items: center;
}
#sec01 .headBox img {
	display:block;
	height: auto;
}
#sec01 .headBox .child_1{
	order: 2;
	width: 40%;
	max-width: 780px;
}
#sec01 .headBox .child_2{
	order: 1;
	width: 28%;
	max-width: 520px;
}
#sec01 .headBox .child_3{
	order: 3;
	width: 28%;
	max-width: 520px;
}
#sec01 .headBox .textBox h2 {
	padding: 0;
}
#sec01 .headBox .textBox p{
	text-align: center;
	color: #fff;
}


#sec01 .postBox {
	background: #fff;
	width: 95%;
	padding: 80px 0;
	position: relative;
	z-index: 2;
}
#sec01 .postBox .fBox {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: center;
	margin: 0 auto 60px;
}
#sec01 .postBox .fBox:nth-child(2) {
	margin: 0 auto 0;
}
#sec01 .postBox .fBox .postImg{
	width: 45%;
	height: auto;
	max-width: 520px;
	margin-right: 60px;
}
#sec01 .postBox .fBox dl {
	flex: 1;
	padding-right: 5%;
}

#sec01 .postBox .fBox dl dt{
	border-bottom: 1px solid #ddd;
	font-size: clamp(22px, 3vw, 40px);
	padding-bottom :15px;
	color: #013384;
	margin-bottom:15px;
	font-weight: bold;
}
#sec01 .postBox .fBox dl dd a{
	margin-top:30px;
	margin-left: auto;
}

@media screen and (max-width: 1280px) {
#sec01 .postBox {
	padding: 80px 5%;

}
#sec01 .headBox{
    padding: 60px 0 80px;
}
#sec01 .headBox .textBox p{
	text-align: left;
}
#sec01 .headBox .textBox p br{
	display: none;
}	
	#sec01 .postBox .fBox{
		margin: 0 auto 40px;
	}
	
#sec01 .postBox .fBox dl {
	padding-right: 0;
	
}
#sec01 .postBox .fBox .postImg{
	width: 38%;
	height: auto;
	max-width: 520px;
	margin-right: 30px;

}
	
#sec01 .postBox {
	padding: 40px ;
	position: relative;
	z-index: 2;
}
}
@media screen and (max-width: 767px) {
#sec01 .headBox{
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#sec01 .headBox .child_1{
	order: 1;
	width: 100%;
	max-width: 780px;
	margin: 0 5% 30px;
}
#sec01 .headBox .textBox p{
	text-align: left;
	margin-top: 20px;
}
#sec01 .headBox .child_2{
	order: 2;
	width: 48%;
	max-width: 550px;
}
#sec01 .headBox .child_3{
	order: 3;
	width: 48%;
	max-width: 550px;
}
#sec01 .postBox {
	width: 97%;
	padding: 40px 30px;
}
	#sec01 .postBox .fBox {
		flex-direction: column;
	}	
#sec01 .postBox .fBox .postImg{
	width: 100%;
	max-width: 520px;
	margin-right: 0;
}	
	
#sec01 .postBox .fBox dl dt{
	padding-bottom :10px;
	margin-bottom:10px;
}
#sec01 .postBox .fBox dl dd a{
	margin: 30px auto 0;
}
}
@media screen and (max-width: 480px) {
#sec01 .headBox{
    padding: 40px 0 40px;
}	
	
}
/*sec02*/
#sec02 {
	background:#f6f7fa;
	padding: 120px 0;
}
#sec02 .inBox {
	max-width: 1200px;
	margin: auto;
}


#sec02 .headWarp h2{
	font-size: clamp(22px, 3.5vw, 40px);
	color: #013384;
	margin-bottom: 40px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec02 .headWarp .deco {
    color: #edeff5;
    font-size: clamp(46px, 8vw, 100px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
     display: block;
	text-align: center;
}
#sec02 .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	left:0px;
	top:22px;
	margin-right: 10px;
}

#sec02 .inBox p {
	text-align: center;
	margin: 60px 0;
}
#sec02 .inBox .secimg{
	display: block;
	width: 100%;
	height: auto;
	max-width: 920px;
	margin: 0 auto 40px;
}

#sec02 .inBox a {
	margin: auto;
}

@media screen and (max-width: 1280px) {
	#sec02 .inBox {
	margin: 0 5%;
}
}
@media screen and (max-width: 880px) {
	#sec02 .inBox p {
	text-align: left;
}
	#sec02 .inBox p br{
		display: none;
	}
}
@media screen and (max-width: 767px) {

#sec02 {
	background:#f6f7fa;
	padding: 40px 0 60px;
}
#sec02 .headWarp h2 {
  margin-bottom: 0;
  align-items: flex-start;
}
	#sec02 .inBox p {
	margin: 20px 0;
}
#sec02 .headWarp h2::before {
	    position:relative;
        left: 0px;
        top: 12px;
        width: 10px;
        height: 10px;
    }
#sec02 .headWarp .deco {
	margin-bottom: -20px;
}
}
@media screen and (max-width: 480px) {
	#sec02 .headWarp .deco {
		font-size: 30px;
		margin-bottom: -10px;
	}
}


/*sec03*/
#sec03 {
	background: #152d5b url("../img/img_common/texture_r3_bg.jpg")no-repeat;
	background-position: right;
	background-size: contain;
	padding: 120px 0;
}
#sec03 .inBox {
	max-width: 1200px;
	margin: auto;
}


#sec03 .headWarp h2{
	font-size: clamp(22px, 3.5vw, 40px);
	color: #fff;
	margin-bottom: 40px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec03 .headWarp .deco {
    color: #fff;
    font-size: clamp(46px, 8vw, 100px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
     display: block;
	text-align: center;
	opacity: 0.1;
}
#sec03 .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	left:0px;
	top:22px;
	margin-right: 10px;
}

#sec03 .inBox p {
	text-align: center;
	margin: 60px 0;
	color: #fff;
}
#sec03 .inBox .fBox{
	display: flex;
	justify-content: center;
	gap: 40px;
}
#sec03 .inBox .fBox img{
	width: 48%;
	max-width: 520px;
	height: auto;
	display: block;
	margin-bottom: 60px;
}
#sec03 .inBox a {
	margin: auto;
}

@media screen and (max-width: 1280px) {
	#sec03 .inBox {
	margin: 0 5%;
}
}
@media screen and (max-width: 880px) {
	#sec03 .inBox p {
	text-align: left;
}
	#sec03 .inBox p br{
		display: none;
	}
}
@media screen and (max-width: 767px) {
#sec03 {
	background: #152d5b url("../img/img_common/texture_r2_bg_mb.jpg")no-repeat;
	background-position: right;
	background-size: contain;
	padding: 40px 0 60px;
}
#sec03 .headWarp h2 {
  margin-bottom: 0;
  align-items: flex-start;
}
	#sec03 .inBox p {
	margin: 20px 0;
}
#sec03 .headWarp h2::before {
	    position:relative;
        left: 0px;
        top: 12px;
        width: 10px;
        height: 10px;
    }
#sec03 .headWarp .deco {
	margin-bottom: -20px;
}
#sec03 .inBox .fBox{
	gap: 20px;
}
}
@media screen and (max-width: 480px) {
	#sec03 .headWarp .deco {
		font-size: 30px;
		margin-bottom: -10px;
	}
}

