@charset "utf-8";
/*オンライン家庭教師KGC公式*/
/*----スマホ用と各デバイス共通CSS======================================================================================================================================================--*/
html {
	font-size: 14px;
}
body {
	color: #333;
	line-height: 1.7;
	font-family: "Poppins", "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.font-face-serif {
	font-family: "Yu Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
a {
	color: #333;
	text-decoration: none;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.a-opacity:hover {
	opacity: 0.9;
	cursor: pointer;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.pc-none {
	display: block;
}
.sp-none {
	display: none;
}
.mk-yellow {
	background: linear-gradient(rgba(255, 249, 133, 0) 60%, #FFF985 50%);
}
.mb-05rem {
	margin-bottom: 0.5rem;
}
.mb-1rem {
	margin-bottom: 1rem;
}
.mb-2rem {
	margin-bottom: 2rem;
}
.mb-3rem {
	margin-bottom: 3rem;
}
.mb-5rem {
	margin-bottom: 5rem;
}
/*--==================================================
ヘッダー
==================================================--*/
#header {
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.4rem 0.6rem 0.4rem 0.6rem;
	background-color: rgba(255, 255, 255, 0.9);
}
#header .left-box {
	display: flex;
}
#header .left-box .logo {
	display: flex;
	align-items: center;
}
#header .left-box .logo img {
	width: 160px;
	height: auto;
}
#header .left-box .pc-menu {
	display: none;
}
#header .right-box {
	display: flex;
	justify-content: flex-end;
}
#header .right-box .telnubmer-box {
	display: none;
}
#header .right-box .btn-box {
	display: flex;
	justify-content: flex-end;
	height: 50px;
}
#header .right-box .btn-box .room-btn {
	display: none;
}
#header .right-box .btn-box .tel-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: 50px;
	margin-right: 0.5rem;
	font-size: 0.8rem;
	font-weight: bold;
	color: #57C6F2;
	background-color: #fff;
	border: 2px solid #57C6F2;
	border-radius: 5px;
}
#header .right-box .btn-box .tel-btn img {
	width: auto;
	height: 25px;
}
#header .right-box .btn-box .cv-btn {
	display: flex;
	align-items: center;
	padding: 0.2em 0.5em;
	font-size: 0.8rem;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	background-color: #57C6F2;
}
/*--==================================================
アイキャッチ
==================================================--*/
#eye-catch {
	width: 100%;
	height: auto;
	background-image: url("../images/eyecatch_sp_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
#eye-catch img.sp {
	display: block;
	width: 100%;
	height: auto;
}
#eye-catch .pc-box {
	display: none;
}



/*--==================================================
CTA
==================================================--*/
.cta-pc {
	display: none;
	background: -moz-linear-gradient(left, #D3EBF0, #E9F5FA);
	background: -webkit-linear-gradient(left, #D3EBF0, #E9F5FA);
	background: linear-gradient(to right, #D3EBF0, #E9F5FA);
}
.cta-sp {
	width: 100%;
	padding: 2.5rem 0;
	background: -moz-linear-gradient(left, #DEF7FC, #E9F5FA);
	background: -webkit-linear-gradient(left, #DEF7FC, #E9F5FA);
	background: linear-gradient(to right, #DEF7FC, #E9F5FA);
}
.cta-sp .title {
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.cta-sp .m-copy {
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
	font-weight: bold;
}
.cta-sp .btn {
	display: flex;
	align-items: center;
	width: 90%;
	height: 80px;
	margin: 0 auto;
	border-radius: 7px;
	text-align: center;
	box-shadow: 1px 2px 0px 2px #0898bf;
}
.cta-sp .btn .mark {
	width: 50px;
	height: 50px;
}
.cta-sp .btn .arrow {
	width: 20px;
	height: 45px;
	border-left: 1px solid #fff;
}
.cta-sp .btn .text-box {}
.cta-sp .btn.trial {
	justify-content: center;
	margin-bottom: 1.5rem;
	padding: 0 20px 0 65px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url("../images/cta_mark_trial.png"), url("../images/icon_arrow_right.svg");
	background-size: auto 60px, 7px auto;
	background-position: center left 1px, center right 7px;
	background-repeat: no-repeat;
	background-color: #57C6F2;
}
.cta-sp .btn.tel {
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	padding: 0 20px 0 65px;
	border: 2px solid #57C6F2;
	line-height: 1.1;
	background: url("../images/cta_mark_tel.png");
	background-size: auto 60px;
	background-position: center left 1px;
	background-repeat: no-repeat;
	background-color: #fff;
}
.cta-sp .btn.tel .here {
	display: block;
	width: 100%;
	font-size: 0.9rem;
	font-weight: bold;
}
.cta-sp .btn.tel .number {
	display: block;
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	color: #57C6F2;
}
.cta-sp .btn.tel .time {
	display: block;
	width: 100%;
	font-size: 0.8rem;
}
/*--==================================================
H2
==================================================--*/
.h2-copybox {
	width: 100%;
	text-align: center;
}
.h2-copybox .copy {
	display: inline-block;
	margin: 0 auto 0.1rem;
	padding: 0.3em 1.5em;
	font-size: 0.9rem;
	font-weight: bold;
	color: #fff;
	background-color: #F2B705;
}
h2.usual {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.3;
}
h2.usual .small {
	font-size: 0.6em;
}
/*--==================================================
指導の特長
==================================================--*/
#merit3 {
	width: 100%;
	margin-bottom: 3rem;
}
#merit3 .inner {
	width: 90%;
	margin: 0 auto;
}
#merit3 .inner .column {
	width: 100%;
	margin-bottom: 1.8rem;
	padding: 1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: linear-gradient(180deg, #A3D206 0%, #A3D206 50%, #ffffff 50%, #ffffff 100%);
	box-shadow: 1px 0px 5px 2px rgba(79, 79, 79, 0.16);
}
#merit3 .inner .column p {
	font-size: 2rem;
	line-height: 1.2em;
	margin-bottom: 1rem;
}
#merit3 .inner .column p span {
	font-size: 0.6em;
}
#merit3 .inner .column p br.pc {
	display: none;
}
#merit3 .inner .column .img-box {}
#merit3 .inner .column .img-box img {
	width: 80%;
}
/*--==================================================
悩み
==================================================--*/
#problem {
	position: relative;
	width: 100%;
	margin-bottom: 3rem;
	padding: 2rem 0 1rem;
	background-color: #FCF6D4;
}
#problem:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #FCF6D4 transparent;
	border-width: 20px 20px 0 20px;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
}
#problem .inner {
	display: block;
	width: 92%;
	margin: 0 auto 1.5rem;
	padding: 2rem 1rem;
	background-image: url("../images/problem_bg_sp.jpg");
	background-size: 55% auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}
