@charset "utf-8";



img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}

.i_block {
	display: inline-block;
}


h2,
h3,
h4 {
	line-height: 1.4;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	margin: 0;
}

p,
ul,
dl {
	line-height: 34px;
	color: #373941;
	font-size: 16px;
	margin: 0;
}

ul,
ol {
	list-style-type: none;
	padding: 0;
}

.img-center {
	text-align: center;
}

.img-right {
	padding: 0 0 5px 10px;
	float: right;
}

.img-left {
	padding: 5px 10px 5px 0;
	float: left;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.clear {
	clear: both;
}

.txt-right {
	text-align: right;
}

.small {
	font-size: 85%;
}

.big {
	font-size: 120%;
}

.bold {
	font-weight: bold;
	color: #000;
}

.red {
	color: #c32d2e;
}

div.dotline {
	padding: 0;
	margin: 10px 20px 20px 20px;
	border-bottom: 1px dotted #ccc;
}

div.line {
	padding: 0;
	margin: 10px 20px 20px 20px;
	border-bottom: 1px solid #ccc;
}

a:hover img.opac {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.opac a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.purple {
	color: #541b86;
}

/*　リンク　*/
a {
	text-decoration: none;
}

a:link {
	color: #303030;
	text-decoration: underline;
}

a:visited {
	color: #303030;
	text-decoration: underline;
}

a:hover {
	color: #666666;

}

a:active {
	color: #666666;
	text-decoration: underline;

}

a img {
	border: none;
}









/* header */

header{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
}

header .head-area {
	width: 100%;
	height: 87px;
	margin: auto 0;
	display: flex;
	justify-content: space-between;
}

header .head-area .head-linear-left{
	padding-left: 20px;
}

header .head-area .head-linear-right {
	display: flex;
	padding: 27px 20px 0 0;
	margin: auto 0;
}

header .head-area .head-linear-right .head-list li{
	display: inline-block;
}

header .head-area .head-linear-right .head-list li a {
	margin-right: 42px;
	font-size: 16px;
	color: #24395B;
	text-decoration: none;
	transition: 0.5s;
}

header .head-area .head-linear-right .head-list li a:hover{
	opacity: .75;
}

header .head-area .head-linear-right .form-btn {
	text-align: center;
}

header .head-area .head-linear-right .form-btn a {
	background-color: #71AFD0;
	border-radius: 5px;
	border: 2px solid #71AFD0;
	color: #FFF;
	padding: 10px 10px 10px 35px;
	text-decoration: none;
	position: relative;
	transition: 0.5s;
}

header .head-area .head-linear-right .form-btn a::before{
	content: url(../img/header-form-on.png);
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
}

header .head-area .head-linear-right .form-btn a:hover{
	background-color: #FFF;
	color: #71AFD0;
}

header .head-area .head-linear-right .form-btn a:hover::before {
	content: url(../img/header-form-off.png);
}

@media screen and (max-width: 1420px) {
	header .head-area .head-linear-right .head-list li a{
		margin-right: 20px;
	}
}

/* --- sp ---------- */
@media screen and (max-width: 740px) {

	header .head-area{
		height: auto;
        display: block;
        padding: 9px 0 9.8px;
	}

	header .head-area .head-linear-left{
		padding: 0;
        margin: auto;
        max-width: 300px;
        width: 100%;
	}

	header .head-area .head-linear-left img{
		margin: 0 auto;
	}
}


/* main */

main,section{
	padding-top: 87px;
}

/* --- sp ---------- */
@media screen and (max-width: 740px) {	
	main,section {
		padding-top: 60px;
	}
}

.ttl {
	position: relative;
	text-align: center;
	font-size: 36px;
	padding: 0 0 20px;
	margin: 0 0 50px;
	font-weight: 600;
}

.ttl::after {
	content: "";
	position: absolute;
	border-top: 1px solid #71AFD0;
	border-bottom: 1px solid #71AFD0;
	width: 50px;
	height: 7px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ttl::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	background: #71AFD0;
	bottom: 8px;
	left: 50%;
	transform: translate(-50%, -50%);
}

#video video {
	display: block;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	pointer-events: none;
}

.horizontal-ratio {
	aspect-ratio: 16 / 9;
}

.vertical-ratio  {
	aspect-ratio: 9 / 16;
}

#video .vjs-control-bar, #video .vjs-big-play-button, #video .vjs-loading-spinner, #video .vjs-text-track-display {
	display: none !important;
	visibility: hidden !important;
}

