/*
*
* Global
*
*/
body {
	-webkit-text-size-adjust: 100%;
}
body, html {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 2em;
}
#container, .nav {
	max-width: 1280px;
	margin: 0 auto;
}
img {
	width: 100%;
	height: auto;
}
small, .small {
	font-size: 0.8em;
	line-height: 1.8em;
}
ul, li {
	list-style: none;
}
a, a:hover, a:active, a:link {
	text-decoration: none;
	color: #000;
}
a.anchor {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}

/**
input
*/
input[type="submit"] {
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
}
/*----------------------------------------
* HEADER
----------------------------------------*/
#header {
	padding: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	box-sizing: border-box;
}
#header a {
	color: #000;
}
#header ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	height: 60px;
}
#header li {
	padding: 0 2.5em 0 0;
}
#header li.btn {
	width: 18%;
	padding: 0 1% 0 0;
	box-sizing: border-box;
}
#header li.btn a {
	display: block;
	border-radius: 5px;
	padding: 0;
	color: #fff;
}
#header li.btn a.request {
	background: #fc619b;
}
.page-top-nav {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 5em;
	padding: 0.5em;
	text-align: center;
	background-color: #ffeb60;
	font-size: 0.7em;
	line-height: 1.5em;
}
/* header の高さと合わせる*/
#container {
	padding: 60px 0 0 0;
}
@media ( max-width:768px) {
	#header {
		height: 50px;
	}
	#header ul {
		height: 50px;
		line-height: 25px;
	}
	#header li.page-link {
		display: none;
	}
	#header.active {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	#header.active ul {
		display: block;
		position: absolute;
		top: 15%;  /* 親要素の半分下にずらす */
		left: 50%; /* 親要素の半分右にずらす */
		transform: translateY(-15%) translateX(-50%);    /* 要素自体の半分、上と左にずらす */
		font-size: 1.3em;
		line-height: 2.5em;
	}
	#header.active li.page-link {
		display: block;
		width: 100%;
		padding: 0.5em 0;
	}
	#header.active li.btn {
		width: 100%;
		padding: 0.5em 0;
	}
	#header.active li.btn a {
		display: inline-block;
		width: 8em;
	}
	/* 背景を固定 */
	body.scroll-fixed {
		overflow: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
	}
	/* header の高さと合わせる*/
	#container {
		padding: 50px 0 0 0;
	}
	a.anchor {
		display: block;
		padding-top: 50px;
		margin-top: -50px;
	}
}
@media ( max-width:420px) {
	#header li.btn {
		width: 35%;
		padding: 0 2% 0 0;
		box-sizing: border-box;
	}
	#header li.btn a {
		font-size: 0.9em;
		font-weight: normal;
	}
}

/* btn-trigger */
.btn-trigger {
	display: none;
}
@media ( max-width:768px) {
	.btn-trigger {
		position: absolute;
		width: 30px;
		height: 23px;
		cursor: pointer;
		z-index: 103;
		top: 10px;
		left: 10px;
	}
	.btn-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #000000;
		border-radius: 0;
	}
	.btn-trigger, .btn-trigger span {
		display: inline-block;
		transition: all .5s;
		box-sizing: border-box;
	}
	.btn-trigger span:nth-of-type(1) {
		top: 0;
	}
	.btn-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.btn-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	#btn01.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	#btn01.active span:nth-of-type(2) {
		opacity: 0;
	}
	#btn01.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}


/* Global @media
----------------------------------------*/
@media (max-width:1280px) {
	#container, .nav {
		max-width: 100%;
	}
}
@media (max-width:768px) {
	/*body, html {
		font-size: 16px;
		line-height: 1.5em;
	}*/
}
@media (max-width:420px) {

}

/*----------------------------------------
* CONTENTS
----------------------------------------*/

/* sns
----------------------------------------*/

.sns {
	display: flex;
	padding: 0;
}
.sns .tw {
	padding: 5px 0 0 10px;
}
@media (max-width:1280px) {
	.sns {
		padding: 0 0 0 2em;
	}
}
@media (max-width:420px) {
	.sns {
        display: block;
		justify-content: center;
		padding: 0 0 1em 1em;
        width: 85%;
	}
    .sns li {
        padding: 0 0 0.5em 0;
    }
}


