@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	font-family: 'Noto Sans JP', sans-serif;
}

img {
	border-style:none;
}

a {
	text-decoration:none;
}

.pc {display: block !important;}
.sp {display: none !important;}
@media screen and (max-width:750px) {
	html {
    -webkit-text-size-adjust: 100%;
  }
  .pc {display: none !important;}
  .sp {display: block !important;}
}

.main {
	position: relative;
	padding-top: 88px;
	overflow: hidden;
}
@media screen and (max-width:750px) {
	.main {
  	padding-top: 76px;
  }
}

.cont01 {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 40px);
	margin: auto;
	padding: 20px;
	z-index: 9000;
	background: #fff;
}
.top_logo {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
@media screen and (max-width:750px) {
	.cont01_box img {
    width: 80px;
    height: auto;
  }
}

.cont02 .pc {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
}
.cont02 .sp img {
	width: 100%;
	height: auto;
}

.cont03 .pc {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
	padding: 50px 0;
	background: #E7F1FB;
}
.cont03 .sp img {
	width: 100%;
	height: auto;
}

.job_btn {
	position: relative;
	width: calc(100% - 80px);
	max-width: 685px;
	margin: auto;
	padding: 10px 20px;
	background: #59BF82;
	opacity: 1;
	transition: 0.2s;
}
.job_btn:nth-of-type(2) {
	margin-top: 50px;
}
.job_btn:after {
	content: "\e5df";
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 30px;
	color: #59BF82;
	border-radius: 50px;
	background: #fff;
	font-family: 'Material Icons';
	transform: translateY(-50%);
}
.job_btn:hover {
	opacity: 0.7;
}
.job_btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.job_btn p {
	font-size: 26px;
	font-weight: 900;
	color: #fff;
	text-align: center;
}
@media screen and (max-width:750px) {
	.job_btn:after {
		right: 20px;
		font-size: 24px;
	}
	.job_btn p {
		font-size: 18px;
	}
}

.cont04 {
	padding: 50px 0;
}
.cont04 ul {
	position: relative;
	left: 50%;
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 50px 0 0 -500px;
	list-style: none;
}
.cont04 ul li {
	width: 313px;
}
.cont04 ul li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:750px) {
	.cont04 ul {
		left: 0;
		flex-direction: column;
		width: 90%;
		margin: 50px auto 0;
		list-style: none;
	}
	.cont04 ul li {
		width: 100%;
	}
}

.cont05 {
	padding: 50px 0;
	background: #F3F3F3;
}
.cont05_text1 {
	font-size: 25px;
	line-height: 40px;
	text-align: center;
}
.cont05_text2 {
	font-size: 16px;
	text-align: center;
}
.cont05_box {
	display: flex;
	justify-content: space-between;
	width: 726px;
	margin: 50px auto;
}
.cont05_box div {
	width: 355px;
}
.cont05_box div img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:750px) {
	.cont05_text1 {
		font-size: 22x;
		line-height: 31px;
	}
	.cont05_text2 {
		font-size: 12px;
		text-align: center;
	}
	.cont05_box {
		flex-direction: column;
		width: 90%;
		margin: 50px auto;
	}
	.cont05_box div {
		width: 100%;
	}
	.cont05_box div:first-of-type {
		margin-bottom: 4vw;
	}
}

.cont06 {
	padding: 50px 0;
	text-align: center;
}
.cont06_title {
	width: 90%;
	max-width: 430px;
	margin: auto;
}
.cont06_title img {
	width: 100%;
	height: auto;
}
.cont06_text {
	width: 560px;
	margin: auto;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	text-align: justify;
}
.cont06_text:first-of-type {
	margin: 20px auto 30px;
}
.cont06_headline {
	display: inline-block;
	margin: 30px auto 10px;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #000;
}
@media screen and (max-width:750px) {
	.cont06_text {
		width: 90%;
	}
}

.cont07 {
	position: relative;
	margin-top: 30px;
}
.cont_07_text p {
	font-size: 25px;
	font-weight: 500;
	color: #6F9BD6;
	text-align: center;
}
.cont07_box {
	position: relative;
	display: block;
	margin-top: 50px;
	background: #E7F1FB;
}
.cont07_box ul {
	position: relative;
	left: -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1150px;
	margin: auto;
	list-style: none;
}
.cont07_box ul li {
	position: relative;
	width: calc(225px - 30px);
	margin: 0 0 30px 20px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ACACAC;
	z-index: 50;
}
.cont07_box ul li p:nth-child(1) {
	margin: 15px 0;
	font-size: 19px;
	font-weight: 700;
	color: #707070;
}
.cont07_box ul li p:nth-child(2) {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #707070;
}
.card_btn {
	position: relative;
	background: #59BF82;
}
.card_btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.card_btn p {
	margin: 15px 0 0 !important;
	padding: 3px 0 5px;
color: #fff !important;
text-align: center;
}
.cont07_back_screen {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	z-index: 10;
}
@media screen and (max-width:750px) {
	.cont07_box {
  	left: 0;
  	width: 100%;
  	margin: auto !important;
		padding: 30px 0 0;
  }
	.cont07_box ul {
		left: 0;
	}
	.cont07_box ul li {
    display: flex;
  	width: calc(90% - 33px);
  	margin: 0 auto 30px;
  	padding: 10px 23px 10px 10px;
  	background: #fff;
  	border: 1px solid #ACACAC;
  }
	cont_07_text p {
  	padding: 20px 0;
  	font-size: 22px;
  }
  .cont07_box ul li:after {
    content: "\e5df";
    position: absolute;
    top: 50%;
    right: -7px;
    font-size: 40px;
    color: #59BF82;
    font-family: 'Material Icons';
    transform: translateY(-50%);
  }
  .cont07_box ul li div:nth-child(1) {
    width: 200px;
  }
  .cont07_box ul li div img {
    width: 100%;
    height: auto;
  }

  .cont07_box ul li div:nth-child(2) {
    margin-left: 10px;
  }

  .cont07_box ul li p:nth-child(1) {
  	margin: 0 0 5px;
  	font-size: 14px;
  }
  .cont07_box ul li p:nth-child(2) {
  	font-size: 13px;
    line-height: 18px;
  }
  .card_btn {
  	position: absolute;
    top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
    background: initial;
  }
}

.cont09 p {
	padding: 20px 0;
	font-size: 12px;
	font-weight: 500;
	color: #707070;
	text-align: center;
}

.white_screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	z-index: 9999;
}

/* efect ----------------------- */

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 1000ms;
}
.fadein_hi {
	transform : translate(0, 50px);
	transition : all 300ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/* 2つ目の要素に200msのdelayをかける */
.effect2 {
	-moz-transition-delay:150ms;
	-webkit-transition-delay:150ms;
	-o-transition-delay:150ms;
	-ms-transition-delay:150ms;
}

/* 3つ目の要素に400msのdelayをかける */
.effect3 {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}
