@charset "UTF-8";
/* CSS Document */
.mobile,.sp,.tablet{
	display: none;
}
#wrapper.sp {
	display: block;
}
.red {
	color: #ec1c24 !important;
}
.bold {
	font-weight: bold !important;
}
/*HEADER*/
#HEADER {
    width: 100%;
	height: 100px;
    position: fixed;
	/*background-color: rgba(255,255,255,1);*/
    z-index: 3;
    -webkit-transition:.35s ease-in-out;
    -moz-transition:.35s ease-in-out;
    transition:.35s ease-in-out;    
}
header .open {
	background-color: transparent;
}
.top_info {
	width: 400px;
	top: 100px;
	right: 0;	
	position: absolute;
    -webkit-transition:.35s ease-in-out;
    -moz-transition:.35s ease-in-out;
    transition:.35s ease-in-out;
	z-index: -1;
}
.top_info01 {
	width: 280px;
	top: 100px;
	position: absolute;
    -webkit-transition:.35s ease-in-out;
    -moz-transition:.35s ease-in-out;
    transition:.35s ease-in-out;
	z-index: -1;
}
.top_info02 {
	display: none;
	width: 100%;
	bottom: -3px;
	position: fixed;
    -webkit-transition:.35s ease-in-out;
    -moz-transition:.35s ease-in-out;
    transition:.35s ease-in-out;
	z-index: -1;
}
/*マイナビ*/
.mynavi {
	width: 130px;
	top: 270px;
	right: 0;
	position: absolute;
    -webkit-transition:.35s ease-in-out;
    -moz-transition:.35s ease-in-out;
    transition:.35s ease-in-out;
	z-index: -1;
}
.mynavi01 {
	width: 310px;
	margin: 20px auto;
}
.inner {
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#LOGO {
	width: 360px;
	margin-left: 20px;
	margin-top: 5px;
}
#LOGO img {
	width: 100%;
}
#nav-toggle{
	display: none;
}
#nav-toggle div{
    position:relative;
}
#nav-toggle span{
    display:block;
    position:absolute;
    width:100%;
    border-radius: 10px;
    border-bottom:solid 5px #FFFFFF;
    -webkit-transition:.35s ease-in-out;
    -moz-transition:.35s ease-in-out;
    transition:.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top:0;
}
#nav-toggle span:nth-child(2) {
    top:12px;
}
#nav-toggle span:nth-child(3) {
    top:25px;
}
.open #nav-toggle span:nth-child(1){
    top:11px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.open #nav-toggle span:nth-child(2),.open #nav-toggle span:nth-child(3){
    top:11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}
