@charset "utf-8";
/* CSS Document */

/* ------------------------
	特長
------------------------ */
#advantage {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
}
#advantage section + section {
	padding-top: 140px;
}
#advantage section h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	#advantage {
		padding: 0 5%;
	}
	#advantage section + section {
		padding-top: 80px;
	}
	#advantage section h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

/*.graph*/
.graph {
	text-align: center;
}
.graph p {
	line-height: 2.0;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px){
	.graph p {
		text-align: justify;
		text-justify: inter-ideograph;
		margin-bottom: 25px;
	}
}

/*.reason*/
#advantage section.reason h2 {
	margin-bottom: 80px;
}
.reason dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reason dl:nth-of-type(odd) {
	flex-flow: row-reverse;
}
.reason dl + dl {
	padding-top: 127px;
}
.reason dl dt,
.reason dl dd {
	width: 48.5576923077%;
}
.reason dl dt .image {
	width: 98.6138613861%;
	position: relative;
}
.reason dl dt .image:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #5fc1c7;
	position: absolute;
	right: -7px;
	top: 7px;
	z-index: -1;
}
.reason dl dd h3 {
	position: relative;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #5fc1c7;
	margin-bottom: 25px;
}
.reason dl dd h3:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #5fc1c7;
	bottom: 0;
	left: 0;
}
.reason dl dd h3 span {
	display: block;
	padding-bottom: 20px;
}
.reason dl dd p {
	line-height: 2.0;
}
@media screen and (max-width: 768px){
	#advantage section.reason h2 {
		margin-bottom: 20px;
	}
	.reason dl {
		display: block;
	}
	.reason dl + dl {
		padding-top: 57px;
	}
	.reason dl dt,
	.reason dl dd {
		width: 100%;
	}
	.reason dl dd {
		margin-top: 42px;
	}
	.reason dl dd h3 {
		font-size: 20px;
		text-align: center;
	}
	.reason dl dd h3:after {
		left: 50%;
		transform: translateX(-50%);
	}
	.reason dl dd h3 span {
		padding-bottom: 10px;
	}
}

/*.record*/
.record ul {
	display: flex;
	flex-wrap: wrap;
}
.record ul li {
	width: 48.5576923077%;
	margin-right: 2.8846153846%;
	margin-bottom: 70px;
}
.record ul li:nth-of-type(2n) {
	margin-right: 0;
}
.record ul li a {
	display: block;
	letter-spacing: 0.03em;
}
.record ul li a:hover {
	opacity: 0.8;
}
.record ul li a .img_wrap {
	border: 1px solid #e7e7e7;
}
.record ul li a h3 {
	position: relative;
	width: 75%;
	margin: -22px 0 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
	background: #5fc1c7;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.0;
	padding: 0;
}
.record ul li a h3 span {
	display: inline-block;
	color: #fff;
	padding: 10px 15px;
}
.record ul li a strong {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #5fc1c7;
	margin: 20px 0 25px;
}
.record ul li a strong:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #5fc1c7;
	bottom: 0;
	left: 0;
}
.record ul li a strong span {
	display: block;
	padding-bottom: 20px;
}
.record ul li a p {
	display: block;
	line-height: 1.7;
}
@media screen and (max-width: 768px){
	.record ul {
		display: block;
	}
	.record ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.record ul li:last-of-type {
		margin-bottom: 0;
	}
	.record ul li a h3 {
		width: 90%;
		margin: -15px 0 0 0;
		font-size: 15px;
	}
	.record ul li a strong {
		margin-bottom: 10px;
	}
	.record ul li a strong span {
		padding-bottom: 10px;
	}
	.record ul li a p {
		line-height: 1.6;
		font-size: 14px;
	}
}

/*#invitation*/
#invitation h3 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #5fc1c7;
	margin-bottom: 25px;
}
#invitation h3:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #5fc1c7;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#invitation h3 span {
	display: block;
	padding-bottom: 20px;
}
#invitation .block {
	background-color: #f3f3f3;
	padding: 50px 60px 30px;
}
#invitation .block > ul {
	background-color: #fff;
	padding: 35px 50px;
}
#invitation .block > ul > li {
	list-style: disc;
	margin-left: 1.25em;
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph;
}
#invitation .block > p {
	line-height: 1.75;
	text-align: center;
	margin-top: 20px;
}
#invitation .tableBox {
	margin-top: 80px;
}
#invitation .tableBox dl {
	padding:18px 0;
}
@media screen and (max-width: 768px){
	#invitation h3 {
		letter-spacing: 0;
	}
	#invitation .block {
		padding: 35px 5%;
		font-size: 14px;
	}
	#invitation .block > ul {
		padding: 20px;
	}
	#invitation .block > p {
		text-align: justify;
		text-justify: inter-ideograph;
		margin-top: 15px;
	}
	#invitation .tableBox {
		margin-top: 30px;
	}
}
