@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.fax {cursor: default;pointer-events: none;}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 132px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.mainImg .mainImgPhto02 {
	max-width: 286px;
	width: 16%;
	position: absolute;
	top: max(-5vw,-90px);
	right: 0;
	z-index: 1;
}
.mainImg .mainImgPhto02 a:hover img {
	opacity: 0.7;
}
.mainImg:after {
	width: 100%;  
	height: 153px;
	background-color: rgba(159, 203, 225, 0.41);
	position: absolute;  
	/* top: 160px; */
	top: 120px;
	right: 0;  
	z-index: -1;
	content: ""; 
}
.mainImg .mainImgPhoto {
	margin-left: -30.6%;
	flex-shrink: 0;
	/* width: calc(50% + 226px); */
	width: calc(70%);
	order: 2;

	/* tuika  */
	height: 400px;
  overflow: hidden;
}
.mainImg .mainImgPhoto img {
	width: 100%;
}
.mainImg h2 {
	width: 100%;
	max-width: 1159px;
	/* padding: 0 0 min(6.51vw,125px) 50px; */
	padding: 180px 0 min(6.51vw,125px) 200px;
	/* font-size: min(8.5vw,15.7rem); */
	/* font-size:  10rem; */
	font-size:  8rem !important;
	line-height: 1;
	position: relative;
	color: #005BAB;
	position: relative;
	z-index: 1;
	/* tuika */
	white-space: nowrap;
}
.mainImg h2 .txtSpan {
	position: absolute;
	top: 76px;
	/* left: 40px; */
	left: 255px;
	text-align: left;
	z-index: -1;
}

@media all and (min-width: 897px) {
	.mainImg h2 .txtSpan img {
		max-width: inherit;
	}
}

@media all and (max-width: 896px) {
	.mainImg {
		margin-bottom: 69px;
		display: block;
		position: relative;
		z-index: 2;
	}
	.mainImg .mainImgPhoto {
		width: auto;
		height: 210px;
		margin: 0 0 0 100px;
	}
	.mainImg .mainImgPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.mainImg h2 {
		padding: 0 0 0 2px;
		margin: -32px 0 0 14px;
		font-size: 5.3rem !important;
		text-align: left;
	}
	.mainImg h2 .txtSpan {
		left: 15px;
		top: 27px;
		width: auto;
		max-width: 301px;
	}
	.mainImg::after { 
		top: 119px;
		height: 30px;
	}
	.mainImg .mainImgPhto02 {
		display: none;
	}
}


/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	/* margin-bottom: 64px; */
	margin-bottom: 30px;
	padding-bottom: 19px;
	font-size: 4.2rem;
	font-weight: 500;
	color: #1A1A1A;
	text-align: center;
	position: relative;
}
.headLine01:after {
	width: 54px;  
	height: 2px;
	background-color: #000000;
	position: absolute;  
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 28px;
		padding-bottom: 13px;
		font-size: 2.6rem;
	}
	.headLine01::after {
		width: 34px;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	/* font-size: 7rem; */
	font-size: 5rem;
	color: #292929;
	font-weight: 700;
	position: relative;
	z-index: 1;
	font-feature-settings: "palt";
}
.headLine02 .txtSpan {
	position: absolute;
	top: -53px;
	left: 144px;
	z-index: -1;
}
.headLine02 .txtSpan img {
	vertical-align: bottom;
}

@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2.6rem;
	}
	.headLine02 .txtSpan {
		max-width: 377px;
		left: -22px;
		top: -18px;
		right: -20px;
	}
}

