@charset "utf-8";
/* RocknRoll One */
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&family=Sorts+Mill+Goudy&display=swap');
/* .rocknroll-one-regular {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
}*/

/* 変数 */
:root {
	--font_color: #000;
	--blue_color: #343e48;
	--thin_blue_color: #343e48;
	--yellow: #f0ca4e;
	--yellow_green: #8dc458;
	--red: #d93640;
	--thin_red: #ec766c;
	--thin_red02: #ec6941;
	--pink: #f19ec2;
	--light_blue: #00b7ee;
	--orange: #f39800;

	--course_color: #f39800;
}

/* -------------
base
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ul, ol, summary{
	list-style-type: none;
}
summary::-webkit-details-marker {
	/* Safari-デフォルトの三角形を削除*/
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src*=".svg"] {
	width: 100%;
}
picture{
	display: block;
	width: 100%;
	height: 100%;
}
video{
	max-width: 100%;
}
a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}
textarea {
	resize: none;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select,
summary{
	cursor: pointer;
}
/* select::-ms-expand {
	display: none;
} */


/************************************************************************
	PC/SP
**************************************************************************/
.sp{ display: none; }


@media screen and (max-width: 768px) {
	.pc { display: none;}
	.sp { display: block;}
}

/************************************************************************
	フォント
**************************************************************************/
html {
	font-size: 62.5%;/* 1.6remで16px */
}
/* 以降 (XXpx/16)×0.625 */
@media screen and (max-width: 1200px){
	html {
		font-size: 58.59%;/* 1.6remで15px */
	}
}
@media screen and (max-width: 1024px){
	html {
		font-size: 54.69%;/* 1.6remで14px */
	}
}
/* 以降、350pxで14pxにしたいので1.4remで指定 */
/* font-size100%時、1.4rem=22.4pxなので、XXpx/22.4=目的の％ */
@media screen and (max-width: 768px){
	html {
		font-size: 93.75%;/* 1.4remで21px */
	}
}
@media screen and (max-width: 530px){/* 350px*1.5 */
	html {
		font-size: 78.13%;/* 1.4remで17.5px */
	}
}
@media screen and (max-width: 430px){
	html {
		font-size: 62.5%;/* 1.4remで14px */
	}
}

body {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: var(--font_color);
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.82;
	word-wrap: normal;
	font-feature-settings: "palt";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px){
	body{/* 350pxのとき14px */
		font-size: 1.4rem;
	}
}

.rk{
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
}
.mincho{
	font-family: '游明朝 Medium', 'Yu Mincho Medium', '游明朝', 'YuMincho', hiragino-mincho-pron, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.en{
	font-family: Helvetica, "Helvetica Neue", Arial, Verdana, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* -------------
文字サイズ
-------------------------------------------------------- */
.fz12{
	font-size: 1.2rem;
}
.fz14{
	font-size: 1.4rem;
}
.fz15{
	font-size: 1.5rem;
}
.fz18{
	font-size: 1.8rem;
}
.fz20{
	font-size: 2rem;
}
.fz22{
	font-size: 2.2rem;
}
.fz23{
	font-size: 2.3rem;
}
.fz24{
	font-size: 2.4rem;
}
.fz25{
	font-size: 2.5rem;
}
.fz26{
	font-size: 2.6rem;
}
.fz28{
	font-size: 2.8rem;
}
.fz30{
	font-size: 3rem;
}
.fz34{
	font-size: 3.4rem;
}
.fz35{
	font-size: 3.5rem;
}
.fz36{
	font-size: 3.6rem;
}
.fz40{
	font-size: 4rem;
}
.fz42{
	font-size: 4.2rem;
}
.fz48{
	font-size: 4.8rem;
}
.fz51{
	font-size: 5.1rem;
}
.fz54{
	font-size: 5.4rem;
}
.fz56{
	font-size: 5.6rem;
}

.fz70{
	font-size: 7rem;
}
.fz75{
	font-size: 7.5rem;
}

.fz80{
	font-size: 8rem;
}

.fz108{
	font-size: 10.8rem;
}

@media screen and (max-width: 768px){/* SPデザインなければ×0.66とか */
	.fz18{
		font-size: 1.45rem;
	}
	.fz20{
		font-size: 1.5rem;
	}
	.fz22{
		font-size: 1.6rem;
	}
	.fz23{
		font-size: 1.6rem;
	}
	.fz24{
		font-size: 1.65rem;
	}
	.fz25{
		font-size: 1.65rem;
	}
	.fz26{
		font-size: 1.72rem;
	}
	.fz28{
		font-size: 1.85rem;
	}
	.fz30{
		font-size: 2rem;
	}
	.fz34{
		font-size: 2.24rem;
	}
	.fz35{
		font-size: 2.31rem;
	}
	.fz36{
		font-size: 2.37rem;
	}
	.fz40{
		font-size: 2.64rem;
	}
	.fz42{
		font-size: 2.77rem;
	}
	.fz48{
		font-size: 3.16rem;
	}
	.fz51{
		font-size: 3.36rem;
	}
	.fz54{
		font-size: 3.56rem;
	}
	.fz56{
		font-size: 3.68rem;
	}

	.fz70{
		font-size: 4.62rem;
	}
	.fz75{
		font-size: 4.95rem;
	}

	.fz80{
		font-size: 5.28rem;
	}

	.fz108{
		font-size: 7.12rem;
	}

	.fz10sp{
		font-size: 1rem;
	}
	.fz12sp{
		font-size: 1.2rem;
	}
	.fz13sp{
		font-size: 1.3rem;
	}
	.fz14sp{
		font-size: 1.4rem;
	}
	.fz15sp{
		font-size: 1.5rem;
	}
	.fz16sp{
		font-size: 1.6rem;
	}
	.fz18sp{
		font-size: 1.8rem;
	}
	.fz20sp{
		font-size: 2rem;
	}
	.fz21sp{
		font-size: 2.1rem;
	}
	.fz22sp{
		font-size: 2.2rem;
	}
	.fz24sp{
		font-size: 2.4rem;
	}
	.fz25sp{
		font-size: 2.5rem;
	}
	.fz28sp{
		font-size: 2.8rem;
	}
	.fz30sp{
		font-size: 3rem;
	}

	.fz84sp{
		font-size: 8.4rem;
	}
}

/* -------------
並び 間隔
-------------------------------------------------------- */

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.taj{ text-align: justify;}

.ls0{
	letter-spacing: 0;
}
.ls01{
	letter-spacing: .1em;
}

.lh{
	line-height: 1.875;
}

span.block{
	display: block;
}

.v_rl{
	writing-mode: vertical-rl;
}
.upright{
	text-orientation: upright;
}

.indent{
	text-indent: 1em;
}
span.indent{
	display: inline-block;
}

.palt{
	font-feature-settings: "palt";
}

.capitalize{
	text-transform: capitalize;
}
.capitalize.no{
	text-transform: none;
}
.uppercase{
	text-transform: uppercase;
}


/* ---------------
文字色
-------------------------------------------------------- */
.white{ color: #fff;}
.blue_color{ color: var(--blue_color);}
.thin_blue_color{ color: var(--thin_blue_color);}
.orange{ color: var(--orange);}
.yellow{ color: var(--yellow);}
.yellow_green{ color: var(--yellow_green);}
.red{ color: var(--red);}
.thin_red{ color: var(--thin_red);}
.pink{ color: var(--pink);}
.light_blue{ color: var(--light_blue);}


/* -------------
文字太さ 装飾
-------------------------------------------------------- */
.font_smooth{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.b { font-weight: 700; }
.fw500 { font-weight: 500; }
.i{
	font-style: italic;
}
.u, .u_trance{
	text-decoration: underline;
}
.u_trance:hover{
	text-decoration: none;
}

.t_shadow{
	text-shadow: 0 .8rem 1.6rem rgba(0, 0, 0, .08), 0 .8rem 1.6rem rgba(0, 0, 0, .08);
}

/* -------------
リストなど　擬似要素装飾
-------------------------------------------------------- */
/* 「※」 */
.attention_mark{
	position: relative;
	padding-left: 1.1em;
}
.attention_mark::before{
	content: "\0203B";
	position: absolute;
	left: 0;
}
span.attention_mark{
	display: inline-block;
}

/* 「・」 */
.disk li, .disk_mark{
	padding-left: 1.33em;
	position: relative;
}
.disk li::before, .disk_mark::before{
	content: "・";
	position: absolute;
	left: .25em;
}
span.disk_mark{
	display: inline-block;
}

/* 「⚫︎」 */
.circle li{
	padding-left: 1.33em;
	position: relative;
}
.circle li::before{
	content: "";
	display: block;
	width: .625em;
	height: .625em;
	background-color: #0079c2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .4em;
}

/* 「01.」 */
.num_list{
	counter-reset: num_list;
}
.num_list li{
	counter-increment: num_list;
	padding-left: 1.5em;
	position: relative;
}
.num_list li::before{
	content: counter(num_list, decimal-leading-zero)".";
	position: absolute;
	left: 0;
}

@media screen and (max-width: 768px) {

}


/************************************************************************
	インナー　その他余白
**************************************************************************/
.inner{
	margin: auto;
}
.inner.primary{
	max-width: 1200px;
	width: 92%;
}

.inner.secondary{
	max-width: 920px;
	width: 90%;
}


/* padding ⚪︎⚪︎px/1600px */
.pt20{ padding-top: 2rem;}
.pb20{ padding-bottom: 2rem;}

.pt30{ padding-top: 3rem;}
.pb30{ padding-bottom: 3rem;}

.pt40{ padding-top: 4rem;}
.pb40{ padding-bottom: 4rem;}

.pt50{ padding-top: 5rem;}
.pb50{ padding-bottom: 5rem;}

.pt60{ padding-top: 6rem;}
.pb60{ padding-bottom: 6rem;}

.pt70{ padding-top: 7rem;}
.pb70{ padding-bottom: 7rem;}

.pt80{ padding-top: 8rem;}
.pb80{padding-bottom: 8rem;}

.pt90{ padding-top: 9rem;}
.pb90{ padding-bottom: 9rem;}

.pt100{ padding-top: 10rem;}
.pb100{ padding-bottom: 10rem;}

.pt110{ padding-top: 11rem;}
.pb110{ padding-bottom: 11rem;}

.pt120{ padding-top: 12rem;}
.pb120{ padding-bottom: 12rem;}

.pt130{ padding-top: 13rem;}
.pb130{ padding-bottom: 13rem;}

.pt140{ padding-top: 14rem;}
.pb140{ padding-bottom: 14rem;}

.pt150{ padding-top: 15rem;}
.pb150{ padding-bottom: 15rem;}

.pt160{ padding-top: 16rem;}
.pb160{ padding-bottom: 16rem;}

.pt170{ padding-top: 17rem;}
.pb170{ padding-bottom: 17rem;}

.pt180{ padding-top: 18rem;}
.pb180{ padding-bottom: 18rem;}

.pt190{ padding-top: 19rem;}
.pb190{ padding-bottom: 19rem;}

.pt200{ padding-top: 20rem;}
.pb200{ padding-bottom: 20rem;}

.pt210{ padding-top: 21rem;}
.pb210{ padding-bottom: 21rem;}

.pt220{ padding-top: 22rem;}
.pb220{ padding-bottom: 22rem;}

@media screen and (max-width: 768px) {/* pcの数字×0.5 */
	.pt20{ padding-top: 1rem;}
	.pb20{ padding-bottom: 1rem;}

	.pt30{ padding-top: 1.5rem;}
	.pb30{ padding-bottom: 1.5rem;}

	.pt40{ padding-top: 2rem;}
	.pb40{ padding-bottom: 2rem;}

	.pt50{ padding-top: 2.5rem;}
	.pb50{ padding-bottom: 2.5rem;}

	.pt60{ padding-top: 3rem;}
	.pb60{ padding-bottom: 3rem;}

	.pt70{ padding-top: 3.5rem;}
	.pb70{ padding-bottom: 3.5rem;}

	.pt80{ padding-top: 5rem;}
	.pb80{padding-bottom: 5rem;}

	.pt90{ padding-top: 4.5rem;}
	.pb90{ padding-bottom: 4.5rem;}

	.pt100{ padding-top: 5rem;}
	.pb100{ padding-bottom: 5rem;}

	.pt110{ padding-top: 5.5rem;}
	.pb110{ padding-bottom: 5.5rem;}

	.pt120{ padding-top: 6rem;}
	.pb120{ padding-bottom: 6rem;}

	.pt130{ padding-top: 6.5rem;}
	.pb130{ padding-bottom: 6.5rem;}

	.pt140{ padding-top: 7rem;}
	.pb140{ padding-bottom: 7rem;}

	.pt150{ padding-top: 7.5rem;}
	.pb150{ padding-bottom: 7.5rem;}

	.pt160{ padding-top: 8rem;}
	.pb160{ padding-bottom: 8rem;}

	.pt170{ padding-top: 8.5rem;}
	.pb170{ padding-bottom: 8.5rem;}

	.pt180{ padding-top: 9rem;}
	.pb180{ padding-bottom: 9rem;}

	.pt190{ padding-top: 9.5rem;}
	.pb190{ padding-bottom: 9.5rem;}

	.pt200{ padding-top: 10rem;}
	.pb200{ padding-bottom: 10rem;}

	.pt210{ padding-top: 10.5rem;}
	.pb210{ padding-bottom: 10.5rem;}

	.pt220{ padding-top: 11rem;}
	.pb220{ padding-bottom: 11rem;}

	/* sp デザイン350px時 */
	.pt20sp{ padding-top: 2rem;}
	.pb20sp{ padding-bottom: 2rem;}

	.pt30sp{ padding-top: 3rem;}
	.pb30sp{ padding-bottom: 3rem;}

	.pt40sp{ padding-top: 4rem;}
	.pb40sp{ padding-bottom: 4rem;}

	.pt50sp{ padding-top: 5rem;}
	.pb50sp{ padding-bottom: 5rem;}

	.pt60sp{ padding-top: 6rem;}
	.pb60sp{ padding-bottom: 6rem;}

	.pt70sp{ padding-top: 7rem;}
	.pb70sp{ padding-bottom: 7rem;}

	.pt80sp{ padding-top: 8rem;}
	.pb80sp{padding-bottom: 8rem;}

	.pt90sp{ padding-top: 9rem;}
	.pb90sp{ padding-bottom: 9rem;}

	.pt100sp{ padding-top: 10rem;}
	.pb100sp{ padding-bottom: 10rem;}

	.pt110sp{ padding-top: 11rem;}
	.pb110sp{ padding-bottom: 11rem;}

	.pt120sp{ padding-top: 12rem;}
	.pb120sp{ padding-bottom: 12rem;}
}

/* margin */

.m_a{ margin: auto;}
.mb05em{ margin-bottom: .5em;}
.mb1em{ margin-bottom: 1em;}
.mb15em{ margin-bottom: 1.5em;}
.mb2em{ margin-bottom: 2em;}
.mb25em{ margin-bottom: 2.5em;}
.mb3em{ margin-bottom: 3em;}
.mb35em{ margin-bottom: 3.5em;}
.mb4em{ margin-bottom: 4em;}
.mb45em{ margin-bottom: 4.5em;}
.mb5em{ margin-bottom: 5em;}
@media screen and (max-width: 768px) {/* pcの数字×0.6 */
	.mb05em{ margin-bottom: .3em;}
	.mb1em{ margin-bottom: .6em;}
	.mb15em{ margin-bottom: .9em;}
	.mb2em{ margin-bottom: 1.2em;}
	.mb25em{ margin-bottom: 1.5em;}
	.mb3em{ margin-bottom: 1.8em;}
	.mb35em{ margin-bottom: 2.1em;}
	.mb4em{ margin-bottom: 2.4em;}
	.mb45em{ margin-bottom: 2.7em;}
	.mb5em{ margin-bottom: 3em;}
}

.z1{
	position: relative;
	z-index: 1;
}
.z2{
	position: relative;
	z-index: 2;
}
.z3{
	position: relative;
	z-index: 3;
}

/************************************************************************
	リンク
**************************************************************************/
a {
	color: inherit;
	transition: .4s;
}
a:hover{
	opacity: .7;
}

a.no_anchor{
	pointer-events: none;
	text-decoration: none;
}

@media screen and (max-width: 768px) {

}

@media (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}

/************************************************************************
	画像
**************************************************************************/
.img img,
.img picture{
	width: 100%;
}

.img_bg{
	position: relative;
	background: url(../img/cmn/dummy.png) no-repeat center/cover;
}
.img_bg::before{
	content: "";
	display: block;
	padding-top: 75%;
}

.img_ab{
	position: relative;
}
.img_ab::before{
	content: "";
	display: block;
	padding-top: 75%;
}
.img_ab img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/************************************************************************
	タイトル
**************************************************************************/
.ribbon_title{
	font-family: "RocknRoll One", sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: .1em;
	text-align: center;
	width: 90%;
	max-width: 21.25em;
	padding: .6em 1em 1.3em;
	margin: auto auto .5em;
	position: relative;
	z-index: 1;
}
.ribbon_title::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	-webkit-mask: url(../img/cmn/title_deco01.svg) no-repeat center/contain;
	mask: url(../img/cmn/title_deco01.svg) no-repeat center/contain;
	background-color: #6eb944;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.title_primary{
		
	}

	.ribbon_title{
		font-size: 1.65rem;
		width: 100%;
	}
}

/* 芽タイトル
-------------------------------------------------------- */
.sprout_title{
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	max-width: 56rem;
	margin: auto auto 5rem;
	position: relative;
}

.sprout_title .sub{
	line-height: 1.448;
	width: fit-content;
	padding: 4rem 5rem 5rem;
	margin: auto auto -4rem;
	position: relative;
}
.sprout_title .sub::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	-webkit-mask: url(../img/cmn/icon_sprout.svg) no-repeat center bottom/contain;
	mask: url(../img/cmn/icon_sprout.svg) no-repeat center bottom/contain;
	background-color: #cce198;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.sprout_title .sub .sub01,
.sprout_title .sub .sub02{
	display: block;
	position: relative;
	z-index: 1;
}
.sprout_title p .sub01{
	text-shadow: 2px 2px 0 #cce198, -2px 2px 0 #cce198, 2px -2px 0 #cce198, -2px -2px 0 #cce198;
	margin-bottom: .66em;
}

.sprout_title .main{
	text-align: center;
	width: 100%;
	padding: .5em 1em;
	margin: auto;
	border: .2rem solid #cce198;
	border-radius: 3em;
	background-color: #fff;
	position: relative;
	z-index: 1;
}



@media screen and (max-width: 768px) {
	
}

/* 帯タイトル
-------------------------------------------------------- */
.belt_title_wrapper{
	background-color: var(--thin_red);
}

.belt_title{
	color: #fff;
	width: fit-content;
	padding: 1rem 13rem;
	margin: auto;
	position: relative;
}
h2.belt_title{
	padding: 2rem 13rem;
}

.belt_title::before{
	content: "";
	display: block;
	width: 11rem;
	height: 10.7rem;
	background: url(../img/cmn/belt_deco01.png) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.belt_title .main{
	letter-spacing: -.02em;
	text-align: center;
}
.belt_title .sub{
	text-align: center;
}

@media screen and (max-width: 768px) {
	.belt_title{
		color: #fff;
		width: fit-content;
		padding: 1rem 6rem;
		margin: auto;
		position: relative;
	}

	.belt_title::before{
		width: 5.5rem;
		height: 5.35rem;
	}

	.belt_title .sub{
		font-size: 1.3rem;
	}
}


/************************************************************************
	ボタン
**************************************************************************/
.btn_primary{
	
}


@media screen and (max-width: 768px) {
	.btn_primary{
	
	}
}


@media screen and (max-width: 768px) {


}


/************************************************************************
	その他
**************************************************************************/
/* ドラッグでテキスト選択した時の色 */
/* ::-moz-selection {
	color: #fff;
	background: #1a1a1a;
}
::selection {
	color: #fff;
	background: #1a1a1a;
} */

.block{
	display: block;
}
.dib{
	display: inline-block;
}

.shadow{
	box-shadow: 0 .8rem 1.6rem 0 rgba(0, 0, 0, .08);
}
a.shadow:hover{
	box-shadow: 0 0 0 0  rgba(0, 0, 0, .08);
}

@media (max-width: 768px) {
	.shadow{
		box-shadow: .33rem .33rem 1rem -.75rem rgba(144, 144, 144, .5);
	}
}


.hidden{
	overflow: hidden;
}


/* swiper　無限ループ等速スライダー */
.swiper-wrapper.loop_slider{
	transition-timing-function: linear;
}
.swiper-wrapper.loop_slider .swiper-slide img {
	width: 100%;
}

/************************************************************************
	アニメーション
**************************************************************************/
/* animation-delay PCだけ */
@media screen and (max-width: 768px) {
	.delay_pc{
		animation-delay: 0s !important;
	}
}


/* フェードイン　*/
.fade, .fade_down, .fade_right, .fade_left{
	opacity: 0;
}

.animation.fade{/* 下から上へ */
	animation: fadeup .8s ease forwards;
}

.animation.fade_down{/* 上から下へ */
	animation: fadedown .8s ease forwards;
}
.animation.fade_right{/* 左から右へ */
	animation: faderight .8s ease forwards;
}
.animation.fade_left{/* 右から左へ */
	animation: fadeleft .8s ease forwards;
}
	
@keyframes fadeup{
	from {
		opacity: 0;
		transform: translateY(2em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadedown{
	from {
		opacity: 0;
		transform: translateY(-2em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes faderight{
	from {
		opacity: 0;
		transform: translateX(-2em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeleft{
	from {
		opacity: 0;
		transform: translateX(2em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* clip-path */
.clip{
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: 1.2s ease-out;
}
.clip.fast{
	transition: .6s ease-out;
}
.clip.late{
	transition: 2s ease-out;
}
.clip.left{
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
}


.clip.animation{
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}

/* 回転　*/
.rotate{
	animation:6s linear infinite rotate;
}

@keyframes rotate{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}

/* （ボタンなど）短い総則が左から右へループ */
.loop_deco{
	animation:2s ease-in-out infinite loop_deco;
}

@keyframes loop_deco{
	0%{ left: 0;}
	80%{ left: 133%; }
	81%{ left: -33%; }
	100%{ left: 0;}
}

/* アニメーション時間差 */
.animation.delay01{
	animation-delay: .1s !important;
} 
.animation.delay02{
	animation-delay: .2s !important;
} 
.animation.delay03{
	animation-delay: .3s !important;
} 
.animation.delay04{
	animation-delay: .4s !important;
}
.animation.delay05{
	animation-delay: .5s !important;
}
.animation.delay06{
	animation-delay: .6s !important;
}
.animation.delay07{
	animation-delay: .7s !important;
}
.animation.delay08{
	animation-delay: .8s !important;
}
.animation.delay09{
	animation-delay: .9s !important
}
.animation.delay10{
	animation-delay: 1s !important;
}
.animation.delay11{
	animation-delay: 1.1s !important;
}
.animation.delay12{
	animation-delay: 1.2s !important;
}
.animation.delay13{
	animation-delay: 1.3s !important;
}
.animation.delay14{
	animation-delay: 1.4s !important;
}
.animation.delay15{
	animation-delay: 1.5s !important;
}
.animation.delay16{
	animation-delay: 1.6s !important;
}

.animation.duration06{
	animation-duration: 0.6s;
}
.animation.duration10{
	animation-duration: 1s;
}

/************************************************************************
	フレックス
**************************************************************************/
/* flex系 */
.flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.flex_pc{/* 768以下block */
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.nowrap {
	flex-wrap: nowrap;
}

.fd_rr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.fd_cr {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.ai_fs {
	-webkit-box-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	align-items: center;
}

.jc_fs {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.fl_g{
	-webkit-box-flex:1;
	flex-grow:1;
}

@media screen and (max-width: 768px) {
	.flex_pc{
		display: block;
	}
}

/************************************************************************
	ヘッダー
**************************************************************************/
header{
	padding: 2rem 0;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 50;
	background: #fff url(../img/cmn/hd_border.svg) no-repeat top center/100%;
}

header .inner{
	width: 96.4%;
	margin: auto;
}

.hd_logo{
	max-width: 14rem;
}
.hd_logo a{
	display: block;
}

@media screen and (max-width: 768px) {
	header{
		padding: 1.5rem 0;
		background-image: none;
	}
	.hd_logo{
		max-width: 7.5rem;
		width: 40%;
		padding: 0;
	}
}

/* -------------
ナビ
-------------------------------------------------------- */
.hd_nav{
	flex-grow: 1;
	margin-right: .5%;
}

.hd_nav ul li{
	padding: 0 .5em;
}

.hd_nav ul li a{
	display: block;
	padding: 1em .5em;
	position: relative;
}
.hd_nav ul li a:hover{
	color: var(--thin_red02);
}

.hd_nav ul li a::after{
	content: "";
	display: block;
	width: .89em;
	height: .444em;
	-webkit-mask: url(../img/cmn/arrow01.svg) no-repeat center/contain;
	mask: url(../img/cmn/arrow01.svg) no-repeat center/contain;
	background-color: #fff;
	position: absolute;
	left: calc(50% - .445em);
	bottom: .55em;
	transition: .4s;
}
.hd_nav ul li a:hover::after{
	background-color: var(--thin_red02);
	bottom: .4em;
}

@media screen and (max-width: 1200px) {
	.hd_nav{
		display: none;
	}
}

/* -------------
入会お問い合わせ
-------------------------------------------------------- */
.contact_btn{
	display: block;
	font-weight: 700;
	color: #fff;
	margin-left: auto;
	border: 2px solid var(--thin_red02);
	border-radius: 3em;
	background-color: var(--thin_red02);
	position: relative;
	transition: .4s;
}
.contact_btn:hover{
	color: var(--thin_red02);
	background-color: #fff;
}

.contact_btn::before,
.contact_btn::after{
	content: "";
	display: block;
	width: .9em;
	height: .5em;
	background-color: var(--thin_red02);
	position: absolute;
	left: calc(50% - .45em);
	opacity: 0;
	transition: .3s;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.contact_btn::before{
	top: 100%;
	z-index: 1;
}
.contact_btn::after{
	top: calc(100% - 3px);
	z-index: 2;
}
.contact_btn:hover::before,
.contact_btn:hover::after{
	opacity: 1;
}
.contact_btn:hover::after{
	background-color: #fff;
}


.contact_btn span{
	display: block;
	padding: .6em 2em .6em 4em;
	position: relative;
}

.contact_btn span::before{
	content: "";
	display: block;
	width: 2.22em;
	height: 1.44em;
	-webkit-mask: url(../img/cmn/icon_sprout.svg) no-repeat center/contain;
	mask: url(../img/cmn/icon_sprout.svg) no-repeat center/contain;
	background-color: #fff;
	position: absolute;
	left: 1.1em;
	top: calc(50% - .72em);
	transition: background-color .4s;
}
.contact_btn:hover span::before{
	background-color: var(--thin_red02);
}

/* -------------
ハンバーガー
-------------------------------------------------------- */
.hmb{
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	width: 4rem;
	height: 2.8rem;
	margin-left: 1%;
	cursor: pointer;
	transition: .4s;
	position: relative;
	z-index: 100;
}
.hmb:hover{
	opacity: .7;
}

.hmb_bar{
	width: 75%;
	height: 75%;
	margin: auto;
	position: relative;
	transition: .4s;
}

.hmb_bar span{
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: var(--blue_color);
	position: absolute;
	transition: .4s;
}

.hmb_bar span:nth-of-type(1){
	top: 0;
}
.hmb_bar span:nth-of-type(2){
	top: calc(50% - 1px);
}
.hmb_bar span:nth-of-type(3){
	bottom: 0;
	right: 0;
}

@media screen and (min-width: 1201px) {
	.hmb{
		display: none;
	}
}

/* グローバル
-------------------------------------------------------- */
#global{
	width: 100%;
	background-color: rgba(0, 0, 0, .2);
	position: fixed;
	right: -120%;
	top: 0;
	z-index: 60;
	transition: .4s;
}
.hmb_open #global{
	right: 0;
}

#global .inner{
	height: 100dvh;
	max-width: 45rem;
	padding: 10rem 0;
	margin-left: auto;
	margin-right: 0;
	background-color: #fff;
	position: relative;
	overflow: auto;
}

#gl_close{
	display: block;
	width: 7.5rem;
	height: 7.5rem;
	border-radius: 0 0 0 3rem;
	background: var(--blue_color) url(../img/cmn/close.svg) no-repeat center/44%;
	position: fixed;
	right: -120%;
	top: 0;
	transition: right .4s;
}
.hmb_open #gl_close{
	right: 0;
}

#global nav ul li{
	border-bottom: 1px solid var(--blue_color);
}
#global nav ul li:nth-last-of-type(1){
	border-bottom: none;
}

#global nav ul li a{
	display: block;
	padding: .75em 2.2em .75em 1.5em;
	position: relative;
}
#global nav ul li a::after{
	content: "";
	display: block;
	width: 1em;
	height: .58em;
	-webkit-mask: url(../img/cmn/arrow01.svg) no-repeat center/contain;
	mask: url(../img/cmn/arrow01.svg) no-repeat center/contain;
	background-color: var(--blue_color);
	position: absolute;
	right: 1.1em;
	top: calc(50% - .29em);
}

#global .contact_btn{
	width: fit-content;
	max-width: 90%;
	margin: 1em auto auto;
}

@media (min-width: 1201px) {
	#global{
		display: none;
	}
}

@media (max-width: 768px) {
	#global .inner{
		max-width: 30rem;
		padding: 6.5rem 0;
		margin-left: auto;
		margin-right: 0;
		background-color: #fff;
		position: relative;
	}

	#gl_close{
		width: 5rem;
		height: 5rem;
		border-radius: 0 0 0 2rem;
	}

}

/************************************************************************
	フッター
**************************************************************************/

/* ---------------------------
　footer
--------------------------- */
footer {
	margin: 1rem 0 0;
}
/* footer::before {
	content: "";
	width: 100%;
	height: 29px;
	background: url("../img/sec_line.jpg") repeat-x;
	display: block;
} */
footer .ft_logo {
	font-size: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.072em;
	padding: 30px 0 0;
}
footer .ft_logo img {
	width: 9.2rem;
	margin: 0 0 .4rem;
}
footer .copyright {
	font-size: 1.4rem;
	text-align: center;
	margin: 1rem 0 2rem;
}

@media (max-width: 768px) {
	footer .copyright {
		font-size: 1rem;
		margin: .75rem 0 1.5rem;
	}
}


/************************************************************************
	その他共通
**************************************************************************/
main{
	overflow: hidden;
}

@media (max-width: 1200px) {
	body.hmb_open{
		overflow: hidden;
	}
}


/************************************************************************
	MV
**************************************************************************/
#mv{
	line-height: 1.448;
	background: url(../img/mv_bg.webp) no-repeat center/cover;
}
.no-webp #mv{
	background-image: url(../img/mv_bg.png);
}

#mv .container{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 33% 34% 33%;
    grid-template-columns: 33% 34% 33%;
	-webkit-box-align: end;
	align-items: flex-end;
	padding: 1.5% 0 4%;
}

#mv .container .img01{
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/ 1;
}

#mv .container .img02{
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3 / 4;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/ 1;
}

@media screen and (max-width: 768px) {
	#mv{
		background-image: url(../img/mv_bg_sp.webp);
	}
	.no-webp #mv{
		background-image: url(../img/mv_bg_sp.png);
	}

	#mv .container{
		display: block;
		padding: 10% 0 13.5%;
	}

	#mv .container .img01{
		width: 96%;
		margin: auto auto 4%;
	}
	
	#mv .container .img02{
		width: 94%;
		margin: auto auto -2%;
	}
}