.video .vjs-big-play-button {
	display: none !important;
	visibility: hidden !important;
}

#concept {
	background: url(../img/img-bk-concept.jpg) no-repeat center center;
	background-size: cover;
	border-bottom: 1px solid #CCCCCC;
}

.btn-contact {
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
	padding: 30px 0 140px;
}

#concept .intro-wrap {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#concept .intro-txt {
	width: 48%;
}

#concept .intro-txt h2 {
	font-size: 64px;
}

#concept .intro-txt h3 {
	font-size: 26px;
	font-weight: 600;
	margin: 44px 0 26px;
}

#concept .intro-txt p{
	line-height: 2.5em;
}

#concept .intro-txt ul {
	margin: 25px 0;
}

#concept .intro-txt ul li {
	margin: 0 0 25px;
	line-height: 1.75em;
}

#concept .intro-txt ul li span {
	font-size: 21px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    background: #71AFD0;
    padding: 4px 10px 5px 0;
    display: inline-block;
    margin-bottom: 10px;
	font-weight: 600;
}

#concept .intro-img {
	position: relative;
	max-width: 560px;
    width: 48%;
	z-index: 0;
}

#concept .intro-img::after {
	content: "";
	position: absolute;
	width: 64%;
	height: 20vw;
	background: #DEE1E7;
	z-index: -1;
	top: 16%;
	left: 18%;
}

#concept .intro-img .img {
	max-width: 500px;
	width: 77.52%;
}

#concept .intro-img .img:first-child {
	position: relative;
	top: 5%;
}

#concept .intro-img .img:last-child {
	position: absolute;
	right: 0;
}

#concept .concept-wrap{
	background-image: url(../img/img-concept03.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50%;
	padding: 300px 0 100px;
}

#concept .concept-wrap.right {
	background-image: url(../img/img-concept04.jpg);
	background-position: right center;
	padding-top: 100px;
}

#concept .concept-txt {
	max-width: 853px;
    width: 52%;
    background: #fff;
    text-align: center;
    margin: 0 7vw 0 auto;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 25px 15px 40px rgba(29, 57, 112, 0.16);
}

#concept .concept-wrap.right .concept-txt{
	margin: 0 auto 0 7vw;
}

#concept .concept-txt .inner {
	border: 1px solid #71AFD0;
	padding: 5% 4% 7%;
}

#concept .concept-txt h4 {
	font-size: 30px;
	font-weight: 600;
	color: #24395B;
	padding: 40px 0 30px;
	background: url(../img/img-h4-deco.png) no-repeat 50% 0%;
}

/* cts-btn-wrap */
.cts-btn-wrap {
	max-width: 1300px;
	width: 96%;
	margin: auto;
	padding: 40px 0 50px;
}

.cts-btn-wrap h2 {
	text-align: center;
	margin-bottom: 20px;
}

.cts-btn-wrap h2 span {
	position: relative;
	font-size: 24px;
	padding: 0 30px;
	color: #24395B;
	font-weight: 600;
}

.cts-btn-wrap h2 span::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	border-top: 1px solid #24395B;
	border-bottom: 1px solid #24395B;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.cts-btn-wrap h2 span::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	border-top: 1px solid #24395B;
	border-bottom: 1px solid #24395B;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.cts-btn-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cts-btn-wrap ul li {
	width: 250px;
	padding: 0 5px 10px;
	text-align: center;
	font-size: 18px;
	font-family: "Noto Serif JP", serif;
}

