@charset "utf-8";

/* === visual === */

#sec_visual {
	padding: 0 0 60px;
	text-align: center;
}

@media only screen and (max-width: 890px) {
	#sec_visual img {
		width: 90%;
	}
}

@media only screen and (max-width: 767px) {
	#sec_visual {
		padding: 0 0 30px;
	}
}



/* === intro === */

#sec_intro {
	padding: 60px 0 0;
	background: url(../img/dot.svg) center top no-repeat;
}

#sec_intro h2 {
	margin: 0 0 30px;
	color: #0c3f97;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#sec_intro h2 strong {
	color: #f19ca6;
	font-weight: 700;
}
#sec_intro p {
	max-width: 720px;
	margin: 0 auto;
	color: #0c3f97;
	font-weight: 500;
	line-height: 2;
}
.listener {
	margin: 10px auto 0 !important;
	font-size: 1.2rem;
	text-align: right;
}

@media only screen and (max-width: 767px) {
	#sec_intro {
		padding: 45px 20px 0;
	}

	#sec_intro h2 {
		margin: 0 0 15px;
		font-size: 1.8rem;
		text-align: justify;
	}
	#sec_intro h2 br {
		display: none;
	}
	#sec_intro p {
		line-height: 1.75;
	}
}



/* === member === */

#sec_member {
	max-width: 960px;
	margin: 0 auto 60px;
	padding: 60px 0 45px;
	background: url(../img/dot.svg) center bottom no-repeat;
}
#sec_member ul {
	width: 860px;
	margin: 0 auto 30px;
	text-align: center;
}
#sec_member ul li {
	margin: 0 0 30px;
	float: left;
}
#sec_member ul li:nth-child(1),
#sec_member ul li:nth-child(6) {
	margin: 0 0 0 140px;
}
#sec_member ul li:nth-child(3),
#sec_member ul li:nth-child(6) {
	clear: both;
}
#sec_member ul li img {
	margin: 0 0 10px;
}
#sec_member p {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#sec_member p span {
	font-size: 1.4rem;
	font-weight: 400;
	display: block;
}

@media (min-width: 768px) and (max-width: 859px) {
	#sec_member ul {
		width: 720px;
	}
	#sec_member ul li {
		width: 240px;
	}
	#sec_member ul li img{
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#sec_member {
		margin: 0 auto 30px;
		padding: 45px 20px 15px;
	}
	#sec_member h2 {
		margin: 0 auto 20px;
	}
	#sec_member ul {
		width: 100%;
		margin: 0 auto;
	}
	#sec_member ul li {
		width: 50%;
		margin: 0 0 30px;
	}
	#sec_member ul li:nth-child(1),
	#sec_member ul li:nth-child(6) {
		margin: 0 0 30px;
	}
	#sec_member ul li:nth-child(6) {
		clear: both;
	}
	#sec_member ul li img {
		width: 100%;
		margin: 0 0 10px;
	}
	#sec_member p {
		font-size: 1.4rem;
	}
	#sec_member p span {
		font-size: 1.2rem;
	}
}



/* === chapter === */

#sec_chapter {
	max-width: 720px;
	margin: 0 auto;
}

.sec_chapter_01 {
	margin: 0 auto 80px !important;
}
.sec_chapter_02 {
	margin: 0 auto 110px !important;
	padding: 120px 0 75px;
	background: url(../img/dot.svg) center bottom no-repeat;
}

#sec_chapter h2 {
	margin: 0 0 30px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #0c3f97;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
}

.sec_chapter_01 h2 { background-image: url(../img/chapter_01.svg); }
.sec_chapter_02 h2 { background-image: url(../img/chapter_02.svg); }
.sec_chapter_03 h2 { background-image: url(../img/chapter_03.svg); }

#sec_chapter h3 {
	margin: 0 0 30px;
	color: #f19ca6;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}

.talk dl dt {
	width: 100px;
	margin: 0 0 30px;
	text-align: center;
	float: left;
	clear: both;
}
.talk dl dt img {
	margin: 0 0 5px;
	border-radius: 50px;
}
.talk dl dt span {
	font-size: 1.3rem;
	font-weight: 700;
	display: block;
}
.talk dl dd {
	width: 590px;
	margin: 0 0 30px;
	float: right;
}

