@charset "utf-8";
/*スマホ用CSS*/
body{
	-webkit-text-size-adjust: 100%;
}
	}
/*ロゴ*/
#site-title{
	/*padding: 10px 5px;*/
	}
#site-title img{
	max-width: 230px;
	}

/*メニュー*/
#header,
#inner_block {
	width: 100%;
	padding: 0;
}
#header {
	top: 0;
	position: fixed;
	margin-top: 0;
	z-index: 1000;
}
/* Fixed reset */
#header.fixed {
	padding-top: 0;
	background: transparent;
}


#mobile-head {
	background: #fff;
	width: 100%;
	height: 59px;
	z-index: 999;
	position: relative;
}
#header.fixed .logo,
#header .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #333;
	font-size: 26px;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	/*position: static;
	right: 0;
	bottom: 0;*/
	margin: 0;
	padding-bottom: 10px;
	position: relative;
	/*font-size: 11px;*/
}
#global-nav ul li {
	/*float: none;
	position: static;*/
	border-bottom: 3px solid #f06683;
	width: 80%;
	margin: 0 auto;	
}
#global-nav ul li:after  {
	display: none;
}
#header #global-nav ul li a,
#header.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #000;
	padding: 5px 0;
	text-decoration: none;
}
#nav-toggle {
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-image: url(../images/img_menu.png);
    background-position: 0 0;
    background-size: 60px auto;
    background-repeat: no-repeat;
    text-indent: -10000px;
}
/* #nav-toggle 切り替え */
.open #nav-toggle {
    background-image: url(../images/img_menu_close.png);
    background-position: 0 0;
    background-size: 60px auto;
    background-repeat: no-repeat;
    text-indent: -10000px;
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#global-nav ul li a span{
	display: block;
	font-size: 11px;
	color: #f06683;
	}
/*main_image*/
.pcimage{
	display: none;
	}
#mainimage img{
	padding-top: 59px;
	}
#mainimage img{
	width: 100%;
	}
/*news*/
article#news {
	padding: 3%;
	text-align: center;
	}
article#news h2{
	text-align: center;
	color: #f06683;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
	}
#news span.dot01{
	display: none;
	}
#news ul{
	list-style: none;
	margin: 0;
	}
#news ul li span{
	display: block;
	text-align: center;
	}
#personality,
#message,
#message_bg,
#service,
#staff,
#information{
	padding: 8% 3%;
	text-align: center;
	}
#personality #inner_block,
#message #inner_block{
	text-align: left;
	}
#personality h2,
#message h2,
#message_bg h2,
#service h2,
#staff h2{
	text-align: center;
	}
#message ul,
#message_bg ul,
#service ul,
#staff ul,
#information ul{
	list-style: none;
	margin: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
#service ul li{
	width: 50%;
	float: left;
	text-align: center;
	}
#service ul li a{
	display: block;
	padding: 2%;
	text-decoration: none;
	}
#service ul li p{
	text-align: left;
	}
#staff ul li{
	width: 33%;
	float: left;
	}
#staff ul li a{
	display: block;
	padding: 5%;
	text-decoration: none;
	}
span.staff_more{
	display: none;
	}
.staff_date span.staff_name{
	font-size: 15px;
	font-weight: bold;
	color: #f06683;
	}
.bussiness{
	font-weight: bold;
	}
.staff_date{
	padding-left: 3%;
	border-left: 1px solid #ccc;
	display: block;
	text-align: left;
	}
.staff_date span{
	display: block;
	font-size: 12px;
	line-height:18px;
	}
#service ul li figure,
#staff ul li figure{
	margin: 0;
	padding: 0;
	position: relative;
	}
#service ul li figure figcaption{
	position: absolute;
	bottom: 15px;
	right: 0;
	padding: 4% 10% 4% 4%;
	background-color: rgba(240,102,131,0.88);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	font-size: 8px;
	line-height: 8px;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/list_form_pc.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 6px auto;
	}
