@charset "utf-8";



/* responsive design
======================================================*/

* {
	box-sizing: border-box;
}
img {
	max-width:100%;
	height:auto;
}

.sp {
	display: none;
}



/* body
======================================================*/

html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.8;
	background: #ffffff;
}

.in-preparation {
	font-size: 3.0rem;
	text-align: center;
}



/* link
======================================================*/

a:link,
a:visited {
  color: #4169e1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.link_a {
	text-decoration: none;
	padding-left: 18px;
	background: url(../images/icn_news-link.png) no-repeat left center;
}
a.link_a:hover {
	text-decoration: underline;
}



/* hx
======================================================*/

.ttl_a {
	color: #004a90;
	font-size: 3.0rem;
	text-align: center;
	position: relative;
	margin: 100px 0 50px;
}
.ttl_a:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 40px;
	height: 4px;
	left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #c0262d;
}

.ttl_first {
	margin-top: 0;
}

.ttl_b {
	width: 100%;
	height: 50px;
	color: #004a90;
	font-size: 2.5rem;
	text-align: center;
	line-height: 50px;
	margin-bottom: 30px;
	background: #f5f5f5;
	border-right: 2px solid #cccccc;
	border-bottom: 3px solid #dddddd;
}


/* common
======================================================*/

.sec_a {
	width: 100%;
	font-size: 1.6rem;
	padding: 30px 60px;
	margin: 0 auto;
	background: #f5f5f5;
	border-radius: 5px;
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.2);
}
.sec_a p:last-of-type {
	margin-bottom: 0;
}



/* header
======================================================*/

.header {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.header_inner {
	width: 97%;
	margin: 0 auto;
}

.logo {
	margin: 10px 0;
	float: left;
}



/* global nav
======================================================*/

.g-nav {
	float: right;
	display: block;
}
.g-nav li {
	padding: 37px 0 31px;
	display: inline-block;
	float: left;
}
.g-nav a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px;
	border-right: 1px solid #bbbbbb;
	transition: 0.4s color;
}
.g-nav li:first-of-type a {
	padding: 0 10px 0 0;
}
.g-nav li:last-of-type a {
	padding: 0 0 0 10px;
	border-right: none;
}
.g-nav a:hover {
	color: #999999;
	transition: 0.4s color;
}

.g-nav li.sp {
	display: none;
}

.drawer-toggle {
	display: none;
}


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

.g-nav a {
	font-size: 1.2rem;
}

	}


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

.g-nav a {
	font-size: 1.1rem;
}

	}



/* breadcrumbs
======================================================*/

.breadcrumbs {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #dddddd;
}
.breadcrumbs_inner {
	width: 1100px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
}
.breadcrumbs li {
	color: #666666;
	float: left;
}
.breadcrumbs a {
	color: #666666;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs li:after {
	color: #888888;
	font-size: 1.2rem;
	content: "＞";
	padding: 0 8px;
}
.breadcrumbs li:last-of-type:after {
	content: "";
}



/* page header
======================================================*/

.page-header {
	width: 100%;
	height: 200px;
	position: relative;
	z-index: 10;
}
.page-header_inner {
	width: 95%;
	margin: 0 auto;
}

.page-ttl {
	color: #ffffff;
	font-size: 4.0rem;
	font-weight: bold;
	letter-spacing: 5px;
	position: relative;
	top: 58px;
}
.page-ttl:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	height: 1px;
	left: 0;
	background-color: #ffffff;
}
.page-ttl_sub {
	color: #ffffff;
	font-size: 2.0rem;
	font-family: 'Noto Serif', serif;
	letter-spacing: 1px;
	position: relative;
	top: 66px;
}

.page-about .page-header {
	background: #333333 url(../images/header-about.png) no-repeat top right;
}
.page-about .page-ttl:before {
	width: 870px;
}

.page-course .page-header {
	background: #333333 url(../images/header-course.png) no-repeat top right;
}
.page-course .page-ttl:before {
	width: 310px;
}

.page-guide .page-header {
	background: #333333 url(../images/header-guide.png) no-repeat top right;
}
.page-guide .page-ttl:before {
	width: 360px;
}

.page-photo .page-header {
	background: #333333 url(../images/header-photo.png) no-repeat top right;
}
.page-photo .page-ttl:before {
	width: 400px;
}