/* text_wrapper
-------------------------------------------------------- */

#mv .container .text_wrapper{
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/ 1;
	font-size: 1vw;
	padding-bottom: 2%;
	margin: 0 -13% 0 -11%;
}

#mv .text_wrapper hgroup p{
	width: 27em;
	margin: auto auto .9em;
}

#mv .text_wrapper hgroup h2{
	font-size: 3.75em;
	text-align: center;
	letter-spacing: .1em;
	margin: auto auto .033em;
}
#mv .text_wrapper hgroup h2 .fz72{
	font-size: 1.2em;
}
#mv .text_wrapper hgroup h2 .fz82{
	font-size: 1.366em;
}

#mv .text01{
	font-size: 1.4375em;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: .45em;
}
#mv .text02{
	font-size: 1.4375em;
	letter-spacing: 0.1em;
	width: fit-content;
	padding-bottom: .75em;
	margin: auto auto .25em;
	background: url(../img/mv_line.svg) no-repeat bottom right 20%/94%;
}

#mv .list{
	width: 88%;
	margin: auto auto .5em;
}
#mv .list li{
	font-size: 1.25em;
	font-weight: 700;
	color: var(--thin_red02);
	text-align: center;
	width: 23.6%;
	padding: .25em 0;
	background-color: #fff;
	border: .2rem solid var(--thin_red02);
	border-radius: 3em;
}