#service ul li img,
#staff ul li img{
	width: 100%;
	}
#personality{
	background-image: url(../images/bg_personality_sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	background-color: #7b9cf4;
	padding-bottom: 15%;
	}
#personality h2{
	color: #fff;
	}
#personality p br{
	display: none;
	}
#personality ul{
	list-style: none;
	margin: 0;
	line-height: 25px;
	}
#personality ul li{
	margin-left: 25px;
	}
#personality ul li:before{
	content: "●" ;
	margin-right: 5px;
	color: #056aad;
	}
body.home h2,
footer h2{
	font-size: 30px;
	letter-spacing: 5px;
	line-height: 35px;
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 auto 3% auto;
	}
body.home h2 span.big_letter,
footer h2 span.big_letter{
	margin-right: -9px;
	white-space:nowrap;
	}
body.home h2 span.small_letter,
footer h2 span.small_letter{
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	letter-spacing: 0;
	margin: 0 auto;
	width: 85%;
	text-align: center;
	}
#personality h2 span.small_letter{
	color: #056aad;
	border-top: 1px solid #fff;
	}
#message h2 span.small_letter{
	color: #056aad;
	border-top: 1px solid #333333;
	}
#service h2 span.small_letter,
#staff span.small_letter,
#information span.small_letter{
	color: #f06683;
	border-top: 1px solid #333333;
	}
#message{
	background-image: url(../images/bg_message_sp.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 45% auto;
	padding-bottom: 20%;
	}
#message h3{
	color: #056aad;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 5%;
	}
#message h3 span.line_marker{
	background: linear-gradient(transparent 65%, #fffc9d 0%);
	}
p.right_text{
	font-size: 12px;
	}
p.right_text span{
	font-size: 15px;
	display: inline-block;
	margin-left: 5px;
	}
#service,
#information{
	background-color: #f1f1f1;
	}
#service h3{
	font-weight: bold;
	margin: 2% 0 0 0;
	}
#service ul li span.dot_pink{
	font-size: 8px;
	letter-spacing: 8px;
	display: inline-block;
	margin: 0;
	color: #f06683;
	}
/*吹き出し*/
#staff .comment_staff{
	text-align: center;
	/*padding: 10px;*/
	margin: 0 auto 5% auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 90% !important;
	background-image: url(../images/bg_staff.png);
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: 28px auto;
	font-weight: bold;
	}
#staff .comment_staff span{
	padding: 4% 4% 4% 15%;
	display: inline-block;
	}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #f06683;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
.arrow_box:before {
	border-color: rgba(240, 102, 131, 0);
	border-top-color: #f06683;
	border-width: 9px;
	margin-left: -9px;
}
#information,
#entry{
	text-align: center;
	}
#information .new_graduates h3{
	margin-bottom: 2%;
	background-image: url(../images/bg_information01_sp.png) ;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 29.65%;
    /*background-size: contain;*/
	}
#information .new_graduates02 h3{
	margin-bottom: 2%;
	background-image: url(../images/bg_information02_sp.png) ;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 29.65%;
    /*background-size: contain;*/
	}
#information .new_graduates h3 strong{
	display: block;
	margin-top: -10%;
	color: #fff;
	}
#information .new_graduates02 h3 strong{
	display: block;
	margin-top: -8%;
	color: #fff;
	}
#information .new_graduates h3 strong span,
#information .new_graduates02 h3 strong span{
	font-size: 120%;
	}
#guideline ul li{
	width: 50%;
	float: left;
	}
#guideline ul li a{
	display: block;
	padding: 10px;
	background: #fff;
	text-decoration: none;
	font-size: 9px;
	text-align: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 5px;
	}
#guideline .new_graduates ul li a{
	border: 1px solid #f06683;
	background-image: url(../images/list_information01_pc.png);
	background-size: 5px auto;
	background-position: 90% center;
	background-repeat: no-repeat;
	color: #f06683;
	}
