@charset "UTF-8";
.section_txt span {
	text-align: center;
    font-size: 21px;
    line-height: 2.0;
    font-weight: bold;
    display: block;
    letter-spacing: 0.1rem;
}
#benefits {
	position: relative;
}
span.circle {
	width: 100px;
	padding: 26px 0;
	height: 100px;
	box-sizing: border-box;
	position: absolute;
	top: -225px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	background-color: #7b6445;
	border-radius: 50%;
	display: block;
	position: absolute;
}
.mv-block {
	padding-top: 45%;
}
.mv_txt p {
	font-size: 21px;
	color: #fff;
	z-index: 100;
	line-height: 3.5rem;
	height: 273px;
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	letter-spacing: 0.1em;
}
.mv_txt span.big {
	display: inline-block;
	text-decoration: underline;
	font-size: 35px;
	font-weight: bold;
}
.sec {
	
}
.benefits_one {
	background-color: #e6ebf0;
	padding: 120px 0;
}
.section_sm_txt {
	font-size: 14px;
	width: 512px;
	margin: 0 auto;
	line-height: 2.0;
	padding: 20px 0 0 0;
}
.benefits_second {
	background-color: #fff;
	padding: 120px 0;
	color: #7B6545;
}
ul.checkList {
	width: 507px;
	margin: 0 auto;
	padding-top: 57px;
}
ul.checkList li {
	padding-left: 15px;
	position: relative;
	font-size: 14px;
	padding: 7px 0 7px 25px;
	font-weight: thin;
	letter-spacing: 0.1rem;
}
ul.checkList li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid #7B6545;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
ul.checkList li:first-child:after {
	position: absolute;
    display: block;
    content: "";
    width: 9px;
    height: 14px;
    top: 7%;
    left: 0px;
    border: solid 3px #8B0000;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
}
#flow article.flow_one {
	padding: 100px 0 140px 0;
	background-color: #89a4bd;
	color: #fff;
}
#flow article.flow_one h1 {
	color: #fff;
}
#flow article.flow_one h1:after {
	background-color: #fff;
}
article.flow_list {
	background-color: #fff;
	padding: 120px 0;
}
article.flow_list ul {
	width: 680px;
	margin: 0 auto;
	justify-content: space-between;
}
article.flow_list ul li {
	width: 300px;
	position: relative;
}
article.flow_list ul li h2 {
	font-size: 21px;
	letter-spacing: 0.1rem;
	line-height: 1.7em;
	font-weight: 500;
	position: relative;
}
article.flow_list ul li p {
	font-size: 14px;
    line-height: 1.9em;
    text-align: justify;
    padding: 20px 0 40px 0;
    font-weight: 200;
}
article.flow_list ul li .flow_img {
	width: 300px;
	height: 250px;
	display: block;
}
article.flow_list ul li span {
	color: #8AA4BD;
	position: absolute;
	font-size: 143px;

}
article.flow_list ul li:nth-child(1) .flow_img {
	background-image: url(../../images/merit/01.jpg);
}
article.flow_list ul li:nth-child(2) .flow_img {
	background-image: url(../../images/merit/02.jpg);
}
article.flow_list ul li:nth-child(3) .flow_img {
	background-image: url(../../images/top/concept_img03_2.jpg);
}
article.flow_list ul li:nth-child(4) .flow_img {
	background-image: url("../../images/merit/03_2.jpg");
}
article.flow_list ul li:nth-child(5) .flow_img {
	background-image: url("../../images/merit/04_2.jpg");
}
article.flow_list ul li:nth-child(6) .flow_img {
	background-image: url(../../images/merit/05_3.jpg);
}
article.flow_list ul li:nth-child(2n) h2 {
	padding-top: 40px;
}
article.flow_list ul li:nth-child(odd) span {
	left: -100px;
    bottom: 10px;
    display: table;
}
article.flow_list ul li:nth-child(2n) span {
	right: -100px;
	bottom: 10px;
    display: table;
}
article.flow_list ul li:nth-child(odd) .flow_img {
	margin-bottom: 30px;
}
article.flow_list ul li:nth-child(3) {
	margin-top: -70px;
}
#merit_bed {
	height: 500px;
	width: 100%;
	background-image: url(../../images/merit/06_2.jpg);
	position: relative;
}
#merit_bed:before {
	content: "";
	position: absolute;
	top: -15px;
	width: 600px;
	height: 15px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #89a4bd;
}
#profile {
	background-color: #fff;
}
#profile article {
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	padding: 60px 0;
	position: relative;
	top: -90px;
	margin-bottom: -70px;
}
.profile_dl {
	margin-top: 40px;
	margin-bottom: 120px;
	display: flex;
	justify-content: space-between;
}

