@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# overrides
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
/*mini.cssのフォントファミリー設定がhtmlと＊の両方に行われていたので、これをbodyのみに変更cascadeがうまく行かずやりにくかったので。*/
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;

}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:action, a:focus {
	text-decoration: none;
}
a.button {
	text-decoration: none;
}
header {
	height: auto;
	border-bottom: none;
}
footer a, footer a:visited {
  color: #ff5722;
}



/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/


*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-feature-settings: "palt";
	font-family: "Rounded Mplus 1c";
    font-weight: 500;
	/*letter-spacing: 0.05em;*/
	line-height: 1.4;
	
}

a {
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
em {
	font-style: normal;
	font-weight: bold;
}

figcaption {
	margin-top: .8em;
	text-align: center;
	font-weight: bold;
}
fieldset {
	margin-bottom: 1.5em;
}
input:not([type]), [type="text"], [type="email"], [type="number"], [type="search"], [type="password"], [type="url"], [type="tel"], [type="checkbox"], [type="radio"], textarea, select {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
	font-size: 1rem;
	margin: 0;
	border-radius: 4px;
}


/*--------------------------------------------------------------
# general classes
--------------------------------------------------------------*/

/*------------------------ responsive ----------------------------*/

/*
mini.cssのデフォルトのbreakpointは、
min480, min768, min1280
それに600と960を追加
*/
.tiny-sp-only,
.tablet-below,
.pc-below,
.sm-lgpc-only {
  display: block;
}

.sp-above,
.tablet-above,
.pc-only,
.pc-inline,
.lgpc-above {
  display: none;
}

@media screen and (min-width: 480px) {
  .tiny-sp-only {
    display: none;
  }

  .sp-above {
    display: block;
  }
}
/* end media query */
@media screen and (min-width: 600px) {
  .tablet-below {
    display: none;
  }

  .tablet-above {
    display: block;
  }
}
/* end media query */
@media screen and (min-width: 768px) {
	.pc-below {
		display: none;
	}

	.pc-only {
		display: block;
	}
	.pc-inline {
		display: inline;
	}
	a.sp-link {
		pointer-events: none;
		text-decoration: none;
	}
}
/* end media query */
@media screen and (min-width: 960px) {
  .sm-lgpc-only {
    display: none;
  }

  .lgpc-above {
    display: block;
  }
}
/* end media query */
/*------------------------ float ----------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.float-rgt {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.float-lft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}


/*------------------------ margins & paddings ----------------------------*/
.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}


/*------------------------ text formats ----------------------------*/
.no-break {
  white-space: nowrap;
}
.note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 80%;
  width: 95%;
  margin: 0 auto 1em;
  display: block;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

/*--------------------------------------------------------------
# layouts
--------------------------------------------------------------*/
section {
  padding: 4em 0;
}

