@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.wrapper{
	min-width: 1020px;
}
.inner_box {
	width: 1000px;
	padding: 80px 10px;
	margin: 0 auto;
}
.pc {
	display: inline-block;
}
.sp {
	display: none;
}
.sp-only {
	display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/* header */

header .inner_box {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header.index_header{
	background-image: url("../img/index/main_bg.jpg") ;
	background-repeat: no-repeat;
	background-position: bottom center ;
	background-size: cover;
	height: 560px;
}
header.page_header{
	background-image: url("../img/common/page_main_bg.jpg") ;
	background-repeat: no-repeat;
	background-position: bottom center ;
	background-size: cover;
	height: 310px;
}

header.index_header_ryugaku{
	background-image: url("../img/index/main_bg_ryugaku.jpg") ;
	background-repeat: no-repeat;
	background-position: bottom center ;
	background-size: cover;
	height: 560px;
}
header.page_header_ryugaku{
	background-image: url("../img/common/page_main_bg_ryugaku.jpg") ;
	background-repeat: no-repeat;
	background-position: bottom center ;
	background-size: cover;
	height: 310px;
}
header.index_header_chuzai{
	background-image: url("../img/index/main_bg_chuzai.jpg") ;
	background-repeat: no-repeat;
	background-position: bottom center ;
	background-size: cover;
	height: 560px;
}
header.page_header_chuzai{
	background-image: url("../img/common/page_main_bg_chuzai.jpg") ;
	background-repeat: no-repeat;
	background-position: bottom center ;
	background-size: cover;
	height: 310px;
}



.header_cont {
	background:rgba(2,157,224,0.6);
}
header h1 a{
	font-weight: 700;
	font-size: 2.2rem;
	color:#fff;
}
header h1 a span{
	display: block;
	font-size: 1.6rem;
}
header ul {
	display: flex;
}
#drawer-checkbox,
#drawer-icon,
#drawer-close {
	display:none;
}

ul.gnavi li a{
	color:#fff;
	font-weight: 700;
	position:relative;
}
header ul.gnavi li {
	margin-left: 25px;
}
header ul.gnavi li:first-child{
	margin-left: 0;
}
header ul.gnavi li a:hover{
	color:yellow;
}
header ul.gnavi li a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: yellow;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
header ul.gnavi li a:hover:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.index_header .main_copy {
	width: 1000px;
	margin: 0 auto;
	padding-top:130px;
}
header.page_header h2{
	text-align :center;
	font-size: 4.8rem;
	font-weight: 700;
	padding-top: 90px;
}
.index_header_ryugaku .main_copy {
	width: 1000px;
	margin: 0 auto;
	padding-top:130px;
}
header.page_header_ryugaku h2{
	text-align :center;
	font-size: 4.8rem;
	font-weight: 700;
	padding-top: 90px;
}
.index_header_chuzai .main_copy {
	width: 1000px;
	margin: 0 auto;
	padding-top:130px;
}
header.page_header_chuzai h2{
	text-align :center;
	font-size: 4.8rem;
	font-weight: 700;
	padding-top: 90px;
}


/* footer */
footer {
	background:#009de0;
	padding: 80px 0 ;
	color:#fff;
}
footer .inner_box {
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
}
.footer_left .footer_company{
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.4;
}
.footer_left .footer_company span{
	font-size: 2.0rem;
	display: block;
}
.footer_left .footer_no {
	font-size: 1.5rem;
}
.footer_left .footer_data {
	margin-top: 40px;
	border:solid 1px #fff;
	padding: 30px;
	position:relative;
}
.footer_left .footer_data .footer_data_title {
	font-size: 2.0rem;
	font-weight: 700;
	position:absolute;
	top: -1.5rem;
	left: 1rem;
}
.footer_left .footer_data .footer_data_title span{
	background:#009de0;
	padding: 0 3px;
}
.footer_left .footer_data .footer_data_cont {
	font-size: 1.8rem;
	line-height: 1.6;
}
.footer_left .footer_data .footer_data_comment {
	margin-top: 10px;
	font-size: 1.4rem;
}
footer ul.gnavi li  {
	margin-bottom: 30px;
}
footer ul.gnavi li a{
	font-size: 1.8rem;
	padding-left: 15px;
	position:relatve;
}
footer ul.gnavi li a:before{
	content: " ";
	border-style: solid;
	border-color:  #fff transparent transparent transparent;
	border-width: 6px ;
	position: absolute;
  top: 0;
  bottom: 0;
	left: 0;
  margin: auto;
	height: 0px;
	width: 0px;
	transform: rotate(-90deg);
}
footer ul.gnavi li a:hover{
	color:yellow;
}
footer ul.gnavi li a:hover:before{
	border-color:  yellow transparent transparent transparent;
}
.footer_created {
	margin-top: 60px;
	padding: 25px 0;
	background:#e5f5fc;
	display: none;
}
.footer_created .inner_box {
	display: block;
	text-align :right;
	font-size: 1.4rem;
	color:#000;
}



@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.pc-only {
		display: none;
	}
	.sp {
		display: inline-block;
	}
	.sp-only {
		display: block;
	}
	.wrapper{
		min-width: auto;
	}
	.header_cont {
		position: fixed;
		width: 100%;
		height: 60px;
		z-index:1000;
	}
	.inner_box {
		width: 100%;
		padding: 15px 5%;
		margin: 0 auto;
	}
	header .inner_box {
		padding: 5px 10px 0;
		display: block;
	}

	header h1{
	padding-top:13px;
	}

	header h1 a {
    font-size: 1.8rem;
	}
	header h1 a span {
    font-size: 1.4rem;
	}
	header ul {
		display: block;
	}
	header ul.gnavi  {
		margin: 30px 0;	
	}
	header ul.gnavi li {
		margin-left: 0;
	}
	header ul.gnavi li a {
    color: #666;
    font-weight: 700;
    position: relative;
		display: block;
		padding: 20px 30px;
		border-bottom :solid 1px #ccc;
	}
	header ul.gnavi li:first-child a {
		border-top :solid 1px #ccc;
}

	#drawer-checkbox {
		display: none;
	}
	#drawer-icon {
		position:absolute;
		top: 15px;
		right: 10px;
		display: flex;
		align-items: center;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 100000;
	}
	#drawer-icon span {
		display: block;
		width: 100%;
		height: 4px;
		border-radius: 4px;
		background-color: #FFF;
		position: relative;
		transition: all 0.5s;
	}
	#drawer-icon span::before,
	#drawer-icon span::after {
		content: '';
		display: block;
		width: 100%;
		height: 4px;
		border-radius: 4px;
		background: #fff;
		position: absolute;
		transition: all 0.5s;
	}
	#drawer-icon span::before {
		margin-top: -10px;
	}
	#drawer-icon span::after {
		margin-top: 10px;
	}
	#drawer-checkbox:checked ~ #drawer-icon span {
		background: rgba(51, 51, 51, 0);
	}
	#drawer-checkbox:checked ~ #drawer-icon span::before,
	#drawer-checkbox:checked ~ #drawer-icon span::after {
		content: "";
		display: block;
		height: 100%;
		left: 50%;
		margin: -8% 0 0 -42%;
		position: absolute;
		top: 50%;
		width: 100%;
	}
	#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
		background: #029de0;
	}
	#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
		background: #029de0;
	}
	#drawer-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 10000;
		width: 100%;
		height: 100%;
		background: #fff;
		transition: all 0.3s ease-in-out 0s;
		padding-top: 20px;
	}
	#drawer-checkbox:checked ~ #drawer-content {
		left: 40px;
	}
	#drawer-close {
		display: none;
		position: fixed;
		z-index: 39;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0;
		transition: all 0.3s ease-in-out 0s;
	}
	#drawer-checkbox:checked ~ #drawer-close {
		display: block;
		opacity: 0.3;
	}


	.index_header .main_copy {
		width: 100%;
  	  margin: 0 auto;
  	  padding: 100px 0 30px;
	}
	.index_header_ryugaku .main_copy {
		width: 100%;
  	  margin: 0 auto;
  	  padding: 100px 0 30px;
	}
	.index_header_chuzai .main_copy {
		width: 100%;
  	  margin: 0 auto;
  	  padding: 100px 0 30px;
	}
	.main_copy img{
			width: 90%;
	}
	header.index_header{
		padding: 0 0 20px;
		height: auto;
	}
	header.index_header h2{
    padding-top: 90px;
	}
	header.page_header{
		padding: 0 0 25px;
		height: auto;
	}
	header.page_header h2 {
    font-size: 2.0rem;
    padding-top: 85px;
	}

	header.index_header_ryugaku{
		padding: 0 0 20px;
		height: auto;
	}
	header.index_header_ryugaku h2{
    padding-top: 90px;
	}
	header.page_header_ryugaku{
		padding: 0 0 25px;
		height: auto;
	}
	header.page_header_ryugaku h2 {
    font-size: 2.0rem;
    padding-top: 85px;
	}

	header.index_header_chuzai{
		background-position: 30% 50% ;
		padding: 0 0 20px;
		height: auto;
	}
	header.index_header_chuzai h2{
    padding-top: 90px;
	}
	header.page_header_chuzai{
		padding: 0 0 25px;
		height: auto;
	}
	header.page_header_chuzai h2 {
    font-size: 2.0rem;
    padding-top: 85px;
	}

	footer {
		padding: 20px 0 15px;
	}
	footer .inner_box {
		display: block;
	}
	.footer_left .footer_company{
		font-size: 2.4rem;
	}
	.footer_left .footer_company span{
		font-size: 1.6rem;
	}
	.footer_left .footer_no {
		font-size: 1.1rem;
	}
	.footer_left .footer_data {
		margin-top: 30px;
		padding: 15px 10px 10px;
	}
	.footer_left .footer_data .footer_data_title {
		font-size: 1.6rem;
		top: -1.5rem;
		left: 1rem;
	}
	.footer_left .footer_data .footer_data_cont {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.footer_left .footer_data .footer_data_comment {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	footer ul.gnavi{
		margin-top: 15px;
	}
	footer ul.gnavi li  {
		margin-bottom: 5px;
	}
	footer ul.gnavi li a{
		font-size: 1.6rem;
	}
	.footer_created {
		margin-top: 20px;
		padding: 6px 0;
	}
	.footer_created .inner_box {
		font-size: 1.2rem;
	}



}