.cts-btn-wrap ul li a {
	display: block;
	color: #fff;
	background: url(../img/icon-rest-off.png) no-repeat 230px center;
	background-color: #24395B;
	border: 1px solid #24395B;
	text-decoration: none;
	box-sizing: border-box;
	padding: 10px 0;

}

.cts-btn-wrap ul li a:hover {
	color: #24395B;
	background: url(../img/icon-rest-on.png) no-repeat 230px center;
	background-color: #fff;
	transition: all 0.7s;
}

/* features */
#features {
	counter-reset: section;
	padding-top: 0;
}

#features h2 {
	margin: auto;
}

#features .features-container {
	background: url(../img/img-bk-features.jpg) no-repeat 50% 0%;
	background-size: cover;
	margin-top: -50px;
}

#features .inner {
	max-width: 1240px;
	width: 90%;
	margin: auto;
	padding: 0 0 100px;
}

#features .features-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 150px;
}

#features .features-wrap .features-txt {
	width: 50.807%;
}

#features .order .features-txt {
	order: 1;
}

#features .features-txt h3 span {
	background: #fff;
	font-size: 35px;
	padding: 5px 10px 6px;
	font-weight: 600;
}

#features .features-txt .h3-sub span {
	background: #fff;
	font-size: 16px;
	color: #71AFD0;
	padding: 5px 10px;
	font-family: "Noto Serif JP", serif;
}

#features .features-txt .txt {
	margin: 35px 0 0;
}

#features .features-img {
	position: relative;
	width: 41.13%;
	z-index: 0;
}

#features .features-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DEE1E7;
	left: 20px;
	top: 20px;
	z-index: -1;
}

#features .order .features-img::before {
	left: -20px;
}

#features .features-img::after {
	content: ""counter(section) "";
	counter-increment: section;
	position: absolute;
	top: -36%;
	left: -8%;
	font-size: 8.4vw;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	color: #24395B;
}

#features .order .features-img::after {
	left: 92%;
}

#features .features-btn {
	max-width: 850px;
	width: 90%;
	margin: auto;
}

#features .features-btn p {
	text-align: center;
	font-size: 24px;
	font-family: "Noto Serif JP", serif;
	color: #fff;
	margin: 0 0 30px;
}

#features .features-btn p span {
	background: #373941;
	padding: 6px 6px 8px 12px;
}

/* course */
.class {
	background-color: #F2F0EC;
	background-repeat: no-repeat;
	padding: 100px 0;
	border-bottom: 1px solid #CCCCCC;
}

#course,
#detail {
	background-image: url(../img/img-bk-class01.png);
	background-position: 0 30%;
}

#instructor,
#flow {
	background-image: url(../img/img-bk-class02.png);
	background-position: 0 20%;
}

#course .inner {
	max-width: 1320px;
	width: 90%;
	margin: 0 auto 20px;
}

#course ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#course ul li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 48%;
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
	margin: 0 0 30px;
	font-family: "Noto Serif JP", serif;
}

#course ul li::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 14px solid #24395B;
	top: 50%;
	left: 104%;
	transform: translate(-50%, -50%);
}

#course ul li:last-child::after {
	display: none;
}

#course ul li .see {
	width: 50px;
	height: 50px;
	padding: 10px 10px;
	background: #E3C282;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 1.6em;
}

#course ul li .see span {
	font-size: 30px;
}

#course ul li .cum {
	font-size: 19px;
	width: 70%;
	margin-left: 3%;
	color: #24395B;
	line-height: 1.45em;
	font-weight: 600;
}

#course .step-under p{
	text-align: center;
}

#course .object {
	background: #F8F6F4;
	box-sizing: border-box;
	padding: 3%;
	margin: 50px 0;
}

#course .object h3 {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	padding: 0 0 20px;
}

#course .object h3 span{
	display: inline-block;
	padding: 0 1.8em;
	position: relative;
}

