@charset "utf-8";
/*---------------------- h1 ----------------------*/
#contents h1 img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#contents h1 {
		margin: 0;
	}
}
/*---------------------- flow ----------------------*/
#flow {
	background-color: #FFF;
	text-align: center;
	padding: 100px 0 85px;
}
#flow .comment {
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 55px;
}
#flow .comment span {
	font-size: 17px;
	font-weight: 400;
}
#flow h2 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 35px;
}
#flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1044px;
	margin: 0 auto 30px;
}
#flow ul li {
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	position: relative;
	list-style: none;
}
#flow ul li img {
	width: 100%;
}
#flow ul li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -18px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #139D8D;
	border-right: 2px solid #139D8D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#flow ul li:last-of-type::after {
	display: none;
}
#flow .detailBtn a {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	display: block;
	width: 196px;
	line-height: 46px;
	border-radius: 23px;
	margin: auto;
	transition: 0.3s;
	background-color: #000000;
}
#flow .detailBtn a span {
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	#flow ul li {
		width: 184px;
	}
	#flow .detailBtn a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		overflow: hidden;
	}
	#flow .detailBtn a span {
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	#flow .detailBtn a span:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		display: block;
		z-index: -1;
		transition: 0.3s;
	}
	#flow .detailBtn a span:hover:before {
		width: 100%;
	}
	#flow .detailBtn a span:before {
		background-color: #139D8D;
		;
	}
}
@media screen and (max-width: 767px) {
	#flow {
		padding: 30px 6% 35px;
	}
	#flow .comment {
		font-size: 18px;
		margin: 0 0 20px;
	}
	#flow .comment span {
		font-size: 12px;
	}
	#flow h2 {
		font-size: 26px;
		margin: 0 0 20px;
	}
	#flow ul li {
		width: 16%;
	}
	#flow ul li::after {
		right: -9px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #139D8D;
		border-right: 1px solid #139D8D;
	}
	#flow .detailBtn a {
		font-size: 12px;
		line-height: 46px;
		border-radius: 23px;
		width: 160px;
	}
}
/*---------------------- function ----------------------*/
#function {
	padding: 75px 0 55px;
	text-align: center;
}
#function .comment {
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 10px;
}
#function h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
}
#function ul {
	max-width: 670px;
	margin: auto;
	list-style: none;
}
#function ul li {
	background-color: #FFF;
	padding: 140px 0 60px;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}
#function ul li .illust {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}
#function ul li.function1 .illust {
	top: -55px;
}
#function ul li.function2 .illust {
	top: -50px;
}
#function ul li .illust img {
	display: block;
	margin: auto;
}
#function ul li .text1 {
	font-size: 19px;
	font-weight: 500;
	color: #139D8D;
	margin: 0 0 20px;
}
#function ul li h3 {
	font-size: 24px;
	font-weight: 700;
	color: #3B4043;
	margin: 0 0 20px;
}
#function ul li .text2 {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
	color: #3B4043;
}
#function .detailLink {
	max-width: 670px;
	text-align: right;
	margin: 5px auto 0;
}
#function .detailLink a {
	font-size: 12px;
	color: #139D8D;
}
@media screen and (min-width: 768px) {
	#function ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 80px 0 0;
	}
	#function ul li {
		width: 320px;
	}
	#function .detailLink a {
		transition: 0.3s;
	}
	#function .detailLink a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
	#function {
		padding: 30px 6%;
	}
	#function .comment {
		font-size: 16px;
		margin: 0 0 10px;
	}
	#function h2 {
		font-size: 18px;
	}
	#function ul {
		padding: 20% 0 0;
	}
	#function ul li {
		padding: 40% 0 30px;
	}
	#function ul li.function1 {
		margin: 0 0 23%;
	}
	#function ul li.function1 .illust {
		top: -16%;
	}
	#function ul li.function1 .illust img {
		width: calc(245 / 320 * 100%);
	}
	#function ul li.function2 .illust {
		top: -16%;
	}
	#function ul li.function2 .illust img {
		width: calc(245 / 320 * 100%);
	}
	#function ul li .text1 {
		font-size: 16px;
		margin: 0 0 15px;
	}
	#function ul li h3 {
		font-size: 20px;
		margin: 0 0 15px;
	}
	#function ul li .text2 {
		font-size: 15px;
	}
}
/*---------------------- recommended ----------------------*/
#recommended {
	max-width: 1044px;
	margin: auto;
	padding: 100px 0 155px;
	text-align: center;
}
#recommended .recommendedTitle {
	margin: 0 0 45px;
}
#recommended .recommendedTitle h2 {
	margin: 0 0 10px;
}
#recommended .recommendedTitle h2 .jp {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
#recommended .recommendedTitle p {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7;
}
#recommended .recommendedTitle p .highlight {
	font-weight: 700;
	color: #139D8D;
}
#recommended ul {
	list-style: none;
}
#recommended ul.recommendedList > li {
	background-color: #FFF;
	padding: 20px 0 15px;
	border-radius: 5px;
	box-sizing: border-box;
}
#recommended ul li h3 {
	font-size: 19px;
	font-weight: 500;
	color: #139D8D;
	line-height: 45px;
	border-radius: 23px;
	border: 1px solid #139D8D;
	margin: 0 auto 20px;
	width: 235px;
}
#recommended ul li .photo {
	margin: 0 0 15px;
}
#recommended ul li .photo img {
	display: block;
	height: 150px;
	width: auto;
	margin: auto;
}
#recommended ul li .text1 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin: 0 0 5px;
}
#recommended ul li .text2 {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #707070;
	margin: 0 0 15px;
}
#recommended ul li h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 15px 10px;
	font-size: 15px;
	font-weight: 500;
	color: #139D8D;
}
#recommended ul li h4:before, #recommended ul li h4:after {
	border-top: 1px solid #EDEDED;
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#recommended ul li h4:before {
	margin-right: 10px;
}
#recommended ul li h4:after {
	margin-left: 10px;
}
#recommended ul li ul {
	font-size: 13px;
	letter-spacing: 0.015em;
	color: #646464;
	text-align: left;
	margin: 0 20px;
}
#recommended ul li ul li {
	line-height: 1.5;
	padding-left: 20px;
	position: relative;
	margin: 0 0 10px;
}
#recommended ul li ul li:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 5px;
	left: 0;
	background-color: #139D8D;
}
@media screen and (min-width: 768px) {
	#recommended ul.recommendedList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#recommended ul.recommendedList > li {
		width: 320px;
	}
	#recommended ul li .text3 {
		height: 75px;
		margin: 0 0 40px;
		box-sizing: border-box;
	}
	#recommended ul li .text3.lines1 {
		padding: 20px 0 0;
	}
}
@media screen and (max-width: 767px) {
	#recommended {
		padding: 30px 6%;
	}
	#recommended .recommendedTitle {
		margin: 0 0 25px;
	}
	#recommended .recommendedTitle h2 {
		margin: 0 0 5px;
	}
	#recommended .recommendedTitle h2 .jp {
		font-size: 30px;
	}
	#recommended .recommendedTitle p {
		font-size: 18px;
	}
	#recommended ul.recommendedList > li {
		padding: 20px 0;
		margin: 0 0 6%;
	}
	#recommended ul li h3 {
		font-size: 16px;
		line-height: 40px;
		border-radius: 20px;
		margin: 0 auto 15px;
	}
	#recommended ul li .photo {
		margin: 0 0 10px;
	}
	#recommended ul li .text3 {
		font-size: 20px;
		margin: 0 0 20px;
	}
	#recommended ul li h4 {
		margin: 0 15px 15px;
	}
}