#mv .attention_text{
	text-align: center;
}


#mv .container .text_wrapper02{
	display: none;
}

@media screen and (max-width: 768px) {
	#mv .container .text_wrapper{
		font-size: 3.73vw;
		padding-bottom: 0;
		width: 100%;
		margin: auto auto 5%;
	}

	#mv .text_wrapper hgroup p{
		width: 18.714em;
		margin: auto auto .5em;
	}

	#mv .text_wrapper hgroup h2{
		font-size: 2.142em;
	}

	#mv .text01{
		font-size: 1em;
	}
	#mv .text02{
		font-size: 1.0714em;
		padding-bottom: .75em;
		margin: auto auto .25em;
		background: url(../img/mv_line.svg) no-repeat bottom right 20%/94%;
	}
	

	#mv .text_wrapper .list,
	#mv .text_wrapper .attention_text{
		display: none;
	}

	#mv .container .text_wrapper02{
		display: block;
		font-size: 3.33vw;
	}

	#mv .text_wrapper02 .list{
		width: 90%;
		margin: auto auto 3%;
	}
	#mv .text_wrapper02 .list li{
		font-size: 1.04em;
	}
	
}


/************************************************************************
	iesの英会話が選ばれる理由
**************************************************************************/
#concept{
	background: url(../img/master_bg_pc.png) no-repeat bottom -.25% right/100%;
}

#concept .inner{
	position: relative;
}

#concept .sprout_title::after{
	content: "";
	display: block;
	width: 10rem;
	height: 7.2rem;
	background: url(../img/concept_deco.png) no-repeat center/contain;
	position: absolute;
	right: 0;
	top: 3rem;
}

@media screen and (max-width: 768px) {
	#concept{
		background-image: url(../img/master_bg_sp.png);
	}

	#concept .sprout_title::after{
		width: 8.5rem;
		height: 6rem;
		top: 3.5rem;
	}
}

/* リスト
-------------------------------------------------------- */
#concept .list li{
	width: 30.5%;
	padding-top: 2.5rem;
	margin-bottom: 5rem;
	position: relative;
}

#concept .list .list02{
	margin: auto auto 5rem;
}
#concept .list .list04{
	margin-right: 4%;
}

#concept .list li h3{
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.4;
	color: #fff;
	width: fit-content;
	padding: .66em 1em;
	background-color: var(--orange);
	border-radius: 3em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#concept .list .list01 h3{
	padding: .66em 1.5em;
}
#concept .list .list02 h3{
	background-color: var(--thin_red);
}
#concept .list .list03 h3{
	background-color: #4cbcb6;
}
#concept .list .list04 h3{
	padding: .66em 1.25em;
	background-color: #85ca5a;
}
#concept .list .list05 h3{
	text-align: center;
	width: 80%;
	max-width: 22rem;
	background-color: #41b0dd;
}

#concept .list li h3::after{
	content: "";
	display: block;
	width: .5em;
	height: .5em;
	background-color: inherit;
	position: absolute;
	top: calc(100% - 1px);
	left: 10rem;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}

#concept .list .list02 h3 br.control{
	display: none;
}
@media screen and (max-width: 1140px) {
	#concept .list .list02 h3 br.control{
		display: block;
	}
}

#concept .list li .img{
	width: 98.5%;
	margin-left: auto;
	margin-bottom: 1.5rem;
	border-radius: 4rem;
	overflow: hidden;
}

#concept .list li .text{
	line-height: 2;
	width: 98.5%;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	#concept .list li{
		width: 100%;
		margin-bottom: 3rem;
	}

	#concept .list li .img{
		border-radius: 1.9rem;
	}

	#concept .list li h3{
		font-size: 1.5rem;
	}

	#concept .list .list02 h3 br.control{
		display: none;
	}
}


/************************************************************************
	身に付く力
**************************************************************************/
#master{
	background-color: #f8f8ee;
}

#master .guidance{
	letter-spacing: .01em;
	margin-bottom: 1.33em;
}

#master .list li{
	width: 23.4%;
	max-width: 27rem;
}

#master .list li .img{
	margin-bottom: 1.8rem;
	position: relative;
}

#master .list li .img h3{
	font-size: 2rem;
	font-weight: 700;
	color: var(--blue_color);
	letter-spacing: .01em;
	line-height: 1.6;
	text-align: center;
	text-shadow: .1em .1em .1em #fff, -.1em -.1em .1em #fff, -.1em .1em .1em #fff, .1em -.1em .1em #fff;
	position: absolute;
	top: 68%;
	left: 0;
	right: 0;
}
@media screen and (max-width: 1200px) {
	#master .list li .img h3{
		font-size: 1.8rem;
	}
}

#master .list li .text{
	line-height: 2;
}

@media screen and (max-width: 768px) {
	#master .list li{
		width: 48%;
		max-width: none;
		margin-bottom: 2rem;
	}

	#master .list li .img{
		margin-bottom: 1rem;
	}

	#master .list li .img h3{
		font-size: 1.4rem;
		top: 65%;
	}
	#master .list li:nth-of-type(n+3) .img h3{
		top: 68%;
	}
}


/************************************************************************
	生徒・保護者の声
**************************************************************************/
#voice .ribbon_title::before{
	background-color: var(--orange);
}

#voice .guidance{
	margin-bottom: 7%;
}

#voice .list{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: repeat(6, 1fr);
    grid-template-columns: repeat(6, 1fr);
	-ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
	grid-column-gap: 3.5%;
	grid-row-gap: 17%;
}

