@charset "utf-8";

/* === Index ==========

1. Common
2. Header
3. Order
4. Section
	4-1. Trouble
	4-2. Secret
	4-4. Point
	4-5. Teacher
	4-6. Detail
	4-7. Schedule
	4-8. Voice
	4-9. FAQ
5. Footer


==================== */


/* ====================

	1. Common

==================== */

body { background: url("../images/body_bg_pc.jpg") center top no-repeat; }

.innerBox, .subTit {
	width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 667px) {
	.innerBox { width: 94%; }
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
	color: #654;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

h2 {
	margin: 0 auto 6rem;
	text-align: center;
	line-height: 0;
}
@media screen and (max-width: 667px) {
	h2 { margin: 0 5% 4rem; }
}

section { padding: 8rem 0; }
@media screen and (max-width: 667px) {
	section { padding: 6rem 0; }
}

li { list-style: none; }

p {
	font-size: 1.8rem;
	line-height: 1.7;
}
@media screen and (max-width: 667px) {
	p { font-size: 1.6rem; }
}

.centering { text-align: center; }
.right { text-align: right; }
.marker { background: linear-gradient(transparent 60%, #fbe3e1 60%); }

.pnk { color: #e77; }
.red {
	margin-left: 1em;
	color: #f66;
}
@media screen and (max-width: 667px) {
	.red { display: inline-block; }
}

.f12 { font-size: 1.2rem;}
.f14 { font-size: 1.4rem; }
.f16 { font-size: 1.6rem; }
.f18 { font-size: 1.8rem; }
.f20 { font-size: 2rem; }
.f24 { font-size: 2.4rem; }
.f28 { font-size: 2.8rem; }
.f32 { font-size: 3.2rem; }
.f36 { font-size: 3.6rem; }
@media screen and (max-width: 667px) {
	.f12 { font-size: 1rem; }
	.f14 { font-size: 1.2rem; }
	.f16 { font-size: 1.4rem; }
	.f18 { font-size: 1.6rem; }
	.f20 { font-size: 1.8rem; }
	.f24 { font-size: 2.2rem; }
	.f32 { font-size: 2.8rem; }
	.f36 { font-size: 3rem; }
}

.sp { display: none; }
@media screen and (max-width: 667px) {
    .sp { display: block; }
	.pc { display: none; }
    img { width: 100%; height: auto; }
}




/* ====================

	2. Header

==================== */

header {
	display: flex;
	flex-direction: column;
	width: 1220px;
	margin: 0 auto 4rem;
	padding: 3rem 12rem 0;
	background: url("../images/header_bg_pc.png") right top no-repeat;
}
@media screen and (max-width: 667px) {
	header {
		width: 100%;
		margin-bottom: 1.5rem;
		padding: 0;
		background: url("../images/header_bg_sp.png") right top no-repeat;
		background-size: 100%;
	}
}

h1 {
	order: 2;
	display: flex;
	flex-direction: column;
	margin: 0 0 3rem;
}
@media screen and (max-width: 667px) {
	h1 { margin-bottom: 1.5rem; }
}

h1 picture { line-height: 0; }
h1 picture:first-child { margin-bottom: 1.5rem; }
@media screen and (max-width: 667px) {
	h1 picture:first-child { margin-bottom: 0; }
}

.headerlogo {
	order: 1;
	margin: 0 0 3rem;
	line-height: 0;
}
@media screen and (max-width: 667px) {
	.headerlogo { margin-bottom: 1.5rem; }
}

.subcatch {
	order: 3;
	margin: 0 0 4rem;
	line-height: 0;
}
@media screen and (max-width: 667px) {
	.subcatch { margin-bottom: 1.5rem; }
}

header ul {
	order: 4;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 667px) {
	header ul {
		width: 94%;
		margin: 0 auto;
		flex-direction: column;
	}
}



/* ====================

	3. Order

==================== */

.order {
	display: flex;
	flex-direction: column;
	padding-top: 0;
}

.orderMain {
	order: 2;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 0 2rem;
	padding: 4rem 4rem 1.6rem;
	background-color: rgba(238, 221, 204, 0.2);
	border-radius: 0px 0px 20px 20px;
}
@media screen and (max-width: 667px) {
	.orderMain {
		flex-direction: column-reverse;
		padding: 2rem 5% 1rem;
	}
}

.subTit {
	order: 1;
	padding: 1.8rem 0 0.8rem;
	text-align: center;
	background-color: rgba(238, 221, 204, 0.5);
	border-radius: 20px 20px 0px 0px;
}
@media screen and (max-width: 667px) {
	.subTit {
		width: 100%;
		padding: 1.8rem 5% 0.8rem;
	}
}

.orderRight { width: 520px; }
.orderLeft { width: 340px; }
@media screen and (max-width: 667px) {
	.orderRight { width: 100%; }
	.orderLeft {
		width: 90%;
		margin: 0 auto 2rem;
	}
}

.orderRight h2 { margin: 0 0 1.4rem; }

.orderLeft picture {
	display: block;
	line-height: 0;
}

.orderLeft .f14 { line-height: 1.4; }

.attention { order: 3; }

.attention li {
	padding-left: 1em;
	color: #cba;
	font-size: 1.2rem;
	text-indent: -1em;
}

.attention li:before { content: "※"; }



/* ====================

	4. Section

==================== */

/* --- 4-0. Common --- */
.secret p, .detail p, .voice p { margin-bottom: 2.7rem; }
@media screen and (max-width: 667px) {
	.secret p, .detail p, .voice p { margin-bottom: 2.2rem; }
}

.secret p:last-child, .detail p:last-child, .voice p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 667px) {
	.secret p:last-child, .voice p:last-child { margin-bottom: 2.2rem; }
}

.trouble .centering, .point .centering, .voice .centering { line-height: 1.5; }
@media screen and (max-width: 667px) {
	.trouble .centering .f24, .point .centering .f24, .voice .centering .f24 {
		font-size: 2rem;
	}
	.trouble .centering .f32, .point .centering .f32, .voice .centering .f32 {
		font-size: 2.4rem;
	}
}

.achievement li:before, .detail li:before {
	content: "●";
	margin-right: 0.4rem;
	color: #f6bbbb;
	font-size: 1.2rem;
	position: relative;
	top: -1px;
}


/* --- 4-1. Trouble --- */
.trouble {
	background: url("../images/trouble_bg_pc.jpg") right top no-repeat;
	background-size: cover;
}

.trouble h2 { margin: 0 auto 4.3rem; }
@media screen and (max-width: 667px) {
	.trouble h2 { margin: 0 auto 2.3rem; }
}

.trouble ul {
	margin: 0 auto 5.3rem;
	padding: 6rem 6rem 6rem 33rem;
	background: url("../images/trouble_img.png") 18px bottom no-repeat;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 30px;
}
@media screen and (max-width: 667px) {
	.trouble ul {
		margin: 0 auto 3.3rem;
		padding: 3rem 2rem;
		background-image: none;
	}
}

.trouble li {
	padding: 1.4rem 2rem 1.4rem 5rem;
	font-size: 2rem;
	background: url("../images/ic_check_ppl.png") 20px 18px no-repeat;
	border-bottom: 1px dashed #cba;
}
@media screen and (max-width: 667px) {
	.trouble li {
		padding: 1.4rem 2rem 1.4rem 4rem;
		font-size: 1.8rem;
		background-position: 10px 16px;
	}
}

.trouble li:first-child { border-top: 1px dashed #cba; }


/* --- 4-2. Secret --- */
.secret .innerBox {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 667px) {
	.secret .innerBox { flex-direction: column; }
}

.secret figure { margin: 0 0 0 6rem; }
@media screen and (max-width: 667px) {
	.secret figure { margin: 0 10% }
}


/* --- 4-4. Point --- */
.point {
	padding: 0 0 8rem;
	background: url("../images/point_bg_pc.jpg") center top no-repeat;
}
@media screen and (max-width: 667px) {
	.point { padding: 0 0 6rem; }
}

.point h2 {
	margin: 0 auto;
	padding: 8rem 0 6rem;
	background: url("../images/point_h2_bg_pc.png") center top no-repeat;
}
@media screen and (max-width: 667px) {
	.point h2 {
		padding: 2rem 6rem 3rem;
		background: url("../images/point_h2_bg_sp.png") center top no-repeat;
		background-size: 100%;
	}
}

.point ul { margin-bottom: 5.3rem; }
@media screen and (max-width: 667px) {
	.point ul { margin-bottom: 3.3rem; }
}

.point li:first-child { border-top: 1px dashed #cba; }

.point li {
	display: flex;
	justify-content: space-between;
	padding: 4rem 4rem 3.5rem;
	border-bottom: 1px dashed #cba;
}
.point li:nth-child(even) { flex-direction: row-reverse; }
@media screen and (max-width: 667px) {
	.point li, .point li:nth-child(even) {
		flex-direction: column;
		padding: 3rem 1rem 2.5rem;
	}
}

.point li figure { margin: 0 0 0 4rem; }
.point li:nth-child(even) figure { margin: 0 4rem 0 0; }
@media screen and (max-width: 667px) {
	.point li figure, .point li:nth-child(even) figure {
		margin: 0 10%;
	}
}

.point h3 {
	margin: 0 0 2.3rem;
	padding: 1.4rem 0 1.4rem 12rem;
	font-size: 2.4rem;
	line-height: 1.5;
	background-position: 0 0;
	background-repeat: no-repeat;
}
@media screen and (max-width: 667px) {
	.point h3 {
		margin: 0 0 0.9rem;
		padding: 0.4rem 0 1rem 7.5rem;
		font-size: 2rem;
		line-height: 1.3;
		background-size: 20%;
	}
}

.point li:nth-child(1) h3 { background-image: url("../images/point_ic01.png"); }
.point li:nth-child(2) h3 { background-image: url("../images/point_ic02.png"); }
.point li:nth-child(3) h3 { background-image: url("../images/point_ic03.png"); }
.point li:nth-child(4) h3 { background-image: url("../images/point_ic04.png"); }
.point li:nth-child(5) h3 { background-image: url("../images/point_ic05.png"); }

@media screen and (max-width: 667px) {
	.point li p { margin-bottom: 2.2rem; }
}


/* --- 4-5. Teacher --- */
.teacher { background: url("../images/profile_bg.png") repeat; }

.teacher .innerBox {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
@media screen and (max-width: 667px) {
	.teacher .innerBox {
		flex-direction: column-reverse;
	}
}

.teacher h3 {
	margin: 0 0 1.3rem;
	padding: 0 0 1rem;
	font-size: 2.8rem;
	font-weight: normal;
	border-bottom: 1px solid #cba;
}
@media screen and (max-width: 667px) {
	.teacher h3 { font-size: 2.2rem; }
}

.teacher h3 .f16 { display: block; }

.teacher h3 .f20 {
	margin-left: 2rem;
	color: #cba;
}
@media screen and (max-width: 667px) {
	.teacher h3 .f20 { font-size: 1.6rem; }
}

.teacher p { margin-bottom: 2.6rem; }

.teacher figure {
	margin: 0 4rem 0 0;
	line-height: 0;
}
@media screen and (max-width: 667px) {
	.teacher figure { margin: 0 10%; }
}

.teacher .innerBox > figure img:first-child { margin: 0 0 2rem; }
@media screen and (max-width: 667px) {
	.teacher .innerBox > figure img:nth-child(2), .teacher .innerBox > figure img:nth-child(3) { display: none; }
	
	.teacher .innerBox div figure img:nth-child(2) { margin-bottom: 2rem; }
}

.achievement {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	padding: 2rem;
	box-shadow: 0 0 0 10px #fcf8f5;
	background-color: #fcf8f5;
	border: 1px dashed #e77;
}
@media screen and (max-width: 667px) {
	.achievement {
		flex-direction: column;
		width: 90%;
	}
}

.achievement h4 {
	margin: 0 0 1.6rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
}
@media screen and (max-width: 667px) {
	.achievement h4 {
		font-size: 1.6rem;
	}
}

.achievement h4 span {
	padding: 0.3rem 1.8rem;
	background-color: #e77;
	border-radius: 15px;
}

.achievement li {
	font-size: 1.6rem;
	line-height: 1.7;
}
@media screen and (max-width: 667px) {
	.achievement ul { margin-bottom: 1rem; }
	
	.achievement li {
		padding-left: 1.6rem;
		font-size: 1.4rem;
		text-indent: -1.6rem;
	}
}

.achievement figure { margin: 0; }


/* --- 4-6. Detail --- */
.noteBg { background: url("../images/detail_bg.png") repeat; }

.detail { padding-bottom: 0; }
@media screen and (max-width: 667px) {
	.detail { padding: 0; }
}

.detail h2 {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding-bottom: 6rem;
	text-align: center;
	background: url("../images/detail_h2_bg_pc.png") center top no-repeat;
}
@media screen and (max-width: 667px) {
	.detail h2 {
		padding: 2.8rem 8% 2.5rem;
		background: url("../images/detail_h2_bg_sp.png") center top no-repeat;
		background-size: 100%;
	}
}

.detail .innerBox {
	padding: 5rem 17rem 6rem;
	background-color: #fff;
	border: 20px solid #fceeee;
}
@media screen and (max-width: 667px) {
	.detail .innerBox {
		padding: 2rem 5% 2rem;
		border: 10px solid #fceeee;
	}
}

.preSeminar {
	margin-bottom: 4rem;
	background: url("../images/detail_01_bg_pc.png") center top no-repeat;
}

.informationSession { background: url("../images/detail_02_bg_pc.png") center top no-repeat; }

.detail h3 {
	margin: 0 auto 5rem;
	line-height: 0;
}
@media screen and (max-width: 667px) {
	.detail h3 { margin: 0 auto 2rem; }
}

.detail ul, .detail p {
	width: 600px;
	margin: 0 auto;
}
@media screen and (max-width: 667px) {
	.detail ul, .detail p { width: 100%; }
}

.detail li:before { top: -2px; }

.detail li:first-child { border-top: 1px dashed #cba; }

.detail li {
	padding: 1.4rem 2rem 1.4rem 1.5rem;
	border-bottom: 1px dashed #cba;
	font-size: 1.8rem;
}
@media screen and (max-width: 667px) {
	.detail li {
		padding: 1.4rem 1.4rem 1.4rem 2rem;
		font-size: 1.6rem;
		text-indent: -1.4rem;
	}
}

.informationSession p { margin-bottom: 2.7rem; }
@media screen and (max-width: 667px) {
	.informationSession p { margin-bottom: 2.2rem; }
}

.informationSession p:last-child { margin-bottom: 0; }


/* --- 4-7. Schedule --- */
.tbl {
	margin: 0 auto 6rem;
	border-top: 1px solid #edc;
	border-left: 1px solid #edc;
}
@media screen and (max-width: 667px) {
	.tbl { margin-bottom: 4rem; }
}

.tbl th, .tbl td {
	padding: 2.3rem 3rem;
	font-size: 1.8rem;
	line-height: 1.7;
	border-bottom: 1px solid #edc;
	border-right: 1px solid #edc;
}

.tbl th {
	width: 300px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #fcf8f5;
}

.tbl td { background-color: #fff; }
@media screen and (max-width: 667px) {
	.last td:last-child {
		border-bottom: solid 1px #edc;
		width: 100%;
	}
	.tbl th, .tbl td {
		display: block;
		width: 100%;
		padding: 2rem;
		font-size: 1.6rem;
	}
	.tbl th { border-bottom: none; }
}


/* --- 4-8. Voice --- */
.voice { background: url("../images/profile_bg.png") repeat; }

.voice ul { margin-bottom: 6rem; }
@media screen and (max-width: 667px) {
	.voice ul { margin-bottom: 4rem; }
}

.voice li:first-child { border-top: 1px solid #edc; }

.voice li {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 6rem;
	border-bottom: 1px solid #edc;
}
.voice li:nth-child(even) { flex-direction: row; }
@media screen and (max-width: 667px) {
	.voice li, .voice li:nth-child(even) {
		flex-direction: column;
		padding: 2rem;
	}
}

.voice h3 {
	margin: 0 0 1.3rem;
	padding: 0 0 1.3rem;
	color: #e77;
	font-size: 2.4rem;
	border-bottom: 1px dashed #e77;
}
@media screen and (max-width: 667px) {
	.voice h3 { font-size: 2rem; }
}

.voice figure { margin: 0 4rem 0 0; }
.voice li:nth-child(even) figure { margin: 0 0 0 4rem; }
@media screen and (max-width: 667px) {
	.voice figure, .voice li:nth-child(even) figure {
		margin: 0 10%;
	}
}


/* --- 4-9. FAQ --- */
.faq dt, .faq dd { line-height: 1.8; }

.faq dt {
	display: flex;
	align-items: center;
	margin: 0 0 2rem;
	height: 80px;
	font-size: 2rem;
	font-weight: bold;
	background-color: #fcf8f5;
}
@media screen and (max-width: 667px) {
	.faq dt { font-size: 1.8rem; }
}

.faq dt span {
	display: flex;
	align-items: center;
	position: relative;
	top: -12px;
	min-height: 92px;
	padding: 3.3rem 6rem 1rem 15rem;
	background: url("../images/ic_q.png") 60px 0 no-repeat;
}
@media screen and (max-width: 667px) {
	.faq dt span {
		padding: 1.5rem 3rem 0rem 8rem;
		line-height: 1.5;
		background-position: 10px 0;
	}
}

.faq dd {
	margin: 0 0 7rem;
	font-size: 1.8rem;
	background-color: #fceeee;
}
.faq dd.line1 { height: 80px; }
@media screen and (max-width: 667px) {
	.faq dd, .faq dd.line1 {
		margin: 0 0 5rem;
		height: auto;
		font-size: 1.6rem;
	}
}

.faq dd span {
	display: block;
	position: relative;
	top: -12px;
	min-height: 92px;
	padding: 3.3rem 6rem 1rem 15rem;
	background: url("../images/ic_a.png") 60px 0 no-repeat;
}
@media screen and (max-width: 667px) {
	.faq dd span {
		padding: 2.5rem 3rem 0rem 8rem;
		line-height: 1.5;
		background-position: 10px 0;
	}
}

.faq dd:last-child { margin: 0; }




/* ====================

	5. Footer

==================== */

footer {
	padding: 4rem 0;
	background: url("../images/profile_bg.png") repeat;
}

footer .centering { margin-bottom: 3rem; }
@media screen and (max-width: 667px) {
	footer .centering { margin: 0 36% 1.5rem; }
}

footer ul {
	display: flex;
	justify-content: center;
	margin: 0 auto 3rem;
}
@media screen and (max-width: 667px) {
	footer ul {
		flex-direction: column;
		margin: 0 20% 2rem;
	}
}

footer li:first-child { border-left: 1px solid #654; }
footer li { border-right: 1px solid #654; }
@media screen and (max-width: 667px) {
	footer li:first-child {
		border-left: none;
		border-top: 1px solid #cba;
	}
	footer li {
		border-right: none;
		border-bottom: 1px solid #cba;
	}
}

footer li a {
	padding: 0 1rem;
	color: #654;
	font-size: 1.4rem;
	text-decoration: none;
}
@media screen and (max-width: 667px) {
	footer li a {
		display: inline-block;
		padding: 0.5rem 1rem;
		font-size: 1.2rem;
	}
}

footer .copy {
	color: #cba;
	font-size: 1.2rem;
	text-align: center;
}