@charset "utf-8";
/* CSS Document */

#topgreet {
	position: relative;
	background-image: url("../../img/bg01_sp.png");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
}
#topgreet .inner {
	width: 87%;
	height: 123vw;
	max-width: 660px;
	margin: 0 auto;
	padding: 67vw 0 70vw;
	line-height: 2em;
}
#topgreet .inner h2 {
	text-align: center;
	font-size: 24px;
	line-height: 1.6em;
	color: #16447C;
	font-weight: 200;
	padding-bottom: 20px;
}
#topinfo{
	background-image: url("../../img/bg02.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
	top: -8.2vw;
	margin-bottom: -8.2vw;
}
#topinfo .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 72px 0 90px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#topinfo .box{
	width: 100%;
	height: 450px;
	position: relative;
	border-radius: 40px;
	background-image: url("../../img/bg05.png");
	background-position: center center;
	transition: 0.2s;
	margin-bottom: 50px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.93);
}

#topinfo .box:nth-of-type(2n){
	background-image: url("../../img/bg03.png");
}
#topinfo .box:last-of-type{
	background-image: url("../../img/bg04.png");
}
#topinfo .box:hover{
	opacity: 0.9;
}
#topinfo .box a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	transition: 0.2s;
}
#topinfo .box a:after{
	position: absolute;
	content: " ";
	visibility: visible;
	background-image: url(../img/arrow02.png);
	width: 32px;
	height: 32px;
	background-size: 100% auto;
	right: 22px;
	bottom: 22px;
}
#topinfo .box a:hover:after{
	right: 20px;
}
#topinfo .box .numbox{
	width: 58px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 30px;
	line-height: 1em;
}
#topinfo .box .numbox .num{
	width:54px;
	font-size: 40px;
	line-height: 54px;
	padding: 0;
	border-radius: 54px;
	margin-bottom: 0px;
}
#topinfo .box .numbox img{
	width: 58px;
	height: auto;
}
#topinfo .box h3{
	position: absolute;
	width: 100%;
	top: 32vw;
	left: 50%;
	transform: translateX(-50%) translateY(0);
	font-size: 36px;
	line-height: 1.2em;
	padding-bottom: 0;
	font-weight: 200;
	text-align: center;
}
#topinfo .box .come{
	position: absolute;
	left:22px;
	bottom: 22px;
	width: calc(100% - 44px);
	line-height: 2em;
	font-size: 15px;
}
#toplink {
	background-image: url("../../img/bg03_sp.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 100% auto;
}
#toplink .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 30px;
}
#toplink ul{
	display: block;
}
#toplink ul li {
	width: 100%;
	padding-right: 0;
	padding-bottom: 30px;
}
#toplink ul li img {
	width: 100%;
	height: auto;
}
#toplink ul li:nth-of-type(3n) {
	padding-right: 0%;
}
#topinterview{
	background-image: url("../../img/bg07.jpg");
	background-position: center center;
	background-size: cover;
}
#topinterview .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0 40px;
}
#topinterview .photo{
	padding-bottom: 25px;
}
#topinterview .photo img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.slick-slide {
  margin: 0 18px;
	text-align: center;
	color: #16447C;
	font-size: 18px;
	line-height: 1.6em;
}
#topinterview .box h4 {
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 0px;
	padding-left: 65px;
	margin-bottom: 15px;
	text-align: left;
}
#topinterview .box h5{
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 0;
}
#topinterview .box .link{
	margin-top: 20px;
}
#entrylink{
	background-image: url(../../img/bg06_sp.jpg);
	background-position: right bottom;
	background-size: 100%  auto;
	background-repeat: no-repeat;
	color: #FFFFFF;
	position: relative;
	z-index: 10;
	background-color: #2E3191;
}
#entrylink:after{display: none;
}
#entrylink .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 40px;
}
#entrylink .title{
	color: #FFF;
	text-align: center;
	font-size: 30px;
}
#entrylink .title h2{
	font-size: 50px;
}
#entrylink .inner .box {
	float: none;
}
#entrylink .link02 {
	text-align: center;
}
#entrylink .inner .come {
	float: none;
	font-size: 20px;
	width: 100%;
	padding-top: 60px;
	text-align: center;
}
#entrylink .inner .come .jost{
	font-size:25px;
	line-height: 1.6em;
	padding-bottom: 20px;
}
#news {background-image: url("../../img/bg08.jpg");
	background-position: left center;
	background-size: cover;
}
#news .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 40px;
}
#news .come {
	float: none;
	text-align: center;
	padding-top: 20px;
}
#news .come .title{
	text-align: center;
}
#news .link{
	text-align: center;
}
#news .link a{
	display: inline-block;
	padding: 10px 60px 10px 40px;
	text-align: center;
}
#news .box01{
	float: none;
	width: auto;
	padding-bottom: 30px;
}
#news .box01 a{
	text-decoration: none;
	color: #333;
	display: block;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../img/arrow05.png);
}
#news .box01 a:hover{
	background-color: #D2E0F1;
}
#news dt {
	display: block;
	padding-bottom: 0;
	color: #2E3191;
	padding-right: 20px;
}
#news dd {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
	padding-right: 20px;
}
#complink{
	padding: 50px 0;
	text-align: center;
}
#complink img{
	width: 90%;
	height: auto;
	max-width: 1000px;
}