#voice .list li{
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: subgrid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	grid-row-gap: 0;
	padding: 1rem 6%;
	border: .2rem solid var(--orange);
	border-radius: 2.4rem;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

#voice .list li::before,
#voice .list li::after{
	content: "";
	display: block;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	position: absolute;
}
#voice .list li::before{
	width: 10%;
	padding-top: 10%;
	background-color: var(--orange);
	top: 100%;
	right: 8%;
}
#voice .list li::after{
	width: calc(10% - .4rem);
	padding-top: calc(10% - .4rem);
	background-color: #fff;
	top: calc(100% - .2rem);
	right: calc(8% + .2rem);
}


#voice .list .list01{
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
}
#voice .list .list02{
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3 / 5;
}
#voice .list .list03{
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-column: 5 / 7;
}
#voice .list .list04{
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2 / 4;
}
#voice .list .list05{
	-ms-grid-column: 4;
	-ms-grid-column-span: 2;
	grid-column: 4 / 6;
}

#voice .list li .img{
	width: 42.6%;
	padding: 1rem 0 1.5rem;
	margin: auto;
}
#voice .list .list02 .img{
	width: 50.6%;
}
#voice .list .list03 .img{
	width: 39.6%;
}
#voice .list .list04 .img{
	width: 55.1%;
}

#voice .list li .text{
	line-height: 2;
	padding: 1rem 2%;
	border-top: 1px solid var(--orange);
	text-align: center;
}
#voice .list li .text::before{
	content: "";
	display: block;
	width: 27%;
	padding-top: 17.8%;
	-webkit-mask: url(../img/cmn/icon_sprout.svg) no-repeat bottom/contain;
	mask: url(../img/cmn/icon_sprout.svg) no-repeat bottom/contain;
	background-color: var(--orange);
	position: absolute;
	bottom: calc(100% - 1.1rem);
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1rem), 0 calc(100% - 1rem));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1rem), 0 calc(100% - 1rem));
}
@media screen and (max-width: 768px) {
	#voice .inner.primary{
		padding: 5rem 0 6rem;
	}

	#voice .list{
		display: block;
	}

	#voice .list li{
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
		padding: 1rem 3%;
		margin-bottom: 8%;
		border-radius: 1.2rem;
	}

	#voice .list li::before{
		width: 6%;
		padding-top: 6%;
	}
	#voice .list li::after{
		width: calc(6% - .4rem);
		padding-top: calc(6% - .4rem);
	}

	#voice .list li .text{
		font-size: 1.3rem;
		line-height: 1.6;
		width: 54%;
		padding: 1rem 2% 0;
		margin-top: 3.5rem;
		position: relative;
	}

	#voice .list li .text .dib{
		display: inline;
	}

	#voice .list li .text::before{
		width: 5rem;
		padding-top: 3.5rem;
		bottom: 100%;
		clip-path: none;
	}

	#voice .list li .img{
		width: 28%;
		padding: 0;
		margin: auto;
	}
	#voice .list .list02 .img{
		width: 33%;
	}
	#voice .list .list03 .img{
		width: 26.1%;
	}
	#voice .list .list04 .img{
		width: 36.3%;
	}
}


/************************************************************************
	イベント
**************************************************************************/
#event{
	background-color: #f8f8ee;
}

#event .container{
	padding: 5.5rem 0;
	border-radius: 3rem;
	background-color: #fff;
	position: relative;
}

#event .container01{
	margin-bottom: 8rem;
}

#event .container02{
	padding: 5.5rem 0 2.5rem;
}

#event .container .ribbon_title{
	position: absolute;
	top: -2em;
	left: 50%;
	transform: translateX(-50%);
}

#event .container01 .ribbon_title::before{
	background-color: #41b0dd;
}

#event .container02 .ribbon_title::before{
	background-color: #4cbcb6;
}

#event .container01 .img{
	width: 95%;
	margin: auto;
}

#event .container02 .flex_wrapper{
	width: 78%;
	margin: auto;
	position: relative;
}
#event .container02::after{
	content: "";
	display: block;
	width: 8.4%;
	padding-top: 10%;
	background: url(../img/event02_deco.png) no-repeat center/contain;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

#event .container02 .img{
	width: 49%;
	border: 1px solid #41b0dd;
	border-radius: 2rem;
	overflow: hidden;
}

#event .container02 .text_wrapper{
	max-width: 35rem;
	width: 45%;
	padding-bottom: 1.5rem;
	margin-right: 3%;
}

#event .container02 .text_wrapper a{
	color: #4cbcb6;
	text-decoration: underline;
}
#event .container02 .text_wrapper a:hover{
	text-decoration: none;
}

@media screen and (max-width: 768px) {

	#event .container{
		padding: 4rem 0;
		border-radius: 1.8rem;
	}

	#event .container01 .text{
		width: 90%;
		margin: auto auto 1em;
	}

	#event .container02::after{
		width: 20%;
		padding-top: 23.8%;
		right: 4%;
		top: auto;
		bottom: 2%;
		transform: none;
	}
	#event .container02 .flex_wrapper{
		display: block;
		width: 84%;
	}

	#event .container02 .img{
		width: 90%;
		max-width: 500px;
		margin: auto auto 2rem;
	}

	#event .container02 .text_wrapper{
		width: 100%;
		max-width: none;
		padding-bottom: 0;
		margin: auto;
		position: relative;
		z-index: 1;
	}

	#event .container02 .text_wrapper .text{
		text-shadow: .1em .1em .1em #fff, -.1em -.1em .1em #fff, -.1em .1em .1em #fff, .1em -.1em .1em #fff;
	}
}


/************************************************************************
	コース・料金案内
**************************************************************************/
/* ies英会話教室のコースをご紹介!
-------------------------------------------------------- */
#course_intro{
	background: url(../img/course_intro_bg.png) no-repeat bottom -1px left/100%;
}
#course_intro .sprout_title{
	max-width: 62rem;
	margin: auto auto 2rem;
}

#course_intro .link_list li{
	width: 32.5%;
	margin-bottom: 2rem;
}
#course_intro .link_list li a{
	display: block;
}
#course_intro .link_list li a img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	#course_intro{
		background-image: url(../img/course_intro_bg_sp.png);
	}

	#course_intro .guidance{
		text-align: left;
	}

	#course_intro .link_list li{
		width: 49%;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 520px) {
	#course_intro .link_list{
		display: block;
	}
	#course_intro .link_list li{
		width: 90%;
		margin: auto auto 1em;
	}
}

/************************************************************************
	Fun Fun English コース
**************************************************************************/
.course_outer{
	background-color: #f8f8ee;
}

.course_sec{
	margin-bottom: 10rem;
	border: .3rem solid var(--course_color);
	border-radius: 3rem;
	background-color: #fff;
	position: relative;
}

.course_sec .ribbon_title{
	position: absolute;
	top: -2.25em;
	left: 50%;
	transform: translateX(-50%);
}

.course_sec .ribbon_title::before{
	background-color: var(--course_color);
}

.course_sec .text{
	letter-spacing: .01em;
	line-height: 1.875;
}

@media screen and (max-width: 768px) {
	.course_outer .inner.primary{
		width: 100%;
	}

	.course_sec{
		margin-bottom: 7rem;
		border-width: .2rem;
		border-left: none;
		border-right: none;
		border-radius: 0;
		background-color: #fff;
		position: relative;
	}

	.course_sec .right_box .text{
		font-size: 1.35rem;
	}
}

/* 冒頭
-------------------------------------------------------- */
.course_sec .sec_intro{
	width: 94%;
	padding: 3.5rem 0 7rem;
	margin: auto;
}

.course_sec .sec_intro .intro_title{
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 1.75em;
}

.course_sec .sec_intro .intro_title p{
	color: var(--course_color);
	margin-bottom: .9em;
}
.course_sec .sec_intro .intro_title h4{
	color: var(--blue_color);
	letter-spacing: .05em;
}

.course_sec .sec_intro .flex_wrapper .text_wrapper{
	width: 52.4%;
}

.course_sec .sec_intro .text{
	margin-bottom: 1.75em;
}

.course_sec .sec_intro .flex_wrapper .mv{
	width: 44.7%;
	border-radius: 2rem;
	overflow: hidden;
}

.price_tbl th,
.price_tbl td{
	line-height: 1.5;
	border-top: 1px solid var(--course_color);
}
.price_tbl tr:nth-last-of-type(1) th,
.price_tbl tr:nth-last-of-type(1) td{
	border-bottom: 1px solid var(--course_color);
}

.price_tbl th{
	font-size: 1.125em;
	font-weight: 700;
	color: var(--course_color);
	width: 18rem;
	padding: .75rem 4%;
}
.price_tbl td{
	width: calc(100% - 16rem);
	padding: .75rem 0;
}

@media screen and (max-width: 768px) {
	.course_sec .sec_intro{
		width: 94%;
		padding: 3.5rem 0;
		margin: auto;
	}

	.course_sec .sec_intro .intro_title{
		font-size: 1.65rem;
		margin-bottom: 1.5em;
	}

	.course_sec .sec_intro .flex_wrapper{
		display: block;
	}

	.course_sec .sec_intro .flex_wrapper .mv{
		width: 100%;
		max-width: 600px;
		margin: auto auto 1rem;
		border-radius: 1rem;
	}

	.course_sec .sec_intro .flex_wrapper .text_wrapper{
		width: 100%;
	}

	.course_sec .sec_intro .text{
		margin-bottom: 1em;
	}

	.price_tbl th{
		width: 12rem;
		padding: .75rem 2%;
	}
}

/* クラス案内
-------------------------------------------------------- */
.course_sec .sec_container{
	padding: 5rem 0 3.5rem;
	background-color: #fef4e5;
}

.course_sec .sec_container:nth-last-of-type(1){
	border-radius: 0 0 3rem 3rem;
}

.course_sec .sec_container .container_title{
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: 2.6rem;
	letter-spacing: .1em;
	color: var(--blue_color);
	width: 95%;
	margin-bottom: .33em;
	position: relative;
}

.course_sec .sec_container .container_title .sub{
	width: 5.6em;
	position: absolute;
	top: -1.5em;
	left: 3%;
	z-index: 2;
}
.course_sec .sec_container .container_title .sub img{
	width: 100%;
}

.course_sec .sec_container .container_title .main{
	padding: 1em 8% .9em;
	background-color: var(--course_color);
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 6rem) 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 6rem) 100%, 0 100%);
	position: relative;
}
.course_sec .sec_container .container_title .main::after{
	content: "";
	display: block;
	width: calc(100% - .3rem);
	height: calc(100% - .6rem);
	background-color: #fff;
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 6rem) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - .2rem) 0, calc(100% - 6rem) 100%, 0 100%);
	position: absolute;
	left: 0;
	top: .3rem;
}
.course_sec .sec_container .container_title .main span{
	display: block;
	position: relative;
	z-index: 2;
}

.course_sec .sec_container .guidance{
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
	letter-spacing: .01em;
	color: var(--blue_color);
	width: 85%;
	margin: auto auto .75em;
}


@media screen and (max-width: 768px) {
	.course_sec .sec_container:nth-last-of-type(1){
		border-radius: 0;
	}
	.course_sec .sec_container .container_title{
		font-size: 1.71rem;
	}
	.course_sec .sec_container .container_title .sub{
		width: 6em;
	}

	.course_sec .sec_container .guidance{
		font-size: 1.58rem;
	}
}

/* カリキュラム・レッスンの流れ　左
-------------------------------------------------------- */
.course_sec .detail_wrapper{
	display: -webkit-box;
	display: flex;
	width: 92%;
	margin: auto auto 1rem;
	border-radius: 2rem;
	overflow: hidden;
}
.course_sec .detail_wrapper:nth-last-of-type(1){
	margin-bottom: 0;
}

