@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*---------------------------------------------------------------------------------------
大枠設定
----------------------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
	height: 100%;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: normal;
	src: local("Noto Sans CJK JP Regular"),
	url('../font/NotoSans_Regular.woff2') format('woff2'),
	url('../font/NotoSans_regular.woff') format('woff'),
	url('../font/NotoSans_regular.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: bold;
	src: local("Noto Sans CJK JP Bold"),
	url('../font/NotoSans_Bold.woff2') format('woff2'),
	url('../font/NotoSans_bold.woff') format('woff'),
	url('../font/NotoSans_bold.otf') format('opentype');
}

@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: normal;
	src: url("../font/YakuHanJP-Regular.woff2") format("woff2"),
	url("../font/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: bold;
	src: url("../font/YakuHanJP-Bold.woff2") format("woff2"),
	url("../font/YakuHanJP-Bold.woff") format("woff");
}
body{
	font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	font-size: 1.6rem;
	text-align:center;
	line-height: 1.7;
	letter-spacing: .01rem;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#wrapper{
	position: relative;
}
.switch{}
a img,a{ color:#333; text-decoration:none; -webkit-transition: all .2s; transition: all .2s;}
a:hover,a:hover img{ opacity: .7; text-decoration:none;}
img.imgalpha, .svg path, .svg polygon{ -webkit-transition: all .2s; transition: all .2s;}
.svg{ vertical-align: middle;}
/* font */
.gothic{ font-family: "Noto Sans JP";}
.mincho{ font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}
.roboto{ font-family: 'Roboto', sans-serif;}
/* move */
.move,
.move2,
.move3,
.movelist,
.movelist_sp{ transform: translateY(50px); transition : all 500ms; opacity: 0;}
.animation_do{ transition : all 500ms; opacity: 1;}
.move.move-active,
.move2.move-active,
.move3.move-active,
.movelist.move-active,
.movelist_sp.move-active{ transform: translateY(0); opacity: 1;}
.move2-later,
.move3-later{ transition : all 500ms; opacity: 0;}
.move2-later.move-active,
.move3-later.move-active{ opacity: 1;}
.animation_do.animation_active{ opacity: 1;}

@keyframes rotation {
	0% {
		transform: scale(0, 0);
	}
	100% {
		transform: scale(1, 1);
	}
}
/*------------------------------ responsive ------------------------------*/

@media screen and (max-width:768px){
	a:hover{ opacity: 1;}
	body{
		font-size: 14px;
	}

}

/*---------------------------------------------------------------------------------------
header
----------------------------------------------------------------------------------------*/

header{

	width: 100%;
	height: 90px;
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.3);
	z-index: 100;
	background: #FFF;
	position: fixed;
}
header.top{
	position: fixed;
	box-shadow: none;
	background: none;
}
header.top h1{
	display: none;
}
@keyframes fadeIn {
	from { opacity: 0;}
	to { opacity: 1;}
}

header.shadow{
	animation: .5s fadeIn;
	background-color: rgba(255,255,255, 1);
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.3);}
	header.shadow h1{
		display: block;
	}
	header h1{
		width: 100px;
		margin:0 auto;
		padding: 15px 0 0 0;
	}
	header nav{
		float: right;
		line-height: 40px;
		padding: 35px 2% 0 0;
	}
	header p{
		display: block;
		position: absolute;
		right: 30px;
		top: 25px;
		width: 35px;
		height: 35px;
		background: url("../img/menu.png") no-repeat center top;
		background-size: 35px;
		z-index: 99999999;
		cursor: pointer;
	}
	header.open p{ background: url("../img/menu.png") no-repeat center bottom;background-size: 35px;}

	header nav{
		position: fixed;
		top: 0;
		right: -320px;
		width: 300px;
		height: auto;
		padding: 70px 40px 40px;
		text-align: left;
		background:#F5F5F5;
		overflow-y: auto;
		transition: .5s ease-in-out;
		z-index: 9999999;
		float: none;
		line-height: 40px;

	}
	header.open nav{ transform: translateX(-300px);}
	header nav li{
		float: none;
		font-family: "Noto Sans JP";
	}
	header nav li:not(:first-child):before{ content: none;}
	header nav li.btn:before{ content: none;}
	header nav li a{
		display: inline-block;
		padding: 0 .2em;
		color: #1D2085;
		font-size: 1.6rem;
		font-weight: bold;
	}
	header nav li.active a,
	header nav li a:hover{ color: #1D2085;}
	header nav li a span{
		color: #E30012;
	}



	/*------------------------------ responsive ------------------------------*/


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

		header{
			height: 64px;
			box-shadow: 0px 0px 6px 3px #ccc;
		}
		header h1 img{
			width: 64px;
			padding: 0 0;
		}
		header nav{
			position: fixed;
			top: 0;
			right: -300px;
			width: 280px;
			height: auto;
			padding: 70px 40px 40px;
			text-align: left;
			overflow-y: auto;
			transition: .5s ease-in-out;
			z-index: 9999999;
			float: none;
			line-height: 40px;
		}
		header.open nav{ transform: translateX(-300px);}
		header p{
			display: block;
			position: absolute;
			right: 20px;
			top: 20px;
			width: 25px;
			height: 25px;
			background: url("../img/menu.png") no-repeat center top;
			background-size: 25px;
			z-index: 99999999;
			cursor: pointer;
		}
		header.open p{ background: url("../img/menu.png") no-repeat center bottom;background-size: 25px;}
	}
