@charset "UTF-8";

/*===============*/
/* page_visual */
/*===============*/
.page_visual {
	background-color: #525D67;
}

.page_visual>div::before {
	background: -moz-linear-gradient(left, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
	background: -webkit-linear-gradient(left, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
	background: linear-gradient(to right, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
}

.page_visual>div::after {
	background: -moz-linear-gradient(right, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
	background: -webkit-linear-gradient(right, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
	background: linear-gradient(to left, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
}

/*===============*/
/* contents */
/*===============*/
.contents h2 {
	margin-bottom: 30px;
}

.contents h2>* {
	display: block;
}

.contents h2 small {
	display: block;
	margin-bottom: 20px;
	color: #67B6DD;
	letter-spacing: .05em;
	font-size: 160%;
	font-family: 'Saira Extra Condensed', sans-serif;
}

.contents h2 span {
	color: #67B6DD;
	letter-spacing: .05em;
	font-size: 200%;
}

.contents h3 {
	margin-bottom: 25px;
}

.contents h3 span {
	display: inline-block;
	font-size: 140%;
	line-height: 1.8;
}

.contents p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media (max-width:768px) {

	.contents .txt h2,
	.contents .txt h3 {
		text-align: center;
	}

	.contents h2 {
		margin-bottom: 2em;
	}

	.contents h2 small {
		margin-bottom: 1em;
		font-size: 120%;
	}

	.contents h2 span {
		font-size: 150%;
	}

	.contents h3 {
		margin-bottom: 2em;
	}

	.contents h3 span {
		font-size: 110%;
	}
}

/*===============*/
/* about */
/*===============*/
.about {
	position: relative;
}

.about::before {
	position: absolute;
	top: 0;
	right: calc(50% - 390px);
	bottom: 0;
	min-width: 1200px;
	width: 100vw;
	background-color: #F4F8FA;
	content: "";
}

.about>div {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 100px 0;
	max-width: 980px;
}

.about .txt {
	width: 55%;
}

.about .img {
	width: 324px;
}

.about .img img {
	width: 374px;
}

@media (max-width:768px) {
	.about {
		position: relative;
	}

	.about::before {
		top: 0;
		right: 0;
		bottom: 20em;
		min-width: 0;
		width: 100%;
	}

	.about>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 4em 0;
		max-width: 90%;
	}

	.about .txt {
		width: 100%;
	}

	.about .img {
		margin-top: 2em;
		width: 100%;
	}

	.about .img img {
		width: 100%;
	}
}

/*===============*/
/* our_mission */
/*===============*/
.our_mission>div {
	margin: 0 auto;
	padding: 100px 0;
	max-width: 980px;
}

.our_mission .wrap {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.our_mission .wrap .txt {
	width: calc(50% + 70px);
}

.our_mission .wrap .img {
	width: 324px;
}

.our_mission .wrap .img img {
	position: relative;
	left: 100%;
	width: 374px;
	transform: translateX(-100%);
}

.our_mission ul {
	position: relative;
	display: block;
	margin-top: -18px;
}

.our_mission ul li {
	position: relative;
	display: block;
	margin: 0 0 15px auto;
	padding: 36px 40px;
	width: calc(100% - 235px);
	font-size: 128%;
}

.our_mission ul li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	min-width: 1200px;
	width: 100vw;
	background-color: #67B6DD;
	content: "";
}

.our_mission ul li>* {
	position: relative;
}

.our_mission ul li p {
	color: #FFF;
	line-height: 1.6;
}

.our_mission ul li p span {
	display: inline-block;
}

.our_mission ul li i {
	position: absolute;
	top: 50%;
	left: -5em;
	color: #67B6DD;
	line-height: 1.2;
	transform: translateY(-50%);
}

.our_mission ul li:last-child {
	margin-bottom: 0;
}

@media (max-width:768px) {
	.our_mission>div {
		padding: 2em 0 4em;
		max-width: 100%;
	}

	.our_mission .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.our_mission .wrap .txt {
		width: 90%;
	}

	.our_mission .wrap .img {
		overflow: hidden;
		margin-top: 2em;
		margin-left: -5%;
		width: 95%;
	}

	.our_mission .wrap .img img {
		left: auto;
		margin: -10em 0 -5em;
		width: 100%;
		transform: translateX(0);
	}

	.our_mission ul {
		margin: -2em auto 0;
		width: 90%;
	}

	.our_mission ul li {
		margin: 0 0 1em;
		padding: 1em 2em;
		width: 100%;
		font-size: 110%;
	}

	.our_mission ul li::before {
		min-width: 0;
	}

	.our_mission ul li i {
		position: relative;
		top: auto;
		left: -.75em;
		display: block;
		margin-bottom: .5em;
		color: #FFF;
		font-size: 90%;
		line-height: 1.2;
		transform: translateY(0);
	}
}

/*===============*/
/* top_message */
/*===============*/
.top_message {
	position: relative;
}

.top_message::before {
	position: absolute;
	top: 100px;
	right: calc(50% - 390px);
	bottom: 0;
	min-width: 1200px;
	width: 100vw;
	background-color: #F4F8FA;
	content: "";
}

.top_message>div {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 50px 0 150px;
	max-width: 980px;
}

.top_message .txt {
	padding-top: 30px;
	width: calc(50% + 40px);
}

.top_message .img {
	width: calc(374px - 50px);
}

.top_message .img img {
	width: 374px;
}

.top_message .img p {
	margin-top: 20px;
	line-height: 1.8;
}

.top_message .img p>* {
	display: block;
}

.top_message .img p small {
	font-size: 85%;
}

.top_message .img p span {
	margin-right: -.2em;
	letter-spacing: .2em;
	font-size: 140%;
}

@media (max-width:768px) {
	.top_message {
		background-color: #F4F8FA;
	}

	.top_message::before {
		display: none;
	}

	.top_message>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 4em 0 6em;
		width: 100%;
	}

	.top_message .txt {
		margin: 0 auto;
		padding-top: 0;
		width: 90%;
	}

	.top_message .img {
		margin: 2em auto 0;
		width: 80%;
	}

	.top_message .img img {
		width: 100%;
	}

	.top_message .img p {
		margin-top: 1em;
	}

	.top_message .img p>* {
		display: block;
	}

	.top_message .img p small {
		font-size: 80%;
		line-height: 1.6;
	}
}