.course_sec .detail_wrapper .left_box{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 20rem;
	background: var(--course_color) url(../img/cmn/pattern01.png);
	position: relative;
	z-index: 1;
}
.course_sec .detail_wrapper .left_box::after{
	content: "";
	display: block;
	width: 1.1rem;
	height: 2.2rem;
	background-color: inherit;
	position: absolute;
	left: calc(100% - 1px);
	top: calc(50% - 1.1rem);
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.course_sec .detail_wrapper .left_box .left_title .icon{
	width: 10rem;
	height: 10rem;
	margin: auto auto .5rem;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
}
.course_sec .detail_wrapper .left_box .left_title .icon::after{
	content: "";
	display: block;
	width: 56%;
	height: 56%;
	margin: auto;
	-webkit-mask: url(../img/cmn/icon_curriculum.png) no-repeat center/contain;
	mask: url(../img/cmn/icon_curriculum.png) no-repeat center/contain;
	background-color: var(--course_color);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.course_sec .detail_wrapper.flow .left_box .left_title .icon::after{
	-webkit-mask-image: url(../img/cmn/icon_flow.png);
	mask-image: url(../img/cmn/icon_flow.png);
}

.course_sec .detail_wrapper .left_box .left_title h5{
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
}


@media screen and (max-width: 1024px) {
	.course_sec .detail_wrapper .left_box{
		width: 13rem;
	}

	.course_sec .detail_wrapper .left_box .left_title .icon{
		width: 8rem;
		height: 8rem;
	}
	.course_sec .detail_wrapper .left_box .left_title h5{
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 768px) {
	.course_sec .detail_wrapper{
		border-radius: 1rem;
	}
	.course_sec .detail_wrapper .left_box{
		display: block;
		width: 5rem;
		padding: 1.5rem 0;
	}
	.course_sec .detail_wrapper .left_box::after{
		top: 13rem;
	}

	.course_sec .detail_wrapper .left_box .left_title{
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	.course_sec .detail_wrapper .left_box .left_title .icon{
		width: 4rem;
		height: 4rem;
	}
	.course_sec .detail_wrapper .left_box .left_title .icon::after{
		width: 70%;
		height: 70%;
	}

	.course_sec .detail_wrapper .left_box .left_title h5{
		font-size: 1.5rem;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}

}

/* カリキュラム 右
-------------------------------------------------------- */
.course_sec .detail_wrapper .right_box{
	width: calc(100% - 20rem);
	padding: 4rem 3.5% 4rem 5%;
	background-color: #fff;
}
.course_sec .detail_wrapper .right_box.no_padding{
	padding: 0;
}

.course_sec .detail_wrapper .right_box .list li{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 2.5rem 5% 3.5rem 6.5%;
	border-bottom: 1px solid var(--course_color);
}
.course_sec .detail_wrapper .right_box .list li:nth-last-of-type(1){
	border-bottom: none;
}

.course_sec .detail_wrapper .right_box .list li .img{
	width: 18%;
}
.course_sec .detail_wrapper .right_box .list li .img.img01{
	width: 15%;
	padding-top: 1rem;
}


.course_sec .detail_wrapper .right_box .list li .text_wrapper{
	width: 80%;
}
.course_sec .detail_wrapper .right_box .list li h6{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--course_color);
	margin-bottom: .25em;
}
.course_sec .detail_wrapper .right_box .list li .text{
	letter-spacing: .01em;
}

@media screen and (max-width: 1024px) {
	.course_sec .detail_wrapper .right_box{
		width: calc(100% - 13rem);
		padding: 4rem 3% 4rem 4%;
	}
}

@media screen and (max-width: 768px) {
	.course_sec .detail_wrapper .right_box{
		width: calc(100% - 5rem);
		padding: 2rem 3% 2rem 4%;
	}

	.course_sec .detail_wrapper .right_box .list li{
		display: block;
		padding: 2rem 5% 3rem 7%;
	}

	.course_sec .detail_wrapper .right_box .list li .img{
		width: 58%;
		margin-bottom: 1rem;
	}
	.course_sec .detail_wrapper .right_box .list li .img.img01{
		width: 47%;
	}

	.course_sec .detail_wrapper .right_box .list li .text_wrapper{
		width: 100%;
	}

	.course_sec .detail_wrapper .right_box .list li h6{
		font-size: 1.8rem;
	}

	.course_sec .detail_wrapper .right_box .list li .text{
		font-size: 1.35rem;
	}
}

/* レッスンの流れ　右
-------------------------------------------------------- */
.course_sec .flow_list01{
	padding-left: 3rem;
	position: relative;
}
.course_sec .flow_list01::before{
	content: "";
	display: block;
	width: .4rem;
	height: calc(100% - .5rem);
	background-color: var(--course_color);
	position: absolute;
	left: .85rem;
	top: 0;
}
.course_sec .flow_list01::after{
	content: "";
	display: block;
	width: 2rem;
	height: 1rem;
	background-color: var(--course_color);
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-clip-path: polygon(0 0, 50% .2rem, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 50% .2rem, 100% 0, 50% 100%);
}

.course_sec .flow_list01 .wrapper{
	display: -webkit-box;
	display: flex;
	margin-bottom: 1rem;
	border-radius: 2rem;
	border: .2rem solid #fef4e5;
	background-color: #fef4e5;
	position: relative;
}
.course_sec .flow_list01 .wrapper:nth-of-type(1){
	color: #fff;
	border-color: var(--course_color);
	background-color: var(--course_color);
}
.course_sec .flow_list01 .wrapper:nth-last-of-type(1){
	margin-bottom: 0;
	border-color: var(--course_color);
	background-color: #fff;
}

.course_sec .flow_list01 .wrapper::before{
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	border: .3rem solid var(--course_color);
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	right: calc(100% + 1.2rem);
	top: calc(50% - 1rem);
}
.course_sec .flow_list01 .wrapper:nth-last-of-type(1)::before{
	background-color: var(--course_color);
}
@media screen and (max-width: 1200px) {
	.course_sec .flow_list01 .wrapper::before{
		right: calc(100% + 1rem);
	}
}
@media screen and (max-width: 1024px) {
	.course_sec .flow_list01 .wrapper::before{
		right: calc(100% + 1.05rem);
	}
}

.course_sec .flow_list01 .wrapper dt{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: capitalize;
	width: 41%;
	padding: 1.66rem 2% 1.66rem calc(3.6rem + 3.5%);
	border-right: 1px solid var(--course_color);
	position: relative;
}
.course_sec .flow_list01 .wrapper:nth-of-type(1) dt{
	border-color: #fff;
}

.course_sec .flow_list01 .wrapper dt::before{
	content: "";
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	-webkit-mask: url(../img/cmn/icon_opening.svg) no-repeat center/contain;
	mask: url(../img/cmn/icon_opening.svg) no-repeat center/contain;
	background-color: var(--course_color);
	position: absolute;
	left: 3%;
	top: calc(50% - 2rem);
}
.course_sec .flow_list01 .wrapper dt.warmup::before{
	-webkit-mask-image: url(../img/cmn/icon_warmup.svg);
	mask-image: url(../img/cmn/icon_warmup.svg);
}
.course_sec .flow_list01 .wrapper dt.review::before{
	-webkit-mask-image: url(../img/cmn/icon_review.svg);
	mask-image: url(../img/cmn/icon_review.svg);
}
.course_sec .flow_list01 .wrapper dt.words::before{
	-webkit-mask-image: url(../img/cmn/icon_words.svg);
	mask-image: url(../img/cmn/icon_words.svg);
}
.course_sec .flow_list01 .wrapper dt.activity::before{
	-webkit-mask-image: url(../img/cmn/icon_activity.svg);
	mask-image: url(../img/cmn/icon_activity.svg);
}
.course_sec .flow_list01 .wrapper dt.closing::before{
	-webkit-mask-image: url(../img/cmn/icon_closing.svg);
	mask-image: url(../img/cmn/icon_closing.svg);
}
.course_sec .flow_list01 .wrapper dt.communication::before{
	-webkit-mask-image: url(../img/cmn/icon_communication.svg);
	mask-image: url(../img/cmn/icon_communication.svg);
}
.course_sec .flow_list01 .wrapper dt.textbook::before{
	-webkit-mask-image: url(../img/cmn/icon_textbook.svg);
	mask-image: url(../img/cmn/icon_textbook.svg);
}
.course_sec .flow_list01 .wrapper dt.presentation::before{
	-webkit-mask-image: url(../img/cmn/icon_presentation.svg);
	mask-image: url(../img/cmn/icon_presentation.svg);
}
.course_sec .flow_list01 .wrapper dt.phonics::before{
	-webkit-mask-image: url(../img/cmn/icon_phonics.svg);
	mask-image: url(../img/cmn/icon_phonics.svg);
}
.course_sec .flow_list01 .wrapper dt.workbook::before{
	-webkit-mask-image: url(../img/cmn/icon_workbook.svg);
	mask-image: url(../img/cmn/icon_workbook.svg);
}
.course_sec .flow_list01 .wrapper dt.reading::before{
	-webkit-mask-image: url(../img/cmn/icon_reading.png);
	mask-image: url(../img/cmn/icon_reading.png);
	left: 5%;
}
.course_sec .flow_list01 .wrapper dt.speaking::before{
	-webkit-mask-image: url(../img/cmn/icon_speaking.png);
	mask-image: url(../img/cmn/icon_speaking.png);
}
.course_sec .flow_list01 .wrapper dt.question::before{
	-webkit-mask-image: url(../img/cmn/icon_question.png);
	mask-image: url(../img/cmn/icon_question.png);
}
.course_sec .flow_list01 .wrapper dt.conversation::before{
	-webkit-mask-image: url(../img/cmn/icon_conversation.png);
	mask-image: url(../img/cmn/icon_conversation.png);
}

.course_sec .flow_list01 .wrapper:nth-of-type(1) dt::before{
	background-color: #fff;
}

.course_sec .flow_list01 .wrapper dd{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 59%;
	padding: 2rem 1.5%;
}
.course_sec .flow_list01 .wrapper:nth-of-type(1) dd{
	font-weight: 700;
}
.course_sec .flow_list01 .wrapper:nth-last-of-type(1) dd{
	font-weight: 700;
	color: var(--course_color);
}

@media screen and (max-width: 768px) {
	.course_sec .flow_list01 .wrapper{
		display: block;
		border-radius: 1rem;
	}

	.course_sec .flow_list01 .wrapper::before {
        right: calc(100% + 1.2rem);
    }

	.course_sec .flow_list01 .wrapper dt{
		width: 100%;
		padding: 1.25rem 3% 1.25rem calc(3.6rem + 5%);
		border-right: none;
		border-bottom: 1px solid var(--course_color);
	}

	.course_sec .flow_list01 .wrapper dd{
		display: block;
		font-size: 1.35rem;
		width: 100%;
		padding: 1.25rem 3%;
	}
}



/* おうちでは、保護者の方も是非ご一緒に！
-------------------------------------------------------- */
.course_sec .outro{
	width: 92%;
	padding: 3.5rem 4.5%;
	margin: 2rem auto 0;
	border: 1px solid var(--course_color);
	border-radius: 2rem;
	background-color: #fff;
}

.course_sec .outro h5{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	width: fit-content;
	min-height: 2.4em;
	padding: 0 3.4em;
	margin: auto auto 1em;
	position: relative;
}
.course_sec .outro h5::before,
.course_sec .outro h5::after{
	content: "";
	display: block;
	width: 2.2em;
	height: 2.4em;
	background: url(../img/cmn/diagonal.svg) no-repeat center/contain;
	position: absolute;
	bottom: .33em;
}
.course_sec .outro h5::before{
	left: 0;
}
.course_sec .outro h5::after{
	right: 0;
	transform: scale(-1, 1);
}

#course01_01 .outro .flex_wrapper{
	width: 92%;
	padding-bottom: 3rem;
	margin-left: auto;
}

#course01_01 .outro .flex_wrapper .img{
	width: 21%;
	margin: 0 auto;
}
#course01_01 .outro .flex_wrapper .text{
	width: 72%;
}


@media screen and (max-width: 768px) {
	.course_sec .outro{
		border-radius: 1rem;
	}

	.course_sec .outro h5{
		display: block;
		font-size: 1.6rem;
		min-height: 0;
		padding: 0 1.7em;
	}

	.course_sec .outro h5::before,
	.course_sec .outro h5::after{
		width: 1.6em;
		height: 1.7em;
		bottom: .66em;
	}

	#course01_01 .outro .flex_wrapper{
		display: block;
		width: 100%;
		padding-bottom: 0;
	}

	#course01_01 .outro .flex_wrapper .img{
		width: 40%;
		margin: auto auto 1.5rem;
	}

	#course01_01 .outro .flex_wrapper .text{
		width: 100%;
	}

	#course01_02 .detail_wrapper.curriculum .right_box .text01{
		font-size: 1.35rem;
	}
}

/* クラス案内 小1～小3
-------------------------------------------------------- */
#course01_02 .detail_wrapper.curriculum .right_box .flex_wrapper{
	margin-bottom: 2.5rem;
}
#course01_02 .detail_wrapper.curriculum .img01{
	width: 57%;
}
#course01_02 .detail_wrapper.curriculum .img02{
	width: 43%;
}

#course01_02 .detail_wrapper.curriculum .right_box .text01{
	line-height: 2.125;
}

#course01_02 .outro .list{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: repeat(3, 32%);
    grid-template-columns: repeat(3, 32%);
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 97%;
	margin: auto auto 2rem;
}

#course01_02 .outro .list li{
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: subgrid;
	grid-template-rows: subgrid;
	grid-row: span 3;
}

#course01_02 .outro .list li .img{
	width: 48%;
	margin: auto auto 1.5rem;
}

#course01_02 .outro .list li h6{
	color: var(--course_color);
	text-align: center;
	line-height: 1.5;
	margin-bottom: .25em;
}

