@charset "utf-8";

/***************************************************
	common.css
	共通レイアウトスタイル定義
***************************************************/


/* Base
------------------------------------------------------------ */
html {
	font-size: 62.5%;
}
body {
	line-height: 1.7;
	color: #000000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #ffffff;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
img.pc {
}
img.sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	img.pc {
		display: none;
	}
	img.sp {
		display: inline;
	}
}

/* Link
------------------------------------------------------------ */
a { outline: none; }
a:link {
	color: #004da0;
	text-decoration: underline;
}
a:visited {
	color: #004da0;
	text-decoration: underline;
}
a:hover {
	color: #004da0;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* wrapper
-------------------------------------------------------------------*/
#wrapper {
	clear: both;
	padding: 0 0 270px 0;
}
@media only screen and (max-width: 767px) {
	#wrapper {
		padding-bottom: calc(320px / 2 + 30px);
	}
}
.innerBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

/* mainBox
-------------------------------------------------------------------*/
#mainBox {
	padding: 0 0 70px 0;
	background: #ffffff;
}
#mainBox .box02 {
	position: relative;
}
#mainBox .box02 h1 {
	text-align: center;
}
#mainBox .box02 .btnScroll {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 22px);
}
#mainBox .box01 {
	max-width: 880px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	display: flex;
	justify-content: space-between;
}
#mainBox .box01 .clm01 {
	width: 48%;
}
#mainBox .box01 .clm02 {
	width: 48%;
}
#mainBox .box01 .clm02 p {
	font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
	#mainBox {
		padding-bottom: 40px;
	}
	#mainBox .box02 .btnScroll {
		width: 30px;
		bottom: 20px;
		left: calc(50% - 15px);
	}
	#mainBox .box01 {
		display: block;
		padding-top: 30px;
	}
	#mainBox .box01 .clm01 {
		width: 50%;
		margin: 0 auto;
	}
	#mainBox .box01 .clm02 {
		width: auto;
		margin: 1em 0 0 0;
	}
	#mainBox .box01 .clm02 p {
		font-size: 1.4rem;
	}
}

/* pickupBox
-------------------------------------------------------------------*/
#pickupBox {
	padding: 0 0 80px 0;
	background: #FAF4E9 url("../img/pickup_line01.png") 0 0 repeat-x;	
}
@media only screen and (max-width: 767px) {
	#pickupBox {
		padding-bottom: 40px;
		background-size: 100px auto;
	}
}
#pickupBox h2 {
	text-align: center;
}
#pickupBox .txt01 {
	text-align: center;
	margin: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#pickupBox .txt01 {
		margin-top: 20px;
	}
}
#pickupBox .list01 {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0 0;
}
#pickupBox .list01 > li {
	width: 48%;
}
@media only screen and (max-width: 767px) {
	#pickupBox .list01 {
		margin-top: 20px;
	}
}
#pickupBox .txt04 {
	text-align: center;
	margin: 45px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#pickupBox .txt04 {
		margin-top: 20px;
	}
}
#pickupBox .txt05 {
	text-align: center;
	margin: 40px 0 0 0;
}
#pickupBox .box01 {
	max-width: 880px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
#pickupBox .box01 .clm01 {
	width: 48%;
}
#pickupBox .box01 .clm02 {
	width: 48%;
}
#pickupBox .box01 .clm02 p {
	font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
	#pickupBox .box01 {
		display: block;
		margin-top: 20px;
	}
	#pickupBox .box01 .clm01 {
		width: 50%;
		margin: 0 auto;
	}
	#pickupBox .box01 .clm02 {
		width: auto;
		margin: 1em 0 0 0;
	}
	#pickupBox .box01 .clm02 p {
		font-size: 1.4rem;
	}
}

