@charset "UTF-8";
/* CSS Document */

.main-img img {
	width: 100%;
	height: 750px;
	max-height: 750px;
}
.main-img.voice_title img {
	width: 100%;
	height: 450px;
	max-height: 450px;
}
.title {
	flex-direction: column;
}

.title h3, .title h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.55);
}



.title h3 {
font-size: 60px;
}

.title h4 {
	font-size: 26px;
letter-spacing: 0.1em;
	padding-top: 25px;
}

@media screen and (min-width:768px){
	.title.recruit_top{
	padding-top: 157px;
}
	.title.recruit_top h4 {
  padding-top: 10px;
		padding-left: 8px;
}
	
}


/*contents01*/

.contents01 .box {
	text-align: center;
}

.contents01 .box img {
	border-radius: 50%;
	border-style : solid;
border-color : #FFF;
border-width : 8px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.contents01 h5, .contents01 h6 {
	font-family: 'Zen Maru Gothic', sans-serif;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: 500;
}

.contents01 h5 {
color: #00297b;
	padding-top: 15px;
}

.contents01 h6 {
	font-size: 26px;
color: #1366cc;
}


/*contents02*/

.contents02 {
	border-radius: 15px;
	padding: 50px 65px 10px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	background : rgba(230, 232, 251, 0.7);
	text-align: center;
}

.contents02 img {
	width: auto;
}

.contents02 .box {
	width: 410px;
	position: relative;
	padding-top: 25px;
	margin-bottom: 40px;
}

body.wcselect_400184715601 .contents02 .box {
	display: inline-block;
vertical-align: top;
}

.contents02 .box001 {
	background-color: #FFF;
	border-radius: 10px;
	padding: 70px 15px 30px;
	box-shadow: 0px 0px 5px rgba(40,102,201,0.1);
}

.contents02 .box002 {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
}

.contents02 h5 {
	font-size: 45px;
color: #00297b;
line-height: 1.2;
font-weight: 600;
	padding-top: 10px;
}


.contents02 h6 {
	font-size: 22px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	padding: 15px 0px;
	border-radius: 60px;
	width: 320px;
	margin: 0px auto;
	position: relative;
	background-color: #1366cc;
}

.contents02 h6::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(19, 102, 204, 0);
	border-top-color: #1366cc;
	border-width: 15px;
	margin-left: -15px;
}

/*contents03*/

.contents03 {
	width: 100%;
	background-image: url("images/back01.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	padding: 120px 0px 110px;
}

.contents03 h3, .contents03 p {
color: #FFF;
font-weight: 500;
	/*text-shadow: 0px 0px 5px rgba(0,0,0,0.55);*/
	text-shadow: 3px 1px 5px rgba(0,0,0,1);
	/*color: #00297b;*/
}

.contents03 h3 {
	display: flex;
  justify-content: center;
}

.contents03 > p {
	line-height: 2.2;
}

.contents03 .midashi01::before,
.contents03 .midashi01::after {
    display: none;
}

/*contents04*/

.contents04 {
	background-image: url("images/back02.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	padding: 80px 0px 60px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
}

.contents05 {
	background-image: url("images/back03.jpg");
}

.contents04 h3, .contents04 h4, .contents04 p {
	color: #FFF;
line-height: 1.2;
font-weight: 500;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.55);
}

.contents04 h3, .contents04 h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
}

.contents04 h3 {
	font-size: 17px;
letter-spacing: 0.05em;
font-weight: normal;
}

.contents04 h4 {
	font-size: 36px;
letter-spacing: 0.25em;
	padding-top: 10px;
}

.contents04 p {
	padding-top: 30px;
	font-size: 18px;
	line-height: 2;
}

.contents04 h6 {
	padding-top: 40px;
}

.contents04 h6 img {
	width: auto;
}

.text01 {
	margin-bottom: 50px;
}

.text02 {
	margin-bottom: 30px;
}

.text03 {
	margin-bottom: 0px;
}

.text04 {
	margin-bottom: 60px;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}

@media screen and (min-width:768px){
	.area06.column02 .box {
		width: 223px !important
	}
	.area06.column02  .box:nth-child(3n) {
  margin-right: 34px !important;
}
	.area06.column02  .box:nth-child(4n) {
  margin-right: 0px !important;
}
}
@media screen and (max-width:767px){
	.area06.column02 {
		display: flex !important;
		justify-content: flex-start;
	}
	.area06.column02 .box {
		width: 48% !important;
		margin-left: 1%;
		margin-right: 1%;
	}
	.area06.column02 .box h6 {
		font-size: 24px;
	}
}
.wcedit_400184715601 .voice_list{
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
.wcedit_400184715601 .voice_list::before {
	content: "共通エリア。求人TOPから編集してください。";
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
