@charset "utf-8";
/*@charset "UTF-8";     コメント */
/*css初期設定 start*/
html {
	font-size: 62.5%; /*文字標準*/
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
a {
	text-decoration: none; /*リンクデコレーションリセット*/
}
/*大きさの計算*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width: 100%;
	margin: 0 auto;
	line-height: 1.7;
	/*文字詰め*/
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	/*スマホ横向き時のフォントサイズリセット*/
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow: visible;
	font-size: 1.3rem;
}
.eng {
	font-family: 'Oswald', sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}
/*iOSフォーム要素の初期化*/
input,
button,
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
}
/*画像の調整*/
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media only screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
}
#copyright {
	font-size: 1.2rem;
	text-align: center;
	color: #000;
}
#main-footer a {
	font-size: 1.2rem;
	color: #000;
	text-decoration: none;
}
/*css初期設定 end*/
/*main start*/
body {
	background-color: #ffffff;
	color: #00002e;
}
.mainWrap {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.topSec img {
	width: 100%;
}
.leadSec {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 8px;
	margin: 14% auto 0;
}
.leadSec .txtSec .txtBox h2 {
	font-size: 1.8rem;
	font-weight: 800;
	margin-bottom: 4.26%;
}
.leadSec .txtSec .txtBox p {
	margin-bottom: 4.26%;
}
.leadSec .cvSec {
	margin: 10% auto;
}

.noteSec {
	margin: 0 8px 16%;
	background-color: #ddeff2;
	padding: 20px 36px;
}
.noteSec h4 {
	background-color: #ddeff2;
	font-size: 1.5rem;
	text-align: center;
}
.noteSec ul {
	list-style: disc;
}
.cvSec {
	width: 100%;
	text-align: center;
}
.imgTileSec .title h3 {
	font-size: 3.2rem;
	text-align: center;
}
.imgTileSec .imgTileFlex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 8px;
	margin: 0 auto 4.26%;
}
.imgTileSec .imgTileFlex .imgs {
	width: calc(50% - 8px / 2);
	margin: 0 8px 8px 0;
}
.imgTileSec .imgTileFlex .imgs img {
	width: 100%;
}
.imgTileSec .imgTileFlex .imgs:nth-child(2n) {
	margin-right: 0;
}

a.cvBtn {
	width: 280px;
	height: 40px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #00002e;
	font-size: 1.8rem;
	transition: transform 0.2s;
	padding: 4px 0;
	/* border-radius: 10px; */
	color: #00002e;
	letter-spacing: 0.2rem;
	text-decoration: none;
}
a.cvBtn:active {
	display: inline-block;
	background-color: #00002e;
	/*    border: 1px solid #3b3838;*/
	font-size: 1.8rem;
	transform: scale(0.95);
	color: #fff;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}
	.leadSec {
		padding: 0 6.77%;
	}
	.leadSec .txtSec .txtBox h2 {
		font-size: 2.2rem;
	}
	a.cvBtn {
		width: 320px;
		text-align: center;
	}
	.imgTileSec .title h3 {
		font-size: 5.2rem;
	}
	.imgTileSec .imgTileFlex .imgs {
		width: calc(32.6% - 8px / 3);
	}
	.imgTileSec .imgTileFlex .imgs:nth-child(2n) {
		margin-right: 8px;
	}
	.imgTileSec .imgTileFlex .imgs:nth-child(3n) {
		margin-right: 8px;
	}
	.noteSec {
		margin: 0 0 10%;
		padding: 6.25% 11.97%;
	}
}
@media only screen and (min-width: 961px) {
	.mainWrap {
		width: 100%;
		max-width: 1200px;
	}
	.leadSec {
		width: 100%;
		flex-direction: row;
		justify-content: center;
		padding: 0 0;
		margin: 8% auto 10%;
	}
	.txtSec {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right: 52px;
	}
	.imgSec {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right: 52px;
	}
	.leadSec .txtSec .txtBox h2 {
		font-size: 2.5rem;
	}

	a.cvBtn {
		width: 420px;
		text-align: center;
	}

	.noteSec {
		margin: 1.8% 0;
		padding: 6.25% 8.97%;
	}
	.noteSec h4 {
		font-size: 1.6rem;
		padding-bottom: 3%;
	}
	.noteSec ul {
		line-height: 1.5;
	}
	.noteSec li {
		font-size: 1.3rem;
		padding-bottom: 2%;
	}
	.imgTileSec .title h3 {
		font-size: 8rem;
	}
	.imgTileSec .imgTileFlex .imgs {
		transition: 0.5s;
	}
	.imgTileSec .imgTileFlex .imgs:hover {
		opacity: 0.7;
	}
}
/*メインエンド*/
/*ヘッダーエリア*/
.header {
	width: 100%;
}
.header {
	padding-bottom: 8px;
	margin-bottom: -8px;
}
.toplogo {
	width: 100%;
	height: 100px;
	/*      border-top: 8px solid #067fc4;*/
	text-align: center;
}
img.blandLogo {
	height: 80px;
	width: auto;
	margin: 10px;
}