/* pointBox
-------------------------------------------------------------------*/
#pointBox {
	padding: 80px 0;
	background-color: #FFF67F;
	background-image: url("../img/point_line01.png"), url("../img/point_line02.png");
	background-position: 0 0, 0 bottom;
	background-repeat: repeat-x, repeat-x;
}
@media only screen and (max-width: 767px) {
	#pointBox {
		padding: 40px 0;
		background-size: 60px auto, 60px auto;
	}
}
#pointBox h2 {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	#pointBox h2 {
		width: 80%;
		margin: 0 auto;
	}
}
#pointBox .list01 {
	margin: 50px 0 0 0;
	display: flex;
	justify-content: space-between;
}
#pointBox .list01 > li {
	width: 33%;
}
@media only screen and (max-width: 767px) {
	#pointBox .list01 {
		margin-top: 30px;
		display: block;
	}
	#pointBox .list01 > li {
		width: auto;
	}
	#pointBox .list01 > li + li {
		margin-top: 10px;
	}
}
#pointBox .txt01 {
	text-align: center;
	margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
	#pointBox .txt01 {
		width: 30%;
	}
}
#pointBox .box01 {
	max-width: 880px;
	margin: 30px auto 0;
}
#pointBox .box01 .ttl01 {
	font-size: 3.9rem;
	text-align: center;
	color: #ec6d7b;
	font-weight: bold;
	padding: 0.1em 0;
	background-color: #ffffff;
	background-image: url("../img/point_mark01.png"), url("../img/point_mark02.png");
	background-position: 0 0, right 0;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 100%, auto 100%;
}
@media only screen and (max-width: 767px) {
	#pointBox .box01 .ttl01 {
		font-size: 2.4rem;
	}
}
#pointBox .box01 .inBox01 {
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}
#pointBox .box01 .inBox01 .clm01 {
	width: 48%;
}
#pointBox .box01 .inBox01 .clm02 {
	width: 48%;
}
#pointBox .box01 .inBox01 .clm02 p {
	font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
	#pointBox .box01 .inBox01 .clm01 {
		width: 30%;
	}
	#pointBox .box01 .inBox01 .clm02 {
		width: 68%;
	}
	#pointBox .box01 .inBox01 .clm02 p {
		font-size: 1.4rem;
	}
}

/* voiceBox
-------------------------------------------------------------------*/
#voiceBox {
	padding: 100px 0 70px 0;
	background: #FAF4E9 url("../img/voice_line02.png") 0 bottom repeat-x;
}
@media only screen and (max-width: 767px) {
	#voiceBox {
		padding: 50px 0 30px 0;
		background-size: 100px auto;
	}
}
#voiceBox .contentBox {
	padding: 0 60px 60px;
	border: 3px solid #955629;
	background: #ffffff;
	border-radius: 15px;	
}
@media only screen and (max-width: 767px) {
	#voiceBox .contentBox {
		padding: 0 20px 20px;
		border: 2px solid #955629;
		border-radius: 10px;	
	}
}
#voiceBox h2 {
	text-align: center;
	margin: -65px auto 0;
}
@media only screen and (max-width: 767px) {
	#voiceBox h2 {
		width: 240px;
		margin-top: -20px;
	}
}
#voiceBox .list01 > li {
	margin: 50px 0 0 0;	
}
#voiceBox .list01 > li + li {
	margin-top: 60px;
	padding: 50px 0 0 0;
	background: url("../img/voice_line01.png") 0 0 repeat-x;
}
@media only screen and (max-width: 767px) {
	#voiceBox .list01 > li {
		margin-top: 30px;
	}
	#voiceBox .list01 > li + li {
		margin-top: 30px;
		padding-top: 30px;
	}
}
#voiceBox .list01 > li .ttl01 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	color: #955629;
}
@media only screen and (max-width: 767px) {
	#voiceBox .list01 > li .ttl01 {
		font-size: 2rem;
	}
}
#voiceBox .list01 > li .ttl01 .name {
	color: #eb6100;
}
#voiceBox .list01 > li .inBox01 {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;	
}
#voiceBox .list01 > li .inBox01 .clm01 {
	width: 48%;
}
#voiceBox .list01 > li .inBox01 .clm02 {
	width: 48%;
	padding: 30px;
	background: url("../img/voice_frame.png") 0 0 no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#voiceBox .list01 > li .inBox01 {
		display: block;
	}
	#voiceBox .list01 > li .inBox01 .clm01 {
		width: auto;
		max-width: 320px;
		margin: 0 auto;
	}
	#voiceBox .list01 > li .inBox01 .clm02 {
		width: auto;
		padding: 15px;
		margin: 30px auto 0;
		max-width: 320px;
		background: url("../img/voice_frame_sp.png") 0 0 no-repeat;
		background-size: 100% 100%;
	}
}
#voiceBox .list01 > li .inBox01 .clm02::after {
	content: "";
	display: block;
	width: 34px;
	height: 51px;
	background: url("../img/voice_mark01.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: -30px;
	top: calc(50% - 26px);
}
@media only screen and (max-width: 767px) {
	#voiceBox .list01 > li .inBox01 .clm02::after {
		width: 17px;
		height: 25px;
		left: calc(50% - 9px);
		top: -18px;
		transform: rotate(90deg);
	}
}
#voiceBox .list01 > li .inBox01 .clm02 .txt01 {
	font-size: 2rem;
	line-height: 1.6;
}
@media only screen and (max-width: 767px) {
	#voiceBox .list01 > li .inBox01 .clm02 .txt01 {
		font-size: 1.4rem;
	}
}
#voiceBox .list01 > li .inBox01 .clm02 .name {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0.4em 0 0 0;
}
#voiceBox .list01 > li .inBox01 .clm02 .year {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0.2em 0 0 0;
}
@media only screen and (max-width: 767px) {
	#voiceBox .list01 > li .inBox01 .clm02 .name {
		font-size: 1.4rem;
	}
	#voiceBox .list01 > li .inBox01 .clm02 .year {
		font-size: 1.2rem;
	}
}