#problem .inner .title {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#problem .inner .title .highlight {
	color: #F25C05;
}
#problem .inner ul {
	margin: 0 0 2rem 1.5em;
}
#problem .inner ul li {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#problem .inner ul li::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("../images/icon_check.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 0.2em 0 -1em;
}
#problem .inner ul li .highlight {
	color: #F28905;
}
#problem .become {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}
#problem .become .large {
	font-size: 1.5em;
}
#problem .become .highlight {
	color: #F25C05;
}
/*--==================================================
7つの特長
==================================================--*/
#feature {
	width: 100%;
}
#feature .inner {
	width: 86%;
	margin: 0 auto 3rem;
}
#feature .number-box {
	z-index: 1;
	position: relative;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-style: solid;
	border-width: 50px 105px 0 0;
	border-color: #A3D206 transparent transparent transparent;
}
#feature .number-box .text {
	z-index: 2;
	position: absolute;
	bottom: 22px;
	left: 7px;
	width: 200px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
}
#feature h3 {
	position: relative;
	z-index: 10;
	margin: -0.7em 0 0.8rem 0;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.7em;
}
#feature h3 .highlight {
	color: #F25C05;
}
#feature h3 .large {
	font-size: 1.2em;
}
#feature p.main-text {
	margin-bottom: 1rem;
	font-size: 1rem;
}
#feature img.main-img {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#feature h4 {
	margin: 0 0 0.1rem 1em;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5em;
}
#feature h4::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("../images/icon_check.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 0.2em 0 -1em;
}
#feature .movie-box {
	width: 90%;
	margin: 0 auto;
}
#feature .movie-box .column {
	width: 100%;
}
#feature .movie-box .column .movie-title {
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #F25C05;
}
#feature .movie-box .column .movie-wrap {
	width: 90%;
	margin: 0 auto 2rem;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#feature .movie-box .column .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#feature img.main-img.sp-img {
	display: block;
}
#feature img.main-img.pc-img {
	display: none;
}
#feature img.main-img.no7{
	margin-bottom: 1.5rem;
}

/*--==================================================
料金
==================================================--*/
#fee {
	width: 100%;
}
#fee .inner {
	width: 90%;
	margin: 0 auto 4rem;
}
#fee .inner .fee-image {
	width: 100%;
	margin-bottom: 2rem;
	padding: 1rem;
	border: 2px solid #A3D206;
}
#fee .inner h3 {
	width: 100%;
	margin-bottom: 1rem;
	padding: 0.3rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	background-color: #F2F2F2;
}
#fee .inner .fee-image img {
	width: 100%;
	height: auto;
}
#fee .inner table {
	width: 100%;
	margin-bottom: 2rem;
	border-collapse: collapse;
}
#fee .inner table th, #fee .inner table td {
	padding: 0.4em;
	border: solid 3px #fff;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}
#fee .inner table td:nth-child(1n) {
	background-color: #A3D206;
	color: #fff;
}
#fee .inner table tr td:nth-child(2n), #fee .inner table tr th:nth-child(2n) {
	background-color: #EEF7D2;
}
#fee .inner table tr td:nth-child(3n), #fee .inner table tr th:nth-child(3n) {
	background-color: #EAF5C6;
}
#fee .inner table tr td:nth-child(4n), #fee .inner table tr th:nth-child(4n) {
	background-color: #E4F2B7;
}
#fee .inner table tr td:nth-child(2n), #fee .inner table tr td:nth-child(3n), #fee .inner table tr td:nth-child(4n) {
	color: #F25C05;
}
#fee .inner table th {
	color: #333;
}
#fee .inner table th:nth-child(1n) {
	background-color: #fff;
}
#fee .inner .textfee-box .year-title {
	margin-bottom: 0.5em;
	font-size: 1.15rem;
	font-weight: bold;
	text-align: center;
}
#fee .inner .textfee-box .box {
	width: 90%;
	margin: 0 auto 2rem;
}
#fee .inner .textfee-box .box .column {
	width: 100%;
	margin-bottom: 1.5rem;
}
#fee .inner .textfee-box .box .column .couse-title {
	width: 100%;
	padding: 0.2em 1rem;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background-color: #A3D206;
	border-radius: 5px;
}
#fee .inner .textfee-box .box .column .price {
	padding-left: 1rem;
	font-size: 1.1rem;
	font-weight: bold;
}
#fee .inner .textfee-box .box .column .price .highlight {
	font-size: 1.4rem;
	color: #F28905;
}
#fee .inner .textfee-box .box .column .price .highlight .yen {
	font-size: 1rem;
}
#fee .inner .textfee-box .box .column .note {
	padding-left: 2rem;
	font-size: 0.9rem;
}
#fee .inner .textfee-box .box .column .note::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("../images/icon_pencile.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 0.2em 0 -1em;
}
/*--==================================================
喜びの声
==================================================--*/
#voice {
	width: 100%;
	margin-bottom: 4rem;
	padding: 2rem 0;
	background-color: #FFFCDE;
}
#voice .voice-scroll {
	display: flex;
	width: 100%;
}
#voice .voice-scroll .column {
	width: 70%;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	padding: 1rem;
	background-color: #fff;
	border-radius: 5px;
}
#voice .voice-scroll .column .title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	min-height: 4.5em;
	margin-bottom: 1rem;
	padding: 0.7em;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	background-color: #A3D206;
	border-radius: 5px;
}
#voice .voice-scroll .column .title:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #A3D206 transparent;
	border-width: 8px 8px 0 8px;
	bottom: -8px;
	left: 49%;
	margin-left: -8px;
}
#voice .voice-scroll .column .icon {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto 0.4rem;
	border-radius: 50%;
}
#voice .voice-scroll .column .name {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
#voice .voice-scroll .column .message {
	width: 100%;
	font-size: 0.9rem;
}
.slick-track {
	display: flex;
}
.slick-slide {
	height: auto !important;
}
.slick-prev {
	z-index: 10;
	left: 40px;
}
.slick-next {
	z-index: 10;
	right: 40px;
}
.slick-prev:before, .slick-next:before {
	font-size: 30px;
	color: #333;
	opacity: 0.4;
}
.slick-prev, .slick-next {
	width: 30px;
	height: 30px;
}
/*--==================================================
体験授業の流れ
==================================================--*/
#flow {
	width: 100%;
	margin-bottom: 3rem;
}
#flow .inner {
	width: 90%;
	margin: 0 auto;
}
#flow .inner .column {
	margin-bottom: 0.5rem;
	padding: 1rem;
	background-color: #F2F2F2;
}
#flow .inner .column .title-box {}
#flow .inner .column .title-box .number {
	display: inline-block;
	margin-bottom: 0.3rem;
	padding: 0.2em 0.6em;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background-color: #A3D206;
	border-radius: 5px;
}
#flow .inner .column .title-box h3 {
	font-size: 1.2rem;
	font-weight: bold;
}
#flow .inner .column .text-box {
	font-size: 0.9rem;
}
#flow .inner .arrow {
	width: 0;
	height: 0;
	margin: 0 auto 0.5rem;
	border-style: solid;
	border-width: 19px 22px 0 22px;
	border-color: #A3D206 transparent transparent transparent;
}
/*--==================================================
フッター
==================================================--*/
#footer {
	width: 100%;
	padding: 2rem 1rem 1rem;
	color: #fff;
	background-color: #11AAD9;
}
#footer .logo-box{
	width: 100%;
	margin-bottom: 2rem;
	text-align: center;
}
#footer .logo-box .logo {
	width: 200px;
	height: auto;
}
#footer ul {
	margin: 0 0 2rem 1rem;
}
#footer ul li {
	margin-bottom: 0.5em;
	font-size: 1rem;
}
#footer ul li::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url("../images/icon_arrow_right.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 0.2em 0 -1em;
}
#footer ul li a {
	color: #fff;
}
#footer small {
	display: block;
	width: 100%;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
}
/*--==================================================
下層ページの設定
==================================================--*/
#other-page{
	/*padding-top: 60px;*/
}