#guideline .new_graduates02 ul li a{
	border: 1px solid #056aad;
	background-image: url(../images/list_information02_pc.png);
	background-size: 5px auto;
	background-position: 90% center;
	background-repeat: no-repeat;
	color: #056aad;
	}
#information p{
	margin-bottom: 2%;
	}
#entry {
	background: #056aad;
	}
#entry img.formarrow{
	width: 100%;
	vertical-align: top;
	}
#entry a{
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	position: relative;
	padding: 3% 0 4% 0;
	font-size: 18px;
	font-weight: bold;
	}
#entry a img{
	display: block;
	margin: 0 auto 2% auto;
	width: 15%;
	}
#site-info img{
	width: 100%;
	}
#site-info{
	text-align: center;
	padding: 5% 0;
	}
#site-info a img{
	max-width: 190px;
	}
div#utilitymenu{
	margin-bottom: 4%;
	}
div#utilitymenu ul{
	list-style: none;
	margin: 0;
	text-align: center;
	}
div#utilitymenu ul li{
	display: inline-block;
	margin: 0 2%;
	/*float: left;*/
	}
div#utilitymenu ul li a{
	text-decoration: none;
	font-size: 12px;
	}
div#site-copy{
	padding: 4% 0;
	background: #f1f1f1;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	}
div.sp_pagetop a{
	padding: 4%;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #f06683;
	font-size: 12px;
	text-align: center;
	}
div.pagetop{
	/*display: none;*/
	}
/*ベース*/
#content{
	padding: 3%;
	}
/*見出し*/
#content h2{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5%;
	}
#content h2:before{
	content: "●●●";
	font-size: 12px;
    letter-spacing: 8px;
    line-height: 3;
    display: inline-block;
    color: #f26b87;
    vertical-align: middle;
    margin-right: 5px;
	}
#content h3{
	padding: 10px 20px;
	background: #f1f1f1;
	color: #f26b87;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 25px;
	}
#content h4{
	padding: 10px 0;
	border-bottom: 1px solid #f26b87;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 25px;
	}
#content h5{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	}
#content h5:before{
	content: "●";
	font-size: 24px;
    line-height: 3;
    display: inline-block;
    color: #f26b87;
    vertical-align: middle;
    margin-right: 5px;
	}
/*h1見出し*/
#heading01_h1{
	margin: 59px 0 5% 0;
	position: relative;
	}
#heading01_h1 #heading03_h1{
	/*width: 80%;*/
	margin: 0 auto;
	background-color: rgba(240,102,131,0.88);
	color: #fff;
	text-align: center;
	font-size: 16px;
	}
#heading01_h1 #heading03_h1 h1{
	padding: 10% 5% 5% 5%;
	font-size: 24px;
	font-weight: bold;
	}
#heading01_h1 #heading03_h1 h1 a{
	text-decoration: none;
	color: #fff;
	}
.dot_white{
	font-size: 10px;
    letter-spacing: 12px;
    line-height: 3;
    display: inline-block;
    /*margin: 8px 0;*/
    color: #fff;
	}
.subtitle{
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	margin-bottom: 5%;
	}
#heading03_h1 h1 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	}
#heading03_h1 h1 ul li{
	margin-bottom: 2%;
	}
#heading03_h1 h1 ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	border-radius: 4px;
	border: 1px solid #fff;
	padding: 5px 0;
	}

/*table*/
#content table{
	width: 100%;
	margin-bottom: 5%;
	}
#content table tr th{
	background: #333;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	}
#content table tr th,
#content table tr td{
	padding: 10px;
	border: 1px solid #cccccc;
	}
/*パンくずリスト*/
#pankuzu{
	display: none;
	/*padding: 10px;
	font-size: 11px;
	background: #f1f1f1;
	text-align: right;*/
	}
ul#staff_date{
	margin-top: 5% !important;
	text-align: left;
	}