/*
top -mv
_________________________________________________________*/
.mv {
	height: auto;
	padding-bottom: 50%;
	box-sizing:content-box;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	z-index: 2;
}
.vegas-wrapper {
	display: -webkit-flex;
	/* Safari逕ｨ */
	display: flex;
	-webkit-justify-content: center;
	/* Safari逕ｨ */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari逕ｨ */
	align-items: center;
	-webkit-flex-direction: column;
	/* Safari */
	flex-direction: column;

}

@media only screen and (max-width: 1000px) {
	.mv {
		padding-bottom: 65%;
	}
}
@media only screen and (max-width: 768px) {
	.mv {
		height: auto;
		background: #FFF;
		padding-bottom: 80%;
		box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	}
}
.business{
	z-index: 1;
}
.top-business{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	position: relative;
}
.top-business .top-business__img{
	width: 50%;
	z-index: 1;
	position: relative;
}
.top-business01 .top-business__img:after{
	content: "";
	display: block;
	width: 30px;
	height:80px;
	position: absolute;
	top:160px;
	right: 0;
	background: url(../img/arrow_l.png) no-repeat;
	background-size: 30px;
	z-index: 100;
}
.top-business02 .top-business__img:after{
	content: "";
	display: block;
	width: 30px;
	height:80px;
	position: absolute;
	top:160px;
	left: 0;
	background: url(../img/arrow_r.png) no-repeat;
	background-size: 30px;
	z-index: 100;
}
.top-business01 .top-business__text{
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding: 5rem 10rem 0 5rem;

}
.top-business02 .top-business__img{
	order:2;
}
.top-business02 .top-business__text{
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding: 5rem 5rem 0 10rem;
	order:1;

}
.top-business .top-business__text h2{
	color: #1D2085;
	font-size: 3.2rem;
	font-weight:bold;

}
.top-business .top-business__text h3{
	color: #46CDF0;
	font-size: 2.4rem;
	margin-top: 1rem;
}
.top-business .top-business__text dd{
	font-size: 1.8rem;
	margin-top: 2rem;
}
@media only screen and (max-width: 1200px) {
.top-business01 .top-business__text{
	
	
		padding: 3rem;

}
.top-business02 .top-business__text{
		padding: 3rem;	
}

.top-business .top-business__text h2{
	color: #1D2085;
	font-size: 3rem;
	font-weight:bold;

}
.top-business .top-business__text h3{
	color: #46CDF0;
	font-size: 2.4rem;
	margin-top: 0;
}
.top-business .top-business__text dd{
	font-size: 1.8rem;
	margin-top: 0;
}
}

@media only screen and (max-width: 1000px) {
.top-business{
	width: 100%;
	margin: 0 auto;
}
.top-business .top-business__img{
	width: 50%;
	z-index: 1;
	position: relative;
}
.top-business01 .top-business__img:after{
	content: "";
	display: block;
	width: 20px;
	height:60px;
	position: absolute;
	top:120px;
	right: 0;
	background: url(../img/arrow_l.png) no-repeat;
	background-size: 20px;
	z-index: 100;
}
.top-business02 .top-business__img:after{
	content: "";
	display: block;
	width: 30px;
	height:80px;
	position: absolute;
	top:160px;
	left: 0;
	background: url(../img/arrow_r.png) no-repeat;
	background-size: 30px;
	z-index: 100;
}
.top-business01 .top-business__text{
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding: 3rem 3rem 0 3rem;
}
.top-business02 .top-business__img{
	order:2;
}
.top-business02 .top-business__text{
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding: 3rem 3rem 0 3rem;
	order:1;
}
.top-business .top-business__text h2{
	font-size: 2.4rem;
}
.top-business .top-business__text h3{
	font-size: 1.8rem;
	margin-top: 0;
}
.top-business .top-business__text dd{
	font-size: 1.6rem;
	margin-top: 1rem;
}
	}

@media only screen and (max-width: 930px) {
	.business{
		padding-bottom: 2rem;
	}
	.top-business{
		width: 90%;
		max-width: auto;
		min-width: auto;
		margin: 2rem auto 0 auto;
		display:block;
		position: relative;
	}
	.top-business .top-business__img{
		width: 100%;
		z-index: 1;
		position: relative;
	}
	.top-business01 .top-business__img:after{
		display: none;
	}
	.top-business02 .top-business__img:after{
		display: none;
	}
	.top-business01 .top-business__text{
		width: 100%;
		padding: 1rem .5rem 0 .5rem ;
	}
	.top-business02 .top-business__text{
		width: 100%;
		text-align: left;
		padding: 1rem .5rem 0 .5rem ;
	}
	
}
@media only screen and (max-width: 768px) {
.top-business .top-business__text h2{
		font-size:2rem;
	}
	.top-business .top-business__text h3{
		font-size: 1.6rem;
		margin-top: 0;
	}
	.top-business .top-business__text dd{
		font-size: 1.4rem;
		margin-top: .5rem;
	}
}