#message {
}
#message .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 80px;
}
.photoright{
	border-bottom: 1px solid #000;
	padding-bottom: 50px;
	margin-bottom: 80px;
}
.photoright .box{
	width: 100%;
	float: none;
}
.photoright .box p{
	padding-bottom: 20px;
	line-height: 2em;
}
.photoright .photo{
	width: 100%;
	float: none;
}
.photoright .photo img{
	width: 100%;
	height: auto;
}

#interview {
}
#interview .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 80px;
}
#interview .title02{
	padding-bottom: 60px;
}
.interviewbg{
	background-image: url("../../img/interview/bg.jpg");
	background-position: center top;
}
.interview_list {
	display: block;
	flex-wrap: wrap;
}

.interview_list .box{
	background-color: #16447c;
	color: #fff;
	border-radius: 30px;
	position: relative;
	margin-bottom: 30px;
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.20);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.20);
	width: 100%;
	margin-right: 0;
}
.interview_list .box:nth-of-type(2n){
	margin-right: 0;
}
.interview_list .box a{	
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	transition: 0.2s;
}
.interview_list .box a:hover{
	opacity: 0.8;
}
.interview_list .box a:after{
	content: " ";
	visibility: visible;
	position: absolute;
	background-image: url(../img/arrow02.png);
	width: 32px;
	height: 32px;
	background-size: cover;
	right: 25px;
	bottom: 15px;
	transition: 0.2s;
}
.interview_list .box a:hover:after{	
	right: 22px;
}
.interview_list .box .photo{
	position: relative;
	padding-bottom: 0;
}
.interview_list .box .photo img{	
	border-radius: 30px;
}
.interview_list .box .come{
	position: absolute;
	bottom: 0;
	width: calc(100% - 60px);
	background-color: #16447c;
	border-radius: 0 0 30px 30px;
	padding: 20px 30px 10px;
	font-size: 16px;
	line-height: 1.6em;
}

.interview_list .name {
	font-size: 15px;
	line-height: 1.6em;
}
#interviewname {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 0;
	position: relative;
	margin-bottom: 20px;
}
#interviewname .photo{
	padding-bottom: 0;
	position: relative;
}
#interviewname .photo img{
	width: 100%;
	height: auto;
}
#interviewname .box{
	width: calc(80% - 40px);
	background-color: #fff;
	position: relative;
	left: 50%;
	top: -50px;
	bottom: auto;
	transform: translateX(-50%);
	padding: 20px 20px 0;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: -50px;
}
#interviewname .box h2{
	font-size: 20px;
	line-height: 1.6em;
	padding-bottom: 20px;
	font-weight: 300;
	color: #16447c;
}
#interview_faq {
}
#interview_faq .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 20px;
}
#interview_faq .box {
	padding-bottom: 60px;
}
#interview_faq .box h4{
	width: calc(100% - 75px);
	color: #fff;
	background-color: #16447c;
	margin: 0 0 20px auto;
	padding: 15px 15px 15px 60px;
	border-radius: 10px 10px 0 10px;
	position: relative;
	font-size: 14px;
	line-height: 1.6em;
}
#interview_faq .box h4:before{
	content: "Q";
  font-family: "Jost", sans-serif;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 38px;
}
#interview_faq .box .come{
	background-color: #e8faf8;
	padding: 20px 20px 10px;
	border-radius: 10px 10px  10px 0;
	font-size: 15px;
	line-height: 1.8em;
}
#interview_faq .box h5{
	font-size: 17px;
	line-height: 1.6em;
	padding-bottom: 10px;
	font-weight: 300;
	color: #16447c;
}
#interview_faq .photo{
	width: 100%;
	text-align: center;
	padding-bottom: 60px;
}
#interview_faq .photo img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
#interview_member {
}
#interview_member .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 90px;
}