/* classBox
-------------------------------------------------------------------*/
#classBox {
	padding: 70px 0 100px;
	background: #ffffff;
}
@media only screen and (max-width: 767px) {
	#classBox {
		padding: 30px 0 50px 0;
	}
}
#classBox h2 {
	text-align: center;
	border-bottom: 4px solid #ec6d7b;
}
#classBox .box01 {
	max-width: 880px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
#classBox .box01 .clm {
	width: 46%;
}
@media only screen and (max-width: 767px) {
	#classBox .box01 .clm {
		width: 48%;
	}
}
#classBox .box01 .clm .picBox {
	margin: 20px 0 0 0;
}
#classBox .box01 .clm .txt01 {
	font-size: 2rem;
	margin: 1em 0 0 0;
}
@media only screen and (max-width: 767px) {
	#classBox .box01 .clm .txt01 {
		font-size: 1.4rem;
	}
}

/* contactBox
-------------------------------------------------------------------*/
#contactBox {
	color: #ffffff;
	padding: 0 100px 40px;
	background: #EB6100;
}
@media only screen and (max-width: 767px) {
	#contactBox {
		padding: 0 0 20px;
	}
}
#contactBox h2 {
	text-align: center;
}
#contactBox h2 img {
	margin: -40px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#contactBox h2 img {
		width: 240px;
		margin: -15px 0 0 0;
	}
}
#contactBox .txt01 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0.5em auto 0;
	max-width: 880px;
}
@media only screen and (max-width: 767px) {
	#contactBox .txt01 {
		font-size: 1.4rem;
	}
}
#contactBox  .list01 {
	display: flex;
	justify-content: space-between;	
	margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#contactBox  .list01 {
		margin-top: 20px;
	}
}
#contactBox  .list01 > li {
	width: 49%;
}
#contactBox  .list02 {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#contactBox  .list02 {
		margin-top: 20px;
	}
}
#contactBox  .list02 dt {
	width: 63%;
}
#contactBox  .list02 dd {
	width: 34%;
	margin: 0 0 0 3%;
}

/* faqBox
-------------------------------------------------------------------*/
#faqBox {
	padding: 45px 0;
	background: #ffffff;	
}
@media only screen and (max-width: 767px) {
	#faqBox {
		padding: 30px 0;
	}
}
#faqBox h2 {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	#faqBox h2 {
		width: 50%;
		margin: 0 auto;
	}
}
#faqBox .list01 {
	margin: 20px 0 0 0;
	border: 3px solid #ec6d7b;
}
@media only screen and (max-width: 767px) {
	#faqBox .list01 {
		border: 2px solid #ec6d7b;
	}
}
#faqBox .list01 dt {
	font-size: 2.6rem;
	font-weight: bold;
	color: #ec6d7b;
	padding: 10px 75px;
	background: #fdeeed url("../img/faq_mark01.png") 98% center no-repeat;
	position: relative;
	cursor: pointer;
}
#faqBox .list01 dt.active {
	background: #fdeeed url("../img/faq_mark02.png") 98% center no-repeat;
}
#faqBox .list01 dd {
	font-size: 2.1rem;
	padding: 20px 75px;
	background: #ffffff;
	border-top: 3px solid #ec6d7b;
	position: relative;
}
#faqBox .list01 dt::before ,
#faqBox .list01 dd::before {
	position: absolute;
	left: 30px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #ec6d7b;
}
#faqBox .list01 dt::before {
	content: "Q.";
	top: 10px;
}
#faqBox .list01 dd::before {
	content: "A.";
	top: 15px;
}
@media only screen and (max-width: 767px) {
	#faqBox .list01 dt {
		font-size: 1.4rem;
		padding: 10px 30px;
		background-size: 12px auto;
	}
	#faqBox .list01 dt.active {
		background-size: 12px auto;
	}
	#faqBox .list01 dd {
		font-size: 1.4rem;
		padding: 15px 30px;
		border-top: 2px solid #ec6d7b;
	}
	#faqBox .list01 dt::before ,
	#faqBox .list01 dd::before {
		font-size: 1.6rem;
		left: 8px;
	}
	#faqBox .list01 dt::before {
		top: 8px;
	}
	#faqBox .list01 dd::before {
		top: 15px;
	}
}