/*--==================================================
パンくずリスト
==================================================--*/
#breadcrumb {
	width: 100%;
	padding: 65px 1rem 0;
}
#breadcrumb ul {
	margin: 0;
}
#breadcrumb li {
	display: inline;
	list-style: none;
	font-size: 0.9rem;
}
#breadcrumb li::after {
	padding: 0 6px;
	content: ">";
	font-size: 1rem;
}
#breadcrumb li:last-child::after {
	content: " ";
}
#breadcrumb li a:hover {
	text-decoration: none;
}


/*--==================================================
体験申込フォームページ
==================================================--*/
#inquiry {
	width: 100%;
	margin-bottom: 3rem;
}
#inquiry .eye-catch{
	position: relative;
	z-index: 1;
	width: 100%;
	margin-bottom: 2rem;
	padding-bottom: 54%; 
	background-image: url("../images/inquiry_eye-catch_sp_text.png"),url("../images/inquiry_eye-catch_sp_bg.jpg");
	background-position: top 30px right 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#inquiry .eye-catch #breadcrumb{
	position: relative;
	z-index: 10;
}

#inquiry .inner {
	width: 90%;
	margin: 0 auto;
}
#inquiry .catch-copy{
	width: 100%;
	margin-bottom: 1rem;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}



#form .flow {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 1rem;
	list-style: none;
}
#form .flow li {
	width: calc(100% / 3);
	background: #EDECEA;
	line-height: 50px;
	text-align: center;
	position: relative;
}
#form .flow li:not(:first-child):not(:last-child) {
	padding: 0 0 0 10px;
}
#form .flow li::before, #form .flow li::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
}
#form .flow li::before {
	border: solid 32px transparent;
	border-right: solid 18px transparent;
	border-left: solid 18px #FFF;
	top: -7px;
	left: 0;
	z-index: 1;
}
#form .flow li::after {
	border: solid 25px transparent;
	border-left: solid 15px #EDECEA;
	border-right: solid 15px transparent;
	top: 0;
	right: -29px;
	z-index: 2;
}
#form .flow li:first-child::before, #form .flow li:last-child::after {
	content: none;
}
#form .flow li.current {
	background: #F9D469;
}
#form .flow li.current::after {
	border-left: solid 14px #F9D469;
}
#form {
	width: 100%;
	padding: 1rem 0;
}
#form .label-box {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 2em 0 0.2rem 0;
}
#form .label-box .label {
	padding: 0 0.4em 0 3.5rem;
	border-left: 5px solid #F5B705;
	font-weight: bold;
	font-size: 1.1rem;
}
#form .label-box .label .small-text {
	font-size: 0.8rem;
	font-weight: bold;
}
#form .label-box .label.border-none {
	border-left: none;
	margin-left: 5px;
	padding-left: 3.5rem;
}
#inquiry .require {
	position: absolute;
	left: 10px;
	padding: 3px 7px;
	background-color: #FF6E19;
	font-size: 0.8rem;
	font-weight: bold;
	color: #fff;
}
#inquiry .optional {
	position: absolute;
	left: 10px;
	padding: 3px 7px;
	background-color: #969696;
	font-size: 0.8rem;
	font-weight: bold;
	color: #fff;
}
#form .vertical {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 10px;
}
#form .caution-text {
	font-size: 0.9rem;
	padding-left: 10px;
}
#form .vertical.left {
	justify-content: flex-start;
}
#form .vertical.left label {
	margin-right: 2rem;
}
#form .vertical.left label:last-child {
	margin-right: 0;
}
#form .vertical .column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 48%;
}
#form .vertical.sp-wrap {
	flex-wrap: wrap;
}
#form .vertical.wrap {
	flex-wrap: wrap;
}
#form .vertical.wrap .checkbox-box {
	width: 100%;
}
#form input[type="text"], #form input[type="email"], #form textarea, #form select {
	height: 3.5rem;
	width: 100%;
	font-size: 16px;
	padding: 0.3em;
	color: #333;
	background-color: #FFFFFF;
	border-radius: 0.3em;
	margin-top: 0.2em;
	border: solid 1px #B0B0B0;
}
#form select {
	font-size: 13px;
	padding: 0.3em 0.1em;
}
#form input[type=checkbox], #form input[type=radio] {
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: solid 1px #B0B0B0;
	margin-right: 0.2rem;
}
#form textarea {
	height: 12em;
	margin: 0.2em 0 0;
}
#form select {
	width: auto;
	padding: 0.3em 1em;
}
#form .vertical.jc-start {
	justify-content: flex-start;
}
#form .checkbox-box {}
#form .checkbox-box label {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}
#form .checkbox-wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-left: 10px;
}
#form .checkbox-wrap .checkbox-box {
	margin-bottom: 1rem;
}
#form .error-text {
	margin-left: 10px;
	font-size: 1rem;
	font-weight: bold;
	color: #f00;
}
#form input[type="text"].error, #form textarea.error, #form select.error, #form input[type="email"].error {
	border: 3px solid #f00;
	background: #FFF0F0;
	color: #333;
	font-weight: normal;
	font-size: 16px;
	/*color: #f00;
	font-weight: bold;
	font-size: 1rem;*/
}
#form input[type=checkbox].error, #form input[type=radio].error {
	border: 3px solid #f00;
}
::placeholder {
	color: #aaa;
}
/* 旧Edge対応 */ ::-ms-input-placeholder {
	color: #aaa;
}
/* IE対応 */ :-ms-input-placeholder {
	color: #aaa;
}
#form .privacy-text {
	margin-bottom: 1.5rem;
	padding-top: 1rem;
	font-size: 0.9rem;
	text-align: center;
}
#form .submit-box {
	width: 80%;
	margin: 0 auto;
}
#form .btn {
	width: 100%;
	padding: 0.5em;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	border: none;
	background-color: #57C6F2;
	border-radius: 9999px;

}
#form input[type="submit"], #form input[type="button"] {
	text-align: center;
	width: 100%;
	font-size: 1.1rem;
	border-radius: 9999px;
	padding: 1.5rem 0;
	font-weight: bold;

}
#form input[type="submit"]:hover, #form input[type="button"]:hover {
	opacity: 0.8;
}
#form input[type="submit"].col1, #form input[type="button"].col1 {
	width: 80%;
	margin: 0 auto;
}
#form .btn-box {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#form input[type="submit"].col2, #form input[type="button"].col2 {
	width: 48%;
}
#form .col2-space {
	margin-right: 6px;
}
#form input[type="submit"].go, #form input[type="button"].go {
	background: #57C6F2;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	border: none;
	color: #fff;
}
#form input[type="submit"].back, #form input[type="button"].back {
	background-color: #eee;
	color: #555;
	border: 1px solid #aaa;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