#interview_member .flex {
	display: flex;
	flex-wrap: wrap;
}

#interview_member .flex .box{
	background-color: #fff;
	color: #fff;
	border-radius: 30px;
	position: relative;
	margin-bottom: 10px;
	width: 48%;
	margin-right: 4%;
}
#interview_member .flex .box:nth-of-type(3n){
	margin-right: 4%;
}
#interview_member .flex .box:nth-of-type(2n){
	margin-right: 0;
}
#interview_member .flex .box a{	
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	transition: 0.2s;
}
#interview_member .flex .box a:hover{
	opacity: 0.8;
}
#interview_member .flex .box a:after{
	content: " ";
	visibility: visible;
	position: absolute;
	background-image: url(../img/arrow02.png);
	width: 18px;
	height: 18px;
	background-size: cover;
	right: 10px;
	bottom: 10px;
	transition: 0.2s;
}
#interview_member .flex .box a:hover:after{	
	right: 9px;
}
#interview_member .flex .box .photo{
	position: relative;
	padding-bottom: 0;
}
#interview_member .flex .box .photo img{	
	border-radius: 10px;
}
#interview_member .flex .box .come{
	position: absolute;
	bottom: 0;
	width: calc(100% - 20px);
	background-color: #16447c;
	border-radius: 0 0 10px 10px;
	padding: 10px 10px 0px;
	font-size: 14px;
	line-height: 1.6em;
}
#interview_member .flex .box .photo{
	position: relative;
	padding-bottom: 0;
}
#interview_member .flex .box .photo img{	
	border-radius: 10px;
	width: 100%;
	height: auto;
}

#data{
	background: #f7f7f7;
}
#data .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 80px;
}
.datalist{
	text-align: left;
	font-size:0;
}
.data-box{
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 30px 10px;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	display: inline-block;
	width: calc(96% - 20px);
	margin: 4% 2%;
	vertical-align: top;
}
.data-box h5{
	font-size:24px;
	font-weight: bold;
	
}
.data-box .data{
	font-size:60px;
	font-weight: 400;
	color:#16447c;
	margin-top: 20px;
	margin-bottom: 5px;
	letter-spacing: 0px;
}
.data-box .data span{
	font-size:18px;
	font-weight: bold;
	color:#333;
	letter-spacing: 0px;
}
.data-box p{
	font-size:12px;
}
.blue-bg{
	background: #16447c;
	color:#fff;
	text-align: center;
	font-weight: bold;
	font-size:18px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 10px 0;
}
.data-box2{
	text-align: left;
	background: #fff;
	border-radius: 10px;
	padding: 30px 10px;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	display: inline-block;
	width: calc(96% - 20px);
	margin: 4% 2%;
	vertical-align: top;
}
.data-box2 h5{
	font-size: 15px;
	font-weight: bold;
	background-image: url(../../img/message/icon-q.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px auto;
	padding-left: 50px;
	
}
.data-box2 .inline{
	text-align: center;
}
.data-box2 .inline p{
	font-size: 17px;
	font-weight: 500;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}
.data-box2 .inline p span{
	font-size: 71px;
	font-weight: 400;
	color: #16447c;	
	line-height: 71px;
}