#course01_02 .outro .summary_box{
	padding: 2rem 2%;
	margin-bottom: 4.5rem;
	background-color: #fff;
	border-radius: 2rem;
	border: .2rem solid var(--course_color);
	position: relative;
}
#course01_02 .outro .summary_box::before{
	content: "";
	display: block;
	width: 4rem;
	height: 4.2rem;
	background: url(../img/cmn/summary_arrow.svg) no-repeat center top/contain;
	position: absolute;
	top: 100%;
	left: calc(50% - 2rem);
}

#course01_02 .outro .summary02{
	padding: .33em;
	margin: 0 -4%;
	border-radius: 2rem;
	background-color: var(--course_color);
}

@media screen and (max-width: 768px) {
	#course01_02 .detail_wrapper.curriculum .right_box .flex_wrapper{
		display: block;
		margin-bottom: 1.5rem;
	}

	#course01_02 .detail_wrapper.curriculum .img01{
		width: 100%;
		margin-bottom: 1.5rem;
	}
	#course01_02 .detail_wrapper.curriculum .img02{
		width: 60%;
		margin: auto;
	}

	#course01_02 .outro .list{
		display: block;
	}
	#course01_02 .outro .list li{
		display: block;
		margin-bottom: 1.5rem;
	}

	#course01_02 .outro .summary_box{
		border-radius: 1rem;
	}

	#course01_02 .outro .summary_box .text{
		font-size: 1.3rem;
		text-align: left;
	}

	#course01_02 .outro .summary02{
		padding: .5em;
		margin: 0 -2%;
		border-radius: 1rem;
	}
}


/************************************************************************
	i-Kids English コース
**************************************************************************/
#course02{
	--course_color: #4cbcb6;
}

#course02 .sec_intro .text{
	margin-bottom: 1.25em;
}

.merit_dl{
	letter-spacing: .01em;
	margin-bottom: 2rem;
}
.merit_dl dt{
	color: var(--course_color);
	margin-bottom: .5em;
}
.merit_dl dd{
	padding-left: 1.1em;
	position: relative;
}
.merit_dl dd::before{
	content: "\025C6";
	display: inline-block;
	position: absolute;
	left: 0;
}

@media screen and (max-width: 768px) {
	
}

/* カリキュラム・レッスンの流れ
-------------------------------------------------------- */
#course02 .sec_container{
	background-color: #edf8f8;
}

#course02 .detail_wrapper.curriculum .right_box .flex_wrapper .img{
	width: 38%;
}

#course02 .detail_wrapper.curriculum .right_box .flex_wrapper .text_wrapper{
	width: 57%;
}

#course02 .detail_wrapper.curriculum .right_box .flex_wrapper .text_wrapper h6{
	color: var(--course_color);
}

.course_sec .flow_list02{
	padding-left: 3rem;
    position: relative;
}

.course_sec .flow_list02 li{
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	margin-bottom: 1rem;
	border-radius: 2rem;
	background-color: #edf8f8;
	position: relative;
}

.course_sec .flow_list02 li::before{
	content: "";
    display: block;
    width: .4rem;
    height: calc(100% + 1.5rem);
    background-color: var(--course_color);
    position: absolute;
    right: calc(100% + 1.75rem);
    top: calc(-50% - 1rem);
}
.course_sec .flow_list02 li:nth-of-type(1)::before{
	display: none;
}

.course_sec .flow_list02 li::after{
	content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    border: .3rem solid var(--course_color);
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: calc(100% + 1rem);
    top: calc(50% - 1rem);
	z-index: 1;
}

.course_sec .flow_list02 li.last{
	display: block;
	padding: 2rem 3% 2.5rem;
	border: .2rem solid var(--course_color);
}

.course_sec .flow_list02 li.last::before{
    width: 2rem;
	height: calc(100% - 1.5rem);
	right: calc(100% + 1.15rem);
    clip-path: polygon(.8rem 0, 1.2rem 0, 1.2rem calc(100% - .9rem), 100% calc(100% - 1rem), 50% 100%, 0 calc(100% - 1rem), .8rem calc(100% - .9rem));
}
.course_sec .flow_list02 li.last::after{
	width: 3rem;
    height: 3rem;
	background-color: #ffff00;
	right: calc(100% + .7rem);
}

.course_sec .flow_list02 li.last h6{
	color: var(--course_color);
}
.course_sec .flow_list02 li.last .img{
	width: 80%;
	margin: auto;
}

@media screen and (max-width: 1200px) {
	.course_sec .flow_list02 li::after{
		right: calc(100% + .9rem);
	}
	.course_sec .flow_list02 li.last::before{
		right: calc(100% + 1.1rem);
	}
}

@media screen and (max-width: 1024px) {
	.course_sec .flow_list02 li.last::before{
		right: calc(100% + 1.05rem);
	}
}

.course_sec .flow_list02 li .img{
	width: 38.4%;
	border-radius: 0 2rem 2rem 0;
	overflow: hidden
	;
}
.course_sec .flow_list02 li .img picture{
	height: 100%;
}
.course_sec .flow_list02 li .img img{
	height: 100%;
	object-fit: cover;
}

.course_sec .flow_list02 li .text_wrapper{
	width: 61.6%;
	padding: 2rem 2.5%;
}

.course_sec .flow_list02 li .text_wrapper h6{
	color: var(--course_color);
	margin-bottom: .25em;
}

@media screen and (max-width: 768px) {
	#course02 .detail_wrapper.curriculum .right_box .flex_wrapper{
		display: block;
	}

	#course02 .detail_wrapper.curriculum .right_box .flex_wrapper .img{
		width: 90%;
		margin: auto auto 1.5rem;
	}

	#course02 .detail_wrapper.curriculum .right_box .flex_wrapper .text_wrapper{
		width: 100%;
	}

	.course_sec .flow_list02 li{
		display: block;
		padding: 1.5rem 5%;
		border-radius: 1rem;
	}

	.course_sec .flow_list02 li::after{
		right: calc(100% + .95rem);
	}
	.course_sec .flow_list02 li::before{
		top: calc(-50% - .5rem);
	}
	.course_sec .flow_list02 li.last::after{
		width: 2.4rem;
		height: 2.4rem;
		right: calc(100% + 1rem);
	}
	.course_sec .flow_list02 li.last::before {
		height: 100%;
        right: calc(100% + 1.2rem);
		top: calc(-50% - 2rem);
    }

	.course_sec .flow_list02 li .img{
		width: 100%;
		margin-bottom: 1rem;
		border-radius: 0;
	}

	.course_sec .flow_list02 li .text_wrapper{
		width: 100%;
		padding: 0;
	}
	.course_sec .flow_list02 li .text_wrapper .text{
		font-size: 1.3rem;
	}

	.course_sec .flow_list02 li.last h6{
		margin-bottom: 1em;
	}

	.course_sec .flow_list02 li.last .img{
		width: 90%;
	}

}

/************************************************************************
	中学準備コース
**************************************************************************/
#course03{
	--course_color: #556fb5;
}
#course03 .sec_intro .text{
	margin-bottom: 1.25em;
}

#course03 .sec_intro h5{
	color: var(--course_color);
}

#course03 .sec_intro .list{
	width: 92%;
	margin: auto auto 2rem;
}
#course03 .sec_intro .list li{
	width: 45%;
	max-width: 20.5rem;
}
#course03 .sec_intro .list li:nth-of-type(1){
	margin-right: 3%;
}


/************************************************************************
	オンライン英語コース
**************************************************************************/
#course04{
	--course_color: #8dc458;
}

#course04 .sec_intro{
	padding: 3.5rem 0 2.5rem;
}

#course04 .sec_container{
	background-color: #f3f9ee;
}

#course04 .price_tbl{
	margin-bottom: 1rem;
}
#course04 .price_tbl th{
	width: 50%;
	font-size: 1em;
}
#course04 .price_tbl td{
	width: 50%;
}
#course04 .price_tbl tr:nth-last-of-type(2) th{
	border-bottom: 1px solid var(--course_color);
}
#course04 .price_tbl tr:nth-last-of-type(1) td{
	border-top: none;
}

@media screen and (max-width: 768px) {
	#course04 .price_tbl,
	#course04 .price_tbl tbody,
	#course04 .price_tbl tr,
	#course04 .price_tbl th,
	#course04 .price_tbl td{
		display: block;
		width: 100%;
	}

	#course04 .price_tbl th{
		padding-left: 0;
	}
	#course04 .price_tbl tr:nth-last-of-type(2) th{
		border-bottom: none;
	}
	#course04 .price_tbl td{
		padding-left: 1em;
		border-top: none;
	}
	#course04 .price_tbl tr:nth-last-of-type(1) td{
		border-bottom: 1px solid var(--course_color);
	}

}

/* クラス案内
-------------------------------------------------------- */
#course04 .sec_container .container_title{
	margin-bottom: 1em;
}

#course04 .detail_wrapper.curriculum .right_box .flex_wrapper .img{
	width: 40%;
}
#course04 #course04_01 .detail_wrapper.curriculum .right_box .flex_wrapper .img{
	padding-top: 5%;
}

#course04 .detail_wrapper.curriculum .right_box .flex_wrapper .text_wrapper{
	width: 57%;
}

#course04 .detail_wrapper .right_box h6{
	color: var(--course_color);
}

#course04 .flow_list01 .wrapper{
	border-color: #f3f9ee;
	background-color: #f3f9ee;
}

#course04 .flow_list01 .wrapper:nth-of-type(1){
	border-color: var(--course_color);
	background-color: var(--course_color);
}
#course04 .flow_list01 .wrapper:nth-last-of-type(1)::before{
	background-color: #fff;
}

#course04 .flow_list01 .wrapper dt{
	width: 38%;
	padding: 1.66rem 2% 1.66rem calc(6rem + 3.5%);
}
#course04 .flow_list01 .wrapper dt::before{
	width: 5.6rem;
}

#course04 .flow_list01 .wrapper dd{
	width: 62%;
}

#course04 .flow_list01 .wrapper:nth-last-of-type(1) dd{
	font-weight: 500;
	color: var(--font_color);
}

@media screen and (max-width: 768px) {
	#course04 .sec_container .container_title{
		font-size: 1.65rem;
		letter-spacing: .02em;
		width: 98%;
	}

	#course04 .detail_wrapper.curriculum .right_box .flex_wrapper{
		display: block;
	}

	#course04 .detail_wrapper.curriculum .right_box .flex_wrapper .img{
		width: 90%;
        margin: auto auto 1.5rem;
	}
	#course04 #course04_01 .detail_wrapper.curriculum .right_box .flex_wrapper .img{
		padding-top: 0;
	}
	
	#course04 .detail_wrapper.curriculum .right_box .flex_wrapper .text_wrapper{
		width: 100%;
	}

	#course04_02 .detail_wrapper.flow .right_box .text01{
		text-align: left;
	}

	#course04 .flow_list01 .wrapper dt{
		width: 100%;
		padding: 1.25rem 3% 1.25rem calc(6rem + 5%);
	}
	
	#course04 .flow_list01 .wrapper dd{
		width: 100%;
	}
	
}

/* 英検2級の面接出題例
-------------------------------------------------------- */
#course04 .outro .text_wrapper{
	width: 48%;
	max-width: 46rem;
}

#course04 .outro .img{
	width: 49%;
}

#course04 .outro h5{
	text-align: left;
	width: auto;
    min-height: 0;
	margin: 0 0 .33em 0;
    padding: 0;
}
#course04 .outro h5::before,
#course04 .outro h5::after{
	display: none;
}

#course04 .outro dl dt{
	margin-bottom: .25em;
}
#course04 .outro dl dd{
	line-height: 1.685;
}

@media screen and (max-width: 768px) {
	#course04 .outro .flex_wrapper{
		display: block;
	}
	#course04 .outro .text_wrapper{
		width: 100%;
		max-width: none;
		margin-bottom: .75em;
	}
	
	#course04 .outro .img{
		width: 100%;
	}
}



/************************************************************************
	速読聴英語講座
**************************************************************************/
#course05{
	--course_color: #00b7ee;
}

#course05 .sec_intro .text_wrapper .text{
	margin-bottom: 1.25em;
}
#course05 .sec_intro .text_wrapper .img{
	margin-bottom: 1.25em;
}

#course05 .sec_container{
	background-color: #e5f8fd;
}

@media screen and (max-width: 768px) {
	#course05 .price_tbl th{
		width: 14rem;
	}

	#course05 .price_tbl td{
		width: calc(100% - 14rem);
	}
}

/* カリキュラム
-------------------------------------------------------- */
#course05 .detail_wrapper .right_box .list li{
	padding: 2.5rem 6% 2.5rem 4%;
}

#course05 .detail_wrapper .right_box .list li .img{
	width: 42.5%;
}

#course05 .detail_wrapper .right_box .list li .text_wrapper{
	padding: 1% 0;
	width: 55%;
}

#course05 .detail_wrapper .right_box .list li h6{
	font-size: 1.84rem;
}