#trial.trial-form {
	margin: 2.5rem auto 1.5rem;
}
#formWrap {
	width: 90%;
	margin: 1.5rem auto;
}
#form table.formTable {
	width: 94%;
	margin: 15px auto 1.2rem;
	font-size: 0.9rem;
}
#form table.formTable th, #form table.formTable td {
	display: block;
	width: 100%;
	padding: 0.8rem 0.5rem;
}
#form table.formTable th {
	background-color: #FEECA2;
	font-weight: bold;
	margin-bottom: 0;
}
#form table.formTable td {
	background-color: #FEF7D9;
	margin-bottom: 0;
}
#formWrap h4 {
	color: #f00;
	margin-bottom: 15px;
}
#formWrap .error_messe {
	margin-bottom: 15px;
}
/*サンクスページ*/
#inquiry .thanks-text {
	width: 100%;
	padding-top: 1rem;
	margin-bottom: 2.5rem;
	font-size: 1.1rem;
	text-align: center;
}
#inquiry .return-to-top{
	display: inline-block;
	text-align: center;
	margin-bottom: 1rem;
	padding:1em 0;
}

/*--==================================================
講師募集
==================================================--*/
#recruit {
	width: 100%;
	margin-bottom: 2rem;
}
#recruit .eye-catch{
	position: relative;
	z-index: 1;
	width: 100%;
	margin-bottom: 2rem;
	padding-bottom: 54%; 
	background-image: url("../images/recruit_eye-catch_sp_text.png"),url("../images/recruit_eye-catch_sp_bg.jpg");
	background-position: top 30px right 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#recruit .eye-catch #breadcrumb{
	position: relative;
	z-index: 10;
}

#recruit .inner{
	width: 90%;
	margin: 0 auto;

}
#recruit .catch-copy {
	margin-bottom: 3rem;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
#recruit h2 {
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	color: #36B8E9;
	text-align: center;
	font-weight: bold;
}

#recruit table, #recruit table th, #recruit table td {
	border: 1px solid #36B8E9;
}
#recruit table th {
	background: #36B8E9;
	color: #fff;
}
#recruit table td:last-child {
	border: 1px solid #36B8E9;
}
/*スマホ時に縦並びのtable*/
table.vertical-sp {
	width: 100%;
}
table.vertical-sp, table.vertical-sp th, table.vertical-sp td {
	border-collapse: collapse;
}
table.vertical-sp tbody {
	width: 100%;
}
table.vertical-sp th {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: -1px;
	padding: 0.6rem;
}
table.vertical-sp td {
	display: block;
	width: 100%;
	padding: 1rem;
	font-size: 0.9rem;
	border-bottom: none;
}