.top-staff{width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	position: relative;
	padding: 3rem 0;
}
.top-staff .top-staff__item{
	width: 33.33333333%;
	padding: 3rem;
}
.top-staff .top-staff__item p{
	width: 100%;
	background: url(../img/arrow_blue.png) no-repeat right center;
	background-size: 14px;
	font-size: 1.7rem;
	margin-top: 3rem;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.top-staff{
		width: 100%;
		margin: 0 auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		flex-wrap: wrap;
		position: relative;
		padding: 2rem 0;
	}
	.top-staff .top-staff__item{
		width: 50%;
		padding: 1.5rem;
	}
	.top-staff .top-staff__item p{
		width: 100%;
		background: url(../img/arrow_blue.png) no-repeat right center;
		background-size: 8px;
		font-size: 1.4rem;
		margin-top: 1rem;
		font-weight: bold;
	}
}
.top-greeting{
	z-index: 1;
	position: relative;
	width: 100%;
	padding: 4rem 0;
	background: url(../img/greeting.jpg) no-repeat right top;
	background-size: cover;
}

.top-greeting__inner{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.top-greeting__item{
	width: 500px;
	margin-left: 2rem;
	box-sizing: border-box;
	padding: 2rem 2.5rem;
	text-align: left;
	background-color: rgba(255,255,255, .8);
}
.top-greeting__item h3{
	font-size: 3.2rem;
}
.top-greeting__item p span{
	font-weight:bold;
}

.top-greeting__item .top-greeting__name{
	text-align:right;
}
@media only screen and (max-width: 1000px) {
	.top-greeting{
		background: url(../img/greeting.jpg) no-repeat right top;
		background-size: 100%;
		padding-top: 60%;
	}
	.top-greeting__inner{
		width: 100%;
		margin: 0 auto;
	}
	.top-greeting__item{
		width: 90%;
		margin: -5rem auto 0 auto; 
		box-sizing: border-box;
		padding: 2rem;
		text-align: left;
		background-color: rgba(255,255,255, .8);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	}
	.top-greeting__item h3{
		font-size: 2rem;
		margin-bottom: .5rem;
	}
	.top-greeting__item p span{
		font-weight:bold;
	}
	
	.top-greeting__item .top-greeting__name{
		text-align:right;
	}
}
.top-news{
	padding: 3rem 0;
	width: 100%;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
.top-news__box{
	width: 100%;
	max-width: 1200px;
	display: table;
	margin: 0 auto;
}
.top-news .top-news__title{
	display: table-cell;
	width: 25%;
	vertical-align: middle;
	border-right: 2px solid #46CDF0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	box-sizing: border-box;
}
.top-news .top-news__item{
	display: table-cell;
	text-align: left;
	width: 75%;
	
	box-sizing: border-box;

}
.top-news .top-news__item li{
	padding: 1rem 0;
}
.top-news .top-news__item li dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	padding: 0 4%;

}
.top-news .top-news__item li dl dt{
	width: 15%;
}
.top-news .top-news__item li dl dd{
	width: 85%;
}
@media only screen and (max-width: 768px) {
	.top-news{
		padding: 0 0 3rem 0;
		width: 100%;
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
	}
	.top-news__box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.top-news .top-news__title{
		display: block;
		width: 100%;
		border-bottom: 2px solid #46CDF0;
		border-right: none;
		text-align: center;
		font-size: 1.6rem;
		padding-bottom: .5rem;
	}
	.top-news .top-news__item{
		display: block;
		text-align: left;
		width: 100%;
		padding-left:0;
		box-sizing: border-box;
	}
	.top-news .top-news__item li{
		padding: 1rem;
	}
	.top-news .top-news__item li dl{
		display:block;
		padding: 0;
	}
	.top-news .top-news__item li dl dt{
		width: 100%;
	}
	.top-news .top-news__item li dl dd{
		width: 100%;
		padding: 0;
	}
}
.top-link{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.top-link p{
	width: 50%;
}
.top-link p:last-child a{
	background-color: #009DE6;
	text-shadow:0 0 10px #078bc8;
}
.top-link p a{
	display: block;
	padding: 5rem 0;
	font-size: 3.2rem;
	color: #FFF;
	background: #46CDF0 url(../img/arrow_white.png) no-repeat 94% center;
	background-size: 14px;
	text-shadow:0 0 10px #009DE6;
	font-weight: bold;
}
.top-recruit{
	width: 100%;
}
.top-recruit a{
	display: block;
	text-align: center;
	padding: 3rem 0;
	color: #FFF;
	background-image: url(../img/arrow_white.png),url(../img/bg_recruit.jpg);
	background-size:14px,cover;
	background-repeat: no-repeat,no-repeat;
	font-weight: bold;
	background-position: 95% center,center top;
	font-size: 4.8rem;
}
.top-recruit a span{
	display: block;
	font-size: 3.2rem;
}
@media only screen and (max-width: 1000px) {
	.top-link p a{
		font-size: 2.8rem;
	}
	.top-recruit{
		width: 100%;
	}
	.top-recruit a{
		font-size: 3.8rem;
	}
	.top-recruit br{
		display: none;
	}
	.top-recruit a span{
		font-size: 2.8rem;
	}
}
@media only screen and (max-width: 768px) {
	.top-link{
		width: 100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		flex-wrap: wrap;
	}
	.top-link p{
		width: 100%;
	}
	.top-link p:last-child a{
		background-color: #009DE6;
		text-shadow:0 0 10px #078bc8;
	}
	.top-link p a{
		display: block;
		padding: 2rem 0;
		font-size: 1.6rem;
		background: #46CDF0 url(../img/arrow_white.png) no-repeat 95% center;
		background-size: 8px;

	}
	.top-recruit{
		width: 100%;
	}
	.top-recruit br{
		display: block;
	}
	.top-recruit a{
		display: block;
		text-align: center;
		padding: 2rem 0;
		color: #FFF;
		background-image: url(../img/arrow_white.png),url(../img/bg_recruit.jpg);
		background-size:8px,cover;
		background-repeat: no-repeat,no-repeat;
		font-weight: bold;
		background-position: 95% center,center center;
		font-size: 2rem;
	}
	.top-recruit a span{
		display: block;
		font-size: 1.6rem;
	}
}
.item-blue{
	background: #46CDF0;
	color: #FFF;
	padding: 2.5rem 0 3rem 0;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 10;
	position: relative;
}
.item-blue__en{
	font-size: 2.4rem;
	text-shadow:0 0 10px #009DE6;
	font-weight: normal;
}
.item-blue__en:after{
	content: "";
	display: block;
	width: 200px;
	margin: 0 auto;
	border-bottom: 4px solid #b0e4f6;

}
.item-blue__title{
	font-size: 3.2rem;
	text-shadow:0 0 10px #009DE6;
	line-height: 1.4;
}
.item-blue__text{
	font-size: 1.6rem;
	width: 90%;
	max-width: 880px;
	margin: 1.5rem auto 0 auto;
	text-align: left;

}
@media screen and (max-width:768px){
	.item-blue{

		padding: 2rem 0;
	}
	.item-blue__en{
		font-size: 1.8rem;

	}
	.item-blue__en:after{
		content: "";
		display: block;
		width: 50%;
		margin: 0 auto;
		border-bottom: 4px solid #b0e4f6;

	}
	.item-blue__title{
		font-size: 2rem;
		text-shadow:0 0 10px #009DE6;
	}
	.item-blue__text{
		font-size: 1.4rem;
		width: 90%;
		margin: 1rem auto 0 auto;


	}
}
.media{
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
}
.media-inner{
	width: 100%;
	max-width: 1200px;
box-sizing: border-box;
	margin: 0 auto;
	padding: 4rem 1rem;
	
}
.media h2{
	width: 144px;
	margin: 0 auto;
}
.media .media-read{
	font-size: 2rem;
	font-weight: bold;
	margin: 3rem 0 0 0;
	border-bottom: 1px solid #000;
	padding-bottom: .5rem;
}
.media .media-read span{
	color: #24ade2;

}
.media-box{
	padding: 3rem 0 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.media-book{
	width: 50%;
	box-sizing: border-box;
	/* padding: 0 2rem 0 0; */
}
.media-book dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	padding: 2rem 0 0 0;
}
.media-book dt{
	width: 53%;
	padding: 0 0 0 2%;
	order: 2;
}
.media-book dd{
	width: 45%;
	order: 1;
	text-align: left;
	font-weight: bold;
}
.media-book dd p{
	margin-top: 1rem;
}
.media-book__link a{
	background: #232482 url(../img/merry_link.png) no-repeat 95% center;
	background-size: 20px;
	color: #FFF;
	border-radius: 10rem;
	display: block;
	padding: 1.4rem 0 1.4rem 1.5rem;
	line-height: 1;

}
.media-download{
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 2rem;
	text-align: left;
}
.media-box h3{
	background: #24ade2;
	text-align: center;
	color: #FFF;
	font-size: 2.4rem;
	line-height: 1;
	padding: 1rem 0;
	border-radius: 1rem;
}
.media-download p{
	margin-top: 1.5rem;

}
.media-download h4{
	font-size: 1.8rem;
	margin-top: 1rem;
}
.media-download h4 span{
	color: #d3473f;
	text-decoration: underline;
}
.media-download ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.media-download li:first-child{
	width: 20%;
}
.media-download li:nth-child(2){
	width: 40%;
}
.media-download li:nth-child(3){
	width: 40%;
}
.media-download li:nth-child(2) dl,.media-download li:nth-child(3) dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	padding: .5rem;
}
.media-download li:nth-child(2) dt,.media-download li:nth-child(3) dt{
	width: 50%;
	font-size: 1.4rem;
}
.media-download li:nth-child(2) dd,.media-download li:nth-child(3) dd{
	width: 50%;
	box-sizing: border-box;
	padding: 0 .5rem;
}
@media only screen and (max-width: 1000px) {
	.media-book__link a{
	background: #232482 url(../img/merry_link.png) no-repeat 95% center;
	background-size: 16px;
	color: #FFF;
	border-radius: 20rem;
	display: block;
	padding: 1.4rem 2.5rem 1.4rem 1.5rem;
	line-height: 1.2;

}
}
@media only screen and (max-width: 768px) {
	.media{
		box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
	}
	.media-inner{
		width: 90%;
		margin: 0 auto;
		padding: 3rem 0;
		min-width: 90%;
	}
	.media h2{
		width: 100px;
		margin: 0 auto;
	}
	.media .media-read{
		font-size: 1.5rem;
		text-align: left;
		font-weight: bold;
	}
	.media-box{
		padding: 2rem 0 0 0;
		display: block;
	}
	.media-book{
		width: 100%;
		box-sizing: border-box;
		/* padding: 0 0 0 0; */
	}
	.media-book dl{
		display: block;
		padding: 1rem 0;
		width: 100%;
		margin: 0 auto
	}
	.media-book dt{
		width: 80%;
		padding: 0 0 0 0;
		margin: 0 auto;

	}
	.media-book dd{
		width: 100%;
		order: 1;
		text-align: left;
		font-weight: bold;
	}
	.media-book dd img{
		width: 60%;
		margin: .5rem auto 0 auto;
		
		display: block;

	}
	.media-book dd p{
		margin-top: 1rem;
	}
	.media-book__link a{
		background: #232482 url(../img/merry_link.png) no-repeat 95% center;
		background-size: 20px;
		color: #FFF;
		border-radius: 10rem;
		display: block;
		padding: 1.4rem 0 1.4rem 1.5rem;
		line-height: 1;
		text-align: center;
		font-size: 1.6rem;

	}
	.media-download{
		width: 100%;
		box-sizing: border-box;
		padding: 3rem 0 0 0;
		text-align: left;
	}
	.media-box h3{
		background: #24ade2;
		text-align: center;
		color: #FFF;
		font-size: 1.8rem;
		line-height: 1;
		padding: 1rem 0;
		border-radius: 1rem;
	}
	.media-download p{
		margin-top: 1.5rem;

	}
	.media-download h4{
		font-size: 1.6rem;
		margin-top: 1rem;
	}
	.media-download h4 span{
		color: #d3473f;
		text-decoration: underline;
	}
	.media-download ul{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		flex-wrap: wrap;
		margin-top: 1rem;
	}
	.media-download li:first-child{
		width: 20%;
	}
	.media-download li:nth-child(2){
		width: 40%;
	}
	.media-download li:nth-child(3){
		width: 40%;
	}
	.media-download li:nth-child(2) dl,.media-download li:nth-child(3) dl{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		flex-wrap: wrap;
		padding: .5rem;
	}
	.media-download li:nth-child(2) dt,.media-download li:nth-child(3) dt{
		width: 100%;
		font-size: 1.4rem;

	}
	.media-download li:nth-child(2) dt p,.media-download li:nth-child(3) dt p{
		line-height: 1.4;
	}
	.media-download li:nth-child(2) dd,.media-download li:nth-child(3) dd{
		width: 50%;
		box-sizing: border-box;
		padding: 0 .5rem;
		display: none;

	}
}
.staff{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 4rem;
}
.staff-item{
	padding:6rem 1rem 3rem 1rem; 
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.staff-item2 figure{
	order: 2;
}
.staff-item figure{
	width: 32%;

}
.staff-item2 .staff-text{
	order: 1;
	padding-right: 40px;
	padding-left: 0!important;
}
.staff-item .staff-text{
	width: 68%;
	padding-left: 4%;
	text-align: left;

}
.staff-item .staff-text h3{
	font-size: 3.2rem;
	color: #30a6d9;
}
.staff-item .staff-text__name{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1rem;
}
.staff-item .staff-text__name:after{
	content: "";
	display: block;
	width: 40px;
	margin-top: 2rem;
	border-bottom: 4px solid #46cdf0;
}
.staff-item .staff-text__message{
	margin-top: 2rem;
	line-height: 1.8;
}


@media only screen and (max-width: 768px) {
	.staff{
		width: 90%;
		margin: 0 auto;
		padding-bottom: 2rem;
	}
	.staff-item{
		padding:4rem 0 0 0; 
		display:block;

	}
	.staff-item2 figure{
		order: 2;
	}
	.staff-item figure{
		width: 60%;
		margin: 0 auto;
	}
	.staff-item2 .staff-text{
		order: 1;
		padding-right: 0;
		padding-left: 0!important;
	}
	.staff-item .staff-text{
		width: 100%;
		padding-left: 0;
		padding-top: 2rem;
	}
	.staff-item .staff-text h3{
		font-size: 2rem;

	}
	.staff-item .staff-text__name{
		font-size: 1.5rem;
		font-weight: bold;
		margin-top: 0;
	}
	.staff-item .staff-text__name:after{
		content: "";
		display: block;
		width: 30px;
		margin-top: 1rem;
		border-bottom: 2px solid #46cdf0;
	}
	.staff-item .staff-text__message{
		margin-top: 1rem;
		line-height: 1.7;
	}
}

.heading-staff{
	width: 100%;
	height: 280px;
	background: url(../img/staff_heading.jpg) no-repeat;
	background-size: cover;
	background-position:  center top;
}
.heading-company{
	width: 100%;
	height: 280px;
	background: url(../img/company_heading.jpg) no-repeat;
	background-size: cover;
	background-position:  center top;
}
.heading-recruit{
	width: 100%;
	height: 280px;
	background: url(../img/recruit_heading.jpg) no-repeat;
	background-size: cover;
	background-position:  center top;
}
.heading-contact{
	width: 100%;
	height: 280px;
	background: url(../img/contact_heading.jpg) no-repeat;
	background-size: cover;
	background-position:  center center;
}

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

	.heading-staff{
		width: 100%;
		height: 240px;
		background: url(../img/staff_heading.jpg) no-repeat;
		background-size: cover;
		background-position:  center top;
	}
	.heading-company{
		width: 100%;
		height: 240px;
		background: url(../img/company_heading.jpg) no-repeat;
		background-size: cover;
		background-position:  center top;
	}
	.heading-recruit{
		width: 100%;
		height: 240px;
		background: url(../img/recruit_heading.jpg) no-repeat;
		background-size: cover;
		background-position:  center top;
	}
	.heading-contact{
		width: 100%;
		height: 240px;
		background: url(../img/contact_heading.jpg) no-repeat;
		background-size: cover;
		background-position:  center center;
	}
}
@media only screen and (max-width: 768px) {
	.heading-staff{
		width: 100%;
		height: 140px;
		background: url(../img/staff_heading.jpg) no-repeat;
		background-size: cover;
		background-position:  center top;
	}
	.heading-company{
		width: 100%;
		height: 140px;
		background: url(../img/company_heading.jpg) no-repeat;
		background-size: cover;
		background-position:  center top;
	}
	.heading-recruit{
		width: 100%;
		height: 140px;
		background: url(../img/recruit_heading.jpg) no-repeat;
		background-size: cover;
		background-position:  center top;
	}
	.heading-contact{
		width: 100%;
		height: 140px;
		background: url(../img/contact_heading.jpg) no-repeat;
		background-size: cover;
		background-position:  center center;
	}

}
.company-reason{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.company-reason__item{
	width: 33.33333333%;
	box-sizing: content-box;
	
}
.company-reason__title{
	font-weight: bold;
}
.company-reason__title:after{
	content: "";
	display: block;
	width: 120px;
	margin: .5rem auto 0 auto;
	border-bottom: 4px solid #e30012;
}
.company-reason__no{
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.6;
}
.company-reason h3 span{
	font-size: 2.4rem;
	display: block;
}
.company-reason h3{
	font-size: 3.6rem;
	line-height: 1.2;
}
.company-reason__text{
	text-align: left;
	margin-top: 2rem;
	padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
.company-reason{
	width: 90%;
	margin: 0 auto;
	padding: 1rem 0 2rem 0;
	display: block;
}
.company-reason__item{
	width: 100%;
	padding:2rem 0;
}
.company-reason__title{
	line-height: 1.4;
}
.company-reason__title:after{
	content: "";
	display: block;
	width: 100px;
	margin: .5rem auto 0 auto;
	border-bottom: 4px solid #e30012;
}
.company-reason__no{
	font-size: 3rem;
	line-height: 1.6;
}
.company-reason h3 span{
	font-size: 2rem;
	display: inline-block;
}
.company-reason h3{
	font-size: 2rem;
	line-height: 1.2;
}
.company-reason__text{
	margin-top: 1rem;
}
	}
.company{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 5rem 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.company a{
	text-decoration: underline;
}
.company figure{
	width: 50%;
}
.company-list{
	width: 50%;
	padding-left: 4rem;
	text-align:left;
}
.company-list li{
	padding: .4rem 0;
	border-bottom: 1px solid #000;
}
.company-list dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.company-list dt{
	width: 30%;
	font-weight: bold;
	color: #1d2085;
	
}
.company-list dd{
	width: 70%;

}
.company-map{
	width: 100%;
	margin: 0 auto;
}
.company-map iframe{
	width: 100%;
	height: 400px;
}
@media only screen and (max-width: 768px) {
.company{
	width: 90%;
	margin: 0 auto;
	padding: 3rem 0;
	display:block;
}
.company figure{
	width: 100%;
}
.company-list{
	width: 100%;
	padding-left: 0;
	text-align:left;
	margin-top: 1rem;
}
.company-list li{
	padding: .4rem 0;
	border-bottom: 1px solid #000;
}
.company-list dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.company-list dt{
	width: 30%;
	font-weight: bold;
	color: #1d2085;
	
}
.company-list dd{
	width: 70%;
}

.company-map iframe{
	width: 100%;
	height: 300px;
}
	}
.policy{
	width: 100%;
	max-width: 1000px;
	padding:3rem 2rem 6rem 2rem;
	margin: 0 auto;
	text-align: left;
}
.policy h3{
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 2rem;
}
.policy ul{
	margin: 2rem 0 0 0;
}
.policy li{
	padding: 1rem 0;

}
.policy dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.policy dt{
	width: 4%;
}
.policy dd{
	width: 96%;
}
.policy li a{
	text-decoration: underline;
	}

@media only screen and (max-width: 768px) {
.policy{
	width: 90%;
	padding:2rem 0 3rem 0;
	margin: 0 auto;
	text-align: left;
}
.policy h3{
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 1rem;
}
.policy ul{
	margin: 1rem 0 0 0;
}
.policy li{
	padding: .4rem 0;
	
}
}
.recruit{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	text-align: left;
	padding: 3rem 2rem;
}
.recruit-title{
	text-align: center;
	padding-bottom: 2rem;
}
.recruit-title h4{
	font-size: 2.4rem;
}
.recruit-title h4:after{
	content: "";
	display: block;
	width: 240px;
	margin: 0 auto;
	border-bottom: 4px solid #e30012;
}
.recruit-title h3{
	font-size: 3.2rem;
}
.recruit-item{
	margin-top: 4rem;
}
.recruit-item .recruit-item__job{
	color: #1d2085;
	font-size: 2.8rem;
	font-weight: bold;
	border-bottom: 4px solid #1d2085;
	margin-bottom: 2rem;
}
.recruit-item ul{
	margin-top: 1rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #CCC;
}
.recruit-item li{
	padding: 1rem 0;
	
}
.recruit-item li dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.recruit-item li dt{
	width: 30%;
	font-weight: bold;
	color: #1d2085;
	
}
.recruit-item li dd{
	width: 70%;
}
.link-contact{
	width: 480px;
	margin: 3rem auto 0 auto;
}
.link-contact a{
	display: block;
	background: #009de6 url(../img/arrow_white.png) no-repeat 94% center;
	background-size: 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	border-radius: 10rem;
	font-size: 3.2rem;
	padding: 2rem 0;
	text-align: center;
	text-decoration: none!important;

}
.recruit a{
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
.recruit{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding: 2.5rem 0 4rem 0;
}
.recruit-title{
	text-align: center;
	padding-bottom: 1.5rem;
}
.recruit-title h4{
	font-size: 1.6rem;
}
.recruit-title h4:after{
	content: "";
	display: block;
	width: 140px;
	margin: 0 auto;
	border-bottom: 4px solid #e30012;
}
.recruit-title h3{
	font-size: 2rem;
}
.recruit-item{
	margin-top: 3rem;
}
.recruit-item .recruit-item__job{
	font-size: 2rem;
	margin-bottom: 1rem;
}
.recruit-item ul{
	margin-top: 1rem;
	padding-bottom: 2rem;
}
.recruit-item li{
	padding: .4rem 0;
}
.recruit-item li dl{
	display: block;
}
.recruit-item li dt{
	width: 100%;
	
}
.recruit-item li dd{
	width: 100%;
}
.link-contact{
	width: 100%;
	margin: 2rem auto 0 auto;
}
.link-contact a{
	display: block;
	background: #009de6 url(../img/arrow_white.png) no-repeat 94% center;
	background-size: 8px;
	border-radius: 10rem;
	font-size: 2rem;
	padding: 1.8rem 0;
	text-align: center;
}
}
.contact{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	text-align: left;
	padding: 3rem 2rem 4rem 2rem;
	border-bottom: 1px solid #CCC;
}
.contact-item{
	padding: 3rem 0;
}
.contact-item ul{
	margin-top: 1rem;
	padding-bottom: 1rem;
	
}
.contact-item li{
	padding: 1rem 0;
	
}
.contact-item li dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.contact-item li dt{
	width: 30%;
	font-weight: bold;
	color: #1d2085;
	
}
.contact-item li dt span{
	width: 70%;
	display: inline-block;
}
.contact-item li dt em{
	background: #fa163f;
	color: #FFF;
	border-radius: .4rem;
	line-height: 1;
	padding: .2rem 1rem;
	font-size: 1.4rem;
}
.contact-item li dd{
	width: 70%;
}
.link-submit,.link-confirm{
   width: 240px;
  margin: 3rem auto 0 auto; 
}
.link-submit input{
  font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #FFF;
  background: #1d2085 url(../img/arrow_white.png) no-repeat 93% center;
  background-size: 10px;
  font-size: 1.8rem;
  line-height:1;
  border-radius: 6rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  box-shadow: none;
  padding: 1.4rem 0;
  border:none;
}
.link-confirm input{
  font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #FFF;
  background: #009de6 url(../img/arrow_white.png) no-repeat 93% center;
  background-size: 10px;
  font-size: 1.8rem;
  line-height:1;
  border-radius: 6rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  box-shadow: none;
   padding: 1.4rem 0;
  border:none;
}
.contact-complete{
	text-align: center;
	padding: 4rem 0;
}
.contact-complete h3{
	font-size: 3.2rem;
	color: #1D2085;
}
.contact-complete p{
	margin-top: 2rem;
}
.link-top{
   width: 300px;
  margin: 3rem auto 0 auto; 
}
.link-top a{
  font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #FFF;
  background: #009de6 url(../img/arrow_white.png) no-repeat 93% center;
  background-size: 10px;
 font-size: 1.8rem;
  line-height:1;
  border-radius: 6rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 1.5rem 0;
  box-shadow: none;
  border:none;
}
@media only screen and (max-width: 768px) {
.contact{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding: 2rem 0 3rem 0;
	border-bottom: 1px solid #CCC;
}
.contact-item{
	padding: 1rem 0 0 0;
}
.contact-item ul{
	margin-top: 0;
	padding-bottom: 1rem;
	
}
.contact-item li{
	padding: 1rem 0;
	
}
.contact-item li dl{
display: block;
}
.contact-item li dt{
	width: 100%;
	font-weight: bold;
	color: #1d2085;
	
}
.contact-item li dt span{
	width: auto;
	padding-right: 1rem;
	display: inline-block;
}
.contact-item li dt em{
	background: #fa163f;
	color: #FFF;
	border-radius: .4rem;
	line-height: 1;
	padding: .1rem 1rem;
	font-size: 1.2rem;
}
.contact-item li dd{
	width: 100%;
	margin-top: 1rem;
}
.link-submit,.link-confirm{
   width: 100%;
  margin: 1rem auto 0 auto; 
}
.link-submit input{
  font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #FFF;
  background: #1d2085 url(../img/arrow_white.png) no-repeat 95% center;
  background-size: 8px;
  font-size: 1.5rem;
  line-height:1;
  border-radius: 6rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  box-shadow: none;
  border:none;
}
.link-confirm input{
  font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #FFF;
  background: #009de6 url(../img/arrow_white.png) no-repeat 95% center;
  background-size: 8px;
  font-size: 1.5rem;
  line-height:1;
  border-radius: 6rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-complete{
	
	padding: 2rem 0;
}
.contact-complete h3{
	font-size: 2rem;
	color: #1D2085;
}
.contact-complete p{
	margin-top: 2rem;
}
.link-top{
   width: 100%;
  margin: 3rem auto 0 auto; 
}
.link-top a{
  background: #009de6 url(../img/arrow_white.png) no-repeat 94% center;
  background-size: 8px;
 font-size: 1.6rem;
  line-height:1;
  padding: 1.5rem 0;
 
}
}
 
/*---------------------------------------------------------------------------------------
contents
----------------------------------------------------------------------------------------*/

/* pnav */
#pnav{
	font-size: 1.2rem;
	text-align: left;
	padding: 10rem 0 1rem 2rem;
}
#pnav li{
	display: inline-block;
	vertical-align: top;
}
#pnav li:not(:last-child):after{
	content: "＞";
	margin: 0 .3em;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:768px){
	
	/* pnav */
	#pnav{
		padding: 7.3rem 0 1rem 2rem;
	}
}

