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

main {
	margin: 40px auto 0;
	background: #fff;
	color: #231815;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.bottomtext {
	text-align: center;
	line-height: 1;
}

.linkbtnarea {
	display: flex;
	justify-content: center;
}
.linkbtnarea a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 57px;
	padding: 0 50px;
	background: rgba(219,217,236,1.00);/* #dbd9ec */
	border: 1px solid #8b89bf;
	border-radius: 27px;
	color: #3f3a39;
	font-size: 16px;
	line-height: 1;
	transition: all 0.5s;
}
.linkbtnarea a:hover{
	background: rgba(243,242,248,1.00);
	border-color: rgba(243,242,248,1.00);
}

/* for SP */
@media (max-width: 767px) {

main img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.linkbtnarea a{
	height: 7.4263vw;
	padding: 0 6.0179vw;
	border: 1px solid #8b89bf;
	border-radius: 3.7131vw;
	font-size: 2.0486vw;
}

.s1 {
	background: url("img/s1_bg_pc.jpg") 0 0 no-repeat;
	background-size: 100% auto;
}
.s1 hr {
	display: block;
	width: 82.30vw;
	height: 0.3846vw;
	margin: 10.4993 auto 7.2983vw;
	background: url("img/s1_dot.png") 0 0 repeat-x;
	background-size: auto 100%;
	border: none;
}
.s1 h2 {
	width: 88.4763vw;
	margin: 0 auto 3.9692vw;
}
.s1 .img-1 {
	width: 93.4699vw;
	margin: 0 auto;
}
.s1 .img-2 {
	width: 82.3076vw;
	margin: 0 auto;
}
.s1 .img-3 {
	width: 65.5569vw;
	margin: 0 auto;
}
.s1 .img-5 {
	width: 82.2023vw;
	margin: 0 auto;
}

.s1 .linkbtnarea {
	padding: 4.9935vw 0 8.1946vw;
}
.s1 .linkbtnarea.b2 {
	padding: 5.8898vw 0 7.2983vw;
}

.s1 .haslink {
	position: relative;
	margin: 8.0665vw auto 10.8834vw;
}
.s1 .haslink a {
	position: absolute;
	bottom: 6.7861vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 27.5288vw;
	height: 7.2983vw;
	text-indent: -1000px;
	overflow: hidden;
}

.s2 {
	background: url("img/s2_bg_pc.jpg") 50% 0 no-repeat;
	background-size: auto 100%;
	padding: 11.3956vw 0 7.6923vw;;
}
.s2 h2 {
	width: 81.9462vw;
	margin: 0 auto 7.04225vw;
}
.s2 .img-1 {
	width: 85.9154vw;
	margin: 0 auto 4.9935vw;
}
.s2 .img-4,
.s2 .img-3 {
	width: 72.5992vw;
	margin: 0 auto;
}

.s2 .innerbox {
	width: 82.2023vw;
	padding: 10.4993vw 0 6.01792vw;
	margin: 0 auto;
	background: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.s2 hr {
	display: block;
	width: 71.0627vw;
	height: 0.3846vw;
	margin: 2.4327vw auto 7.81049vw;
	background: url("img/s2_dot.png") 0 0 repeat-x;
	border: none;
}
.s2 .haslink {
	position: relative;
}
.s2 .haslink a {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 26.1203vw;
	height: 11.7797vw;
	text-indent: -1000px;
	overflow: hidden;
}

.bottomtext {
	margin-top: 7.6923vw;
	font-size: 2.5641vw;
}
}/* end @media*/


/* for PC */
@media (min-width: 768px) {
main {
	width: 960px;
}
main img {
	display: block;
	margin: 0 auto;
}

.s1 {
	background: url("img/s1_bg_pc.jpg") 0 0 no-repeat;
	background-size: 100% auto;
	padding: 81px 0 0;
}
.s1 h2 {
	margin-bottom: 55px;
}
.s1 .linkbtnarea {
	padding: 54px 0 82px;
}
.s1 .linkbtnarea.b2 {
	padding: 65px 0 120px;
}
.s1 hr {
	display: block;
	width: 750px;
	height: 3px;
	margin: 70px auto 80px;
	background: url("img/s1_dot.png") 0 0 repeat-x;
	border: none;
}
.s1 .haslink {
	position: relative;
	margin: 70px auto 82px;
}
.s1 .haslink a {
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateX(2px);
	display: block;
	width: 160px;
	height: 43px;
	border-radius: 26px;
	text-indent: -1000px;
	overflow: hidden;
	background: #fff;
	opacity: 0.0;
	transition: opacity 0.5s;
}
.s1 .haslink a:hover {
	opacity: 0.4;
}

.s2 {
	background: url("img/s2_bg_pc.jpg") 0 0 no-repeat;
	background-size: 100% auto;
	padding: 38px 0 62px;
}
.s2 h2 {
	margin-bottom: 61px;
}
.s2 .innerbox {
	width: 752px;
	padding: 102px 0 88px;
	margin: 34px auto 0;
	background: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.s2 hr {
	display: block;
	width: 670px;
	height: 3px;
	margin: 64px auto;
	background: url("img/s2_dot.png") 0 0 repeat-x;
	border: none;
}
.s2 .haslink {
	position: relative;
}
.s2 .haslink a {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 218px;
	height: 101px;
	text-indent: -1000px;
	overflow: hidden;
	background: #fff;
	opacity: 0.0;
	transition: opacity 0.5s;
}
.s2 .haslink a:hover {
	opacity: 0.4;
}
.bottomtext {
	margin-top: 62px;
	font-size: 20px;
}
}/* end @media*/