#recruit table {
	width: 100%;
}
#recruit table th {
	position: relative;
	display: block;
	text-align: left;
}
#recruit table td {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #fff;
}
#recruit table td .box {
	width: 100%;
	display: flex;
	align-items: center;
}
#recruit table td .box input[type="text"] {
	margin: 0.2em 1em 0.2em 0.4em;
}
#recruit table td .box input[type="text"]:last-child {
	margin: 0.2em 0 0.2em 0.4em;
}
#recruit label {
	display: flex;
	align-items: center;
}
#recruit label {
	margin-right: 3em;
}
#recruit label:last-child {
	margin-right: 0;
}
#recruit .educational_background_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#recruit .educational_background {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#recruit .educational_background .school {
	width: 65%;
}
#recruit .educational_background .type {
	width: 33%;
}
#recruit .educational_background .grade {
	width: auto;
}
#recruit .hs-subject {
	width: 100%;
	margin: 0.7rem 0;
	padding: 0.5em;
	background-color: #ddd;
	font-size: 0.95em;
}
#recruit th.require {
	padding-right: 4em;
}
#recruit th.require::after {
	position: absolute;
	content: '必須';
	background: #fff;
	font-size: 0.8em;
	color: #f00;
	padding: 0.4em 0.5em;
	border: 1px solid #fff;
	right: 9px;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/*サンクスページ*/
#recruit .thanks-text {
	width: 100%;
	margin:-1rem 0 4rem;
	font-size: 1.1rem;
	text-align: center;
}
#recruit .return-to-top{
	display: inline-block;
	text-align: center;
	margin-bottom: 1rem;	
	padding:1em 0;
}
#recruit #form table.formTable th {
	background-color: #36B8E9;
	font-weight: bold;
	margin-bottom: 0;
}
#recruit #form table.formTable td {
	background-color: #fff;
	margin-bottom: 0;
}





/*--==================================================
下層ページの見出し（会社概要・プライバシーポリシー・特定商取引法・面談ルーム）
==================================================--*/
#other-page .eye-catch{
	width: 100%;
	height: 250px;
	margin-bottom: 2rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#other-page .eye-catch.corporate{
	background-image: url("../images/eye-catch_bg_corporate.jpg");
}
#other-page .eye-catch.policy{
	background-image: url("../images/eye-catch_bg_policy.jpg");
}
#other-page .eye-catch.law {
	background-image: url("../images/eye-catch_bg_law.jpg");
}
#other-page .eye-catch.room {
	background-image: url("../images/eye-catch_bg_room.jpg");
}

#other-page .eye-catch h1{
	display: flex;
	align-items: center;
	height:130px;
	width: 90%;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0F2E7B;
}


/*--==================================================
面談ルーム
==================================================--*/
#room {
	width: 100%;
	margin-bottom: 3rem;
}
#room .inner {
	width: 90%;
	margin: 0 auto;
}
#room .inner h2 {
	width: 100%;
	margin-bottom: 1rem;
	padding: 0.5em;
	font-size: 1.3rem;
	font-weight: bold;
}
#room .inner h2.interview{
	border-left: 5px solid #F5B705;
	background-color: #FEF5CF;
}
#room .inner h2.meeting{
	border-left: 5px solid #A3D206;
	background-color: #F0F8D7;
}

#room .inner .btn-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 4rem;
	padding: 0 1rem;
}
#room .inner .btn-box .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	height: 3em;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}
#room .inner .btn-box.interview .btn{
	background-color: #F5B705;
}
#room .inner .btn-box.meeting .btn{
	background-color: #A3D206;
}















/*--==================================================
会社概要
==================================================--*/
#corporate {
	width: 100%;
	margin-bottom: 3rem;
}
#corporate .inner {
	width: 90%;
	margin: 0 auto;
}
#corporate table th {
	background: #E5E5E5;
}
#corporate table td{
	background: #F2F2F2;
}

/*--==================================================
プライバシーポリシー
==================================================--*/
#policy {
	width: 100%;
	margin-bottom: 3rem;
}
#policy .inner{
	width: 90%;
	margin: 0 auto;
}
#policy p.read-text{
	width: 100%;
	margin-left: 0;
	font-size: 1rem;
}
#policy h2{
	width: 100%;
	margin: 2rem 0 0.2rem;
	padding-left: 0.2em;
	font-size: 1.3rem;
	font-weight: bold;
	border-left: 5px solid #F5B705;
}
#policy dl{
	margin-left:1em;
}
#policy dt{
	font-size: 1.1rem;
	font-weight: bold;
}
#policy dd{
	margin-left:1em;
	font-size: 1rem;
	
}
#policy dd ul{
	margin-left: 1em;
}

#policy ul{
	margin-left:2em;
	list-style: disc;
}
#policy p{
	margin-left:1em;
}
#policy p.p-left-adjust{
	margin-left:2em;
}






/*--==================================================
特定商取引法
==================================================--*/
#law {
	width: 100%;
	margin-bottom: 3rem;
}
#law .inner {
	width: 90%;
	margin: 0 auto;
}
#law table th {
	background: #E5E5E5;
}
#law table td{
	background: #F2F2F2;
}


/*----------------------------------------------------
iOSでのデフォルトスタイルをリセット
----------------------------------------------------*/
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}