/*---------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------*/

footer{
	clear: both;
	padding-top: 50px;
}
footer #pagetop{
	position: fixed;
	right: 0;
	width: 50px;
	bottom: 30px;
	cursor: pointer;
	z-index: 100;
}
footer .logo{
	margin-bottom: 40px;
}
footer .bnr{
	padding-bottom: 25px;
	margin: 0 3%;
	border-bottom: 1px solid #ccc;
}
footer .bnr li{
	display: inline-block;
	margin: 0 7px 15px;
	vertical-align: middle;
}
footer .bnr li img{
	width: auto;
	height: 56px;
}
footer .fnav{
	clear: both;
	padding: 20px 3%;
}
footer .fnav li{
	display: inline-block;
	vertical-align: middle;
}
footer .fnav li:not(:last-child):after{ content: "｜";}
footer .fnav li a{
	display: inline-block;
	padding: 0 1em;
}
footer .copy{
	clear: both;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	background: #46CDF0;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:768px){
	footer{
		padding-top: 40px;
	}
	footer .logo{
		margin-bottom: 30px;
	}
	footer .logo img{
		width: auto;
		max-width: 260px;
	}
	footer .bnr{
		padding-bottom: 15px;
		margin: 0 3%;
		border-bottom: 1px solid #ccc;
	}
	footer .bnr li{
		margin: 0 0 20px;
	}
	footer .bnr li img{
		width: auto;
		height: 45px;
	}
	footer .fnav{
		padding: 20px 3%;
	}
	footer .fnav li{
		display: block;
	}
	footer .fnav li:not(:last-child):after{ content: none;}
	footer .fnav li a{
		padding: 0 1em;
		font-size: 14px;
		line-height: 40px;
	}
	footer .copy{
		font-size: 10px;
		line-height: 30px;
		padding-bottom: 15px;
	}
}