.page-supporter .page-header {
	background: #333333 url(../images/header-supporter.png) no-repeat top right;
}
.page-supporter .page-ttl:before {
	width: 360px;
}

.page-news .page-header {
	background: #333333 url(../images/header-news.png) no-repeat top right;
}
.page-news .page-ttl:before {
	width: 225px;
}

.page-interview .page-header {
	background: #333333 url(../images/header-interview.png) no-repeat top right;
}
.page-interview .page-ttl:before {
	width: 405px;
}

.page-organization .page-header {
	background: #333333 url(../images/header-organization.png) no-repeat top right;
}
.page-organization .page-ttl:before {
	width: 220px;
}

.page-entry .page-header {
	background: #333333 url(../images/header-entry.png) no-repeat top right;
}
.page-entry .page-ttl:before {
	width: 445px;
}

.page-offering .page-header {
	background: #333333 url(../images/header-offering.png) no-repeat top right;
}
.page-offering .page-ttl:before {
	width: 450px;
}







/* main contents
======================================================*/

.wrapper {
	width: 1100px;
	min-height: 400px;
	padding: 60px 0;
	margin: 0 auto;
}
.home .wrapper {
	width: 100%;
	padding: 0;
}





/* footer
======================================================*/

.footer {
	width: 100%;
	height: 210px;
	color: #ffffff;
	padding-top: 30px;
	background: #004A90;
}
.footer_inner {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_info {
	float: left;
}
.footer_info_ttl {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer_tel {
	line-height: 1.4;
}
.footer_tel_nun {
	font-size: 3.0rem;
	font-weight: bold;
	padding-left: 35px;
	background: url(../images/icn_tel.png) no-repeat left 7px;
}
.footer_tel_time {
	margin-left: 35px;
}

.footer_sns {
	float: left;
	overflow: hidden;
}
.footer_sns_icn {
	margin-right: 20px;
	float: left;
}
.footer_sns_icn:last-of-type {
	margin-right: 0;
}

.f-nav {
	float: right;
}
.f-nav ul {
	margin-left: 40px;
	float: left;
}
.f-nav li {
	margin-bottom: 10px;
}
.f-nav a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/icn_footer-link.png) no-repeat left 2px;
}

p.copyright {
	width: 100%;
	height: 40px;
	color: #ffffff;
	font-size: 1.3rem;
	text-align: center;
	line-height: 40px;
	margin-bottom: 0;
	background: #00386A;
}



/* page top
======================================================*/

.page-top{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.page-top p{
	margin: 0;
	padding: 0;
}
.page-top p:hover{
	opacity: 0.7;
}



/* text
======================================================*/

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}

.txt_red {
	color: #ff0000;
}
.txt_orange {
	color: #ff8c00;
}
.txt_bold {
	font-weight: bold;
}



/* img
======================================================*/

img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
img.alignright {
	margin: 0 0 10px 30px;
	display: block;
}
img.alignleft {
	margin: 0 30px 10px 0;
	display: block;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin: 0 auto;
}


/* SP::::::::::::::::::::::::::::::::::::::::::::::::*/

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

img.alignright {
  margin:10px auto;
}
img.alignleft {
  margin:10px auto;
}
.alignright {
  float:none;
}
.alignleft {
  float:none;
}

	}



/*margin-bottom
======================================================*/

.mb_10 {
  margin-bottom:10px;
}
.mb_20 {
  margin-bottom:20px;
}
.mb_30 {
  margin-bottom:30px;
}
.mb_40 {
  margin-bottom:40px;
}
.mb_50 {
  margin-bottom:50px;
}
.mb_60 {
  margin-bottom:60px;
}
.mb_70 {
  margin-bottom:70px;
}
.mb_80 {
  margin-bottom:80px;
}
.mb_90 {
  margin-bottom:90px;
}
.mb_100 {
  margin-bottom:100px;
}



/*margin-top
======================================================*/

.mt_10 {
  margin-top:10px;
}
.mt_20 {
  margin-top:20px;
}
.mt_30 {
  margin-top:30px;
}
.mt_40 {
  margin-top:40px;
}
.mt_50 {
  margin-top:50px;
}
.mt_60 {
  margin-top:60px;
}
.mt_70 {
  margin-top:70px;
}
.mt_80 {
  margin-top:80px;
}
.mt_90 {
  margin-top:90px;
}
.mt_100 {
  margin-top:100px;
}