/*----画面サイズが小さいスマホ用CSS======================================================================================================================================================--*/
@media screen and (max-width:360px) {
	html {
		font-size: 12px;
	}
	/*--==================================================
ヘッダー
==================================================--*/
	#header .left-box .logo img {
		width: 140px;
		height: auto;
	}
	/*↓画面サイズが小さいスマホ用CSS閉じタグ*/
}
/*----タブレット用CSS======================================================================================================================================================-*/
@media screen and (min-width: 481px) and (max-width: 1024px) {
	html {
		font-size: 16px;
	}
	.pc-none {
		display: none;
	}
	.pc-block {
		display: block;
	}
	.sp-none {
		display: block;
	}
	/*--==================================================
ヘッダー
==================================================--*/
	#header {
		padding: 0.5rem 0 0.5rem 0.8rem;
	}
	#header .left-box .logo img {
		width: 240px;
		height: auto;
	}
	#header .right-box .btn-box {
		height: 60px;
	}
	#header .right-box .btn-box .tel-btn {
		width: 70px;
	}
	#header .right-box .btn-box .tel-btn img {
		height: 25px;
	}
	#header .right-box .btn-box .cv-btn {
		padding: 0.2em 0.8em 0.2em 2.2rem;
		font-size: 0.8rem;
		line-height: 1.3;
		background: url("../images/icon_mail_white.svg");
		background-size: 1.2rem auto;
		background-position: center left 7px;
		background-repeat: no-repeat;
		background-color: #57C6F2;
	}
	/*--==================================================
アイキャッチ
==================================================--*/
	
	#eye-catch {
		height: auto;
		background-image: url("../images/eyecatch_pc_bg.jpg");
		background-size: cover;
	}
	#eye-catch img.sp {
		display: none;
	}
	#eye-catch .pc-box {
		display: block;
		padding-left: 2rem;
	}

	
	
	/*--==================================================
CTA
==================================================--*/
	.cta-sp .m-copy {
		font-size: 1rem;
	}
	.cta-sp .btn {
		width: 70%;
		height: 90px;
	}
	.cta-sp .btn.trial {
		margin-bottom: 1.5rem;
		padding: 0 20px 0 65px;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		background-size: auto 60px, 7px auto;
		background-position: center left 10px, center right 10px;
	}
	.cta-sp .btn.tel {
		background-size: auto 60px;
		background-position: center left 10px;
	}
	.cta-sp .btn.tel .here {
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
	.cta-sp .btn.tel .number {
		font-size: 2.2rem;
	}
	.cta-sp .btn.tel .time {
		font-size: 0.9rem;
	}
	/*--==================================================
指導の特長
==================================================--*/
	#merit3 .inner {
		width: 70%;
	}
	
	/*--==================================================
悩み
==================================================--*/
#problem .inner {
	width: 80%;
	background-image: url("../images/problem_bg_pc.jpg");
	background-size: auto 100%;
	background-position: right -120px bottom 0;
	
	}
	#problem .inner ul{
		width: 80%;
		margin: 0 auto 2rem;
	}
	
	
	
	
	/*--==================================================
7つの特長
==================================================--*/
	#feature .inner {
		width: 80%;
		margin: 0 auto 3.5rem;
	}
	#feature .number-box {
		margin-left: -10px;
	}
	#feature img.main-img {
		width: 70%;
	}
	/*--==================================================
料金
==================================================--*/
	#fee {
		margin-bottom: 3rem;
	}
	#fee .inner {
		width: 80%;
	}
	#fee .inner .fee-image {
		margin-bottom: 2.5rem;
	}
	#fee .inner table {
		width: 80%;
		margin: 0 auto 2.5rem;
	}
	/*--==================================================
体験授業の流れ
==================================================--*/
	#flow .inner {
		width: 80%;
	}
	/*--==================================================
フッター
==================================================--*/
	#footer {
		padding: 2rem 3rem 1.5rem;
	}
	#footer .logo-box .logo {
		width: 250px;
	}
	#footer small {
		font-size: 0.9rem;
	}
	
	/*--==================================================
パンくずリスト
==================================================--*/
#breadcrumb {
	padding: 80px 1rem 0;
}

	
	
	/*--==================================================
体験申込フォームページ
==================================================--*/
	#inquiry .eye-catch{
	padding-bottom: 40%; 
	background-image: url("../images/inquiry_eye-catch_tb_text.png"),url("../images/inquiry_eye-catch_pc_bg.jpg");
	background-position: top 10px left 2rem, top 10px right -150px;
	background-size: auto 90%, cover;
}

	#inquiry .inner {
		width: 80%;
	}
	#form .flow {
		width: 70%;
	}
		/*サンクスページ*/
#inquiry .btn-box.return{
	width: 60%;
}

		/*--==================================================
講師募集
==================================================--*/
	#recruit .eye-catch{
	padding-bottom: 40%; 
	background-image: url("../images/recruit_eye-catch_tb_text.png"),url("../images/recruit_eye-catch_pc_bg.jpg");
	background-position: top 10px left 2rem, top 10px right -150px;
	background-size: auto 90%, cover;
}
	
	
	#recruit .inner {
		width: 80%;
	}
		/*サンクスページ*/
#recruit .btn-box.return{
	width: 60%;
}

	
	
	
	