.contents-area {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-area {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-content {
  
}

.text-box {
  margin-bottom: 1em;
}

.sub-section {
  margin-bottom: 3em;
}
.sub-section:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .text-box {
    margin-bottom: 0;
  }
}


/*--------------------------------------------------------------
# components
--------------------------------------------------------------*/

/*------------------------ section styles ----------------------------*/

.back-alt {
	padding: 4em 0;
    position: relative;
    
    /*background: #fce5e5;
    background-image: radial-gradient(#fff 1px, transparent 1px);
    background-size: calc(10* 1px) calc(10* 1px);*/
    
    background: #fffbdc;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 7px);
	
}
.back-alt.green {
    background: #fff5ec;
    background-image: repeating-linear-gradient(45deg, #fff, #fff 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 7px);
}
.section-title {
	text-align: center;
	color: #ff5722;
	letter-spacing: .05em;
	font-size: 2rem;
	margin-bottom: 1.5em;
}
.section-title::before {
    /*content: "";
    width: 50px;
    height: 51px;
    background: url(../img/icon_logo_pink_lgt2.png) no-repeat center;
    background-size: contain;
    display: block;
    margin: 0 auto .3em;*/
    
    font-family: "Font Awesome 5 Free";
    content: "\f57d";
    font-weight: 900;
    font-size: 120%;
    color: #ff7f2c;
    margin-right: 0.5em;
    display: block; 
    margin-bottom: 1rem;
}

/*.section-title::after {
    content: '';
    width: 250px;
	display: block;
	margin: 0 auto;
    border-bottom: 1px dashed #999;
	height: 18px;
	background-image: radial-gradient(#c7d100 1px, transparent 1px);
    background-size: calc(8* 1px) calc(8* 1px);
	margin-top: .3em;
}*/

.section-title > span {
    display: inline-block;
    position: relative;
    padding: 0 1em;
}
.section-title > span::before,
.section-title > span::after {
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 4px;
    height: 1.6em;
    background-color: #ff7f2c;
    content: "";
    bottom: -10px;
}
.section-title > span::before {
    left: 0;
    transform: skewX(40deg);
}
.section-title > span::after {
    right: 0;
    transform: skewX(-40deg);
}

.section-sub-title {
	font-size: 1.5rem;
    color: #ff7f2c;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 3em 0.2em 2em;
    margin-bottom: .6em;
    text-indent: -1.8em;
}
.section-sub-title::before {
	/*content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/icon_logo_green_md2.png) no-repeat;
    background-size: contain;
    margin-right: .3em;
    margin-bottom: -6px;*/
    
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ac";
    margin-right: 0.3em;
}
/*.section-sub-title::after {
	content: '';
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    left: 0;
    top: 100%;
    background-image: radial-gradient(#c7d100 1px, transparent 1px);
    background-size: calc(8* 1px) calc(8* 1px);
}*/
.section-label {
    display: inline-block;
    background: #06ab74;
    color: #fff;
    font-weight: bold;
    padding: .3em 1.5em;
    border-radius: 0 0 8px 8px;
    position: absolute;
    top: -14px;
    left: 6%;
    margin: -0;
}
.section-label::before {
    position: absolute;
    content: '';
    right: -7px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #31692c;
}
.catch {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.6;
	color: #06ab74;
    font-feature-settings: "palt";
    font-family: "Rounded Mplus 1c";
    font-weight: 500;
}
.lead-text {
	text-align: center;
	font-size: 115%;
	/*margin-bottom: 2em;*/
    
}
.text-box em {
	font-weight: bold;
}
.text-box strong {
	color: #06ab74;
}

@media screen and (max-width: 767px) {
    .section-title > span::before {
        left: 2%;
    }
    .section-title > span::after {
        right: 2%;
    }

} /* end media query */

@media screen and (max-width: 575px) {
	.section-title {
    	font-size: 1.5rem;
	}
    
	.section-sub-title {
		font-size: 1.3rem;
		padding-right: .6em;
	}
	.catch {
		font-size: 1.3rem;
	}
	
} /* end media query */

/*------------------------ cards ----------------------------*/


.card.text {
	height: 100%;
	padding: 1em;
}


/*------------------------ table reformat ----------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table caption {
	font-size: 1.3rem;
	color: #3777c5;
	margin-top: 0;
	font-weight: bold;
}
th, td {
	padding: .7rem;
    border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
    vertical-align: middle;
	line-height: 1.5;
}
thead {
    background: #dd5948;
    color: white;
    font-weight: bold;
}
tbody {
	/*background: #fbeae8;*/
}

/*------------------------ video ----------------------------*/

iframe {
    max-width: 100%;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*--------------------------------------------------------------
  ## site header
--------------------------------------------------------------*/
.site-header {
    height: auto;
    align-items: center;
    justify-content: space-between;
    padding: .5em 1em;
    
    padding-bottom: 0;
}
.site-title {
    width: calc(100% - 110px);
}
a.site-logo {
	text-decoration: none;
}
.tagline {
	font-size: 11px;
	line-height: 1.5;
	margin: 0;
    margin-bottom: .2em;
    text-wrap-mode: wrap;
}
.site-logo {
	display: inline-block;
	width: 180px;
	
}
.site-logo > span {
	display: block;
    font-size: 80%;
    line-height: 1;
    letter-spacing: 1.2em;
    font-weight: bold;
}
.site-header .nav-link {
	font-weight: bold;
	font-size: 2rem;
	color: #ff5722;
}
.site-header .nav-link:hover,
.site-header .nav-link:focus {
	color: #ff7f2c;
	background: none;
}
.header-nav {
	margin-left: auto;
}


@media screen and (min-width: 768px) {
    .site-title {
        width: auto;
    }
    .site-logo {
        width: 270px;	
    }
	.header-nav {
        width: 50%;
        text-align: right;
	}
	 .site-header .nav-link {
        font-size: 1rem;
        border-radius: 8px;
        
    }
	.site-header .contact-link {
		background: #ff5722;
		color: #fff;
		font-size: 1rem;
		border-radius: 8px;
	}
	.site-header .contact-link:hover {
		background: #ff7f2c;
        color: #fff;
	}
	.site-header .sub-link {
        border: 1px solid #ff5722;
    }
    .site-header .sub-link:hover {
        border: 1px solid #ff7f2c;
    }
	
	
} /* end media query */

/*--------------------------------------------------------------
# key visual
--------------------------------------------------------------*/

.page-header {
	position: relative;
}

.page-header::before {
    content: '';
    background: rgba(0,0,0,0.15);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.kv-video {
	width: 100%;
    overflow: hidden;
    padding-bottom: 48%;
}
.kv-video .video-wrap {
    position: absolute;
    left: 0;
    top: -10%;
}
.video-link {
	display: inline-block;
	position: absolute;
	bottom: .5em;
    right: 1em;
	opacity: .4;
}
.video-link:hover,
.video-link:active {
	opacity: .6;
}
.video-link i {
	font-size: 50px;
	color: #fff;
	
}
.kv-img {
	position: absolute;
	left: 0;
	top: -2%;
}
.catch-copy {
	position: absolute;
	width: 100%;
	height: 45%;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	/*color: #f7e969;*/
    color: #fff;
	/*font-size: 3.7vw;*/
	font-size: clamp(1.2rem, 4.5vw, 3rem);
	text-shadow: 2px 2px 11px rgba(0,0,0,0.9), 3px 3px 0px rgba(0,0,0,0.3);
    line-height: 1.5;
	z-index: 5;
}
.catch-copy small {
	font-size: .6em;
	/*border-top: 2px dashed white;*/
    display: block;
    padding: 0 1em;
    margin-top: .5em;
	color: #fff;
    position: relative;
}
.catch-copy small::before {
    content: '';
    display: block;
    width: 10em;
    height: 4px;
    border-top: 2px dashed white;
    margin: 0 auto .5em;;
}
.catch-copy em {
    background: linear-gradient(transparent 35%,rgba(255,235,59,.7) 50%, rgba(255,235,59,.7) 95%, transparent 100%);
}

@media screen and (max-width: 480px) {
	.kv-video {
        padding-bottom: 54%;
    }
} /* end media query */

/*--------------------------------------------------------------
# lead
--------------------------------------------------------------*/

.problem-list {
    margin-bottom: 1em;
}
.problem-list > div {
	margin-bottom: 4em;
}
.card.problem-item {
	position: relative;
	padding-bottom: 3em;
	overflow: visible;
	font-weight: bold;
	border: none;
	background: #fffbdc;
	border-radius: 0;
	border-left: 6px solid #ff7f2c; 
	
}
.problem-img {
	position: absolute;
	width: 65px;
    bottom: -50px;
    right: 2%;
}

@media screen and (max-width: 479px) {
	.problem-list > div {
		max-width: 100%;
		flex-basis: 100%;
	}
	
} /* end media query */

@media screen and (min-width: 480px) {
	
	/*.problem-img {
		width: 34%;
		bottom: -43%;
		right: 0;
	}*/
	
	
} /* end media query */

@media screen and (min-width: 768px) {
	
	.problem-img {
		width: 88px;
		bottom: -64px;
		right: 0;
	}
	
	
} /* end media query */

/*--------------------------------------------------------------
# lesson-video
--------------------------------------------------------------*/

.lesson-video {
    position: relative;
    border-top: 4px solid #ff7f2c;
}
.lesson-video::before {
	/*content: '';
    width: 100%;
    height: 30px;
    background: rgba(245, 68, 69, 0.4);
    background-image: radial-gradient(#fff 1px, transparent 1px);
    background-size: calc(10* 1px) calc(10* 1px);
    position: absolute;
    bottom: 100%;
    left: 0;*/
}
.video-list {
	margin: 0 auto 1em;
}
.video-item {
	margin: 0 auto 1em;
}
.video-item .card {
	max-width: 100%;
	border-radius: 0;
	border-left: 6px solid #ffeb3b;
    border-right: 6px solid #ff7f2c;
}
.video-item .card > .section.media {
	height: auto;
}
.section.media.video-wrap {
	padding-bottom: 56.25%;
}

.video-item .card > .section:last-child {
    text-align: center;
    font-weight: bold;
    
    line-height: 1.5;
    font-size: 90%;
}

@media screen and (min-width: 768px) {
	.video-list .card {
		max-width: 360px;
	}
	
} /* end media query */


/*--------------------------------------------------------------
# why-early-start
--------------------------------------------------------------*/

.why-early-start {
	position: relative;
    border-bottom: 4px solid #ff7f2c;
}
/*.why-early-start::after {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
    top: 100%;
    background-image: radial-gradient(#d6e4ca 1px, transparent 1px);
    background-size: calc(10* 1px) calc(10* 1px);
}*/

/*--------------------------------------------------------------
# introduction
--------------------------------------------------------------*/
.intro-catch {
	/*color: #00ab38;*/
}
.intro-catch small {
	font-weight: bold;
    font-size: 0.85em;
    line-height: 1.3;
    display: block;
	margin-bottom: 1em;
}

@media screen and (max-width: 480px) {
	.intro-figure {
		margin-left: -17px;
    	margin-right: -17px;
	}
	
} /* end media query */

/*--------------------------------------------------------------
# fee
--------------------------------------------------------------*/

.fee {
    border-top: 4px solid #ff7f2c;
}
/*.fee::before {
	content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
	bottom: 100%;
    background-image: radial-gradient(#fad3d4 1px, transparent 1px);
    background-size: calc(10* 1px) calc(10* 1px);
}*/
.fee-table {
	margin-bottom: 1em;
}
.fee-table td {
	text-align: right;
}
.fee-table em {
	font-size: 140%;
	margin: 0 2px;
}
.fee-table td em {
	color: #3777c5;
}

@media screen and (max-width: 767px) {
	.fee-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.fee-table tbody {
		border-bottom: 20px solid #f8f6f0;
	}
	.fee-table tr {
		display: block;
	}
	.fee-table th[scope="row"] {
		display: block;
		background: #dd5948;
		color: white;
	}
	.fee-table td {
		display: block;
		text-align: right;
	}
	.fee-table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		padding-top: 4px;
	}
	.fee-table td small::before {
		content: '(1レッスンの実質単価：'
	}
	
} /* end media query */

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-form {
	margin: 0 0 2em;
    background: #fffbdc;
}
.contact-list dd {
	margin-bottom: 1.5em;
}
.form-control {
	width: 100%;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-area {
	text-align: center;
}
.badge-required,
.badge-optional {
    display: inline-block;
    background: #ff5722;
    color: white;
    padding: 0.3em 0.3em 0.3em 0.4em;
    border-radius: 3px;
    letter-spacing: .2em;
    margin-left: 0.7em;
    line-height: 1;
    position: relative;
    bottom: 2px;
	font-size: 0.7rem;
}
.badge-optional {
	background: #06ab74;
}

@media screen and (min-width: 768px) {
	.contact-list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.contact-list dt {
		width: 200px;
		margin-bottom: .5em;
    	margin-top: .2em;
	}
	.contact-list dd {
		margin-left: 0;
		width: calc(100% - 230px);

	}
	
} /* end media query */

/*--------------------------------------------------------------
# cta
--------------------------------------------------------------*/
.cta {
	padding: 3em 0;
	position: relative;
}
.cta::before {
	content: '';
	display: block;
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.cta .contents-area {
	position: relative;
}
.cta-catch {
    font-size:  clamp(1.2rem, 5.7vw, 2rem);
	color: white;
	text-shadow: 1px 1px 5px black;
	text-align: center;
}
.cta01 > .row {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.cta01 {
	background: url("../img/cta_01.jpg") no-repeat center top;
	background-size: cover;
}
.cta02 {
	background: url("../img/cta_02.jpg") no-repeat center bottom;
	background-size: cover;
}
.cta-contact a.button {
	font-weight: bold;
	padding: .8em 2em;
}
@media screen and (min-width: 768px) {
	.cta {
		padding: 6em 0;
	}
	.cta01 > .row {
		flex-direction: row;
		justify-content: space-between;
	}
	.cta-catch {
		text-align: left;
	}
	
} /* end media query */

/*--------------------------------------------------------------
# site-footer
--------------------------------------------------------------*/

.site-footer {
    border-top: 4px solid #ff7f2c;
    border-bottom: 12px solid #ff5722;
    
	/*background-image: radial-gradient(white 1px, transparent 1px);
    background-size: calc(10* 1px) calc(10* 1px);
    background-color: #fce5e5;*/
    
    background: #fffbdc;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 7px);
    
	position: relative;

}
/*.site-footer::before {
	content: '';
    display: block;
    width: 100%;
    height: 20px;
    background-image: radial-gradient(#fad3d4 1px, transparent 1px);
    background-size: calc(10* 1px) calc(10* 1px);
    position: absolute;
    bottom: 100%;
    left: 0;
}*/
.company {
	padding: 2em 0 1em;
}
.company-logo {
    width: 260px;
    margin: 0 auto 1em;
    text-align: center;
}
.company-logo-img02 {
    width: 84%;
}
.footer-nav {
    text-align: center;
    margin-bottom: 2em;
}
.footer-nav li {
    display: inline;
    margin-right: 1em;
    line-height: 2.5;
	white-space: nowrap;
}
.company-info h2 {
	font-size: 1.1rem;
	margin-bottom: .5em;
	margin-left: 0;
	color: #6D4710;
}
.company-info dt {
	font-weight: bold;
    font-size: 1.1rem;
	margin-bottom: .5em;
	margin-left: 0;
	color: #06ab74;
}
.company-info dd {
    margin-bottom: .2em;
}
.company-info dd > b {
    float: left;
    width: 5em;
    clear: left;
}
.company-info dd > span {
    display: block;
    padding-left: 5em;
}
a.tel {
	font-weight: bold;
}

@media screen and (min-width: 768px) {
    .company-logo {
        width: 30%;
        max-width: 260px;
        margin: 0;
        float: left;
        margin-right: 4%;
        /*margin-left: 4em;*/
    }

  .company-info {
    float: left;
    width: 66%;
    
  }

  .footer-nav {
    text-align: left;
  }

  .company-info dd {
    /*display: inline;
    margin-right: 3em;
    white-space: nowrap;*/
    
  }
}
/* end media query */

/*------------------------ topに戻るボタン ----------------------------*/

#scroll {
    position: fixed;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    z-index: 150;
    width: 75px;
    height: 75px;
	background: rgba(255,87,34, .8);
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font-size: 12px;
    text-decoration: none;
    /*color: #f3e029;*/
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding-top: 4px;
}
#scroll::before {
    font-family: "Font Awesome 5 Free";
    content: "\f062";
    font-weight: 900;
    display: block;
    font-size: 28px;
    margin-bottom: 0;
}