#course .object h3 span::before,
#course .object h3 span::after{
	content: '＝';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#course .object h3 span::before{
	left: 0;
}

#course .object h3 span::after{
	right: 0;
}

#course .object ol {
	margin: 0;
}

#course .object ol li {
	display: inline-block;
	padding: 4px 0;
}

#course .object ol li span {
	color: #71AFD0;
}

#course .object p{
	text-align: center;
	margin: 1em auto 0;
	padding: 3px;
	max-width: 26em;
	font-size: 120%;
	color: #fff;
	background-color: #a95b5b;
}

#course .img-course {
	max-width: 693px;
	width: 100%;
	margin: 30px auto;
}

#course .note {
	position: relative;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

#course .note .mark {
	color: #71AFD0;
	border: 1px solid #71AFD0;
	border-radius: 50%;
	width: 25px;
	height: 15px;
	display: inline-block;
	padding: 0 0 10px;
	margin: 0 10px 0 0;
	font-weight: 400;
}

#course .note .small {
	font-family: 'Sawarabi Gothic', sans-serif;
	font-weight: 400;
}

#detail .note,
#detail dl{
	max-width: 1040px;
	width: 90%;
    margin: 10px auto 0;
}

#detail dl{
	margin-top: 40px;
}

#detail dl dt{
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #71AFD0;
    padding-bottom: 5px;
}

#detail dl dd{
    margin-left: 0;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.75em;
    margin-bottom: 5px;
}

/* instructor */
#instructor {}

#instructor .inner {
	max-width: 1320px;
	width: 90%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#instructor .instructor-wrap {
	width: 47%;
	position: relative;
	margin: 0 0 100px;
}

#instructor .instructor-wrap .img {
	width: 32.24%;
	position: absolute;
}

#instructor .instructor-wrap .txt {
	background: #fff;
	margin: 0 0 0 20%;
	padding: 4% 4% 4% 17%;
	width: 80%;
	box-sizing: border-box;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.02);
}

#instructor .instructor-wrap .txt h3 {
	font-size: 24px;
	line-height: 1em;
	margin: 0 0 20px 0;
}

#instructor .instructor-wrap .txt p {
	line-height: 1.75em;
}

#instructor .instructor-wrap .txt .en {
	font-size: 12px;
	color: #71AFD0;
}

#instructor .btn {
	width: 90%;
	max-width: 720px;
	margin: auto;
}

/* --- sp ---------- */
@media screen and (max-width: 740px) {
	#instructor .btn.youtube img {
		border-width: 3px;
	}
}

/* detail */

table {
	max-width: 1040px;
	width: 90%;
	margin: 0 auto 50px;
	border-collapse: collapse;
	line-height: 1.75em;
}

table caption {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}

table caption span {
	position: relative;
	z-index: 1;
}

table caption span::after {
	content: "";
	position: absolute;
	width: 97%;
	height: 5px;
	background: #E3C282;
	left: 0;
	bottom: 2px;
	z-index: -1;
}

table th {
	width: 30%;
	background: #71AFD0;
	border: 1px solid #F2F0EC;
	color: #fff;
	padding: 1%;
	font-weight: 400;
}

table td {
	width: 70%;
	background: #fff;
	border: 1px solid #F2F0EC;
	padding: 2%;
}


/* flow */
#flow .inner {
	max-width: 1040px;
	width: 90%;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#flow .flow-wrap {
	width: 30.5%;
	box-sizing: border-box;
	padding: 2%;
	background: #fff;
	position: relative;
}

#flow .flow-wrap::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	border-left: 16px solid #24395B;
	top: 50%;
	left: 107%;
	transform: translate(-50%, -50%);
}

#flow .flow-wrap:nth-child(3)::after {
	display: none;
}

#flow .flow-wrap .flow-img {
	width: 142px;
	margin: auto;
}

#flow .flow-wrap h3 {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin: 20px 0;
	color: #24395B;
}