/* kouza 
----------------------------------------*/

.flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flex_box .box {
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 0 3em 0;
}
.present-option.flex_box .box {
	padding: 0 0 3em 0;
}
.flex_box h2 {
	font-size: 1.3em;
	text-align: center;
}
.flex_box h2 span {
	display: inline-block;
	border-bottom: 3px solid #faaf3b;
	padding: 0.8em 0 0.3em 0;
	margin: 0 auto;
}
.flex_box h3 {
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	font-size: 1em;
}
.flex_box p {
	padding-bottom: 1.5em;
}
.teacher_profile {
	display: flex;
	justify-content: space-between;
	padding-top: 2em;
	border-top: 1px dotted #ccc;
}
.teacher_profile h4 {
	font-size: 14px;
}
.teacher_profile .image {
	width: 25%;
	text-align: center;
}
.teacher_profile .image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.teacher_profile .profile {
	width: 68%;
}
.present-option.flex_box {
	position: relative;
}
/*修了証*/
.flex_box .box.diploma {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}
.flex_box .box.diploma .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    padding: 3em 1em;
    border: 5px solid #f2f2f2;
}
.flex_box .box.diploma .inner p {
    text-align: left;
}
.flex_box .box.diploma img {
	height: 230px;
	width: auto;
}
.flex_box .text, .teacher_profile {
	padding-left: 2em;
	padding-right: 2em;
}
.a-katei.flex_box .box:nth-of-type(odd), .present-option .box:nth-of-type(odd) {
	background-color: #fafafa;
}
@media (max-width:1280px) {
	.flex_box h2 {
		font-size: 1.8vw;
	}
}
@media (max-width:768px) {
	.flex_box {
		display: block;
	}
	.flex_box .box {
		width: 100%;
	}
	.present-option.flex_box {
		position: static;
	}
	.flex_box .box.oyako {
		padding: 0 0 1em 0;
	}
	.flex_box .box2 {
		width: 100%;
		position: static;
	}
	.flex_box .box2 .inner {
		width: 100%;
	}
    .flex_box .box.diploma .inner {
        padding: 2em 3em;
    }
}
@media (min-width: 421px) and (max-width:768px) {
	.flex_box {
		display: block;
	}
	.flex_box .box {
		display: flex;
		flex-wrap: wrap;
	}
	.flex_box .photo {
		width: 28%;
	}
	.flex_box .text {
		width: 72%;
		padding-left: 2em;
		padding-right: 2em;
		box-sizing: border-box;
	}
	.flex_box h2 {
		font-size: 1.3em;
		text-align: center;
	}
	.flex_box h2 span {
		display: inline-block;
		border-bottom: 3px solid #faaf3b;
		padding: 1em 0 0.1em 0;
		margin: 0 auto;
	}
	.flex_box h3 {
		padding-top: 1em;
		padding-bottom: 0.5em;
		font-size: 1em;
	}
	.teacher_profile {
		width: 80%;
		margin: 0 auto;
		padding: 1.5em 0 0 0;
	}
	.teacher_profile .image {
		width: 15%;
		text-align: center;
	}
	.teacher_profile .image img {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}
	.teacher_profile .profile {
		width: 83%;
		padding-left: 2%;
	}
	.present-option.flex_box {
		position: static;
	}
	.flex_box .box2 {
		width: 100%;
		box-sizing: border-box;
		padding: 2em 6em;
		position: static;
		bottom: 0;
		right: 0;
		background-color: #fff;
		box-sizing: border-box;
	}
	
}
@media (max-width:420px) {
	.title_present-option {
		padding: 1em 0 0 0;
	}
	.flex_box .box {
		padding: 0 0 1em 0;
	}
	.flex_box .text, .teacher_profile {
		padding-left: 5%;
		padding-right: 5%;
	}
	.flex_box h2 {
		font-size: 1.3em;
		text-align: center;
	}
	.flex_box .box2 {
		padding: 1em 5%;
	}
	.flex_box .box2 p {
		display: inline-block;
		padding-right: 0.5em;
		font-size: 0.9em;
		font-weight: normal;
		line-height: 1.8em;
	}
	.flex_box .box2 img {
		height: 100px;
		width: auto;
	}
    .flex_box .box.diploma .inner {
        border: none;
        padding: 0;
    }
}
@media (max-width:320px) {
	.flex_box h2 {
		font-size: 5vw;
		text-align: center;
	}
}

