 @charset "UTF-8";
/* --------------------------------------------------
	dialogue
-------------------------------------------------- */
#gNav ul li.nav4 a {
	color: #fff;
	background: #009EDD;
}
#mainContents {
	padding-bottom: 200px;
	background-image: url("../img/dialogue_bg.jpg");
}
#mainContents h1 { width: 261px; }
#mainContents h1 img { width: 100%; }
#mainContents .text {
	margin-bottom: 96px;
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
}
#mainContents .text small { font-size: 12px; }
#mainContents .text2 {
	margin-bottom: 120px;
	font-size: 20px;
	line-height: 2.2;
	color: #00418F;
	text-align: center;
}
#mainContents .btn-register,
#mainContents .btn-contact {
	margin: 0 auto;
	width: 650px;
}
#mainContents .btn-register { height: 140px; }
#mainContents .btn-contact { height: 80px; }
#mainContents .btn-register + .btn-contact { margin-top: 60px; }
#mainContents .btn-register a,
#mainContents .btn-contact a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
}
#mainContents .btn-register a:after,
#mainContents .btn-contact a:after {
	content: '';
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translate(0,-50%);
	display: block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#mainContents .btn-register a {
	background: #00418F;
	border: #00418F 2px solid;
	color: #fff;
}
#mainContents .btn-contact a {
	background: #DEEEFC;
	border: #DEEEFC 2px solid;
	color: #00418F;
}
#mainContents .btn-register a:after { background-image: url("../img/icon_arrow_r_w.png"); }
#mainContents .btn-contact a:after { background-image: url("../img/icon_arrow_r_n.png"); }
#mainContents .btn-register a:hover {
	background: #fff;
	color: #00418F;
	text-decoration: none;
}
#mainContents .btn-contact a:hover {
	background: #fff;
	text-decoration: none;
	border-color: #00418F;
}
#mainContents .btn-register a:hover:after { background-image: url("../img/icon_arrow_r_n.png"); }
.dialogueNav {
	margin: 0 auto 100px;
	width: 650px;
}
.dialogueNav ul {
	display: flex;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border-right: #D8DFE5 1px solid;
}
.dialogueNav ul li {
	border-left: #D8DFE5 1px solid;
	width: 20%;
	box-sizing: border-box;
}
.dialogueNav ul li a,
.dialogueNav ul li span {
	position: relative;
	display: block;
	padding-top: 25px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}
