@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}
a{
	color: #0066ff;
	text-decoration: none;
}
a:hover, .active{
	text-decoration: underline 2px #3dbdea;
}
a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header img {
    width: 100%;
}
/* フッターの前
------------------------------------------------------------*/
#bf_footer {
	background-image: url(../images/footer.jpg);
    background-position: center;
	color: #fff;
}
.footer_panel {
    width: 900px;
    margin: 0 auto;
}
.footer_panel li {
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}
#bf_footer a {
	color: #fff;
}
/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 10px;
}
.footer_inner {
    text-align: center;
	padding: 20px 0;
}
/* 共通
------------------------------------------------------------*/
img{
	/* width: 100%; */
	height: auto;
	vertical-align: top;
}

section{clear:both;}


.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
.container {
	width: 900px;
    margin: 0 auto;
    padding: 70px 0;
}
.main_ttl {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
	color: #a384c4;
}
.main_ttl:after {
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto 25px;
    width: 40px;
    background: #a384c4;
}
.sp{
   display: none;
}
/* SEC01 
------------------------------------------------------------*/
.become{
    border-radius: 10px;
    padding: 60px 95px;
    background-color: #fff;
    margin-bottom: 100px;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    position: relative;
    z-index: 1;
    transform: translate3d(0,-80px,0);
    box-shadow: 25px 25px 60px rgb(15 41 53 / 10%);
    width: 710px;
    margin: 0 auto;
}
#sec01 .ttl_area {
    text-align: center;
	font-weight: bold;
}
.grad_text {
    background: -webkit-gradient(linear,left top,right top,from(#e5459e),to(#3dbdea));
    background: linear-gradient(to right,#e5459e 0%,#3dbdea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ttl02 .txt_box::after ,.vision_main .ttl::after {
    content: '';
    display: block;
    background: -webkit-gradient(linear,left top,right top,from(#e5459e),to(#3dbdea));
    background: linear-gradient(to right,#e5459e 0%,#3dbdea 100%);
    width: 100%;
    height: 5px;
    margin-top: 15px;
}
.ttl02 {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 1.5;
}
#sec01 .main_area {
    text-align: center;
    margin-top: 24px;
}
.c-tsukushi_ttl {
    color: #3dbdea;
    font-family: fot-tsukuardgothic-std,sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.sub_ttl {
    color: #3dbdea;
    font-family: fot-tsukuardgothic-std,sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.balloon span {
    color: #fff;
    background: -webkit-gradient(linear,left top,right top,from(#e5459e),to(#3dbdea));
    background: linear-gradient(to right,#e5459e 0%,#3dbdea 100%);
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
    padding: 12px 10px;
    position: relative;
    -webkit-box-shadow: 2px 2px 8px rgba(30,39,50,.13);
    box-shadow: 2px 2px 8px rgba(30,39,50,.13);
	line-height: 1;
}
.balloon span::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0;
    border-color: #9081c4 transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}
.sub_ttl::after, .sub_ttl::before {
    content: '';
    display: inline-block;
    margin: 0 15px;
    width: 2px;
    height: 25px;
    background-color: #3dbdea;
    vertical-align: bottom;
}
.sub_ttl::before {
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}
.sub_ttl::after {
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
.balloon {
    margin-bottom: 20px;
}
.element_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 20px;
}
.element_list::before {
    content: '+';
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 4rem;
    font-weight: 700;
    margin-top: -40px;
}
.element_list::after {
    content: '=';
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    font-size: 4rem;
    font-weight: 700;
    margin-top: -40px;
}
.element_list li:nth-child(2) {
    order: 3;
}
.element_list li:nth-child(1) {
    order: 1;
}
.element_list li:nth-child(3) {
    order: 5;
}
.element_area {
    background-color: #f1f7fb;
    padding: 50px 95px;
    margin-top: -40px;
}
.element_img {
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
}
.element_list p {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}
#sec01{
    background: url(../images/bg_dot@2x.png) 50%;
    background-size: 100%;
    z-index: -1;
}
/* VISSION 
------------------------------------------------------------*/
.vision_main {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#VISION {
	background: #3f5c7d;
}
.vision_main .ttl {
	font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 30px;
}
.vision_main {
    color: #fff;
}
#VISION .txt_area {
    margin-left: 40px;
}

/* MENU 
------------------------------------------------------------*/
#MENU {
	background-image: url(../images/top_about.png);
    background-position: center;
}
#MENU .menu_main {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
#MENU .txt_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#MENU .ttl_main01 {
    font-size: 4.3rem;
    font-weight: bold;
	color: #fff;
}
#MENU .ttl_main02 {
    font-weight: bold;
}
#MENU .ttl {
    font-size: 2.1rem;
}
input {
    border: 0;
}
.menu_main img {
    width: 274px;
}
.menu_main img:hover {
    border: 3px solid #3dbdea;
	border-image: linear-gradient(to right, #e5459e 0%, #3dbdea 100%);
	border-image-slice: 1;
}
/* SEC05 
------------------------------------------------------------*/
#sec05 dl{
	line-height: 1.2;
}
#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}
#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}
#sec05 header{
	display: none;
}
#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
ul.col2 {
    display: flex;
    justify-content: space-between;
}
/* CURRICULUM
------------------------------------------------------------*/
.course_box {
    background-color: #fff;
    border: 1px solid;
    -o-border-image: linear-gradient(0deg,#e5459e 0,#3dbdea);
    border-image: -webkit-gradient(linear,left bottom,left top,from(#e5459e),to(#3dbdea));
    border-image: linear-gradient(0deg,#e5459e 0,#3dbdea);
    border-image-slice: 1;
	width: 44%;
	padding: 15px;
	margin-bottom: 40px;
}
.course_name {
    margin: -50px auto 15px;
}
.course_name span{
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 0 5px;
}
.course_name .grade {
	background: -webkit-gradient(linear,left top,right top,from(#e5459e),to(#3dbdea));
    background: linear-gradient(to right,#e5459e 0%,#3dbdea 100%);
}
.course_name h3 span.grade {
    font-size: 1.5rem;
}
.course_box .works {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding: 10px;
	margin-top: 15px;
}
.course_box .works {
    border: 1px solid;
    -o-border-image: linear-gradient(0deg,#e5459e 0,#3dbdea);
    border-image: -webkit-gradient(linear,left bottom,left top,from(#e5459e),to(#3dbdea));
    border-image: linear-gradient(0deg,#e5459e 0,#3dbdea);
    border-image-slice: 1;
}
.course_inner {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.course_box .works em {
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    margin-right: 10px;
    white-space: nowrap;
}
.course_box .works p {
    font-size: .8rem;
    margin-bottom: 0;
}
.course_box .img_area {
    margin: -15px;
}
.section_lead {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .12em;
    margin: 0 0 40px 0;
    text-align: center;
}
#feature {
    background: url(../images/bg01.jpg);
    background-size: 100%;
	background-size: cover;
    z-index: -1;
}
.feature_box.sec .img_area {
    order: 2;
}
.sec.feature_box .text_box {
	order: 1;
    margin-left: 0;
    margin-right: -24vw;
}
/* ABOUT US
------------------------------------------------------------*/
.feature_box {
    align-items: center;
    color: #fff;
    display: flex;
    margin: 0 auto 40px;
    max-width: 1600px;
    justify-content: space-between;
}
.feature_box .img_area{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feature_box .text_box {
	-webkit-box-shadow: 5px 5px 0 hsla(0,0%,100%,.95);
	box-shadow: 5px 5px 0 hsla(0,0%,100%,.95);
	color: #fff;
	font-weight: 700;
	letter-spacing: .08em;
	margin-left: -24vw;
	padding: 40px;
	position: relative;
	z-index: 1;
	background: -webkit-gradient(linear,left top,right top,from(#e5459e),to(#3dbdea));
	background: linear-gradient(to right,#e5459e 0%,#3dbdea 100%);
	width: 400px;
	opacity: .9;
}
.feature_box .text_box .ttl {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.9rem;
    letter-spacing: .05em;
    line-height: 1.2;
    margin-bottom: 25px;
}
.feature_box .text_box .ttl .num {
    background-color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 10px;
    padding: 5px;
	color: #e149a0;
}
#plan {
    background: url(../images/bg_dot@2x.png) 50%;
    background-size: 100%;
    z-index: -1;
}
.feature_box .text_box::after {
    background: -webkit-gradient(linear,left top,right top,from(#e5459e),to(#3dbdea));
    background: linear-gradient(to right,#e5459e 0%,#3dbdea 100%);
}
/* contact_form
------------------------------------------------------------*/
.contact_form .form {
	margin: 20px auto;
	width: 590px;
	border: 2px solid #000;
	padding: 15px;
}
textarea {
	width: 100%;
	border: 1px solid #999;
}
.tp {
	outline: 0;
	border: none;
	*border: 0;
}
.contact_form .age select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../images/arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: url(../images/arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #eee 100%);
	background-size: 20px, 100%;
}
.contact_form .exp {
	margin: 10px auto;
	width: 490px;
	padding: 10px;
	text-align: center;
}
.contact_form .exp2 {
	margin: 10px auto;
	width: 700px;
	padding: 10px;
	text-align: center;
}
.contact_form .exp0 {
	margin: 10px auto;
	width: 490px;
	padding: 10px;
	padding-bottom: 0px;
	text-align: right;
}
.contact_form .exp0 a:link {
	text-decoration: underline;
}
.contact_form .exp0 a:hover {
	color: #fff;
	background-color: #828282;
}
.contact_form input {
	width: 100%;
}
.contact_form .form.massage>input {
	padding-bottom: 140px;
}
.contact_form .exp {
	margin: 10px auto;
	width: 490px;
	padding: 10px;
}
.container.contact_form {
	padding-bottom: 40px;
}
.button.color-key.type-skeleton {
    color: #000;
    cursor: pointer;
}
.button.size-L {
    margin: 0 auto;
    padding: 10px 0;
    width: 140px;
	border: 2px solid;
	border-radius: 40px;
}
.button.type-skeleton.color-key:hover {
	background: -webkit-gradient(linear,left top,right top,from(#e5459e),to(#3dbdea));
    background: linear-gradient(to right,#e5459e 0%,#3dbdea 100%);

    color: #fff;
    border: 2px solid #000;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------
 RESPONSIVE 設定
--------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){
	.pc {
		display: none;
	}
	.sp{
		display: block;
	 }
	 .container {
		width: auto;
		padding: 40px 10px;
	}
	.become {
		width: 90%;
		padding: 30px 10px;
		transform: translate3d(0,-30px,0);
	}
	.menu_main img {
		width: 100%;
	}
	.footer_panel {
		width: auto;
	}
	#MENU .menu_main {
		display: block;
	}
	#VISION .txt_area {
		margin: 0;
		order: 1;
		text-align: center;
	}
	.element_img {
		width: 90px;
		height: 90px;
	}
	.ttl02 {
		font-size: 5.8vw;
	}
	.sub_ttl {
		line-height: 1.4;
		font-size: 3.4vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.balloon span {
		font-size: 5vw;
	}
	.element_area {
		padding: 40px 10px 20px 10px;
	}
	.element_area {
		padding: 40px 10px 20px 10px;
	}
	.element_list::before {
		font-size: 6vw;
	}
	.element_list::after {
		font-size: 6vw;
	}
	.element_list p {
		font-size: 3vw;
	}
	.element_img img {
		width: 50px;
	}
	.vision_main img {
		width: 80%;
		margin-top: 15px;
	}
	.vision_main .img_area {
		margin: 0 auto;
		text-align: center;
		order: 2;
	}
	.vision_main {
		flex-wrap: wrap;
	}
	.vision_main .ttl {
		font-size: 6vw;
		text-align: center;
		display: inline-block;
	}
	#VISION .txt {
		text-align: left;
	}
	#MENU {
		background-position: bottom center;
		background-size: cover;
	}
	#MENU .txt_area {
	    display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	#MENU .ttl_main01 {
		font-size: 12vw;
		color: #a384c4;
		line-height: 1;
	}
	#MENU .ttl {
		font-size: 5.5vw;
		line-height: 1;
		padding: 5px 0;
	}
	.col2 li {
		margin: 0;
	}
	#footer {
		padding: 10px 0;
	}
	.menu_main .img_area {
		margin-bottom: 20px;
	}
	ul.col2 {
		display: block;
	}
	#sec05 dd {
		margin-bottom: 10px;
	}
	#sec05 dt {
		margin-bottom: 0;
	}
	.feature_box .text_box {
		width: auto;
		margin-left: 0;
	}
	.feature_box {
		max-width: 100%;
		display: block;
	}
	.feature_box img {
		width: 100%;
	}
	.sec.feature_box .text_box {
		margin-right: 0;
	}
	.main_ttl {
		font-size: 12vw;
	}
	.feature_box .text_box {
		width: auto;
		padding: 30px 10px;
	}
	.feature_box .text_box .ttl {
		font-size: 6.5vw;
		text-align: center;
		align-items: center;
	}
	.feature_box .text_box .ttl .num {
		font-size: 4vw;
	}
	#feature {
		background-size: contain;
	}
	.course_box {
		width: 100%;
	}
	.course_box img {
		width: 100%;
	}
	.course_box .works em {
		font-size: 3.3vw;
	}
	.section_lead {
		font-size: 4vw;
		margin: 0 0 20px 0;
	}
	.contact_form .form {
		width: auto;
	}
	#sec01 {
		padding-bottom: 20px;
	}
}


@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
  	a#menu{
		display:none;
	}	
	.panel{
		display:block !important;
	}
	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}
	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}
	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
  	#mainnav a{
		color: #ffffff;
	}
	#mainnav.changeNav a {
		color: #000000;
	}
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  	#footer{
		padding: 10px 10px 10px 0;
	}
}


@media only screen and (max-width: 799px){
	#slogan h2{
		font-size: 16px;
	}
  	a#menu{
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 10px;
	}
	#menuBtn{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #fff;
		transition: .2s;
	}
	#menuBtn:before, #menuBtn:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 2px;
		background: #fff;
		transition: .3s;
	}
	#menuBtn:before{
  		margin-top: -7px;
	}
	#menuBtn:after{
  		margin-top: 5px;
	}
	a#menu .close{
  		background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  		margin-top: 0;
	}
	a#menu .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	a#menu .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}
	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}
	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}
	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
		max-width: 288px;
	}
}