/* about-shokugaku
----------------------------------------*/
.about-shokugaku {
	padding: 3em 0 0 0;
}
@media (max-width:768px) {
	.about-shokugaku {
		padding: 0;
	}
}

/* about-course
----------------------------------------*/
.about-course {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-course .box_lta {
	width: 48%;
	padding: 0 0 2em 0;
	background-color: #fafafa;
	box-sizing: border-box;
}
.about-course .box_jisshu {
	width: 48%;
	padding: 0 0 2em 0;
	background-color: #fafafa;
	box-sizing: border-box;
}
.about-course .box_lta p {
	padding: 0 2em 1em 2em;
}
.about-course .box_jisshu p {
	padding: 0 2em 1em 2em;
}
/* タイトルテキスト */
.about-course .title h1 {
	display: none;
}
@media (max-width:768px) {
	.about-course {
		display: block;
	}
	.about-course .box_lta {
		width: 100%;
		margin: 0 0 2em 0;
	}
	.about-course .box_jisshu {
		width: 100%;
	}
}
@media (min-width: 421px) and (max-width:768px) {
	.about-course .box_lta {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.about-course .box_jisshu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.about-course .title {
		width: 70%;
		margin: 0 auto;
	}
	.about-course .box_lta p ,
	.about-course .box_jisshu p {
		width: 55%;
		box-sizing: border-box;
	}
	.about-course .image {
		width: 40%;
		padding: 0;
	}
}
@media (max-width:420px) {
	/* タイトルテキスト */
	.about-course .title h1 {
		display: block;
		font-size: 22px;
		text-align: center;
		padding: 1.5em 0 1em 0;;
	}
	.about-course .title h1 span {
		border-bottom: 3px solid #faaf3b;
		padding: 0 1em 0.2em 1em;
	}
	/* タイトルテキスト */
	.about-course .title img {
		display: none;
	}
	.about-course .box_lta p {
		padding: 0 5% 2em 5%;
	}
	.about-course .box_jisshu p {
		padding: 0 5% 1em 5%;
	}
	.about-course .box_lta .image {
		padding: 0 10% 1em 10%;
	}
	.about-course .box_jisshu .image {
		padding: 0 5% 1em 5%;
	}
}

/* study
----------------------------------------*/
.study {
	padding: 3em 0;
}

/* flow
----------------------------------------*/
.flow {
	max-width: 1040px;
	padding: 0;
	margin: 0 auto;
	line-height: 0;
}

@media (max-width:1040px) {
	.flow {
		width: 95%;
	}
}

/* support
----------------------------------------*/
.support {
	display: flex;
	justify-content: space-between;
	padding: 3em 0;
}
.support h1 {
	font-size: 20px;
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	-webkid-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background: #ffef00;
	color : #000;
	padding: 0 1em;
}
.support .box-kaiin {
	width: 50%;
	padding: 2em;
	font-size: 0.9em;
	line-height: 1.8em;
	background-color: #fafafa;
	box-sizing: border-box;
}
.support .box-kaiin p:first-of-type {
	padding-top: 1em;
}
.support .box-kaiin ul {
	display: inline-block;
	border: 1px solid #ccc;
	margin: 1em 0;
}
.support .box-kaiin li {
	padding: 0.1em 1em;
}
.support .box-kaiin li:nth-of-type(2) {
	padding-left: 6em;
}
@media (min-width:769px) {
	.support .box-after {
		width: 47%;
		background-image: url(../images/tablet/support-after.jpg);
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		box-sizing: border-box;
		position: relative;
	}
	.support .box-after .text {
		width: 70%;
		padding: 2em;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
	}
}
.support .box-after h2 {
	font-size: 18px;
	padding-top: 1em;
}
@media (max-width:768px) {
	.support {
		display: block;
	}
	.support .box-kaiin {
		width: 100%;
	}
	.support .box-after {
		width: 100%;
		background-image: url(../images/tablet/support-after.jpg);
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		box-sizing: border-box;
	}
	.support .box-after .text {
		width: 100%;
		padding: 3em 2em 3em 45%;
		box-sizing: border-box;
	}
}
@media (max-width:420px) {
    .support .box-kaiin h1 {
        width: 100%;
        box-sizing: border-box;
    }
    .support .box-kaiin ul {
        width: 100%;
    }
    .support .box-kaiin li span {
        display: block;
    }
    .support .box-kaiin li:nth-of-type(2) {
	    padding-left: 1em;
    }
	.support .box-after {
		width: 100%;
		background-image: url(../images/support-after.jpg);
		background-position: -100px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		box-sizing: border-box;
		position: relative;
	}
	.support .box-after .text {
		text-align: center;
		width: 100%;
		padding: 150px 2em 100px 18%;
		box-sizing: border-box;
	}
}
@media (max-width:320px) {
	.support .box-after .text h1 {
		font-size: 6vw;
	}
	.support .box-after .text h2 {
		font-size: 5vw;
	}
	.support .box-after .text p {
		font-size: 4vw;
	}
}

/* future
----------------------------------------*/
.future {
	border: 3px dotted #ccc;
	padding: 1em 0 0 0;
    margin-bottom: 3em;
}
@media (max-width:768px) {
    .future {
        border: none;
        padding: 0 0 0 0;
    }
}
@media (max-width:420px) {
    .future {
        border: none;
        padding: 0 0 0 0;
    }
	.future .title {
		padding: 1em 5%;
		box-sizing: border-box;
	}
	.future .footer {
		padding: 1em 10%;
		box-sizing: border-box;
	}
}

/* introduction
----------------------------------------*/
.introduction {
	display: flex;
	justify-content: space-between;
	align-self: flex-start;
	padding: 3em 0;
}
.introduction .box_teacher {
	width: 30%;
	padding: 1em 2em;
	background-color: #fafafa;
	box-sizing: border-box;
	text-align: center;
}
.introduction .box_macrobi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 67%;
	padding: 0 3em;
	background-color: #fafafa;
	box-sizing: border-box;
}
.introduction .box_teacher .katagaki {
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: normal;
}
.introduction .box_teacher img {
	width: 35%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.introduction .box_teacher .profile {
	padding: 0.5em 0 0 0;
}
.introduction .box_teacher .waku {
	display: inline-block;
	padding: 0 0.5em;
	border: 1px solid #231815;
	font-weight: bold;
	line-height: 1.5em;
}
.introduction .box_teacher .name {
	font-size: 18px;
	font-weight: bold;
	padding: 0.5em 0;
}
.introduction .box_teacher p {
	padding: 0.5em 0 0 0;
	text-align: left;
}
.introduction .box_macrobi .text {
	width: 65%;
}
.introduction .box_macrobi .name {
	font-weight: bold;
	padding: 0.5em 0 0 0;
	border-top: 1px dotted #ccc;
}
.introduction .box_macrobi .image {
	width: 28%;
}
@media (max-width:768px) {
	.introduction {
		display: block
	}
	.introduction .box_teacher {
		display: flex;
		width: 100%;
		padding: 2em 3em;
		margin-bottom: 2em;
		text-align: left;
	}
	.introduction .box_teacher .image {
		width: 20%;
		padding: 0;
	}
	.introduction .box_teacher img {
		width: 100%;
	}
	.introduction .box_teacher .profile {
		padding: 0 0 0 2em;
		width: 80%;
		box-sizing: border-box;
	}
	.introduction .box_macrobi {
		width: 100%;
		padding: 2em 3em;
	}
}
@media (max-width:420px) {
	.introduction .box_teacher {
		display: block;
		width: 100%;
		padding: 2em 5%;
	}
	.introduction .box_teacher .image {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.introduction .box_teacher img {
		width: 35%;
	}
	.introduction .box_teacher .profile {
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.introduction .box_macrobi {
		display: block;
		width: 100%;
		padding: 2em 5%;
	}
	.introduction .box_macrobi .text {
		width: 100%;
		padding: 0;
	}
	.introduction .box_macrobi .image {
		width: 55%;
		padding: 1em 0 0 0;
		margin: 0 auto;
	}
}

/* schooling
----------------------------------------*/
.schooling {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1.5em 5% 2em 5%;
	border: 5px solid #f2f2f2;
}
.schooling .title {
	width: 100%;
	text-align: center;
	padding: 0 0 1.5em 0;
}
h1.title_schooling {
	font-size: 24px;
	display: block;
}
h1.title_schooling br.width420 {
    display: none;
}
h2.title_schooling {
	font-size: 18px;
	display: block;
}
.schooling .teacher {
	width: 18%;
	text-align: center;
	padding: 1em 0;
}
.schooling .teacher .name {
	font-size: 14px;
	font-weight: bold;
}
.schooling .katagaki {
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: normal;
}
.schooling .teacher img {
	width: 55%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
@media (max-width:768px) {
    .schooling {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 1.5em 5% 1em 5%;
        margin: 0 5%;
	    border: 5px solid #f2f2f2;
    }
	.schooling .teacher {
		width: 25%;
		text-align: center;
        padding: 1em 0;
	}
}
@media (max-width:420px) {
    .schooling {
        padding: 1.5em 0 1em 0;
        border: none;
    }
	h1.title_schooling {
		font-size: 5vw;
		display: block;
	}
    h1.title_schooling br.width420 {
        display: block;
    }
	h2.title_schooling {
		font-size: 16px;
		display: block;
	}
	.schooling .teacher {
		width: 48%;
		text-align: center;
		border: none;
		margin-bottom: 2em;
	}
}

/* footer-botton
----------------------------------------*/
.botton {
	display: flex;
	justify-content: center;
	padding: 4em 0;
}
.botton a.request {
    display: flex;
	justify-content: center;
    align-items: center;
	width: 40%;
    height: 90px;
	font-size: 1.5em;
    line-height: 1;
	font-weight: normal;
	color: #fff;
	border: none;
	-webkit-border-radius: 5px;
	/* for Safari and Chrome */
	-moz-border-radius: 5px;
	/* for Firefox */
	-o-border-radius: 5px;
	/* for opera */
	border-radius: 5px;
    background: #fc619b;
}
@media (max-width:768px) {
	.botton a.request {
		height: 60px;
		font-size: 1.1em;
	}
}
@media (max-width:420px) {
	.botton a.request {
		width: 90%;
		height: 50px;
		font-size: 1.1em;
	}
}

/* about-ifca
----------------------------------------*/
.ff_dancing {
	font-size: 45px;
	color: #7F7F7F;
}
h2.about-ifca {
	background-image: url(../images/ifca-kabu.jpg);
	-webkit-background-size: auto 80px;
	-moz-background-size: auto 80px;
	-o-background-size: auto 80px;
	background-size: auto 80px;
	background-repeat: no-repeat;
	background-position: right;
	width: 200px;
	padding: 0.5em 0 1em 0;
	margin: 0 auto;
	text-align: center;
}
#about-ifca {
	background-color: #fafafa;
	width: 100%;
}
#about-ifca .box {
	width: 768px;
	padding: 2em 0 1em 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.8em;
	line-height: 1.8em;
	box-sizing: border-box;
}
#about-ifca .mark {
	width: 10%;
}
#about-ifca .text {
	width: 88%;
}
#about-ifca .text h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em 0;
}
@media (max-width:768px) {
	#about-ifca .box {
		width: 90%;
	}	
}
@media (max-width:420px) {
	#about-ifca .box {
		display: block;
		padding-bottom: 6em;
	}
	#about-ifca .mark {
		width: 25%;
		margin: 0 auto;
	}
	#about-ifca .text {
		width: 100%;
	}
	#about-ifca .text h3 {
		text-align: center;
	}
}

/* footer
----------------------------------------*/
#footer.page {
	text-align: center;
	font-size: 0.7em;
	background-color: #fafafa;
	padding: 0 0 1em 0;
}