.dialogueNav ul li a img,
.dialogueNav ul li span img { width: 50px; }
.dialogueNav ul li span img { opacity: 0.3; }
.dialogueNav ul li.current a:after,
.dialogueNav ul li a:hover:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	display: block;
	width: 50px;
	border-bottom: #00418F 3px solid;
}
.dialogue {
	position: relative;
	margin-bottom: 100px;
	background-color: #F2F2F0;
	background-repeat: no-repeat;
	background-position: center top;
}
.dialogue .head {
	position: relative;
	z-index: 2;
	margin: 0 auto 90px;
	padding: 0 0 0 130px;
	max-width: 650px;
	min-height: 360px;
	box-sizing: border-box;
	background: #FFF;
}
.dialogue .head .num {
	margin-bottom: 38px;
	padding: 50px 0 0 16px;
	width: 80px;
	box-sizing: border-box;
	border-left: #00418F 1px solid;
	line-height: 1;
}
.dialogue .head .num img { width: 54px; }
.dialogue .head h2 {
	margin-bottom: 20px;
	font-size: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.5;
	color: #000;
}
.dialogue .head .name {
	font-size: 14px;
	font-weight: bold;
	color: #00418F;
}
.dialogue.vol4 .head .num { margin-bottom: 64px; }
.dialogue.vol4 .head h2 { margin-bottom: 36px; }
.dialogue .textArea {
	padding-bottom: 200px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.dialogue .textArea .textAreaInner {
	margin: 0 auto;
	padding: 80px 0 80px 80px;
	max-width: 650px;
	background: #FFF;
	box-sizing: border-box;
}
.dialogue .textArea p {
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 2.5;
	color: #000;
}
.dialogue .textArea p + p { margin-top: 2em; }
.dialogue.vol1 { background-image: url("../img/dialogue_01_bg1.jpg"); }
.dialogue.vol1 .textArea1 { background-image: url("../img/dialogue_01_bg2.jpg"); }
.dialogue.vol1 .textArea2 { background-image: url("../img/dialogue_01_bg3.jpg"); }
.dialogue.vol2 { background-image: url("../img/dialogue_02_bg1.jpg"); }
.dialogue.vol2 .textArea1 { background-image: url("../img/dialogue_02_bg2.jpg"); }
.dialogue.vol2 .textArea2 { background-image: url("../img/dialogue_02_bg3.jpg"); }
.dialogue.vol3 { background-image: url("../img/dialogue_03_bg1.jpg"); }
.dialogue.vol3 .textArea1 { background-image: url("../img/dialogue_03_bg2.jpg"); }
.dialogue.vol3 .textArea2 { background-image: url("../img/dialogue_03_bg3.jpg"); }
.dialogue.vol4 { background-image: url("../img/dialogue_04_bg1.jpg"); }
.dialogue.vol4 .textArea1 { background-image: url("../img/dialogue_04_bg2.jpg"); }
.dialogue.vol4 .textArea2 { background-image: url("../img/dialogue_04_bg3.jpg"); }

@media screen and (max-width: 670px) {
	#mainContents .btn-register,
	#mainContents .btn-contact { width: 90.625vw; }
	#mainContents .btn-register { height: 25vw; }
	#mainContents .btn-contact { height: 15.625vw; }
	#mainContents .btn-register + .btn-contact { margin-top: 6.25vw; }
	#mainContents .btn-register a { font-size: 5.9375vw; }
	#mainContents .btn-contact a { font-size: 5.3125vw; }
	#mainContents .btn-register a:after,
	#mainContents .btn-contact a:after {
		right: 3.125vw;
		width: 4.375vw;
		height: 4.375vw;
	}
}
@media screen and (max-width: 650px) {
	#mainContents { padding-bottom: 23.4375vw; }
	#mainContents h1 { width: 58.2813vw; }
	#mainContents br.pc { display: none; }
	#mainContents br.sp { display: block; }
	#mainContents .text {
		margin-bottom: 14.0625vw;
		font-size: 4.375vw;
	}
	#mainContents .text small { font-size: 3.125vw; }
	#mainContents .text2 {
		margin: 21.875vw 0;
		font-size: 5vw;
		line-height: 1.8;
	}
	.dialogue { margin-bottom: 15.625vw; }
	.dialogueNav {
		margin-bottom: 15.625vw;
		width: 100%;
	}
	.dialogueNav ul { height: 15.625vw; }
	.dialogueNav ul li a,
	.dialogueNav ul li span { padding-top: 10.3125vw; }
	.dialogueNav ul li a img,
	.dialogueNav ul li span img { width: 9.375vw; }
	.dialogueNav ul li.current a:after,
	.dialogueNav ul li a:hover:after {
		width: 9.375vw;
		border-bottom-width: 0.625vw;
	}
	.dialogue .head {
		margin-bottom: 31.25vw;
		padding-left: 7.8125vw;
		max-width: 81.25vw;
		min-height: 81.25vw;
	}
	.dialogue .head .num {
		margin-bottom: 7.8125vw;
		padding: 10.625vw 0 0 2.8125vw;
		width: 15.625vw;
	}
	.dialogue .head .num img { width: 9.6875vw; }
	.dialogue .head h2 {
		margin-bottom: 4.0625vw;
		font-size: 6.0938vw;
	}
	.dialogue .head .name { font-size: 3.125vw; }

	.dialogue.vol4 .head .num { margin-bottom: 14.0625vw; }
	.dialogue.vol4 .head h2 { margin-bottom: 5.4688vw; }

	.dialogue .textArea { padding-bottom: 46.875vw; }
	.dialogue .textArea .textAreaInner {
		padding: 14.0625vw 5.4688vw;
		max-width: 81.25vw;
	}
	.dialogue .textArea p {
		font-size: 4.375vw;
		line-height: 2.1;
	}
	.dialogue .textArea p + p { margin-top: 2em; }
	.dialogue { background-size: auto 112.5vw; }
	.dialogue .textArea1,
	.dialogue .textArea2 { background-size: auto 93.75vw; }

	.dialogue.vol2 .head { min-height: 73.4375vw; }
	.dialogue.vol2 {
		background-image: url("../img/sp_dialogue_02_bg1.jpg");
		background-size: 100vw auto;
	}
	.dialogue.vol2 .textArea2 { background-position: right bottom; }

	.dialogue.vol3 { background-position: 98% top; }
	.dialogue.vol3 .textArea1 {}
	.dialogue.vol3 .textArea2 {}

	.dialogue.vol4 { background-position: 17.5% top; }
	.dialogue.vol4 .textArea1 {
		background-image: url("../img/sp_dialogue_04_bg2.jpg");
		background-size: 100vw auto;
	}
	.dialogue.vol4 .textArea2 {
		background-image: url("../img/sp_dialogue_04_bg3.jpg");
		background-size: 100vw auto;
	}
}