/*--==================================================
面談ルーム
==================================================--*/
#room .inner {
	width: 80%;
}	
	/*--==================================================
会社概要
==================================================--*/
#corporate .inner {
	width: 80%;
}

	/*--==================================================
特定商取引法
==================================================--*/
#law .inner {
	width: 80%;
}

	/*--==================================================
プライバシーポリシー
==================================================--*/
#policy .inner{
	width: 80%;
}

	
	
	
	
	/*↓タブレット用CSS閉じタグ*/
}
/*----PC用CSS======================================================================================================================================================---*/
@media screen and (min-width:1025px) {
	html {
		font-size: 18px;
	}
	img {
		/*max-width: initial;*/
		width: auto;
		height: auto;
	}
	.pc-none {
		display: none;
	}
	.pc-block {
		display: block;
	}
	.sp-none {
		display: block;
	}
	/*--==================================================
ヘッダー
==================================================--*/
	#header {
		padding: 0.5rem 0 0.5rem 0.8rem;
	}
	#header .left-box .logo img {
		width: 350px;
		height: auto;
	}
	#header .right-box .btn-box {
		height: 60px;
	}
	#header .right-box .btn-box .tel-btn {
		display: none;
	}
	#header .right-box .btn-box .cv-btn {
		padding: 0.2em 0.8em 0.2em 2.2rem;
		font-size: 0.8rem;
		line-height: 1.3;
		background: url("../images/icon_mail_white.svg");
		background-size: 1.2rem auto;
		background-position: center left 7px;
		background-repeat: no-repeat;
		background-color: #57C6F2;
	}
	#header .right-box .btn-box .cv-btn:hover {
		opacity: 0.8;
	}
	#header .right-box .telnubmer-box {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		margin-right: 0.5rem;
		line-height: 1.1;
	}
	#header .right-box .telnubmer-box .number {
		font-size: 1.6rem;
		color: #57C6F2;
		font-weight: bold;
	}
	#header .right-box .telnubmer-box .number::before {
		content: "";
		display: inline-block;
		width: 1em;
		height: 1em;
		background: url("../images/icon_tel_blue.svg") no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin: 0 0 0 -1em;
	}
	#header .right-box .telnubmer-box .time {
		font-size: 0.8rem;
	}
	#header .right-box .btn-box .room-btn {
		display: flex;
		align-items: center;
		margin-right: 0.5rem;
		padding: 0.2em 0.8em 0.2em 2.2rem;
		font-size: 0.8rem;
		color: #57C6F2;
		font-weight: bold;
		line-height: 1.3;
		background: url("../images/icon_room_blue.svg");
		background-size: 1.2rem auto;
		background-position: center left 7px;
		background-repeat: no-repeat;
		background-color: #fff;
		border: 2px solid #57C6F2;
		border-radius: 5px;
	}
	#header .right-box .btn-box .room-btn:hover {
		background-color: #E9F8FD;
	}
	/*--==================================================
アイキャッチ
==================================================--*/
	
	#eye-catch {
		height: auto;
		background-image: url("../images/eyecatch_pc_bg.jpg");
		background-size: auto 100%;
	}
	#eye-catch img.sp {
		display: none;
	}
	#eye-catch .pc-box {
		display: block;
		width: 1200px;
		margin: 0 auto;
	}
	/*--==================================================
CTA
==================================================--*/
	.cta-sp {
		display: none;
	}
	.cta-pc {
		display: block;
		width: 100%;
		background: -moz-linear-gradient(left, #D3EBF0, #E9F5FA);
		background: -webkit-linear-gradient(left, #D3EBF0, #E9F5FA);
		background: linear-gradient(to right, #D3EBF0, #E9F5FA);
	}
	.cta-pc .inner{
		width: 1200px;
		height: 100%;
		margin: 0 auto;
		padding: 2.5rem 0;
		background-image: url("../images/cta_woman.png");
		background-size: auto 94%;
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	.cta-pc .title-box {
		width: 100%;
		margin-bottom: 1rem;
		text-align: center;
	}
	.cta-pc .title-box h2 {
		display: inline-block;
		padding: 0.5em 1.5em;
		font-size: 1.2rem;
		font-weight: bold;
		background-color: #fff;
		border-radius: 9999px;
	}
	.cta-pc .trial-m-copy {
		width: 100%;
		margin-bottom: 0.5em;
		text-align: center;
		font-size: 1.1rem;
		font-weight: bold;
		color: #57C6F2;
		line-height: 1.4;
	}
	.cta-pc .trial-btn {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center;
		width: 600px;
		height: 80px;
		margin: 0 auto 0.5rem;
		border-radius: 7px;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		font-weight: bold;
		color: #fff;
		background: url("../images/icon_arrow_right.svg");
		background-size: 7px auto;
		background-position: center right 13px;
		background-repeat: no-repeat;
		background-color: #57C6F2;
		box-shadow: 1px 2px 0px 2px #0898bf;
	}
	.cta-pc .trial-btn:hover {
		opacity: 0.8;
	}
	.cta-pc .trial-btn .mark {
		position: absolute;
		top: -10px;
		left: -15px;
		width: 80px;
		height: 80px;
	}
	.cta-pc .tel-box {
		display: flex;
		justify-content: space-between;
		width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
	.cta-pc .tel-box .left-box {
		display: flex;
		flex-wrap: wrap;
	}
	.cta-pc .tel-box .left-box .here {
		font-size: 1.1rem;
		font-weight: bold;
	}
	.cta-pc .tel-box .left-box .tel-m-copy {
		font-size: 0.6rem;
		line-height: 1.5;
	}
	.cta-pc .tel-box .right-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-content: flex-start;
	}
	.cta-pc .tel-box .right-box .number {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
	}
	.cta-pc .tel-box .right-box .time {
		font-size: 0.8rem;
	}
	/*--==================================================
H2
==================================================--*/
	.h2-copybox .copy {
		font-size: 1rem;
	}
	h2.usual {
		font-size: 2.3rem;
	}
	/*--==================================================
指導の特長
==================================================--*/
	#merit3 .inner {
		display: flex;
		justify-content: space-between;
		width: 1200px;
	}
	#merit3 .inner .column {
		width: 31%;
		margin: 0;
	}
	#merit3 .inner .column p {
		line-height: 0.8em;
	}
	#merit3 .inner .column p span {
		display: inline-block;
		margin-bottom: 0.4em;
	}
	#merit3 .inner .column p br.pc {
		display: block;
	}
	/*--==================================================
悩み
==================================================--*/
	#problem .inner {
		width: 1200px;
		padding: 2rem 0;
		background-image: url("../images/problem_bg_pc.jpg");
	background-size: auto 100%;
	}
	#problem .inner .title {
		font-size: 1.8rem;
	}
	#problem .inner ul {
		width: 900px;
		margin: 0 auto 2rem auto;
	}
	#problem .inner ul li {
		font-size: 1.3rem;
	}
	#problem .become {
		font-size: 1.3rem;
	}
	/*--==================================================
7つの特長
==================================================--*/
	#feature .inner {
		width: 850px;
	}
	#feature .number-box {
		margin-left: -30px;
		border-width: 70px 125px 0 0;
	}
	#feature .number-box .text {
		bottom: 33px;
	}
	#feature h3 {
		margin: -0.9em 0 0.8rem 0;
		font-size: 1.5rem;
	}
	#feature h4 {
		font-size: 1.2rem;
		margin: 0 0 0.3rem 1em;
	}
	#feature img.main-img {
		width: 600px;
		max-width: 100%;
	}
	#feature img.main-img.no1 {
		width: 500px;
	}
	#feature img.main-img.no7 {
		width: 450px;
	}
	
	#feature .movie-box {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	#feature .movie-box .column {
		width: 47%;
	}
	#feature img.main-img.sp-img {
		display: none;
	}
	#feature img.main-img.pc-img {
		display: block;
	}
	/*--==================================================
料金
==================================================--*/
	#fee .inner {
		width: 900px;
	}
	#fee .inner .fee-image img {
		display: block;
		width: 82%;
		height: auto;
		margin: 0 auto;
	}
	#fee .inner table {
		width: 90%;
		margin: 0 auto 3rem;
	}
	#fee .inner .textfee-box .box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 94%;
	}
	#fee .inner .textfee-box .box .column {
		width: 48%;
		margin-bottom: 1.5rem;
	}
	/*--==================================================
体験授業の流れ
==================================================--*/
	#flow .inner {
		width: 800px;
	}
	
	
	/*--==================================================
フッター
==================================================--*/
	#footer .logo-box .logo {
		width: 300px;
	}
	#footer ul {
		display: flex;
		justify-content: center;
		margin: 0 0 2rem 1rem;
	}
	#footer ul li {
		margin: 0 2rem 0 0;
		font-size: 0.9rem;
	}
	#footer ul li::before {
		background: none;
	}
	#footer ul li:hover {
		text-decoration: underline;
	}
	#footer ul li.room {
		display: none;
	}
	