.open nav{
    -moz-transform:translateY(150px);
    -webkit-transform:translateY(150px);
    transform:translateY(150px);
}
#global-nav{
    position: relative;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out; 
	margin-top: 10px;
}
.open #global-nav {
	background-color: rgba(255,255,255,.8);
	height: 100vh;
	padding-top: 50px;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
}
#global-nav ul{
    width:100%;
    list-style:none;
    right:0;
    bottom:0;
    font-weight: bold;
    display:flex;
    justify-content:space-between;    
}
#global-nav li {
	text-align: center;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
}
.fade {
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
}
#global-nav li::after {
	display: block;
	content: '｜';
	margin-left: 20px;
}
#global-nav li:nth-child(6)::after,#global-nav li:nth-child(7)::after {
	display: none;
}
.gmenu:nth-child(1),.gmenu:nth-child(2),.gmenu:nth-child(3),.gmenu:nth-child(4),.gmenu:nth-child(5){
	margin-right: 20px;
}
#global-nav a {
	font-size: 16px;
    color: #0050b4;
    -webkit-transition:.35s ease-in-out;
    -moz-transition:.35s ease-in-out;
    transition:.35s ease-in-out; 
	font-weight: bold;	
}
#global-nav a:hover {
	opacity: .6;
    -webkit-transition:.35s ease-in-out;
    -moz-transition:.35s ease-in-out;
    transition:.35s ease-in-out;        
}
#global-nav .bg_white {
	width: 150px;
	border: 1px solid #0050b4;
	padding: 15px 0px;
	margin-right: 20px;
	color: #0050b4;	
}
#global-nav .bg_blue {
	width: 150px;
	background: #0050b4;
	padding: 15px 0px;
	margin-right: 20px;	
}
.bg_white > a {
	color: #0050b4 !important;
	margin: auto;
}
.bg_blue > a{
	color: #fff !important;
	margin: auto;
}
/*TO TOP*/
#totop{
    position:fixed;
    bottom:20px;
    right:40px;
	text-align: center;
	background: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 2;
}
#sp_top{
	text-align: center;
	background: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 20px auto;
	position: relative;
	z-index: 1;
	
}
#totop a,#sp_top a {
	background: #000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
}
#totop img,#sp_top img {
	width: 18px;
	margin-top: 18px;
}
#totop span,#sp_top span {
	font-size: 23px;
}
/*先輩の声一覧ボタン*/
.btn_back {
	width: 240px;
	height: 70px;
	display: block;
	margin: 60px auto 0px;
	padding-top: 26px;
	background: #0050b4;
	color: #fff;
	text-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 15px;
}
/*entry*/
#entry {
	width: 100%;
	height: 370px;
	position: relative;
	z-index: 1;
	margin: auto;
	margin-top: 80px;
	background-image: url("../img/footer.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.entry_inner {
	text-align: center;
	padding-left: 40px;
	padding-top: 56px;
}
.entry_inner h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: .8;
}
.entry_inner h2 span {
	font-size: 18px;
}
.entry_inner a {
	display: block;
	position: relative;
	z-index: 1;
}
.more {
	width: 180px;
	display: block;
	margin: auto;
	border: 1px #000000 solid;
	color: #000;
	padding: 10px 0px;
	font-weight: bold;
}
.blue_btn {
	background: #0050b4;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: 20px 0px;
	width: 310px;
	margin: 20px auto;
	/* pointer-events: none; */
}
/*FOOTER*/
footer {
	width: 100%;
	background: #313131;
	position: absolute;
}
footer > figure {
	margin: 0;
	width: 100%;
}
.foot_inner {
	max-width: 1280px;
	width:96%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot_nav_inner ul {
	display: flex;
	justify-content: center;
	margin: 40px 0px 10px;
}
#foot-nav li,#foot-nav01 li {
	line-height: 1.8;
	margin: 0px 20px;
	font-size: 13px;
}
#foot-nav a,#foot-nav01 a {
	color: #fff;
	font-family:游ゴシック体,'Yu Gothic',YuGothic,Futura, "Trebuchet MS",'Helvetica Neue',ヒラギノ角ゴ Pro W3,'Hiragino Kaku Gothic Pro',Arial,メイリオ,Meiryo,'MS PGothic',sans-serif;		
}
address {
    font-size: 12px;
	line-height: 1.5;
	font-family:游ゴシック体,'Yu Gothic',YuGothic,Futura, "Trebuchet MS",'Helvetica Neue',ヒラギノ角ゴ Pro W3,'Hiragino Kaku Gothic Pro',Arial,メイリオ,Meiryo,'MS PGothic',sans-serif;	
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
}
.add_flex {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
    padding-bottom: 40px;
}
.add,.foot_tel {
    font-size: 12px;
	font-family:游ゴシック体,'Yu Gothic',YuGothic,Futura, "Trebuchet MS",'Helvetica Neue',ヒラギノ角ゴ Pro W3,'Hiragino Kaku Gothic Pro',Arial,メイリオ,Meiryo,'MS PGothic',sans-serif;	
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.foot_tel {
    margin-left: 20px;
}
/*contact*/
#contact {
	max-width: 960px;
	width: 96%;
	margin: 60px auto;
	display: flex;
	justify-content: center;
}
.btn_contact {
	width: 460px;
	padding: 20px 0px;
	border: 2px solid #0050b4;
	margin: 10px;
	color: #000;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}
/*レスポンシブ*/
@media screen and (max-width:1400px){
	#LOGO {
		width: 230px;
	}
	.inner {
		margin-top: 10px;
	}	
}
@media screen and (max-width:1300px){
	.foot_inner {
		display: block;
	}
	.foot_inner {
		padding: 10px 0px;
	}
}
@media screen and (max-width:1280px){
	.foot_inner {
		display: block;
	}
	.foot_inner {
		padding: 10px 0px;
	}
	.pc {
		display: none;
	}
	.mobile {
		display: block;
	}
	.inner {
		margin-top: 0;
	}
	#LOGO {
		margin-top: 0px;
	}
    #global-nav {
        width: 100%;
        left: 0;
        top:-720px;
    }
	#global-nav a {
		font-size: 16px;
		color: #0050b4;
	}
    #global-nav ul,#global-nav li {
        display: block;
        text-align: center;
    }
	#global-nav li::after {
		display: none;
	}
	.open #global-nav  {
		padding-top: 30px;
	}
	.line_blue {
		display: block;
		margin: 30px auto;
		width: 100px;
		height: 1px;
		border-bottom: 1px solid #0050b4;	
	}
	.gmenu:nth-child(1), .gmenu:nth-child(2), .gmenu:nth-child(3), .gmenu:nth-child(4),.gmenu:nth-child(5) {
		margin-right: 0;
	}
	#global-nav .bg_blue,#global-nav .bg_white {
		padding: 20px 0px;
		width: 180px;
		margin-right: 0px;
		margin: 40px auto 0px;
	}
    .open nav  {
        -moz-transform:translateY(610px);
        -webkit-transform:translateY(610px);
        transform:translateY(610px);
    } 
	#nav-toggle{
		display: block;
		width:100px;
		height:100px;
		cursor:pointer;	
		z-index: 1;
		background: #0050b4;
	}
	#nav-toggle > div {
		width: 50px;
		margin-top: 34px;
		margin-left: 26px;
	}
	.inner {
		padding-top: 0px;
	}
	.foot_inner {
		display: block;
	}
	.foot_nav_inner ul {
		margin: 20px auto;
	}
	#foot-nav01 ul {
		display: flex;
		justify-content: center;
	}
	address {
		clear: both;
		text-align: center;
		font-size: 11px;
		padding: 10px 0px 30px;
	}
    .add_flex {
        display: block;
        text-align: center;
        padding-bottom: 0;
    }
    .foot_tel {
        margin-left: 0px;
    }
}
@media screen and (max-width:960px){
	.top_info,.top_info01{
		display: none !important;
	}
}
@media screen and (max-width:768px){
	#contact {
		display: block;
	}
	.btn_contact {
		width: 300px;
		display: block;
		margin: 20px auto;
	}
	.top_info,.top_info01{
		display: none !important;
	}
}
@media screen and (max-width:414px){
	.sp {
		display: block;
	}
	.top_info02 {
		display: none;
	}
	#HEADER {
		background-color: rgba(255,255,255,.9) !important;
	}
	#totop {
		display: none !important;
	}
	#LOGO {
		width: 250px;
		margin-left: 10px;
	}
	footer {
		margin-top: -42px;
	}
	#foot-nav ul {
		width: auto;
	}
	#foot-nav li,#foot-nav01 li {
		font-size: 10px;
		margin: 0px 10px;
	}
	#entry {
		height: 230px;
		margin-top: 40px;
		background-image: url("../img/sp_footer.jpg");
		background-color: #fff;
		background-size: contain;
	}
	.entry_inner {
		padding: 0;
	}
}
@media screen and (max-width:320px){
	#LOGO {
		width: 200px;
	}
    .open nav  {
        -moz-transform:translateY(515px);
        -webkit-transform:translateY(515px);
        transform:translateY(515px);
    } 	
}