@charset "UTF-8";

/* =========================================================
mv
========================================================= */
#mv {
	overflow: hidden;
	padding: 0 0 2rem;
	margin: 0 0 6rem;
}
#mv .lay_lqd {
	background-image: url("../images/kv_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	height: 40rem;
	max-width: 1600px;
}

@media screen and (max-width:767px) {
	#mv {
		margin: 0 0 4rem;
	}

	#mv .lay_lqd {
		padding: 0;
		margin: 0;
		height: 50vw;
	}
}

.mv_text {
	position: absolute;
	left: 45.5%;
	bottom: -2rem;
	z-index: 1;
	width: 100vw;
	background: -moz-linear-gradient(left, rgba(127,195,205,0.9) 0%, rgba(186,223,145,0.9) 100%);
	background: -webkit-linear-gradient(left, rgba(127,195,205,0.9) 0%,rgba(186,223,145,0.9) 100%);
	background: linear-gradient(to right, rgba(127,195,205,0.9) 0%,rgba(186,223,145,0.9) 100%);
	background-size: 32rem 100%;
	background-repeat: no-repeat;
	background-color: rgba(186,223,145,0.9);
	padding: 2rem;
}
@media screen and (max-width:767px) {
	.mv_text {
		left: 25%;
		right: 0;
		bottom: -2rem;
		width: auto;
		padding: 1rem;
	}
}

.mv_logo {}
.mv_logo > img {
	max-width: 600px;
	width: 100%;
	height: auto;
}

/* =========================================================
top_philosophy
========================================================= */

.top_philosophy {
	margin: 0 0 5rem;
}

@media screen and (min-width:768px) {
	.top_philosophy_box {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.top_philosophy_box_left {width: 40%;}
	.top_philosophy_box_right {width: 60%;}
}

.top_philosophy_head {}
.top_philosophy_head > img {
	max-width: 17.5rem;
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
	.top_philosophy {
		margin: 0 0 3rem;
	}
	.top_philosophy_head {
		text-align: center;
		margin: 0 0 2rem;
	}
	.top_philosophy_head > img {
		max-width: 12rem;
	}
}

.top_philosophy_list {
	counter-reset: philosophy;
}
.top_philosophy_list > li {
	counter-increment: philosophy;
	position: relative;
	padding: 1rem 0 1rem 6rem;
	margin: 0 0 1.5rem;
	font-size: 1.25rem;
	line-height: 1;
}
.top_philosophy_list > li:before {
	content: '0'counter(philosophy);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transform: translate(0,-50%);
	width: 5rem;
	height: 5rem;
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1;
	background-image: url("../images/bg_rhombus.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	color: #fff;
}

@media screen and (max-width:767px) {
	.top_philosophy_list > li {
		padding: 1rem 0 1rem 6rem;
		margin: 0 0 1.5rem;
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.top_philosophy_list > li:before {
		font-size: 1.5rem;
	}
}

/* =========================================================
top_matching
========================================================= */
.top_matching {
	overflow: hidden;
}

.top_matching_box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.top_matching_box_text {
	width: 50%;
	padding: 0 2rem 0 0;
}

.top_matching_box_head {
	margin: 0 0 2rem;
}
.top_matching_box_head > img {
	max-width: 35.5rem;
	width: 100%;
	height: auto;
}

.top_matching_box_text > p {
	font-feature-settings: 'palt';
	line-height: 1.75rem;
}

.top_matching_box_image {
	width: 50%;
}
.top_matching_box_image > img {
	width: 700px;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    object-position: center bottom;
}

.achievements {
    width: 100%;
	padding: 1em;
    background: rgba(186, 223, 145, 0.3);
    margin-top: 1em;
}
.achievements p {
	margin-bottom: 5px;
}
.achievements .achievement_text {
    font-size: 14px;
    font-feature-settings: 'palt';
    line-height: 1.75rem;
    margin-top: 10px;
	margin-bottom: 0;
}


.top_matching .box_btn {
	text-align: center;
	margin: 2rem 0 4rem;
}
.top_matching .box_btn .btn {
	display: inline-block;
	padding: 3rem;
	border-radius: 4em;
	background: -moz-linear-gradient(left, rgba(127,195,205,0.9) 0%, rgba(186,223,145,0.9) 100%);
	background: -webkit-linear-gradient(left, rgba(127,195,205,0.9) 0%,rgba(186,223,145,0.9) 100%);
	background: linear-gradient(to right, rgba(127,195,205,0.9) 0%,rgba(186,223,145,0.9) 100%);
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
	box-shadow: 0 3px 0 0 #1c575d;
}

@media screen and (max-width:767px) {
	.top_matching_box_text {
		width: 100%;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		padding: 0;
	}
	.top_matching_box_image {
		width: 100%;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin: 1em 0 0;
	}
	.top_matching_box_head {
		margin: 0 0 2rem;
		text-align: center;
	}
	.top_matching_box_head > img {
		max-width: 18rem;
	}
	.top_matching_box_image > img {
		width: 100%;
		height: auto;
		max-height: inherit;
	}
	
	.achievements {
		padding: 0.5em 0.75em;
		order: 2;
		margin: 1em 0 0;
	}
	.achievements .indent_01 {
		padding-left: 1em;
		text-indent:-1em;
	}
	.achievements .achievement_text {
		margin-top: 10px;
	}
	
	.top_matching .box_btn {
		text-align: center;
		margin: 2rem 0 4rem;
	}
	.top_matching .box_btn .btn {
		padding: 1.5rem;
		border-radius: 4em;
		font-size: 1.25rem;
	}
}

.qa_pt .page_text {
    max-width: 1000px;
    margin: 2em auto 3em auto;
}

.qa_pt .page_text .page_subhead03 {
	font-size: 1.375rem;
    font-weight: bold;
    line-height: 2rem;

}
.qa_pt .page_text p {
	 font-size: 1rem;
    line-height: 2;

}

@media screen and (max-width:767px) {
	.qa_pt .page_text {
		 padding: 1rem;
		margin: 0em auto 1em auto;
	}
	.qa_pt .page_text .page_subhead03 {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.qa_pt .page_text p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}