/*--==================================================
パンくずリスト
==================================================--*/
#breadcrumb {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 0;
}
	
	/*--==================================================
お申し込みフォーム
==================================================--*/
	#inquiry .eye-catch{
	padding-bottom: 410px; 
	background-image: url("../images/inquiry_eye-catch_pc_text.png"),url("../images/inquiry_eye-catch_pc_bg.jpg");
	background-position: top 10px center,top 10px center;
	background-size: 1200px auto;
}

	#inquiry .inner {
		width: 800px;
	}
	#form .flow {
		width: 70%;
	}
	#form .label-box {
		margin: 2em 0 0.2rem 0;
	}
	#form input[type="text"], #form textarea, #form select {
		font-size: 1rem;
	}
	#form input[type="text"]#postalcode {
		font-size: 1.1rem;
	}
	#form .checkbox-wrap {
		flex-direction: row;
	}
	#form .checkbox-wrap .checkbox-box:nth-child(even) {
		margin-left: 2rem;
	}
	#form .label-box .label {
		padding: 0 0.4em 0 5px;
	}
	#form .label-box .label.border-none {
		margin-left: 5px;
		padding-left: 0;
	}
	#inquiry .require, #inquiry .optional {
		top: 50%;
		transform: translateY(-50%);
		left: -50px;
	}
	#form .vertical.sp-wrap {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	#form .submit-box {
		width: 400px;
	}
	#form table.formTable th, #form table.formTable td {
		display: table-cell;
		width: auto;
		border: 2px solid #fff;
		/*  padding: 0.8rem 0.5rem;*/
	}
	#form table.formTable th {
		width: 30%;
	}
	#form table.formTable td {
		width: 70%;
	}
	#form input[type="submit"].col1, #form input[type="button"].col1 {
		width: 50%;
		margin: 0 auto;
	}
	
	
	/*サンクスページ*/
#inquiry .btn-box.return{
	width: 50%;
}

	
	/*--==================================================
講師募集
==================================================--*/
	#recruit .eye-catch{
	padding-bottom: 410px; 
	background-image: url("../images/recruit_eye-catch_pc_text.png"),url("../images/recruit_eye-catch_pc_bg.jpg");
	background-position: top 10px center,top 10px center;
	background-size: 1200px auto;
}

	#recruit .inner {
		width: 1000px;
	}
	#recruit .inner.thanks{
		width: 800px
	}
	
	
	
	table.vertical-sp{
		display: table;
	}
 table.vertical-sp th, table.vertical-sp td {
		display: table-cell;
}

	#recruit table th {
		width: 130px;
		text-align: left;
		font-size: 1rem;
		padding: 0.6rem;
		/*display: table-cell;*/
		margin-top: 0;
		border-bottom: 2px solid #fff;
		white-space: nowrap;
	}
	#recruit table tr:last-child > th {
		border-bottom: 2px solid #36B8E9;
	}
	#recruit table td {
		width: auto;
		font-size: 0.9rem;
		padding: 0.9rem;
/*		display: table-cell;*/
	}
	#recruit table td:last-child {
		border: 2px solid #36B8E9;
	}
	#recruit table.info {
		width: 1000px;
		margin: 0 auto 3.5rem;
	}
	#recruit table th {
		display: table-cell;
		white-space: wrap;
		font-size: 0.9rem;
		text-align: left;
	}
	#recruit table td {
		display: table-cell;
	}
	#recruit select {
		width: auto;
		padding: 0.3em 1em;
	}
	#recruit input[type="text"], #recruit textarea, #recruit select {
		font-size: 0.9rem;
	}
	#recruit .educational_background_box {
		flex-wrap: nowrap;
		width: auto;
	}
	#recruit .educational_background {
		display: flex;
		justify-content: flex-start;
		width: auto;
	}
	#recruit .educational_background .school {
		width: 500px;
		margin-right: 10px;
	}
	#recruit .educational_background .type {
		width: auto;
		margin-right: 10px;
	}
	#recruit .educational_background .grade {
		width: auto;
	}
	
		/*サンクスページ*/
#recruit .btn-box.return{
	width: 50%;
}


	
	
/*--==================================================
下層ページの見出し（会社概要・プライバシーポリシー・特定商取引法・面談ルーム）
==================================================--*/
#other-page .eye-catch h1{
	width: 1200px;
}
/*--==================================================
面談ルーム
==================================================--*/
#room .inner {
	width: 800px;
}	
	#room .inner .btn-box .btn:hover {
		opacity: 0.8;
	}
	/*--==================================================
会社概要
==================================================--*/
#corporate .inner {
	width: 800px;
}

	#corporate table, #corporate table th, #corporate table td {
border: 3px solid #fff;
}
	#corporate table th{
		width: 25%;
		text-align: left;
	}
	
	/*--==================================================
特定商取引法
==================================================--*/
#law .inner {
	width: 800px;
}

	#law table, #law table th, #law table td {
border: 3px solid #fff;
}
	#law table th{
		width: 25%;
		text-align: left;
	}
	
		/*--==================================================
プライバシーポリシー
==================================================--*/
#policy .inner{
	width: 800px;
}

	
	/*↓PC用CSS閉じタグ*/
}
/*----幅1800px以上のPC用CSS======================================================================================================================================================---*/
@media screen and (min-width:1600px) {
	/*--==================================================
ヘッダー
==================================================--*/
	#header .left-box .logo img {
		width: 350px;
		height: auto;
	}
	#header .left-box .pc-menu {
		display: flex;
		align-items: center;
		margin-left: 2rem;
	}
	#header .left-box .pc-menu li {
		margin-right: 1.5em;
		font-size: 1rem;
	}
	#header .left-box .pc-menu li:hover {
		text-decoration: underline;
	}
	/*↓幅1800px以上のPC用CSS閉じタグ*/
}