@charset "utf-8";

/* *******************************************************************
//
// Nihongo Biyori vol07
//
// **************************************************************** */


/* common */
.txt_sml {
	font-size: 80%;
}
.txt_red {
	color: #ea5550;
}
.txt_bold {
	font-weight: bold;
}
.ttl-border:before,
.ttl-border:after,
.voice_item_btn button::before,
.voice_item_btn button::after {
    border-color: #ea5550;
}
.txt_slash:before,
.txt_slash:after {    
    width: 1em;
    height: 1.2em;
    border-left: 1px solid #333333;    
	vertical-align: 0em;
}
.txt_slash:after {
	border-left: none;
    border-right: 1px solid #333333;
}
.bgline {
	background: #fff899;
	display: inline-block;
	line-height: 1.6;
}
.highlighter {
	background: linear-gradient(transparent 40%, #fdf45c 40%);	
}
.btnarea a {
	background: #ea5550;
}
article h2 {
	font-size: 3.3rem;
}
article h3 {
	/*color: #ea5550;*/
}
header ul.head_btn li:last-child span {
	color: #1e7fc1;
}
header ul.head_btn li:last-child a {
	color: #1e7fc1;
	background: #d2e9f7 url("../images/icon_free.svg") no-repeat 0.3em 50% / 30px auto;
}
.bottom_head p.ttl {
	color: #182d7c;
}
.bottom_head .menu-trigger span,
.bottom_head .gnav ul li a .txt_sml {
	background-color: #182d7c;
}

@media screen and (max-width: 768px) {
	article h2 {
		font-size: 2.4rem;
	}
	.txt_slash {
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1.6;
	}
	.txt_slash:before,
	.txt_slash:after {		
		height: 2em;
	}
	.bottom_head .menu-trigger span,
	.bottom_head .gnav ul li a .txt_sml {
		background-color: #204ac3;
	}
}

/* mv */
#mv .ttlarea {
	background-image: url("../images/bg_dot.png");
}
#mv .ttlarea .logo {
	position: relative;
}
#mv .ttlarea .vol {
	position: relative;
	margin-bottom: -1em;
}
#mv .ttlarea .logo .lbl_news {
	position: absolute;
	width: 140px;
	height: 55px;
	top: -3.2em;
	left: 230px;
}
#mv .mainimg {
    background: none;
}
@media screen and (max-width: 768px) {
	#mv .ttlarea .logo .lbl_news {
		width: 25vw;
		height: auto;
		top: -9vw;
		left: 40vw;
	}
	#mv .flexbox {
		min-height: 500px;
	}
	#mv .mainimg {
		min-height: 400px;
	}
}


/* interview01 */
.voice_item .catch {
	display: inline-block;
	padding: 0 0.6em;
	line-height: 1.8;
	font-size: 110%;
	background: #1e7fc1;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0.5em;
	transform: rotate(-2deg);
}
#interview_b .voice_item .catch {
	background: #347f61;
}
#interview_c .voice_item .catch {
	background: #c44a47;
}

#interview01 {
	background: #ffffff;
}

.interview h3 {
	position: relative;
	padding-left: 2.5em;
	color: #1e7fc1;
}
.interview h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 2em;
	height: 2px;
	background: #1e7fc1;
	top: 0.8em;
	left: 0;
}

#interview_b.interview h3 {
	color: #337c5e;
}
#interview_b.interview h3:before {
	background: #337c5e;
}
#interview_c.interview h3 {
	color: #bb4945;
}
#interview_c.interview h3:before {
	background: #bb4945;
}
.interview .main_info {
	margin-bottom: 2em;
}
.interview .point {
	width: 48%;
	font-size: 90%;
	padding: 1.5em 2em 1em;
	border: 4px solid #6db6e2;	
	border-radius: 2em;
}
#interview_b.interview .point {
	border-color: #70c2a0;
}
#interview_c.interview .point {
	border-color: #dd8c8c;
}
.interview .point h4 {
	font-weight: 600;
	padding: 0.3em 1em;
	text-align: center;
	font-size: 110%;
	font-family: "Noto Serif JP", serif;
	position: relative;
	z-index: 10;
	margin-bottom: 1em;
	background: #d2e9f7;
	display: inline-block;
}
.interview .point dl:not(:last-of-type) {
	margin-bottom: 1em;
}
.interview .point dl dt {
	color: #1e7fc1;
	font-weight: 600;
	position: relative;	
}
.interview .point dl dt .lbl {
	display: inline-block;	
	color: #ffffff;
	background: #1e7fc1;
	padding: 0 0.8em;
	height: 2em;
	line-height: 2em;
	border-radius: 0.3em;
	font-size: 1.6rem;
	text-align: center;
	margin-right: 0.8em;
}
.interview .point dl dt .lbl .num {
	font-size: 150%;
	font-style: italic;
	margin-left: 0.1em;
	vertical-align: -0.05em;
}
.interview .point .imgarea {

}
.interview .main_prof {
	width: 48%;
	position: relative;
}
.interview .main_prof .imgarea {
	width: 100%;
}
.interview .main_prof p {
	font-size: 80%;
	position: absolute;
	bottom: 0;
	left: 1em;
	background: rgba(30, 127, 193, 0.75);
	width: calc(100% - 2em);
	color: #fff;
	padding: 0.8em 1em;
	line-height: 1.4;
}
#interview_b.interview .main_prof p {
	background: rgba(51, 124, 94, 0.8);
}
#interview_c.interview .main_prof p {
	background: rgba(187, 73, 69, 0.8);
}
.interview .main_prof p .txt_lar {
	font-size: 120%;
}