ul#staff_date li.staff_name{
	font-size: 18px;
	margin-bottom: 5px;
	}
ul#staff_date li.staff_date02{
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
	}
/*スタッフ紹介*/
div#staff_editor h3{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #f06683;
	background: none;
	margin-bottom: 5%;
	padding-left: 15%;
	background: url(../images/h3_staff_editor.png) 6px center no-repeat;
	}
.staff_right{
	text-align: center;
	padding-bottom: 5%;
	}
.staff_right img{
	width: 80%;
	height: auto;
	}
#staff_schedule h4.arrow_box{
	text-align: center;
	padding: 2%;
	margin: 0 auto 5px auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 80% !important;
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: 14px auto;
	font-weight: bold;
	color: #f06683;
	font-size: 16px;
	line-height: 16px;
	}
#staff_schedule h4 img{
	width: 20px;
	margin-right: 10px;
	}
#staff_schedule{
	background: #f2f2f2;
	margin: 5% 0;
	}
#staff_schedule .schedule_left{
	padding-top: 3%;
	}
/*#staff_schedule .schedule_left table{
	width: 90% !important;
	margin: 0 auto 5% auto;
	}
#staff_schedule .schedule_left table tr th,
#staff_schedule .schedule_left table tr td{
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #ccc !important;
	padding: 10px 0;
	}*/
#staff_schedule .schedule_left ul{
	width: 90% !important;
	margin: 0 auto 5% auto;
	list-style: none;
	}
#staff_schedule .schedule_left ul li{
	border-bottom: 1px solid #ccc ;
	padding: 10px 0;
	}
#staff_schedule .schedule_left ul li:last-child{
	border-bottom: none ;
	}
#staff_schedule .schedule_left ul li .time{
	width: 20%;
	display: inline-block;
	}
.schedule_left h4{
	margin-top:  -25px !important;
	}
.schedule_left h4 img{
	vertical-align: middle;
	margin: 0 15px 0 0;
	}
#staff_bottom_block .staff_bottom_right ul li a{
	display: block;
	overflow: hidden;
	color: #f06683;
	background: url(../images/bg_bottom_staff.png) 90% center no-repeat;
	/*padding: 3%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
	}
#staff_bottom_block .staff_bottom_right ul li a:hover{
	/*background-color: #ffeeee;*/
	text-decoration: underline !important;
	}
.schedule_right img{
	vertical-align: bottom;
	}
#staff_bottom_block .staff_bottom_right ul{
	list-style: none;
	margin: 0;
	}
#staff_bottom_block .staff_bottom_left a{
	display: block;
	background: #f06683;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 5%;
	text-align: center;
	margin-bottom: 10px;
	}
#staff_bottom_block .staff_bottom_right ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    }
#staff_bottom_block .staff_bottom_right ul li{
	/*float: left;*/
    margin: 0 0 10px 0;
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    }
#staff_bottom_block .staff_bottom_right ul li:first-child br,
#staff_bottom_block .staff_bottom_right ul li:nth-child(3) br{
	display: none;
	}
#staff_bottom_block .staff_bottom_right ul li img{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	/*float: left;*/
	border: 1px solid #ccc;
	}
#staff_bottom_block .staff_bottom_right ul li:nth-child(1) span,
#staff_bottom_block .staff_bottom_right ul li:nth-child(3) span{
	/*padding: 10px 0 0 0;*/
	}
#staff_bottom_block .staff_bottom_right ul li:nth-child(2) span,
#staff_bottom_block .staff_bottom_right ul li:nth-child(4) span,
#staff_bottom_block .staff_bottom_right ul li:nth-child(5) span,
#staff_bottom_block .staff_bottom_right ul li:nth-child(6) span{
	/*padding: 15px 0 0 0;*/
	}
#staff_bottom_block .staff_bottom_right ul li span{
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	padding-top: 5px;
	}