#course05 .detail_wrapper .right_box.movie_wrap{
	padding: 4rem 12%;
}
.movie{
	position: relative;
}
.movie::before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.movie iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#course05 .detail_wrapper .movie{
	max-width: 46rem;
}

@media screen and (max-width: 768px) {
	#course05 .detail_wrapper .right_box .list li .img{
		width: 90%;
        margin: auto auto 1.5rem;
	}
	
	#course05 .detail_wrapper .right_box .list li .text_wrapper{
		width: 100%;
	}

	#course05 .detail_wrapper .right_box .list li h6{
		font-size: 1.48rem;
	}

	#course05 .detail_wrapper .right_box.movie_wrap{
		padding: 4rem 4%;
	}
	
}

/* モチベーションアップの仕組み
-------------------------------------------------------- */
#course05 .outro .list{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: repeat(2, 48%);
    grid-template-columns: repeat(2, 48%);
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#course05 .outro .list li{
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: subgrid;
	grid-template-rows: subgrid;
	grid-row: span 3;
}

#course05 .outro .list li .img{
	width: 78%;
	margin: 0 auto .5rem;
}

#course05 .outro .list li h6{
	color: var(--light_blue);
	text-align: center;
	margin: auto;
}
#course05 .outro .list li .text{
	margin-top: .5em;
}

#course05 .attention_text{
	width: 90%;
	margin: .75em auto 0;
}

@media screen and (max-width: 768px) {
	#course05 .outro .list{
		display: block;
	}

	#course05 .outro .list li{
		display: block;
		margin-bottom: 2.5rem;
	}

	#course05 .outro .list li .img{
		width: 90%;
		margin: 0 auto 1rem;
	}

	#course05 .attention_text{
		width: 94%;
		text-align: left;
	}
	
}


/************************************************************************
	プライベートコース
**************************************************************************/
#course06{
	--course_color: #f19ec2;
	margin-bottom: 0;
}

#course06 .sec_intro h5{
	color: var(--course_color);
	margin-bottom: .5em;
}

#course06 .sec_intro .text{
	margin-bottom: 1.25em;
}

#course06 .sec_intro .text .t_wrap{
	display: inline-block;
	padding: .25em .75em;
	margin: .33em;
	background-color: #fef5f9;
	border: 1px solid var(--course_color);
}
#course06 .sec_intro .text .last{
	margin-left: 1em;
}

#course06 .price_tbl th{
	width: 20rem;
}
#course06 .price_tbl td{
	width: calc(100% - 20rem);
}


@media screen and (max-width: 768px) {
	#course06 .price_tbl th{
		width: 15rem;
	}
	#course06 .price_tbl td{
		width: calc(100% - 15rem);
	}
}


/************************************************************************
	実績
**************************************************************************/
#achievement .belt_title{
	padding: 2rem 20rem;
}
#achievement .belt_title::before{
	width: 11rem;
	height: 9rem;
	background: url(../img/cmn/belt_deco02.png) no-repeat center/contain;
}


@media screen and (max-width: 768px) {
	#achievement .belt_title{
		padding: 2rem 10rem;
	}
	#achievement .belt_title::before{
		width: 7.2rem;
		height: 5.8rem;
	}
}

/* iesなら英検に合格できる！
-------------------------------------------------------- */
#achievement01{
	background: url(../img/achievement01bg.png) no-repeat bottom -1px right/100%;
}

#achievement01 .guidance{
	line-height: 2.25;
	margin-bottom: 5.5em;
}

#achievement01 .list li{
	width: 32%;
	max-width: 36rem;
	position: relative;
}

#achievement01 .list li h4{
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	padding: .5em 1.25em .4em;
	border-radius: 3em;
	background-color: var(--orange);
	position: absolute;
	left: -.1em;
	top: -1.66em;
	z-index: 1;
}
#achievement01 .list li:nth-of-type(2) h4{
	background-color: #4cbcb6;
}
#achievement01 .list li:nth-of-type(3) h4{
	background-color: var(--light_blue);
}
#achievement01 .list li h4::after{
	content: "";
	display: block;
	width: .5em;
	height: .5em;
	background-color: inherit;
	position: absolute;
	top: calc(100% - 1px);
	right: 3.75em;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}

#achievement01 .list li .img,
#achievement01 .list li .img picture,
#achievement01 .list li .img img{
	border-radius: 3rem;
}

#achievement01 .list li .img{
	margin-bottom: 1.75rem;
}

#achievement01 .list li .text{
	line-height: 2;
}

@media screen and (max-width: 768px) {
	#achievement01{
		background-image: url(../img/achievement01bg_sp.png);
	}

	#achievement01 .guidance{
		text-align: left;
		padding-top: .25em;
		margin-bottom: 4em;
	}

	#achievement01 .list{
		display: block;
	}

	#achievement01 .list li{
		width: 100%;
		max-width: none;
		margin-bottom: 5rem;
	}

	#achievement01 .list li h4{
		font-size: 1.6rem;
	}

	#achievement01 .list li .img,
	#achievement01 .list li .img picture,
	#achievement01 .list li .img img{
		border-radius: 1.5rem;
	}

	#achievement01 .list li .img{
		max-width: 600px;
		margin: auto auto 1rem;
	}

}

/* iesに通って成績を伸ばした生徒たちの英検合格実績
-------------------------------------------------------- */
#achievement02{
	background-color: #f8f8ee;
}

#achievement02 .container{
	padding: 4rem 5% 2rem;
	border-radius: 2rem;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
#achievement02 .container::before{
	content: "";
	display: block;
	width: 100%;
	height: .5rem;
	background-color: #6eb944;
	position: absolute;
	top: 0;
	left: 0;
}

#achievement02 h3{
	margin-bottom: .25em;
}

#achievement02 .guidance{
	width: 96%;
	padding: 0 5.6em;
	margin: auto auto 3em;
	position: relative;
}
#achievement02 .guidance::after{
	content: "";
	display: block;
	width: 5.2em;
	height: 7.6em;
	background: url(../img/achievement_deco.png) no-repeat center/contain;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-50%);
}

#achievement02 .graph_box{
	width: 29%;
	max-width: 28rem;
}

#achievement02 .graph_box .img{
	margin-bottom: 6%;
}
#achievement02 .graph_box .text{
	font-size: min(18px, 1.5vw);
	line-height: 2;
}

#achievement02 .list_wrapper{
	width: 70%;
}

#achievement02 .list{
	font-size: min(18px, 1.5vw);
	padding-top: 1.1em;
}

#achievement02 .list li{
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	padding: 2.66em 0 .7em;
	border-radius: 1rem;
	position: relative;
}
#achievement02 .list li:nth-of-type(1){
	width: 49%;
	margin-bottom: 1.5em;
	background-color: #fdf0ec;
}

#achievement02 .list li:nth-of-type(1) .img{
	width: 31.2%;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-30%);
}

#achievement02 .list li:nth-of-type(2){
	width: 49%;
	margin-bottom: 1.5em;
	background-color: #fef4e5;
}
#achievement02 .list li:nth-of-type(n+3){
	width: 32.4%;
	background-color: #f0f8ec;
}

#achievement02 .list li::after{
	content: "";
	display: block;
	width: 2.72em;
	height: 3.5em;
	background: url(../img/achievement_ribbon01.png) no-repeat center/contain;
	position: absolute;
	left: calc(50% - 1.86em);
	top: -1em;
}
#achievement02 .list li:nth-of-type(2)::after{
	background-image: url(../img/achievement_ribbon02.png);
}
#achievement02 .list li:nth-of-type(n+3)::after{
	background-image: url(../img/achievement_ribbon03.png);
}

#achievement02 .list li .big{
	font-size: 2.66em;
}
#achievement02 .list li .middle{
	font-size: 1.56em;
}

#achievement02 .attention_text{
	text-align: right;
	padding-top: .5em;
}



@media screen and (max-width: 768px) {
	#achievement02 .inner.primary{
		padding-top: 4rem;
	}
	#achievement02 .container{
		padding: 7rem 4% 2rem;
		border-radius: 1rem;
		overflow: visible;
	}
	#achievement02 .container::before{
		border-radius: 1rem 1rem 0 0;
	}
	#achievement02 .container::after{
		content: "";
		display: block;
		width: 6.8rem;
		height: 10rem;
		background: url(../img/achievement_deco.png) no-repeat center/contain;
		position: absolute;
		top: 0;
		left: calc(50% - 3.4rem);
		transform: translateY(-50%);
	}

	#achievement02 .guidance{
		width: 100%;
		padding: 0;
		margin: auto auto 2em;
		position: relative;
	}

	#achievement02 .guidance::after{
		display: none;
	}

	#achievement02 .flex_wrapper{
		display: block;
	}

	#achievement02 .graph_box{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		width: 100%;
		margin-bottom: 10%;
	}

	#achievement02 .graph_box .img{
		width: 50%;
		margin: 0;
	}
	#achievement02 .graph_box .text{
		font-size: 3.73vw;
		width: 46.5%;
	}

	#achievement02 .list_wrapper{
		width: 100%;
	}
	
	#achievement02 .list{
		font-size: 3.25vw;
		padding-top: 1.1em;
	}

	#achievement02 .list li{
		padding: 2.66em 0 .9em;
		border-radius: .5rem;
	}

	#achievement02 .list li:nth-of-type(1) .img{
		width: 39.3%;
		position: absolute;
		right: -4%;
		transform: translateY(-50%);
	}

	#achievement02 .attention_text{
		font-size: 1.4rem;
		padding-top: .25em;
	}

}


/************************************************************************
	入会お問い合わせ
**************************************************************************/
#contact .belt_title{
	padding: 2rem 8.8rem;
}
#contact .belt_title::before{
	width: 7rem;
	height: 7.6rem;
	background: url(../img/cmn/belt_deco03.png) no-repeat center/contain;
}


@media screen and (max-width: 768px) {
	#contact .belt_title{
		padding: 2rem 6rem;
	}

	#contact .belt_title::before{
		width: 5.5rem;
		height: 6rem;
	}
	
}

/* 入会までの流れ
-------------------------------------------------------- */
#contact_flow{
	background: url(../img/contact_flow_bg.png) no-repeat bottom -1px left/100%;
}
#contact_flow .ribbon_title::before{
	background-color: #4cbcb6;
}

#contact_flow .ribbon_title::after{
	content: "";
	display: block;
	width: 3.66em;
	height: 4.375em;
	background: url(../img/contact_flow_deco.png) no-repeat center/contain;
	position: absolute;
	bottom: 0;
	left: -6em;
}

#contact_flow .flow_list{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: repeat(5,1fr);
    grid-template-columns: repeat(5,1fr);
	padding-top: 3rem;
}

#contact_flow .flow_list li{
	-ms-grid-column-span: 1;

	display: -ms-grid;
	display: grid;
	-ms-grid-rows: subgrid;
	grid-template-rows: subgrid;
	grid-row: span 3;
}
#contact_flow .flow_list li:nth-of-type(1){
	-ms-grid-column: 1;
	grid-column: 1 / 2;
}
#contact_flow .flow_list li:nth-of-type(2){
	-ms-grid-column: 2;
	grid-column: 2 / 3;
}
#contact_flow .flow_list li:nth-of-type(3){
	-ms-grid-column: 3;
	grid-column: 3 / 4;
}
#contact_flow .flow_list li:nth-of-type(4){
	-ms-grid-column: 4;
	grid-column: 4 / 5;
}
#contact_flow .flow_list li:nth-of-type(5){
	-ms-grid-column: 5;
	grid-column: 5 / 6;
}

#contact_flow .flow_list li .img{
	width: 66%;
	margin: auto auto 1rem;
}

#contact_flow .flow_list li h4{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #4cbcb6;
	margin: auto;
}

#contact_flow .flow_list li .text{
	line-height: 2;
	padding: 22% 5% 0;
	position: relative;
}
#contact_flow .flow_list li .text::before{
	content: "";
	display: block;
	width: 100%;
	padding-top: 10.416%;
	background: url(../img/contact_flow_bar.png) no-repeat center/100%;
	position: absolute;
	top: 1rem;
	left: 0;
}
#contact_flow .flow_list li:nth-last-of-type(1) .text::before{
	background-image: url(../img/contact_flow_arrow.png);
}