.date {
	font-size: 1.2rem;
	text-align: right;
}

@media only screen and (max-width: 767px) {
	#sec_chapter {
		padding: 0 20px;
	}

	.sec_chapter_01 {
		margin: 0 auto 30px !important;
	}
	.sec_chapter_02 {
		margin: 0 auto 30px !important;
		padding: 60px 20px 15px !important;
	}

	#sec_chapter h2 {
		margin: 0 0 20px;
		padding: 40px 0 0;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.5;
		text-align: justify;
	}

	#sec_chapter h3 {
		margin: 0 0 20px;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.talk dl dt {
		width: 60px;
		margin: 0 0 20px;
	}
	.talk dl dt img {
		width: 100%;
		border-radius: 30px;
	}
	.talk dl dt span {
		font-size: 1.2rem;
		font-weight: 400;
	}
	.talk dl dd {
		width: calc(100% - 80px);
		margin: 0 0 30px;
	}
}



/* === faq === */

#sec_faq {
	padding: 90px 0 120px;
	background: #f19ca6;
	color: #fff;
}
.inr_faq {
	max-width: 720px;
	margin: 0 auto;
}

#sec_faq h2 {
	margin: 0 0 60px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#sec_faq h3 {
	margin: 0 0 15px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	display: table;
}
#sec_faq h3 span {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50px;
	color: #f19ca6;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#sec_faq h3 strong {
	padding: 0 0 0 30px;
	font-weight: 700;
	vertical-align: middle;
	display: table-cell;
}

.answer {
	margin: 0 0 30px;
}
.answer:last-child {
	margin: 0;
}
.img_answer {
	width: 100px;
	text-align: center;
	float: left;
	clear: both;
}
.img_answer img {
	margin: 0 0 5px;
	border-radius: 50px;
}
.txt_answer {
	width: 550px;
	padding: 15px 20px;
	background: #fff;
	border-radius: 5px;
	color: #333;
	line-height: 2;
	float: right;
	position: relative;
}
.txt_answer:before {
	width: 12px;
	height: 10px;
	background: url(../img/txt_answer.svg) no-repeat center;
	content: "";
	display: block;
	position: absolute;
	top: 45px;
	left: -10px;
}

@media only screen and (max-width: 767px) {
	#sec_faq {
		padding: 30px 20px 60px;
	}

	#sec_faq h2 {
		margin: 0 0 30px;
		font-size: 1.8rem;
		text-align: justify;
	}
	#sec_faq h3 {
		margin: 0 0 15px;
		font-size: 1.5rem;
	}
	#sec_faq h3 span {
		width: 60px;
		height: 60px;
		border-radius: 30px;
		line-height: 60px;
	}
	#sec_faq h3 strong {
		padding: 0 0 0 15px;
	}

	.answer {
		margin: 0 0 20px;
	}
	.img_answer {
		width: 60px;
	}
	.img_answer img {
		width: 100%;
		border-radius: 30px;
	}
	.txt_answer {
		width: calc(100% - 110px);
		padding: 10px 15px;
		line-height: 1.75;
	}
	.txt_answer:before {
		top: 25px;
	}
}



/* === contact === */

#sec_contact {
	margin: 120px 0 0;
	padding: 55px 0 45px;
	background: #f19ca6;
	color: #fff;
	text-align: center;
}

#sec_contact p {
	text-align: center;
}

.btn a {
	width: 320px;
	height: 60px;
	margin: 0 auto;
	background: #fff;
	border-radius: 30px;
	color: #f19ca6;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 60px;
	text-decoration: none;
	display: block;
}
.btn a:hover {
	opacity: .75;
}

@media only screen and (max-width: 767px) {
	#sec_contact {
		margin: 60px 0 0;
		padding: 20px;
	}

	#sec_contact p {
		text-align: justify;
	}

	.btn a {
		width: 100%;
		height: 40px;
		border-radius: 20px;
		font-size: 1.4rem;
		line-height: 40px;
	}
}