/* footer
-------------------------------------------------------------------*/
#footer {
}
#footer .cr {
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 15px 0;
	background: #ffffff;
}
@media only screen and (max-width: 767px) {
	#footer .cr {
		font-size: 1.2rem;
	}
}

/* btnFixedBox
-------------------------------------------------------------------*/
#btnFixedBox {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
#btnFixedBox .btnFixedRow01 {
	background: #E83740;
}
#btnFixedBox .btnFixedRow01 .innerBox {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#btnFixedBox .btnFixedRow01 .innerBox {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
#btnFixedBox #btnPagetop {
	position: absolute;
	top: -61px;
	right: 0;
}
@media only screen and (max-width: 767px) {
	#btnFixedBox #btnPagetop {
		width: 40px;
		top: -40px;
		right: 10px;
	}
}
#btnFixedBox .box01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#btnFixedBox .box01 .logo {
	width: 17.5%;
}
#btnFixedBox .box01 .list01 {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	#btnFixedBox .box01 {
		display: block;
	}
	#btnFixedBox .box01 .logo {
		display: none;
	}
	#footer .box01 .list01 {
btnFixedBoxwidth: auto;
	}
}
#btnFixedBox .box01 .list01 > li {
	width: 49%;
}

/* modal
-------------------------------------------------------------------*/
#fancybox-outer {
	border-radius: 10px;
}
.fancybox-bg {
	display: none;
}
#modalWrapper {
	display: none;
}
.modalContent {
	padding: 60px;
	background: #ec6d7b;
	border-radius: 10px;
	max-width: 1000px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.modalContent {
		padding: 20px;
	}
}
.modalContent .inBox01 {
	padding: 30px;
	background: #ffffff;
	border-radius: 10px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.modalContent .inBox01 {
		padding: 10px;
	}
}
.modalContent .inBox01 .btnClose {
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.modalContent .inBox01 .btnClose {
		width: 34px;
		height: 35px;
		top: -15px;
		right: -15px;
	}
}
.modalContent h3 {
	text-align: center;
	color: #ec6d7b;
	font-size: 3.8rem;
	line-height: 1.3;
}
.modalContent .txt01 {
	font-size: 2.1rem;
	margin: 0.5em 0 0 0;
}
@media only screen and (max-width: 767px) {
	.modalContent h3 {
		font-size: 1.6rem;
	}
	.modalContent .txt01 {
		font-size: 1.4rem;
	}
}
.modalContent figure {
	text-align: center;
	margin: 2em 0 0 0;
}
.modalContent .box2clm {
	display: flex;
	justify-content: space-between;	
}
.modalContent .box2clm .txt01 {
	width: 49%;
}
.modalContent .box2clm figure {
	width: 49%;
}
@media only screen and (max-width: 767px) {
	.modalContent .box2clm {
		display: block;
	}
	.modalContent .box2clm .txt01 {
		width: auto;
	}
	.modalContent .box2clm figure {
		width: auto;
	}
}


/* 調整用
---------------------------------------------------------------------------- */
.mt0 { margin-top: 0!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt100 { margin-top: 100px!important; }
.mr0 { margin-right: 0!important; }
.mr5 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mb0 { margin-bottom: 0!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb12 { margin-bottom: 12px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb80 { margin-bottom: 80px!important; }
.ml0 { margin-left: 0!important; }
.ml5 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }


.clearB	{ clear: both!important;}
.floatR { float: right!important; }
.floatL { float: left!important; }

.taCenter { text-align: center!important; }
.taRight { text-align: right!important; }
.taLeft { text-align: left!important; }
.vaMiddle { vertical-align: middle!important; }
.fwBold { font-weight: bold!important; }

.fs11 { font-size: 11px!important; }
.fs12 { font-size: 12px!important; }
.fs14 { font-size: 14px!important; }
.fs16 { font-size: 16px!important; }
.fs20 { font-size: 20px!important; }

.w100per { width: 100%;}

.minIndent {
	padding-left: 1em;
	text-indent: -1em;
}
.notFloat {
	overflow: hidden;
	_zoom: 1;
}

/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {zoom:1;}