@media screen and (max-width: 768px) {
	#contact_flow{
		background-image: url(../img/contact_flow_bg_sp.png);
	}

	#contact_flow .inner.primary{
		padding-top: 2rem
	}

	#contact_flow .ribbon_title::after{
		display: none;
	}

	#contact_flow .flow_list{
		display: block;
		padding-top: 2.5rem;
		position: relative;
	}
	#contact_flow .flow_list li{
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 22% 1fr;
		grid-template-columns: 22% 1fr;
		grid-row: auto;
		-ms-grid-column-span: auto;
		grid-column-gap: 8.5%;
		padding-bottom: 4rem;
		position: relative;
	}
	#contact_flow .flow_list li:nth-last-of-type(1){
		padding-bottom: 3rem;
	}

	#contact_flow .flow_list li::before{
		content: "";
		display: block;
		width: .25rem;
		height: 100%;
		background-color: #4cbcb6;
		position: absolute;
		left: 26%;
		top: 1rem;
	}
	#contact_flow .flow_list li:nth-last-of-type(1)::after{
		content: "";
		display: block;
		width: 1.2rem;
		height: .6rem;
		background-color: #4cbcb6;
		position: absolute;
		left: calc(26% - .45rem);
		bottom: -1.25rem;
		clip-path: polygon(0 0, 50% .1rem, 100% 0, 50% 100%);
	}

	#contact_flow .flow_list li .img{
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/ 3;
		width: 100%;
		margin: 0;
		transform: translateY(-10%);
	}

	#contact_flow .flow_list li h4{
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/ 2;
		font-size: 1.5rem;
		text-align: left;
		margin: 0 0 .75rem;
	}
	#contact_flow .flow_list li h4::before{
		content: "";
		display: block;
		width: 1.25rem;
		height: 1.25rem;
		border-radius: 50%;
		background-color: #4cbcb6;
		position: absolute;
		top: .5rem;
		left: calc(26% - .5rem);
	}

	#contact_flow .flow_list li .text{
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/ 3;
		font-size: 1.35rem;
		padding: 0;
	}
	#contact_flow .flow_list li .text::before{
		display: none;
	}
}


/* お問い合わせフォーム
-------------------------------------------------------- */
#contact_form{
	background-color: #f8f8ee;
}

#contact_form .guidance{
	text-align: center;
	line-height: 2.25;
	margin-bottom: 2.75em;
}

#form_container{
	padding: 3rem 4% 5rem;
	border-radius: 3rem;
	background-color: #fff;
}

#form_container .privacy_guide{
	text-align: center;
	line-height: 2;
	margin-bottom: 2.25em;
}
#form_container .privacy_guide a{
	color: var(--yellow_green);
	text-decoration: underline;
}
#form_container .privacy_guide a:hover{
	text-decoration: none;
}

@media screen and (max-width: 768px) {

	#form_container{
		border-radius: 1.5rem;
	}

	#form_container .privacy_guide{
		text-align: left;
	}
}

/* テーブル
-------------------------------------------------------- */
.form_table{
	margin-bottom: 2.5em;
}
.form_table tr{
	border-bottom: 1px solid #ccc;
}
.form_table th{
	font-weight: 700;
	vertical-align: middle;
	padding: 1.2em 4em 1.2em 1.25em;
	width: 27rem;
	position: relative;
}
.form_table th.text_top{
	vertical-align: text-top;
}
.form_table th .th_supple{
	display: inline-block;
	font-weight: 400;
	padding-left: .25em;
	padding-top: .25em;
}

.form_table td{
	width: calc(100% - 27rem);
	padding: 1.25em 1% 1.25em 2%;
}

.form_table th.required::after{
	content: "必須";
	display: inline-block;
	color: #fff;
	padding: 0 .5em;
	border-radius: 1rem;
	background-color: var(--thin_red02);
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
}

.form_table .textarea_td{
	padding: .66em .66em .5em;
}

form#mailformpro .form_table .mfp_err{
	font-size: .78em;
	font-weight: 700;
	color: var(--red);
}

@media screen and (max-width: 768px) {
	.form_table,
	.form_table tbody,
	.form_table tr,
	.form_table th,
	.form_table td{
		display: block;
		width: 100%;
	}

	.form_table th{
		padding: 1em .25em .5em;
	}
	.form_table th.required::after{
		margin-left: 1.5em;
		border-radius: .5rem;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
	}
	
	.form_table td{
		padding: .5em .5em 1em;
	}
	.form_table tr:not(:nth-last-of-type(1)) td{
		border-bottom: none;
	}

}


/* -*-*-*-*-*- フォーム -*-*-*-*-*- */

/* -------------
input"text"など
-------------------------------------------------------- */
::placeholder {
	color: #939393;
}

form#mailformpro .form_table input[type="text"],
form#mailformpro .form_table input[type="email"],
form#mailformpro .form_table input[type="tel"],
form#mailformpro .form_table input[type="date"],
form#mailformpro .form_table textarea,
form#mailformpro .form_table select{
	color: #000;
	width: 100%;
	padding: .66em;
	background-color: #fff;
	box-shadow: none;
	border: 1px solid #ccc;
}
form#mailformpro .form_table .short input[type="text"],
form#mailformpro .form_table .short input[type="email"],
form#mailformpro .form_table .short input[type="tel"],
form#mailformpro .form_table .short input[type="date"],
form#mailformpro .form_table .short textarea,
form#mailformpro .form_table .short select{
	max-width: 25rem;
}


form#mailformpro .form_table textarea{
	width: 100% !important;/* importantが必要 */
	height: 10em !important;/* importantが必要 */
}



@media screen and (max-width: 768px) {
	form#mailformpro .form_table .address{
		padding-left: 2em;
	}
	form#mailformpro .form_table .address::before{
		left: 0;
		top: .75em;
	}
}


/* -------------
    セレクトボックス
-------------------------------------------------------- */
select {
	-webkit-appearance: none;
	appearance: none; /* デフォルトの矢印を無効 */
}
select::-ms-expand {
	display: none;
}

.short .select_wrap{
	max-width: 25rem;
}
.select_wrap{
	position: relative;
}
.select_wrap::after{
	content: "";
	display: block;
	width: .8em;
	height: .5em;
	-webkit-mask: url(../img/cmn/arrow01.svg) no-repeat center/contain;
    mask: url(../img/cmn/arrow01.svg) no-repeat center/contain;
	background-color: #000;
	position: absolute;
	right: 1em;
	top: calc(50% - .25em);
	pointer-events: none;
}

/* -------------
    ラジオボタン
-------------------------------------------------------- */
form#mailformpro .form_table .radio{
	display: block;
	position: relative;
	padding-right: 1em;
	padding-left: 2em;
	margin: 0 0 .33em;/* mailformpro打ち消し */
}

form#mailformpro .form_table .radio::before{
	content: "";
	display: block;
	width: 1.25em;
	height: 1.25em;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .25em;
}

form#mailformpro .form_table .radio::after{
	content: "";
	display: block;
	width: 1.25em;
	height: 1.25em;
	background-color: var(--yellow_green);
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: .24em;
	opacity: 0;
	transform: scale(.55);
	transition: .2s;
}

form#mailformpro .form_table input[type="radio"]:checked + .radio::after,
form#mailformpro .form_table input[type="radio"]:checked + input + .radio::after{
	opacity: 1;
}


@media screen and (max-width: 768px) {
	form#mailformpro .form_table .radio{
		display: block;
		margin-bottom: .33em;
	}
}


/* -------------
    チェックボックス
-------------------------------------------------------- */
form#mailformpro .form_table .checkbox{
	display: block;
	margin-right: 1.25em;
	position: relative;
}
form#mailformpro .form_table .checkbox::before{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .75em;
	margin-left: .5em;
	vertical-align: sub;
	border: #ccc 1px solid;
	position: relative;
	vertical-align: text-top;
}
form#mailformpro .form_table .checkbox::after{
	content: "";
	display: inline-block;
	width: .5em;
	height: .9em;
	border-right: 2px solid var(--yellow_green);
	border-bottom: 2px solid var(--yellow_green);
	opacity: 0;
	transform: rotate(45deg);
	position: absolute;
	left: .75em;
	top: .2em;
	transition: .1s;
}

#form_container input[type="checkbox"]:checked + .checkbox::after, #form_container input[type="checkbox"]:checked + input + .checkbox::after{
	opacity: 1;
}

@media screen and (max-width: 768px) {
	form#mailformpro .form_table .checkbox{
		display: block;
		margin-bottom: .33em;
	}
}

/* -*-*-*-*-*-*- 送信ボタン -*-*-*-*-*-*- */
#form_container .mfp_element_submit, #form_container #mfp_button_send{
	display: block;
	font-size: 1.125em;
	font-weight: 700;
	color: #fff;
	width: 80%;
	max-width: 40rem;
	padding: 1em;
	margin: auto;
	border: .2rem solid var(--yellow_green);
	border-radius: 3em;
	background-color: var(--yellow_green);
	transition: .4s;
}
#form_container .mfp_element_submit:hover, #form_container #mfp_button_send:hover{
	color: var(--yellow_green);
	background-color: #fff;
}


@media screen and (max-width: 768px) {
	#form_container .mfp_element_submit,  #form_container #mfp_button_send{
		padding: .75em 3em;
	}

	#form_container .mfp_element_submit::after,  #form_container #mfp_button_send::after{
		width: 2.8em;
	}
}



/* サンクスページ
-------------------------------------------------------- */
#thanks{
	background: url(../img/achievement01bg.png) no-repeat bottom -1px right/100%;
}

#thanks a{
	display: block;
	font-weight: 700;
	color: #fff;
	text-align: center;
	max-width: 40rem;
	width: 90%;
	padding: .75em;
	margin: auto;
	border: .2rem solid var(--yellow_green);
	border-radius: 3em;
	background-color: var(--yellow_green);
}
#thanks a:hover{
	color: var(--yellow_green);
	background-color: #fff;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	#thanks{
		background-image: url(../img/achievement01bg_sp.png);
	}

	#thanks .text{
		text-align: left;
	}
}


/************************************************************************
	教室情報 トップページコピー
**************************************************************************/
.clearfix:after {
    content: "";
    display: block;
    clear: both
}
.top_map {
	-webkit-font-smoothing: auto;
	font-size: 14px;
	color: #666;
    width: 100%;
    background: #fff
}

.top_map_wrp {
    width: 825pt;
    margin: 0 auto;
    padding: 60px 0
}

.top_map_tlt {
    width: 250px;
    margin: 0 auto
}

.top_map_tlt_t {
    position: relative;
    height: 10pc;
    background: url(../img/cnt/germ-g.png)center center no-repeat;
    -webkit-background-size: auto 147px;
    background-size: auto 147px
}

.top_map_tlt_t p {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #666;
    text-align: center;
    font-size: 30px;
    font-family: Sorts Mill Goudy
}

.top_map_tlt_b p {
    margin-top: -8px;
    padding: 6px 0;
    color: #999;
    text-align: center;
    border-top: 2px solid #f4f5f7
}

.top_map_cnt {
    margin-top: 40px
}

.top_map_cnt ul {
    width: 100%
}

.top_map_cnt li {
    float: left;
    width: 30%;
    margin-right: 5%;
    vertical-align: top
}

.top_map_cnt li:last-child {
    margin-right: 0
}

.top_map_cnt h3,
.top_map_cnt h4 {
    position: relative;
    margin-top: 8px;
    margin-bottom: 14px;
    color: #19ae62;
    font-size: 18px;
    font-weight: 400
}

.top_map_cnt h3:before,
.top_map_cnt h4:before {
    content: "";
    position: absolute;
    width: 9pt;
    height: 1px;
    bottom: -6px;
    background: #333
}

#google_map {
    height: 600px;
	background-color: #f2f2f2;
}

@media screen and (min-width:1045px) {
	.accessmap_wrp h4 p,
    .top_map_cnt p {
        display: none
    }
}

@media screen and (max-width:1144px) {
	.top_map_wrp {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 40px 200px 0
    }

    .top_map_cnt li {
        float: none;
        width: 100%;
        display: block;
        padding: 0 0 50px
    }

    .top_map_cnt dd {
        position: relative
    }

    .accessmap_wrp h4 p,
    .top_map_cnt p {
        position: absolute;
        width: 44px;
        height: 44px;
        top: 0;
        right: 0;
        background: #19ae62;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

    .accessmap_wrp h4 p {
        margin-top: -20px
    }

    .accessmap_wrp h4 p a,
    .top_map_cnt p a {
        display: table-cell;
        width: 44px;
        height: 44px;
        text-indent: -99999px;
        background: url(../img/map/icon_tel.png)center center no-repeat;
        -webkit-background-size: 28px auto;
        background-size: 28px auto;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
}

@media screen and (max-width: 768px) {
	.top_map_wrp {
        padding: 40px 30px 0
    }

    .top_map_tlt {
        width: 100%
    }

    .top_map_tlt_t {
        height: 90px;
        background: url(../img/cnt/germ-g.png)center center no-repeat;
        -webkit-background-size: auto 74px;
        background-size: auto 74px
    }

    .top_map_tlt_t p {
        font-size: 24px
    }

    .top_map_tlt_b p {
        width: 220px;
        margin: -6px auto 0
    }

	#google_map {
        height: 300px !important;
    }
}


/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}

/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}


/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}

/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}


/************************************************************************
	
**************************************************************************/


@media screen and (max-width: 768px) {
	
}

/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}

/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}


/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}

/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}


/************************************************************************
	
**************************************************************************/


@media screen and (max-width: 768px) {
	
}

/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}

/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}


/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}

/* 
-------------------------------------------------------- */


@media screen and (max-width: 768px) {
	
}