#flow .flow-wrap p {
	line-height: 1.75em;
}


/* school-video */

#school-video.class{
	border-bottom: none;
}

#school-video .video-ttl{
	margin: 0 auto 40px;
	text-align: left;
	font-size: 21px;
	font-family: 'TA-明朝GF02';
	color: #373941;
	position: relative;
}

#school-video .video-ttl::after{
	content: url(../img/icon-school-video.png);
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 7.5em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#school-video .inner{
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}

#school-video .video-wrap{
	display: flex;
	justify-content: space-between;
}

#school-video .video-wrap .video{
	width: 24%;
	max-height: 554px;
	background-color: #FFF;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.02);
	overflow: hidden;
}

/* qna */
#qna {
	padding: 100px 0;
	background: url(../img/img-bk-qna.jpg) no-repeat 50% 50%;
	background-size: cover;
	counter-reset: count;
}

#qna .inner {
	max-width: 1300px;
	width: 90%;
	margin: auto;
}

#qna .qna-wrap {
	background: #F5F6F8;
	box-sizing: border-box;
	padding: 2%;
	margin: 0 0 30px 0;
}

#qna .qna-wrap h3 {
	position: relative;
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: 500;
}

#qna .qna-wrap h3::before {
	counter-increment: count;
	content: "Q"counter(count) "";
	color: #71AFD0;
	margin: 0 10px 0 0;
}

#qna .qna-wrap p {
	line-height: 1.75em;
	margin: 0 0 0 37px;
}

#qna .qna-wrap a{
	text-decoration: underline;
	color: #71AFD0;
}

/* voice */
#voice.class{
	border-bottom: none;
}

#voice .inner {
	max-width: 1300px;
	width: 90%;
	margin: auto;
}

#voice .voice-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px;
}

#voice .voice-img div {
	width: calc(100% / 4);
	border: 1px solid #f2f0ec;
	box-sizing: border-box;
}

#voice .voice-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

#voice .voice-wrap {
	width: 32%;
}

#voice .voice {
	background: #fff;
	box-sizing: border-box;
	padding: 6%;
	margin: 6% 0 0;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.02);
}

#voice .voice h3 {
	font-size: 20px;
}

#voice .voice .year {
	font-size: 14px;
	color: #71AFD0;
	font-family: "Noto Serif JP", serif;
}

#voice .voice .cmt {
	line-height: 1.75em;
	font-size: 15px;
	margin: 15px 0 0;
}

#voice .btn-contact{
	padding: 0;
}

/* inquiry */
.inquiry {
	background: url(../img/img-bk-inquiry.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 150px 0;
}

.inquiry p {
	text-align: center;
	font-size: 28px;
	font-family: "Noto Serif JP", serif;
	color: #24395B;
}

.inquiry .inner {
	max-width: 940px;
	width: 90%;
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inquiry .inner .btn {
	position: relative;
	width: 48%;
	border: 1px solid #24395B;
}

.inquiry .inner .btn a {
	font-family: "Noto Serif JP", serif;
	font-size: 21px;
	color: #24395B;
	background-color: #fff;
	background-image: url(../img/icon-inquiry-off.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 25px 10px;
}

.inquiry .inner .btn a:hover {
	color: #fff;
	transition: all 0.7s;
	background-color: #24395B;
	background-image: url(../img/icon-inquiry-on.png);
}

.inquiry .inner .btn a::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 10%;
	transform: translate(-50%, -50%);
}

.inquiry .inner .btn:first-child a::after {
	background: url(../img/icon-line-off.png) no-repeat center center;
}

.inquiry .inner .btn:first-child:hover a::after {
	background: url(../img/icon-line-on.png) no-repeat center center;
}

.inquiry .inner .btn:last-child a::after {
	background: url(../img/icon-mail-off.png) no-repeat center center;
}

.inquiry .inner .btn:last-child:hover a::after {
	background: url(../img/icon-mail-on.png) no-repeat center center;
}

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


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

	#concept .concept-wrap,
	#concept .concept-wrap.right {
		padding: 0;
		width: 90%;
		margin: 0 auto;
		background-image: none;
		box-shadow: 5px 5px 20px rgba(29, 57, 112, 0.16);
	}

	#concept .concept-wrap.right {
		margin-bottom: 50px;
	}

	#concept .concept-txt,
	#concept .concept-wrap.right .concept-txt {
		width: 100%;
        max-width: 960px;
		margin: 30px auto 0;
		box-shadow: none;
	}

	#concept .concept-txt h4 {
		font-size: 20px;
		padding-bottom: 15px;
	}

	#concept .concept-txt p {
		text-align: left;
	}

	#concept .concept-wrap .img{
		max-width: 960px;
		margin: 0 auto;
		border: 10px solid #FFf;
	}

}