/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
.comLink01 {
	width: 299px;
	margin: 0 auto;
}
.comLink01 a {
	min-height: 77px;
	color: #fff;
	font-size: 2.7rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #005BAB;
}
.comLink01 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink01 {
		width: 204px;
	}
	.comLink01 a {
		min-height: 53px;
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
	mainImg02
------------------------------------------------------------*/
.mainImg02 {
	margin-bottom: 193px;
}
.mainImg02 .inner01 {
	padding: 70px min(7.3vw,140px) 20px;
	min-height: 219px;
	box-sizing: border-box;
	background: url(../img/common/main_img.png) no-repeat right center #0074D9;
	color: #fff;
	position: relative;
	background-size: 1312px auto;
}
.mainImg02 .photo {
	max-width: 636px;
	width: 35%;
	position: absolute;
	bottom: 0;
	right: 4.6%;
}
.mainImg02 h2 {
	font-size: 6.2rem;
	position: relative;
	z-index: 1;
}
.mainImg02 .txtSpan {
	position: absolute;
	top: -20px;
	left: 165px;
}
.mainImg02 .inner02 {
	/* padding: 20px min(7vw,125px) 70px; */
	padding: 0px min(7vw,125px) 90px;
	position: relative;
	/* min-height: 277px; */
	min-height: 170px;
	display: flex;
	align-items: flex-end;
	box-sizing: border-box;
}
.mainImg02 .inner02:after {
	width: calc(50% + 589px);  
	/* height: 100%; */
	height: 110%;
	background-color: rgba(255, 255, 255, 0.91);
	position: absolute;  
	top: 0;
	left: 0;  
	border-radius: 0 0 59px 0;
	content: ""; 
}
.mainImg02 .inner02 h2 {
	font-size: 4.2rem;
	color: #292929;
}
.mainImg02 .inner02 .subSpan {
	width: 150%;
	position: absolute;
	/* top: 55px; */
	top: -20px;
	left: -475px;
	z-index: 1;
	white-space: nowrap;
}
.mainImg02 .inner02 .txtSpan {
	margin: 0 25px;
	position: static;
}
.mainImg02 .inner02 .txtSpan img {
	max-width: inherit;
	/* tuika  */
	height: 140px;
  width: auto;
}
@media all and (max-width: 896px) {
	.mainImg02 {
		margin-bottom: 29px;
	}
	.mainImg02 .photo {
		width: 242px;
		right: -13px;
		z-index: 1;
	}
	.mainImg02 .inner01 {
		min-height: 83px;
		padding: 26px 29px 10px;
		background-image: url(../img/common/main_img_sp.png);
		background-size: cover;
	}
	.mainImg02 h2 {
		font-size: 2.3rem;
	}
	.mainImg02 .txtSpan {
		width: 150px;
		top: -7px;
		left: 35px;
	}
	.mainImg02 .inner02 {
		padding: 10px 20px 13px;
		min-height: 76px;
	}
	.mainImg02 .inner02 h2 {
		font-size: 2rem;
		/* tuika  */
		top: 30px;
	}
	.mainImg02 .inner02 .txtSpan {
		margin: 0 2px;
	}
	.mainImg02 .inner02 .subSpan {
		left: -102px;
		/* top: 38px; */
		top: 49px !important;
		
	}
	.mainImg02 .inner02 .subSpan img {
		width: auto;
		max-width: inherit;
		max-height: 40px;
	}
	.mainImg02 .inner02::after { 
		width: calc(50% + 152px);
		border-radius: 0 0 10px 0;
		/* 
		tuika  */
		top: 20px;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1010px;
	margin: 0 auto;
	/* padding: 0 20px; */
	padding: 0 10vw;
}
@media all and (max-width: 896px) {
.content {
	padding: 0 20px;
}
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin: 0 -20px 205px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.comBox a {
	transition: none;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	/* min-height: 554px; */
	min-height: 400px;
	position: relative;
	box-sizing: border-box;
}
.comBox .sub {
	width: 50%;
	position: relative;
}
.comBox .sub2 {
	width: 50%;
}
.comBox .sub .photoBox {
	transition: all ease 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	filter: drop-shadow(0px 0px 0px);
}
.comBox .sub .photo {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.comBox .sub .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comBox .sub .photo:after {
	width: 100%;  
	height: 100%;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
	opacity: 0.8;
	background: linear-gradient(#70cbff 0%, #001eb6 100%);
}
.comBox .subBox {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	width: 100%;
}
.comBox .ttl {
	margin-bottom: 35px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.015em;
}
.comBox .ttl span {
	margin-top: 15px;
	display: block;
	/* font-size: 4.7rem; */
	font-size: 4rem;
}
.comBox .jsBox {
	display: none;
}
.comBox .jsSub {
	margin: -40px 0 10px;
}
.comBox .txt {
	min-height: 134px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-size: 1.3rem; */
	font-size: 1.6rem;
	line-height: 2.46;
	box-sizing: border-box;
}
.comBox .txt.big {
	font-size: 1.6rem;
}

@media all and (min-width: 897px) {
	.comBox .sub a:hover {
		border-radius: 40px;
	}
	/* .comBox .sub a:hover .jsBox {
		display: block;
	} */
	.comBox .sub a:hover .photo img {
		border-radius: 40px;
	}
	.comBox .sub a:hover .photo::after {
		overflow: hidden;
		opacity: 1;
		border-radius: 40px;
		background: rgba(0, 0, 0, 0.55);
	}
	.comBox .sub a:hover .photoBox {
		border-radius: 40px;
		z-index: 1;
		width: 102%;
		height: 117%;
		transform-origin: center;
		filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.78));
	}
}

@media all and (max-width: 896px) {
	.comBox {
		margin-bottom: 83px;
		display: block;
	}
	.comBox .sub {
		width: auto;
	}
	.comBox a {
		min-height: 207px;
	}
	.comBox .ttl {
		margin-bottom: 20px;
		font-size: 1.2rem;
		letter-spacing: 0.015em;
	}
	.comBox .ttl span {
		margin: 0;
		font-size: 3rem;
		display: block;
		position: relative;
	}
	.comBox .ttl span:after {
		margin: 0 -20px 0 10px;
		width: 20px;
		height: 20px;
		display: inline-block;
		background: url(../img/common/icon10.png) no-repeat right top;
		background-size: 100% auto;
		vertical-align: middle;
		content: ""; 
	}
	.comBox .comLink02 {
		display: none;
	}
	.comBox .sub .photoBox {
		transform: translate(-50%,-50%);
	}
	.comBox .jsBox {
		display: none !important;
	}
}

/*------------------------------------------------------------
	comLink02
------------------------------------------------------------*/
.comLink02 {
	width: 214px;
	margin: 0 auto;
}
.comLink02 span {
	padding: 5px 20px 5px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 53px;
	border: 3px solid #FFFFFF;
	border-radius: 8px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background: url(../img/common/icon06.png) no-repeat right 15px center;
	background-size: 30px auto;
	box-sizing: border-box;
}

@media all and (min-width: 897px) {
	.comLink02 a:hover span,
	a:hover .comLink02 span {
		color: #005BAB;
		background-image: url(../img/common/icon04.png);
		background-color: #fff;
	}
}

@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	comBox02
------------------------------------------------------------*/
.comBox02 {
	padding: 106px 0 159px;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #0074D9;
}
.comBox02:after {
	max-width: 1231px;  
	width: 65%;
	height: 798px;
	background: url(../img/common/photo08.png) no-repeat right bottom;
	background-size: 100% auto;
	position: absolute;  
	top: 14px;
	right: -123px;  
	content: ""; 
	z-index: -1; 
}
.comBox02::before {
	max-width: 780px;  
	width: 42%;
	height: 661px;
	background: url(../img/common/photo07.png) no-repeat left bottom;
	background-size: 100% auto;
	position: absolute;  
	bottom: -75px;
	left: -72px;  
	content: "";
	z-index: -1; 
}
.comBox02 .content {
	/* padding: 0 20px; */
	padding: 0 4vw;
	max-width: 1480px;
}
.comBox02 .photo {
	position: absolute;
	bottom: -188px;
	width: 54%;
	max-width: 1033px;
	right: 30px;
}
.comBox02 p {
	font-size: 1.7rem;
	/* line-height: 2.11; */
	line-height:2;
	position: relative;
	z-index: 1;
}
.comBox02 .ttl {
	margin: 0 0 17px -10px;
	/* font-size: 23.2rem; */
	font-size:16rem;
	font-weight: 500;
	line-height: 1;
}
.comBox02 .ttl02 {
	margin-bottom: 25px;
	/* font-size: 6rem; */
	font-size: 4rem;
	/* line-height: 1.25; */
	line-height: 1.5;
}
.comBox02 .linkP {
	margin: 0 0 30px 10px;
}
.comBox02 .linkP a {
	padding-right: 95px;
	padding-right: 55px;
	/* font-size: 4.2rem; */
	font-size:3rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: url(../img/common/icon06.png) no-repeat right center;
	/* background-size: 64px auto; */
	background-size: 30px auto;
	/* tuika */
	padding-bottom: 6px;
}
.comBox02 .linkP a:hover {
	opacity: 0.7;
}
.comBox02 .txt {
	margin-left: 12px;
}

@media all and (min-width: 897px) {
	.comBox02 .linkP a {
		min-height: 89px;
		box-sizing: border-box;
	}
}

@media all and (max-width: 896px) {
	.comBox02 {
		display: none;
	}
}

/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	min-height: 99px;
	/* max-width: 1787px; */
	max-width: 1400px;
	margin: 0 auto 260px;
	border-radius: 14px;
	background-color: #fff;
	display: flex;
	position: relative;
	z-index: 10;
	/* tuika  */
	margin-top: -100px;
}
.comList > li {
	position: relative;
	padding: 10px 13px;
	flex: 1;
	text-align: center;
}
.comList > li .subUl {
	display: none;
	position: absolute;
	top: calc(100% - 10px);
	padding: 10px 13px 7px;
	box-sizing: border-box;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: #fff;
	border-radius: 0 0 14px 14px;
}
.comList > li .subUl li {
	margin-bottom: 10px;
}
.comList > li .subUl a {
	/* min-height: 77px; */
	min-height: 50px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	/* font-size: min(1.3vw,2.1rem); */
	/* font-size: 1.8rem; */
	font-size: 1.6rem;
	color: #01366B;
	/* padding: 0 min(5vw,75px) 0 min(4vw,65px); */
	padding: 0 30px;
	font-weight: bold;
	/* justify-content: center; */
	justify-content: left;
	background: url(../img/common/icon04.png) no-repeat right min(2.3vw,44px) center #fff;
	background-size: 24px auto;
}
.comList > li .subUl02 a {
	justify-content: flex-start;
	text-align: left;
	/* font-size: min(1.1vw,1.8rem); */
	font-size: 1.6rem;
	/* padding: 0 min(5vw,70px) 0 20px; */
	padding: 0 30px;
	/* min-height: 97px; */
	min-height: 50px;
}
.comList > li > a {
	padding: 5px 10px;
	min-height: 77px;
	/* font-size: min(1.5vw,2.4rem); */
	font-size: 2rem;
	font-weight: 700;
	color: #01366B;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	box-sizing: border-box;
}
.comList > li > a.on {
	color: #0096DF;
	background-color: #BFDCF6;
}
.comList > li > a > span {
	min-height: 40px;
	padding: 0 clamp(5px,4.5vw,80px);
	display: inline-flex;
	align-items: center;
	background: url(../img/common/icon04.png) no-repeat right center;
	background-size: 24px auto;
	box-sizing: border-box;
}
.comList > .liStyle > a > span {
	background-image: url(../img/common/icon02.png);
}
.comList > li > a.on > span {
	background-image: url(../img/common/icon03.png);
}

@media all and (min-width: 897px) {
	.comList > li > a:hover {
		color: #0096DF;
		background-color: #BFDCF6;
	}
	.comList > li .subUl a:hover {
		color: #1596DF;
		background-color: #BFDCF6;
	}
}

@media all and (max-width: 896px) {
	.comList {
		margin-bottom: 40px;
		min-height: 49px;
		border-radius: 0;
	}
	.comList > li {
		padding: 0;
		flex: auto;
	}
	.comList > li > a {
		height: 100%;
		padding: 0 0 5px;
		min-height: inherit;
		font-size: 1.3rem;
		color: #03366B !important;
		background-color: transparent !important;
		border-radius: 0;
	}
	.comList > li > a > span {
		background: none;
		padding: 0;
	}
	.comList > .liStyle > a > span {
		padding: 0 15px 0 0;
		background: url(../img/common/icon07.png) no-repeat right center;
		background-size: 11px auto;
	}
	.comList > li > a.on > span {
		background-image: url(../img/common/icon07.png);
	}
	.comList > li .subUl {
		padding: 20px 5px 5px;
	}
	.comList > li .subUl {
		min-width: 184px;
		border-radius: 0 0 10px 10px;
	}
	.comList > li .subUl a {
		padding: 5px 0;
		text-align: left;
		min-height: inherit;
		font-size: 1.3rem;
		display: block;
		background: none;
	}
	.comList > li .subUl02 {
		left: auto;
		right: 0;
	}
	.comList > li .subUl02 a {
		font-size: 1.1rem;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 62px;
	font-size: 2.6rem;
	color: #292929;
}
.headLine03 .txtSpan {
	display: block;
	/* font-size: 7.5rem; */
	font-size: 5.5rem;
	color: #005BAB;
	line-height: 1.1;
	margin: 0 -10px;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 34px;
		font-size: 1.1rem;
	}
	.headLine03 .txtSpan {
		font-size: 3.2rem;
		margin: 1px 0 0;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 13px;
	padding-bottom: 34px;
	color: #fff;
	/* font-size: 6.5rem; */
	font-size:5rem;
	text-align: center;
	position: relative;
	z-index: 1;
}
.headLine04:after {
	width: 67px;  
	height: 5px;
	background: url(../img/common/line01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
.headLine04 .txtSpan {
	display: block;
	font-size: 2.2rem;
	color: #0096DF;
}
.headLine04 .en {
	position: absolute;
	top: 70px;
	left: 47px;
	z-index: -1;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 19px;
		padding-bottom: 13px;
		font-size: 3.3rem;
	}
	.headLine04 .txtSpan {
		margin-bottom: -3px;
		font-size: 1.1rem;
	}
	.headLine04::after {
		width: 31px;
	}
}

/*------------------------------------------------------------
	comLink03
------------------------------------------------------------*/
.comLink03 {
	/* max-width: 895px; */
	max-width: 600px;
	padding: 0 15px;
	margin: 0 auto;
}
.comLink03.center {
	margin: 0 auto;
}
.comLink03 a {
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-height: 170px; */
	min-height: 100px;
	border-radius: 16px;
	color: #fff;
	padding: 10px;
	/* font-size: 3.4rem; */
	font-size: 2.4rem;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background: linear-gradient(-90deg,#0863b2 0%, #002b8f 100%);
}
.comLink03 a:hover {
	opacity: .7;
}
.comLink03 a:after {
	/* width: 49px;  
	height: 49px; */
	width: 30px;
  height: 30px;
	background: url(../img/common/icon06.png) no-repeat right center;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	right: 40px;  
	z-index: 1;
	content: ""; 
}
.comLink03 a .subSpan {
	width: 100%;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.comLink03 a .subSpan span {
	margin-bottom: 10px;
	display: block;
	/* font-size: 2rem; */
	font-size: 1.4rem;
	font-weight: 400;
}
@media all and (max-width: 896px) {
	.comLink03 {
		margin: 0 auto 30px;
		padding: 0;
		max-width: 335px;
	}
	.comLink03 a {
		padding: 7px 5px 5px;
		min-height: 71px;
		font-size: 1.4rem;
		border-radius: 10px;
		letter-spacing: 0.1em;
	}
	.comLink03 a .subSpan span {
		font-size: 1.4rem;
		margin-bottom: 2px;
		letter-spacing: 0;
	}
	.comLink03 a::after {
		width: 21px;
		height: 21px;
		right: 20px;
	}
}

/*------------------------------------------------------------
	comLink04
------------------------------------------------------------*/
.comLink04 {
	width: 348px;
}
.comLink04 a {
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-height: 89px; */
	min-height: 70px;
	/* font-size: 2.9rem; */
	font-size: 2rem;
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	background: url(../img/common/icon06.png) no-repeat right 15px center #005BAB;
	border-radius: 12px;
	/* background-size: 49px auto; */
	background-size: 30px auto;

	/* tuika  */
	padding-top:1px
}

@media all and (min-width: 897px) {
	.comLink04 a:hover {
		color: #005BAB;
		background-color: #fff;
		background-image: url(../img/common/icon09.png);
	}
}

@media all and (max-width: 896px) {
	.comLink04 {
		width: 163px;
		margin: 0 auto;
	}
	.comLink04 a {
		min-height: 42px;
		font-size: 1.2rem;
		font-weight: 500;
		border-radius: 6px;
		background-size: 23px auto;
		background-position: right 10px center;
	}
}

/*------------------------------------------------------------
	recruitBox
------------------------------------------------------------*/
.recruitBox {
	/* min-height: 1611px; */
	min-height: 900px;
	/* padding: 50px 20px 140px; */
	padding: 20px;
	display: flex;
	/* align-items: flex-end; */
	align-items: center;
	box-sizing: border-box;
	background: url(../img/common/photo19.jpg) no-repeat center center;
	background-size: cover;
}
.recruitInner {
	/* max-width: 1560px; */
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.recruitUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.recruitUl > li {
	margin-top: 18px;
	padding: 30px 30px 30px;
	width: 49.2%;
	text-align: center;
	/* min-height: 245px; */
	min-height: 160px;
	border-radius: 20px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.84);
}
.recruitUl > li .sub {
	width: 100%;
}
.recruitUl > li:first-child {
	margin-top: 0;
}
.recruitUl > .liStyle {
	width: 100%;
	border-radius: 28px;
}
.recruitUl > .li02 {
	/* min-height: 222px; */
	min-height: 160px;
}
.recruitUl > .li03 {
	/* min-height: 204px; */
	min-height: 160px;
}
.recruitUl > .liStyle02 {
	overflow: hidden;
	padding: 0;
	/* min-height: 281px; */
	min-height: 180px;
	border-radius: 15px;
	background: linear-gradient(-90deg,rgba(8,99,178,0.9) 0%, rgba(0,43,143,0.9) 100%);
}
.recruitUl > .liStyle02 a {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: url(../img/common/icon06.png) no-repeat right 60px center;
	background-size: 66px auto;
}
.recruitUl li p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}
.recruitUl li .ttl {
	line-height: 1.7;
	/* font-size: 4.8rem; */
	font-size: 3rem;
	color: #161616;
}
.recruitUl li .ttl small {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.015em;
}
.recruitUl li .jsBox {
	margin: 16px 0 0;
	display: none;
	padding-bottom: 20px;
}
.recruitUl li .jsBox p {
	margin-bottom: 50px;
	color: #fff;
}
.recruitUl .liStyle .ttl small {
	font-size: 1.3rem;
}
.recruitUl .liStyle02 .ttl {
	/* font-size: 5rem; */
	font-size: 3.4rem;
	letter-spacing: 0.1em;
	color: #fff;
}
.recruitUl .liStyle02 .ttl small {
	font-size: 2.5rem;
	letter-spacing: 0;
}
.recruitUl .linkList {
	margin-bottom: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.recruitUl .linkList li {
	margin: 0 30px 20px;
	width: 316px;
}
.recruitUl .linkList li.wid {
	width: 341px;
}
.recruitUl .linkList li a {
	padding-right: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 85px;
	background-color: #fff;
	border-radius: 12px;
	color: #005BAB;
	font-weight: bold;
	/* font-size: 2.1rem; */
	font-size: 1.8rem;
	background: url(../img/common/icon09.png) no-repeat right 15px center #fff;
	background-size: 38px auto;
}
.recruitUl .linkList02 {
	max-width: 530px;
	margin: 0 auto;
}
.recruitUl .linkList02 li {
	margin-bottom: 20px;
	width: 46%;
  display: inline-block;
  margin: 1%;
}
.recruitUl .linkList02 li:last-child {
	margin-bottom: 0;
}
.recruitUl .linkList02 a {
	padding: 0 60px 0 13px;
	min-height: 85px;
	background: url(../img/common/icon09.png) no-repeat right 15px center #fff;
	background-size: 39px auto;
	border-radius: 12px;
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	color: #005BAB;
}
.recruitUl .linkList02 .big a {
	font-size: 2.3rem;
	font-size: 1.8rem;
	padding-left: 40px;
}
.recruitUl .linkList02 a .img {
	width: 87px;
	flex-shrink: 0;
	margin-right: 10px;
}

@media all and (min-width: 897px) {
	.recruitUl > .liStyle02 a:hover {
		background-color: rgba(21, 150, 223, 0.89);
	}
	.recruitUl > .liStyle02 a:hover .ttl {
		color: #000000;
	}
	.recruitUl .linkList li a:hover {
		background-color: #005BAB;
		color: #fff;
		background-image: url(../img/common/icon06.png);
	}
	.recruitUl > li:not(.liStyle02):hover {
		background: linear-gradient(to top,rgba(112,203,255,0.84) 0%, rgba(0,30,182,0.84) 100%);
	}
	.recruitUl > li:not(.liStyle02):hover .ttl {
		color: #fff;
	}
	.recruitUl .linkList02 a:hover {
		background-color: #005BAB;
		color: #fff;
		background-image: url(../img/common/icon06.png);
	}
}

@media all and (max-width: 896px) {
	.recruitBox {
		min-height: inherit;
		padding: 57px 20px 33px;
		align-items: flex-start;
	}
	.recruitUl > li{
		margin-top: 14px;
		padding: 30px 20px 20px;
		min-height: 104px;
		border-radius: 10px !important;
		width: 100%;
		align-items: flex-start;
		position: relative;
	}
	.recruitUl > li .spBtn {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}
	.recruitUl > li .spBtn:after {
		width: 16px;  
		height: 16px;
		background: url(../img/common/icon09.png) no-repeat;
		background-size: 100% auto;
		position: absolute;  
		bottom: 36px;
		right: 25px;  
		content: ""; 
	}
	.recruitUl > .li03 .spBtn:after {
		right: 10px;
		bottom: 29px;
	}
	.recruitUl > .li02 {
		min-height: 104px;
	}
	.recruitUl li p {
		font-size: 1.4rem;
	}
	.recruitUl li .ttl {
		font-size: 2rem;
	}
	.recruitUl .liStyle .ttl small,
	.recruitUl li .ttl small {
		font-size: 0.7rem;
	}
	.recruitUl > .li03 {
		min-height: 90px;
		padding-top: 25px;
		width: 48%;
	}
	.recruitUl > .li03 .ttl {
		font-size: 1.6rem;
	}
	.recruitUl > .li03 .ttl small {
		font-size: 0.8rem;
	}
	.recruitUl > .liStyle02 {
		min-height: 104px;
	}
	.recruitUl > .liStyle02 a {
		padding: 20px;
		background-size: 21px;
		background-position: right 20px bottom 33px;
	}
	.recruitUl .liStyle02 .ttl {
		font-size: 1.8rem;
	}
	.recruitUl .liStyle02 .ttl small {
		margin-bottom: -5px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.recruitUl li .jsTtl {
		position: relative;
	}
	.recruitUl li .jsTtl:after {
		width: 16px;  
		height: 16px;
		background: url(../img/common/icon17.png) no-repeat right top;
		background-size: 100% auto;
		position: absolute;  
		bottom: 7px;
		right: 5px;  
		content: ""; 
	}
	.recruitUl li .jsTtl.on:after {
		background-image: url(../img/common/icon18.png);
	}
	.recruitUl li .jsBox {
		padding-bottom: 0;
	}
	.recruitUl > .liStyle .jsBox p {
		margin-left: -15px;
		margin-right: -15px;
	}
	.recruitUl > li.on:not(.liStyle02) {
		background: linear-gradient(to top,rgba(112,203,255,0.84) 0%, rgba(0,30,182,0.84) 100%);
	}
	.recruitUl > li.on:not(.liStyle02) .ttl {
		color: #fff;
	}
	.recruitUl .linkList {
		margin-bottom: 0;
		display: block;
	}
	.recruitUl .linkList li {
		margin: 0 8px 7px;
		width: auto;
	}
	.recruitUl li .jsBox p {
		margin-bottom: 37px;
	}
	.recruitUl .linkList li:last-child {
		margin-bottom: 0;
	}
	.recruitUl .linkList li a {
		min-height: 59px;
		padding: 5px 35px 5px 15px;
		font-size: 1.4rem;
		border-radius: 10px;
		justify-content: flex-start;
		box-sizing: border-box;
		background-size: 15px auto;
	}
	.recruitUl .linkList02 {
		max-width: inherit;
		margin: 0 8px;
		padding-top: 4px;
	}
	.recruitUl .linkList02 a {
		padding: 0;
		min-height: 59px;
		border-radius: 10px;
		font-size: 1.4rem;
		line-height: 1.57;
		background-size: 16px auto;
		background-position: right 10px center;
	}
	.recruitUl .linkList02 a .img {
		margin-right: 0;
		margin-top: -3px;
	}
	.recruitUl .linkList02 li {
		margin-bottom: 8px;
		width: auto;
  display: inline-block;
  margin: 0 0 8px 0;
  width: 100%;
	}
	.recruitUl .linkList02 .big a {
		font-size: 1.4rem;
		padding-left: 16px;
	}

}

/*------------------------------------------------------------
	comLink05
------------------------------------------------------------*/
.comLink05 {
	width: 404px;
}
.comLink05 a {
	padding: 5px 35px;
	min-height: 90px;
	display: flex;
	align-items: center;
	color: #0074D9;
	font-weight: 700;
	border: 3px solid #0074D9;
	border-radius: 12px;
	box-sizing: border-box;
	background: url(../img/common/icon09.png) no-repeat right 20px center;
	background-size: 28px auto;
}

@media all and (min-width: 897px) {
	.comLink05 a:hover {
		background-color: #005BAB;
		color: #fff;
		background-image: url(../img/common/icon06.png);
	}
}

@media all and (max-width: 896px) {
	.comLink05 {
		width: auto;
		max-width: 220px;
	}
	.comLink05 a {
		padding-right: 25px;
		border-width: 1px;
		min-height: 45px;
		font-size: 1.4rem;
		padding-left: 18px;
		border-radius: 3px;
		background-position: right 10px center;
		background-size: 15px auto;
	}
}


@media all and (max-width: 374px) {
	.mainImg h2 {
		font-size: 4rem !important;
	}
	.fLink .photo {
		width: 162px;
	}
	.fLink p .txtSpan {
		font-size: 2.2rem;
	}
	.fLink p .txtSpan::after {
		right: -15px;
	}
	.mainImg02 .photo {
		width: 200px;
	}
	.comList > li > a {
		font-size: 1.2rem;
	}
	.headLine03 .txtSpan {
		font-size: 3rem;
	}
	.recruitUl li .ttl {
		font-size: 1.8rem;
	}
	.recruitUl > .li03 .ttl {
		font-size: 1.4rem;
	}
	.recruitUl > .li03 .spBtn::after {
		right: 5px;
	}
	.recruitUl > .liStyle .jsBox p {
		font-size: 1.1rem;
	}
	.recruitUl .linkList02 a .img {
		width: 70px;
	}
	.recruitUl .linkList02 a {
		font-size: 1.2rem;
	}
	.mainImg h2 .txtSpan {
		max-width: 270px;
	}
	.comLink05 a {
		font-size: 1.2rem;
		padding-left: 10px;
	}
	.comLink03 a::after { 
		right: 10px;
	}
	.comLink03 a {
		font-size: 1.3rem;
	}
	.comLink03 a .subSpan span {
		font-size: 1.3rem;
	}
}



@media all and (min-width: 897px) and (max-width: 1400px) {
	.headLine02 {
		/* font-size: 6.5rem; */
		font-size: 5rem;
	}
	.comBox02 .ttl {
		/* font-size: 20rem; */
		font-size:16rem;
	}
	.mainImg .mainImgPhoto {
		margin-left: -40%;
	}
	.recruitUl .linkList02 a {
		font-size: min(1.4vw,2rem);
	}
}

@media all and (min-width: 897px) and (max-width: 1800px) {
	.comList > li .subUl a {
		padding: 0 min(4vw,75px) 0 min(1vw,30px);
		background-position: right min(1.3vw,44px) center;
	}
	.comList > li .subUl02 a {
		/* font-size: min(1vw,1.8rem); */
		font-size: 1.6rem;
		/* padding: 0 min(4vw,70px) 0 10px; */
		padding: 0 min(4vw,70px) 0 30px;
	}
}

#recruit .fLink {
	display: none;
}
.comBox .sub .photoBox {
	filter: none !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

@media all and (min-width: 897px) {
	.comBox .sub a:hover .photoBox { 
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	}
}