.profile_dl .profile_dl_contents {
	width: 48%;
}
.profile_dl dl {
	justify-content: flex-start;
	font-weight: 200;

}
.profile_dl dl dt {
	padding: 10px 20px 10px 0;
}
.profile_dl dl dd {
	padding: 10px 0 10px 20px;
	margin-bottom: 2px;
	border-left: 1px dashed rgba(0, 0, 0, 0.35);
}
br.sp-sm {
		display: none;
	}

@media screen and (max-width: 767px) {
	.mv-block {
		padding-top: 120%;
	}
	video#videoTop {
		display: block;
		width: 220%;
		position: absolute;
		left: -60%;
	}
	.mv_txt p {
		font-size: 16px;
		line-height: 2;
		height: 235px;
	}
	.mv_txt span.big {
		font-size: 22px;

	}
	.container {
		width: 95%;
		margin: 0 auto;
	}
	.benefits_one {
		padding: 60px 0 120px 0;
	}
	.section_txt span {
		font-size: 16px;
	}
	.section_sm_txt {
		width: 90%;
		margin: 0 auto;
	}
	ul.checkList {
		width: 90%;
		margin: 0 auto;
	}
	ul.checkList li {
		font-size: 13px;
	}
	#flow article.flow_one {
		padding: 60px 0;
	}
	article.flow_list ul li {
		display: -webkit-flex;
	    display: -ms-flexbox;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    margin-bottom: 50px;
	}
	article.flow_list ul {
		width: 90%;
		margin: 0 auto;
	}
	article.flow_list {
		padding: 80px 0 60px 0;
	}
	article.flow_list ul li {
		width: 100%;
	}
	article.flow_list ul li .flow_img {
		width: 100%;
	}
	article.flow_list ul li:nth-child(2) .flow_img,
	article.flow_list ul li:nth-child(4) .flow_img,
	article.flow_list ul li:nth-child(6) .flow_img {
		order: 2;
	}
	article.flow_list ul li:nth-child(3) {
		margin-top: 0;
	}
	article.flow_list ul li:nth-child(2n) h2 {
		padding-top: 0;
	}
	article.flow_list ul li span {
		font-size: 55px;
	}
	article.flow_list ul li:nth-child(even) {
		margin-bottom: 87px;
	}
	article.flow_list ul li:nth-child(odd) span {
		left: 0px;
		top: -56px;
	}
	article.flow_list ul li:nth-child(2n) span {
		left: 0px;
		top: -56px;
	}
	#profile article {
		width: 95%;
		margin: 0 auto;
		padding: 60px 0 0 0;
	}
	#merit_bed:before {
		width: 100%;
	}
	span.circle {
		top: -245px;
	}

	.profile_dl {
		display: block;
	}
	.profile_dl .profile_dl_contents {
		width: auto;
	}
	
	.profile_dl dl {
		padding: 0;
	}
	.profile_dl dl dd,
	.profile_dl dl dt {
		font-size: 12px;
	}
	.profile_dl dl dd {
		padding: 10px 0 10px 12px;
	}
	.profile_dl dl dt {
		padding: 10px 12px 10px 0;
	}
	span.sp_to {
		font-size: 16px!important;
	}
	#merit_bed {
		height: 400px;
		background-attachment: scroll;
	}
	br.sp-sm {
		display: none;
	}
}
@media screen and (max-width: 320px) {
	br.sp-sm {
		display: block;
	}
}