#interview_b.interview .point {
	border-color: #337c5e;
}
#interview_b.interview .point h4 {
	background-color: #d0e9de;
}
#interview_b.interview .point dl dt {
	color: #337c5e;
}
#interview_b.interview .point dl dt .lbl {
	background: #337c5e;
}
#interview_c.interview .point {
	border-color: #bb4945;
}
#interview_c.interview .point h4 {
	background-color: #efcfcf;
}
#interview_c.interview .point dl dt {
	color: #bb4945;
}
#interview_c.interview .point dl dt .lbl {
	background: #bb4945;
}


@media screen and (max-width: 768px) {
	.interview .ttlarea .ttl {
		font-size: 4.2vw;
		top: -2em;
	}
	.interview .ttlarea .ttl .u-pcItem {
		display: none;
	}
	.interview .flexbox {
		flex-direction: column;
		margin: 0;
	}
	.interview .flexbox.sp_reverse {
		flex-direction: column-reverse;
	}
	.interview .flexbox .txtarea,
	.interview .flexbox .imgarea,
	.interview .flexbox .movie {
		width: 100%;
		margin-bottom: 1em;
	}
	#interview_b.interview .main_info {
		flex-direction: column-reverse;
	}
	.interview .point {
		width: 100%;
		position: relative;		
		margin-top: -5em;
		margin-bottom: 2em;
		padding: 1.5em 1.5em 1em;
		border-width: 3px;
		border-radius: 1.2em;
	}
	.interview .point h4 {
		padding: 0.4em 0;
		margin-bottom: 1.5em;
		font-size: 120%;
	}
	.interview .point dl {
		width: 100%;
		padding: 0 0 0.5em;
	}
	.interview .point dl:nth-of-type(2) {
		margin-top: 1em;
	}
	.interview .point dl dt .lbl {
		font-size: 1.4rem;
	}
	.interview .main_prof {
		width: 100%;
	}
	.interview .main_prof p {
		font-size: 90%;
		position: relative;
		top: -5em;
	}
}
@media screen and (max-width: 414px) {
	#interview01 .txtlef {
		width: 100%;
	}
}


