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

#topgreet {
	position: relative;
	background-image: url("../../img/bg01.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#topgreet .inner {
	width: 60%;
	max-width: 660px;
	margin: 0 auto;
	padding: 200px 0 120px;
	line-height: 2em;
}
#topgreet .inner h2 {
	text-align: center;
	font-size: 45px;
	line-height: 1.6em;
	color: #16447C;
	font-weight: normal;
	padding-bottom: 30px;
}
#topinfo{
	background-image: url("../../img/bg02.jpg");
	background-position: center center;
	background-size: cover;
}
#topinfo .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 120px 0 90px;
	background-image: url(../../img/bg_0102.png);
	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;
}

#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: 52px;
	height: 52px;
	background-size: 100% auto;
	right: 30px;
	bottom: 30px;
}
#topinfo .box a:hover:after{
	right: 25px;
}
#topinfo .box .numbox{
	width: 86px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 30px;
}
#topinfo .box .numbox .num{
	width: 80px;
	font-size: 60px;
	line-height: 80px;
	padding: 0;
	background-color: #16447C;
	border-radius: 80px;
}
#topinfo .box h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 50px;
	line-height: 1.2em;
	padding-bottom: 0;
	font-weight: 200;
}
#topinfo .box .come{
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: calc(100% - 160px);
	line-height: 2em;
}
#toplink {
	background-image: url(../../img/bg03.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#toplink .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 80px;
}
#toplink ul{
	display: flex;
	flex-wrap: wrap;
}
#toplink ul li {
	width: 32%;
	padding-right: 2%;
}
#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: 80px 0 80px;
}
#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: 30px;
	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.jpg);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	position: relative;
	z-index: 10;
}
#entrylink:after{
	content: " ";
	visibility: visible;
	position: absolute;
	z-index: -1;
	width: 55%;
	height: 100%;
	background-color: #2E3191;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 80% 100%,0 100%);
}
#entrylink .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 160px 0 150px;
}
#entrylink .title{
	color: #FFF;
	text-align: left;
	font-size: 34px;
}
#entrylink .title h2{
	font-size: 70px;
}
#entrylink .inner .box {
	float: left;
}
#entrylink .inner .come {
	float: right;
	font-size: 20px;
	width: 44%;
	padding-top: 30px;
}
#entrylink .inner .come .jost{
	font-size: 30px;
	line-height: 1.6em;
	padding-bottom: 20px;
}
#news {background-image: url("../../img/bg08.jpg");
	background-position: center center;
	background-size: cover;
}
#news .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 70px;
}
#news .come {
	float: left;
	text-align: left;
	padding-top: 20px;
}
#news .come .title{
	text-align: left;
}
#news .link{
	text-align: left;
}
#news .link a{
	display: inline-block;
	padding: 10px 60px 10px 40px;
	text-align: center;
}
#news .box01{
	float: right;
	width: 50%;
}
#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;
}
#news dd {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}
#complink{
	padding: 50px 0;
	text-align: center;
	background-color: #FFFFFF;
}
#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: 65%;
	float: left;
}
.photoright .box p{
	padding-bottom: 20px;
	line-height: 2em;
}
.photoright .photo{
	width: 31%;
	float: right;
}
.photoright .photo img{
	width: 100%;
	height: auto;
}
#interview {
}
#interview .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 140px 0 80px;
}
#interview .title02{
	padding-bottom: 80px;
}
.interviewbg{
	background-image: url("../../img/interview/bg.jpg");
	background-position: center top;
	background-attachment: fixed;
}
.interview_list {
	display: flex;
	flex-wrap: wrap;
}

.interview_list .box{
	background-color: #16447c;
	color: #fff;
	border-radius: 30px;
	position: relative;
	margin-bottom: 60px;
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.20);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.20);
	width: 47%;
	margin-right: 6%;
}
.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: 40px;
	height: 40px;
	background-size: cover;
	right: 25px;
	bottom: 25px;
	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;
	width: 100%;
	height: auto;
}
.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: 20px;
	line-height: 1.6em;
}

.interview_list .name {
	font-size: 16px;
	line-height: 1.6em;
}
#interviewname {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 0;
	position: relative;
	margin-bottom: 80px;
}
#interviewname .photo{
	padding-bottom: 0;
	position: relative;
}
#interviewname .photo img{
	width: 100%;
	height: auto;
}
#interviewname .box{
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px 40px 0;
	font-size: 18px;
	line-height: 1.6em;
}
#interviewname .box h2{
	font-size: 30px;
	line-height: 1.6em;
	padding-bottom: 20px;
	font-weight: normal;
	color: #16447c;
}
#interview_faq {
}
#interview_faq .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 20px;
}
#interview_faq .box {
	padding-bottom: 80px;
}
#interview_faq .box h4{
	width: calc(80% - 100px);
	color: #fff;
	background-color: #16447c;
	margin: 0 0 30px auto;
	padding: 25px 25px 25px 75px;
	border-radius: 20px 20px 0 20px;
	position: relative;
}
#interview_faq .box h4:before{
	content: "Q";
  font-family: "Jost", sans-serif;
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 38px;
}
#interview_faq .box .come{
	background-color: #e8faf8;
	padding: 45px 70px 35px;
	border-radius: 20px 20px  20px 0;
	line-height: 1.8em;
}
#interview_faq .box h5{
	font-size: 22px;
	line-height: 1.6em;
	padding-bottom: 20px;
	font-weight: 300;
	color: #16447c;
}
#interview_faq .photo{
	width: 100%;
	text-align: center;
	padding-bottom: 80px;
}
#interview_faq .photo img{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
#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: #16447c;
	color: #fff;
	border-radius: 30px;
	position: relative;
	margin-bottom: 10px;
	width: 30%;
	margin-right: 5%;
}
#interview_member .flex .box:nth-of-type(3n){
	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: 40px;
	height: 40px;
	background-size: cover;
	right: 25px;
	bottom: 25px;
	transition: 0.2s;
}
#interview_member .flex .box a:hover:after{	
	right: 22px;
}
#interview_member .flex .box .photo{
	position: relative;
	padding-bottom: 0;
}
#interview_member .flex .box .photo img{	
	border-radius: 30px;
}
#interview_member .flex .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: 20px;
	line-height: 1.6em;
}
#interview_member .flex .box .photo{
	position: relative;
	padding-bottom: 0;
}
#interview_member .flex .box .photo img{	
	border-radius: 30px;
	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(31.3% - 20px);
	margin: 1%;
	vertical-align: top;
}
.data-box h5{
	font-size:24px;
	font-weight: bold;
	
}
.data-box .data{
	font-size:71px;
	font-weight: 400;
	color:#16447c;
	margin-top: 20px;
	margin-bottom: 5px;
	letter-spacing: 0px;
}
.data-box .data span{
	font-size:20px;
	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:24px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 20px 0;
}
.data-box2{
	text-align: left;
	background: #fff;
	border-radius: 10px;
	padding: 30px 30px;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	display: inline-block;
	width: calc(48% - 60px);
	margin: 1%;
	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: 40px auto;
	padding-left: 40px;
	
}
.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;
}