/* --- SP ---------- */
@media screen and (max-width: 740px) {

	p,ul,dl{
		font-size: 15px;
		line-height: 25px;
	}

	#concept{
		padding: 0;
	}

	.btn-contact{
		padding: 20px 0;
	}

	#concept .intro-wrap{
		display: block;
	}

	#concept .intro-txt{
		width: 100%;
	}

	#concept .intro-txt h2{
		font-size: 34px;
		margin: 24px 0;
	}

	#concept .intro-txt h3{
		font-size: 19px;
		margin: 20px 0 10px;
	}

	#concept .intro-txt ul{
		margin: 10px 0;
		line-height: 34px;
	}

	#concept .intro-txt ul li span{
		font-size: 19px;
	}

	#concept .intro-img{
		width: 100%;
		margin-top: 20px;
	}

	#concept .intro-img .img:last-child{
		position: inherit;
		margin: -15px 0 0 auto;
	}

	#concept .intro-img::after{
		height: 70%;
	}

	.cts-btn-wrap{
		padding: 40px 0;
	}

	#features .features-container{
		margin-top: -100px;
	}

	#features .inner{
		padding-bottom: 60px;
	}

	#features .features-wrap{
		display: block;
		margin-bottom: 70px;
	}

	#features .features-wrap .features-txt,
	#features .features-img{
		width: 100%;
	}

	#features .features-wrap .features-txt{
		position: relative;
	}

	#features .features-txt::after {
		content: ""counter(section) "";
		counter-increment: section;
		position: absolute;
		top: -18px;
		left: 3px;
		font-size: 8.4vw;
		font-family: "Noto Serif JP", serif;
		color: #24395B;
	}

	#features .features-txt .h3-sub{
		margin: 15px 0 0 15px;
	}

	#features .features-txt h3{
		margin: 0 0 0 15px;
	}

	#features .features-txt .h3-sub span{
		font-size: 15px;
	}

	#features .features-txt h3 span {
		font-size: 22px;
	}

	#features .features-txt .txt{
		margin: 20px 0 0;
	}

	#features .features-img {
		margin-top: 20px;
	}

	#features .features-img::after {
		display: none;
	}

	#features .features-img img{
		width: 95%;
	}

	#features .features-img::before{
		width: 95%;
		height: 100%;
	}

	#features .order .features-img::before{
		left: 20px;
	}

	#features .features-btn{
		width: 100%;
	}

	#features .features-btn p{
		margin: 0 0 20px;
	}

	#features .features-btn p span{
		font-size: 15px;
	}

	#features .features-btn a{
		display: block;
		text-align: center;
	}

	.class{
		padding: 60px 0;
	}

	.ttl{
		font-size: 26px;
		width: 95%;
		margin: 0 auto 30px;
	}

	#course ul{
		display: block;
	}

	#course ul li{
		width: 100%;
		margin-bottom: 50px;
	}

	#course ul li:last-child{
		margin-bottom: 20px;
	}

	#course ul li::after{
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 14px solid #24395B;
		border-bottom: none;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	#course ul li .see{
		width: 40px;
		height: 40px;
		font-size: 12px;
	}

	#course ul li .see span{
		font-size: 23px;
	}

	#course ul li .cum{
		font-size: 17px;
		width: 77%;
	}

	#course .object h3{
		font-size: 23px;
		padding-bottom: 10px;
	}

	#course .note{
		font-size: 17px;
	}

	#course .img-course{
		text-align: center;
		margin-bottom: 0;
	}

	#instructor .inner{
		display: block;
	}

	#instructor .instructor-wrap{
		width: 100%;
		background-color: #FFF;
		padding: 0;
		box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.02);
		position: relative;
		margin-bottom: 30px;
	}

	#instructor .instructor-wrap .img{
		position: relative;
		padding: 15px;
	}

	#instructor .instructor-wrap .txt{
		background-color: transparent;
		margin: 0;
		padding: 0 15px 15px;
		width: 100%;
		box-shadow: none;
	}

	#instructor .instructor-wrap .txt h3{
		position: absolute;
		top: 50px;
		left: 42%;
	}

	#instructor .btn{
		width: 100%;
		padding: 0 0 20px;
	}

	#flow .inner{
		display: block;
	}

	#flow .flow-wrap{
		width: 100%;
		padding: 2% 4%;
		margin-bottom: 50px;
	}
	
	#flow .flow-wrap:nth-child(3){
		margin-bottom: 0;
	}

	#flow .flow-wrap::after{
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 16px solid #24395B;
		border-bottom: none;
		top: 107%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	#flow .flow-wrap .flow-img{
		width: 100px;
	}

	#flow .flow-wrap h3{
		font-size: 18px;
		margin: 10px 0;
	}
	
	#flow .txt{
		margin-top: 20px;
		padding: 2% 4%;
	}

	#school-video .video-wrap{
		display: block;
	}

	#school-video .video-wrap .video{
		max-width: 212px;
		width: 100%;
		margin: 0 auto 20px;
		max-height: 400px;
	}

	#qna{
		padding: 60px 0;
	}

	#qna .qna-wrap{
		padding: 4%;
		margin-bottom: 20px;
	}

	#qna .qna-wrap h3{
		font-size: 19px;
		text-indent: -37px;
		margin: 0 0 10px 37px;
	}

	#voice .voice-img{
		margin-bottom: 20px;
	}

	#voice .voice-img div{
		width: calc(100% / 2);
	}

	#voice .voice-container{
		display: block;
	}

	#voice .voice-wrap{
		width: 100%;
	}

	#voice .voice{
		padding: 4%;
		margin: 4% 0 0;
	}

	#voice .voice h3{
		font-size: 18px;
	}

	#voice .voice .year{
		font-size: 13px;
	}

	#voice .voice .cmt{
		font-size: 14px;
		margin: 7px 0 0;
	}

	#voice .btn-contact{
		padding: 0;
	}

	.inquiry{
		padding: 50px 20px;
	}

	.inquiry p{
		font-size: 22px;
	}

	.inquiry .inner{
		padding-top: 10px;
		margin: 0 auto;
		display: block;
	}

	.inquiry .inner .btn{
		width: 100%;
		margin-top: 10px;
	}

	.inquiry .inner .btn a{
		font-size: 18px;
		padding: 10px;
	}
}


/*  footer  */
footer{
	background-color: #24395b;
	padding: 40px 0;
}

footer .inner{
	max-width: 1300px;
    width: 90%;
    margin: auto;
	text-align: center;
}

footer .logo{
	max-width: 230px;
	width: 80%;
	display: block;
	margin: 0 auto 10px;
}

footer copyright{
	font-size: 11px;
	color: #fff;
}


/* --- sp ---------- */

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

	.pc_contents {
		display: none;
	}
}



/* --- tab ---------- */

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

	.tab_contents {
		display: none;
	}
}


/* --- PC ---------- */

@media screen and (min-width: 741px) {

	.sp_contents {
		display: none;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}



#school-video.class .iframe-wrap{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#school-video.class .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}