@charset "UTF-8";

/*----------------------------------------
　　初期設定
----------------------------------------*/
* {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%;}
body {
    -webkit-text-size-adjust: 100%;
    color: #444;
    font-size: 87.5%;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	
    line-height: 1;
}
img, a img {border: 0;}
ul {list-style: none; margin: 0; padding: 0;}

/*----------------------------------------
　　.clearfix
----------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
.clear {clear: both;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*----------------------------------------
　　リンク
----------------------------------------*/
a {
    text-decoration: none;
	color: #444;
    /*トランジション効果*/
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover {opacity: 0.5;}

/*----------------------------------------
　　レイアウト
----------------------------------------*/
#wrap {overflow: hidden; position: relative;}
.inner {width: 1080px; margin: 0 auto;}
.aligncenter {text-align: center;}
.alignright {text-align: right;}
.alignleft {text-align: left;}
.flexBox {display: flex;}

/*----------------------------------------
　　ヘッダー
----------------------------------------*/
header {padding: 10px 0; position: fixed; top: 0px; left: 0px; width: 100%; background: #1771b7; height: 60px; z-index: 9999;}
header h1 {float: left; color: #fff; font-size: 180%; line-height: 1.1em;}
header h1 a {color: #fff;}
header h1 img {width: 400px;}

/*ナビ*/
nav {position: relative; margin-left: 300px;}
nav ul.main-nav {list-style: none; display: flex; justify-content: flex-end; align-items: center; height: 60px; font-weight: bold;}
nav ul.main-nav li {margin:0 2px;}
nav ul.main-nav li a {padding: 8px; color: #fff;}
nav ul.sub-nav {list-style: none; margin: 0; padding: 0; font-size: ; font-weight: bold; position: absolute; top: -8px; right: 10px;}
nav ul.sub-nav li {margin: 0 2px 0 0; background: #ffffff; display: inline; padding: 2px 10px;}
nav ul.sub-nav a {color: #294290;}

/*----------------------------------------
　　コンテンツ
----------------------------------------*/
#container {padding-top: 0px;}
.contents {padding: 40px 0 40px;}
h2 {text-align: center; color: #1771b7; margin-bottom: 0.5em; font-size: 300%;}
h2 span {border-bottom: dotted 2px #1771b7; padding: 0 10px 10px; line-height: 3em;}
h3 {color: #ff0099; margin-bottom: 0.5em;}
h4 {border-left: 5px solid #294290; padding-left: 10px; margin-bottom: 1em; font-size: 120%;}
p, dl  {font-size: 120%;}
.kakomi {border: solid 2px #294290; padding: 20px; color: #294290; font-weight: bold;}
.lead {margin-bottom: 1em; line-height: 1.4; font-size: 150%;}
.btn {margin: 20px 0; padding: 5px 10px; font-size: 120%;}
.btn a {padding: 10px 30px; background: url(../images/bg_btn.png); color: #fff;}
.red, .red a {color: #ff0000;}
.movie {width: 100%; max-width: 740px; margin: 0 auto;}

/*メインイメージ*/
#c1 {background: #CBE6E7;}
#c1 .inner {margin-top: 80px;}
#c1 .catch {font-size: 300%;line-height: 1.2; color:#333; font-weight:bold;}
#c1 h2 {text-align: right; position: absolute; top:200px; right:10px; font-size: 100%; margin-right: 20px; margin-left: 10px; }
#c1 h2 span {border-bottom: 0; padding: 0; line-height: 1em;}/*打ち消し*/
#c1 p.suuji {margin: 0 0 5px 0; padding: 20px; background: #35b5f8; color: #fff; font-weight: normal; display: inline-block; text-align: left; font-size: 100%;}
#c1 p.suuji span {font-size: 400%;font-family: serif;}

/*コース＆履修モデル紹介*/
#c2 {background: url(../images/bg_stripe_blue2.png);}
#c2 h2 span {line-height: 1em;}
#c2 dl {border: solid 1px #222; background: #fff; margin: 0 10px 10px; padding: 20px; line-height: 1.4;}
#c2 .flexBox dl {width: 100%;}
#c2 .count {color: #f5deec; font-weight: bold; display: inline-block; font-size: 300%; font-style: italic;}
#c2 dd img {width: 100%;}
#c2 p.suuji span {font-size: 500%; font-family: serif; color: #f5deec;}
#c2 video {width: 100%;}

/*オンライン説明会・個別相談会*/
#c3 {background: #fff;}
#c3 .flexBox {width: 75%; margin-left: auto; margin-right: auto;}
#c3 .flexBox div {margin: 0 20px 10px; width: 100%; line-height: 1.6;}
#c3 .kakomi {margin-bottom: 5px; padding: 10px; color: #294290; font-weight: bold; font-size: 160%; background: rgba(255,255,255,0.5); text-align:center;}
#c3 strong {font-size: 18px; color: #f88824; border: double 3px #f88824; background: rgba(255,255,255,0.2);}
#c3 .shikaku {
	margin:35px auto;
	width: 75%;
}
#c3 .shikaku h3 {
	background: #1771b7;
	color: #fff;
	font-size: 200%;
	padding: 10px;
	border-radius:6px;
	text-align: center;
}
#c3 .shikaku p {
    line-height: 1.8;
	padding:0 10px;
}
#c3 .shikaku p.hosoku {
    text-align: center;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 1em;
}
#c3 .interview {background: url(../images/bg_quote.png) no-repeat;padding: 25px 0 0 25px;}
#c3 table {width: 100%;}
#c3 th,
#c3 td {border: solid 1px #ccc; padding:10px;}

/*学科長メッセージ*/
#c4 {background: #eee;}
#c4 dl {position: relative; width: 75%; margin: 0 auto;}
#c4 dt,
#c4 dd {padding: 20px; line-height: 1.4; background: #fff;}
#c4 dt span {font-size: 150%; font-weight: bold;}
#c4 dt {background: #35b5f8; color: #fff; padding-right: 100px;}
#c4 dd img {position: absolute; top: -10px; right: -50px; width: 300px;}
#c4 dd {line-height: 1.8;}

/*学科・入学情報*/
#c5 {background:url(../images/73543851.jpg) no-repeat top center fixed; background-size: cover;}
#c5 .inner {background: #fff; padding: 20px; opacity: 1; width: auto; max-width: 1080px;}
#c5 h2 {margin-bottom: 20px;}
#c5 dl {background: #f5deec; margin: 0 10px 10px; padding: 20px; line-height: 1.4;}
#c5 dl dd:nth-child(3) {background: #fff; padding: 10px;}
#c5 dl dd:nth-child(2) {margin-bottom: 10px;}
#c5 .flexBox {justify-content: center;}
#c5 .flexBox div {margin: 0 10px;}
#c5 .flexBox dl {width: 100%;}

/*お問い合わせ*/
#c7 {background: #35b5f8;}
#c7 h2 {color: #fff; margin-bottom: 20px;}
#c7 .flexBox {justify-content: center; font-size: 120%;}
#c7 .flexBox li {margin: 0 5px 10px;}

/*---------------------------------------- 
　　フッター
----------------------------------------*/
footer {text-align: center; padding: 20px 0; border-top: solid 1px #eee; background: #f4f4f4;}
footer .sns {margin: 10px 0 20px;}
footer .sns img {margin: 0 5px;}
footer p {line-height: 1.4;}
footer .copyright {margin: 20px 0 0;}	

/*----------------------------------------
　　レスポンシブ
----------------------------------------*/
/* pc */
@media print, screen and (min-width: 1080px) {
#togmenu,
.sp-btn,
#c1 .shiten_sp {display: none;}
}
 
/* tablet以下  */
@media print, screen and (max-width: 1079px) {
.inner {width: 100%;}
img {max-width: 100%; height: auto; width: auto;}
header h1 img {margin-left: 10px;}
#togmenu {
    display: block;
    width: 42px;
    height:42px;
    position: absolute;
    top: 19px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
}
#togmenu span {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#togmenu span:first-child {
    top: 12px;
}
#togmenu span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#togmenu span:last-child {
    bottom: 12px;
}
#togmenu.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#togmenu.active span:nth-child(2) {
    opacity: 0;
}
#togmenu.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
#nav {display: none;}
nav {margin-left: 0; position: absolute; top: 80px; left: 0; padding-bottom: 115px; width: 100%;}
nav .sp-nav ul.main-nav {display: block; height: auto; background: #294290; opacity: 0.8;}
nav .sp-nav ul.main-nav li {display: block; margin: 0; border-bottom: solid 1px #eee;}
nav .sp-nav ul.main-nav li a {display: inline-block; padding: 15px 20px; color: #fff; width: 100%;}
nav .sp-nav ul.sub-nav {display: block; margin: 0; font-size: 100%; font-weight: bold; position: relative; top: 0; left: 0; background: #0099cc; opacity: 0.8;}
nav .sp-nav ul.sub-nav li {display: block; margin: 0; padding: 0; background: transparent; display: block; border-bottom: solid 1px #eee;}
nav .sp-nav ul.sub-nav li a {display: inline-block; padding: 15px 20px; color: #fff; width: 100%;}

#c1 {background-attachment: inherit;}
#c1 p.suuji {margin-left: 10px;}
.oc_info img, .gansho_info img {width: 120px;}

#c2 .flexBox {display: block; overflow: hidden;}
#c2 .flexBox dl {float: left; width: 40%;}

/*#c3 {background: url(../images/bg_shikaku.jpg) no-repeat 80% top; background-size: cover; background-attachment: inherit;}*/

#c4 {background-size: 60%;}
	
#c5 .inner {margin: 0 10px;}
#c5 .flexBox dl {width: auto;}

#c6 ul li {width: 31%; float: left; min-height: 280px; position: relative; padding-top: 160px; padding-left: 1%; padding-right: 1%;line-height: 1.4;}
#c6 ul p {
    max-height: 150px;
}
#c6 ul li:nth-child(7),#c6 ul li:nth-child(8),#c6 ul li:nth-child(9),#c6 ul li:nth-child(10) {
    display: none;
}

.sp-btn,
#c1 .shiten_sp {display: none;}
}
 
/* smartphone */
@media screen and (max-width: 599px) {
.flexBox {display: block;}
.btn {padding: 15px 0;}
.btn.alignright {text-align: center;}
.btn a {padding: 15px 40px;}
header {padding: 3px 0; height: 42px;}
header h1 {font-size: 120%;}
header h1 img {width: auto; height: 42px; margin-left: 5px;}
#togmenu {
    position: absolute;
    top: 3px;
    right: 5px;
}
nav {position: absolute; top: 48px; left: 0;}

#c1 {background-attachment: inherit;}
#c1 h2 {margin-top: 300px;}
#c1 .catch {margin-top: 40px; font-size: 200%;}
#c1 p.suuji span {font-size: 300%;}

#c2 .flexBox dl {width: auto;}
#c2 .count {margin: 0 auto;}

/*#c3 {background: url(../images/bg_shikaku.jpg) no-repeat 80% top; background-size: cover; background-attachment: inherit;}*/
#c3 .shikaku {width: 90%;}
#c3 .flexBox div {margin: 0 0 10px; width: auto;}

#c4 {background: none;}
#c4 dl {width: 100%;}
#c4 dt {padding-right: 110px;}
#c4 dd img {width: 60%; position: absolute; top: 0; right: -40px;}
#c4 dd {line-height: 1.6;}

#c6 ul li {width: 46%; min-height: 280px; padding-top: 130px; padding-left: 2%; padding-right: 2%;}
#c6 ul p {
    max-height: 120px;
}

#c7 .flexBox {display: flex;}

.sp-btn {
    display: block;
	background: #35b5f8;
	position: fixed; bottom: 0px; left: 0px;
	z-index: 9998;
	width: 100%;
}
.sp-btn ul {font-size: 16px; border-top: solid 1px #fff;}
.sp-btn ul li {display: inline-block; width: 48%; height: 1em; text-align: center; padding: 14px 0;}
.sp-btn ul li:first-child {border-right: solid 1px #fff;}
.sp-btn ul li a {color: #fff; font-weight: bold;}
		
}

/* smartphone-small */
@media screen and (max-width: 360px) {
#c4 dl {
	height: 460px;
	font-size: 12px;
}		
}