.intbox .flexbox {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.voice {
	width: 32%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 1.5em;
	border: 4px solid #dd8c8c;
	padding: 1em 1em 120px;
	border-radius: 1em;
	background: #ffffff;
	box-shadow: 6px 6px 24px -5px #cfcfcf;
}
.intbox_a .voice {
	border-color: #6db6e2;
}
.intbox_b .voice {
	border-color: #70c2a0;
}
.voice:nth-of-type(3n) {
	margin-right: 0;
}
.voice p {
	line-height: 1.6;
}
.voice .prof {
	display: flex;	
	align-items: center;
	position: absolute;
	bottom: 1em;
	min-height: 100px;
}
.voice .prof .imgarea {
	width: 90px;
	margin-right: 1em;
}
.voice .prof .imgarea img {
	border-radius: 50%;
}
.voice .prof p {
	font-size: 90%;
	line-height: 1.4;
}
.voice .prof p .txt_lar {
	font-size: 120%;
}

.voice dl dt {	
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
	display: inline;
	background: #fce2e1;
	padding: 0.2em 0;
}
.voice dl dd {
	margin-top: 0.5em;
	line-height: 1.7;
}
.othervoice .midashi {
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.5em 0 0;
	font-size: 160%;
}
.othervoice .txt_slash {
	text-align: center;
	font-size: 70%;
	display: inline-block;
}
.othervoice .txt_bg {
	background: #ea5550;
	color: #ffffff;
	display: inline-block;
	padding: 2px 5px;
	margin-top: 0.2em;
}
.whitebox.othervoice {
	background: url("../images/bg_japan_blue.png") no-repeat 5% 0 / 60% auto, url("../images/bg_japan_blue.png") no-repeat 95% 100% / 60% auto;
}
.othervoice ul {
	padding-top: 1.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.othervoice ul li {
	padding: 1em;	
	margin-bottom: 1.5em;
	margin-right: 2%;
	line-height: 1.6;
	width: 32%;
	background: rgba(255,255,255,1) url("../images/bg_triangle.svg") no-repeat 100% 100% / 2em auto;
	border: 1px solid #aad1cb;
	border-radius: 1em 1em 0 1em;
	box-shadow: 6px 6px 24px -5px #cfcfcf;
}
.othervoice ul li:nth-of-type(3n) {
	margin-right: 0;
}
.othervoice ul li .namae {
	font-size: 90%;
	text-align: right;
	font-weight: 600;
	margin-top: 0.2em;
}
.othervoice ul li .namae .txt_sml {
	font-size: 90%;
}

@media screen and (max-width: 768px) {
	.intbox .flexbox {
		flex-direction: column;
	}
	.voice {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 1em;		
		margin-right: 0;
	}
	.voice:last-of-type {
		margin-bottom: 0;
	}
	.voice .txtarea {
		margin-bottom: 0.5em !important;
	}
	.voice .prof {
		position: relative;
		min-height: inherit;
		bottom: 0;
	}
	.voice .prof .imgarea {
		width: 70px;
	}
	.voice .prof dl {
		width: calc(100% - 100px);
	}
	.voice .prof dl dt .txt_lar {
		font-size: 110%;
	}
	.whitebox.othervoice {
		background-position: 0 0, 100% 100%;
		background-size: 140% auto;
	}
	.othervoice .midashi {
		padding: 0;
		font-size: 140%;
	}
	.othervoice .txt_bg {
		display: inline;
		padding: 0;
		margin-top: 0;
	}
	.othervoice ul {
		flex-direction: column;
	}
	.othervoice ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
	.othervoice ul li:last-of-type {

		
	}
}

/* info(banaer) */
.info .bnrlink {
	width: 48%;
	background: #d86952;
	color: #ffffff;
	padding: 1.5em 0;
	text-align: center;
	min-height: 210px;
}
.info .bnrlink:last-of-type {
	background: #62b6a2;
}
.info .bnrlink p {
	line-height: 1.6;
	margin-bottom: 1em;
}
.info .bnrlink .logoarea {
	display: inline-block;
	background: #fff;
	padding: 0.5em 2em;
}
.info .bnrlink .logoarea img {
	width: auto;
	height: 54px;
}

@media screen and (max-width: 768px) {
	.info .flexbox {
		flex-direction: column;
	}
	.info .bnrlink {
		width: 100%;
		max-width: 480px;
		margin: 0 auto 1em;		
		padding: 1.5em 1em;		
		min-height: inherit;
	}
	.info .bnrlink:last-of-type {
		margin-bottom: 0;
	}
	.info .bnrlink .logoarea img {
		height: 40px;
	}
}


/* cta */
.cta {
	background: url("../images/bg_gara_blue.jpg") repeat 50% 0 / 800px auto;
}
.cta:before {
	background: none;
}
.cta h2 {
	color: #333333;
	margin-bottom: 0.2em;
}
.cta .imgarea {
	margin-bottom: 1em;
}
.cta .imgarea img {
	margin: 0 auto;
}
.cta .flexbox dl {
	width: 48%;
	background: #ffffff;
	padding: 2em 2em 6.5em;
	text-align: left;	
	position: relative;
}
.cta .flexbox dl dt {
	text-align: left;
	background: url("../images/icon_free_1.svg") no-repeat 0 50% / 100px auto;
	min-height: 100px;
	margin-bottom: 0.5em;
	padding: 0.7em 0 0 115px;
	line-height: 1.2;
	font-size: 110%;
	font-weight: 600;
}
.cta .flexbox dl dt .txt_lar {
	color: #ea5550;
	font-size: 220%;	
}
.cta .flexbox dl dd {

}
.cta .flexbox dl dd .btnarea {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2em;
}	

@media screen and (max-width: 768px) {
	.cta .imgarea {
		margin: 1em auto;
		max-width: 420px;
	}
	.cta .flexbox {
		flex-direction: column;
	}
	.cta .flexbox dl {
		width: 100%;
		padding: 1em 6%;
		text-align: center;
	}
	.cta .flexbox dl:first-of-type {
		margin-bottom: 1em;
	}
	.cta .flexbox dl dt {
		background-size: 60px auto;
		min-height: inherit;
		padding-left: 70px;
		font-size: 105%;
		display: inline-block;
		margin: 0 auto 0.5em;
	}
	.cta .flexbox dl dt .txt_lar {
		font-size: 180%;	
	}
	.cta .flexbox dl dd {
		text-align: left;
	}
	.cta .flexbox dl dd .btnarea {
		position: relative;
		bottom: 0;
	}
}


.area_data dl dt {
	background: #1e7fc1;
}
aside.freecall {
	background: #d2e9f7;
}
aside.freecall .lbl {
	background: #1e7fc1;
	color: #ffffff;
}
aside.freecall .phone a {
	background-image: url("../images/icon_free.svg");
}

footer .sns p span {
	color: #1e7fc1;
}

#schoollist h2 .txt_pink {
	letter-spacing: 0.05em;
}
