@charset "utf-8";

#mainv{
	background: url(../img/home/mainv.jpg) no-repeat center center/cover;
	color: #fff;
	height: 750px;
	position: relative;
	/*z-index: 1;*/
}
#mainv h2{
	position: absolute;
	/*z-index:2;*/
	top: 0;
	left: 0;
	width: 560px;
	height: 404px;
	background: url(../img/home/mainv_h2_bg.png) no-repeat 0 0;
	padding: 50px 0 0 25px;
}
#mainv h2 span{
	display: block;
	line-height: 1.5;
	font-weight: 400;
}
#mainv h2 .eigo{
	font-weight: 200;
}
.mainv_h2_01{
	font-size: 26px;
	letter-spacing: 2px;
}
.mainv_h2_02{
	font-size: 13px;
	margin-bottom: 10px;
}
.mainv_h2_03{
	font-size: 33px;
	letter-spacing: 1px;
}
.mainv_h2_04{
	font-size: 12px;
}
#mainv h3{
	font-size: 106px;
	font-weight: 500;
	padding-top: 200px;
	letter-spacing: 6px;
	opacity: 0;
	transition: all 2000ms ease;
	-webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
}
#mainv.mainv_on h3{
	opacity: 1;
}
#mainv p{
	font-size: 34px;
	letter-spacing: 2px;
	opacity: 0;
	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
}
#mainv p small{
	font-size: 24px;
}
#mainv.mainv_on p{
	opacity: 1;
}
/*----------------------------------------------*/
#news{
	background: #f1f1f1;
	padding: 100px 0 80px;
}
#news .flex > div{
	width: 37%;
}
#news .flex > ul{
	width: 63%;
}
#news h2{
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 40px;
}
#news .btn01 a{
	width: 180px;
	margin: 0;
}
#news .btn01 a span{
	margin-left: 20px;
}
#news li{
	display: table;
	margin-bottom: 30px;
}
#news li span{
	display: table-cell;
	vertical-align: middle;
}
.news_date{
	width: 150px;
}
.news_cate{
	width: 100px;
	text-align: center;
}
.news_title{
	padding-left: 35px;
}
.news_title a{
	line-height: 1.8;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}
.press{
	font-size: 80%;
	background: url(../img/home/cate01_bg.png) no-repeat center center;
	color: #fff;
}
.info{
	background: url(../img/home/cate02_bg.png) no-repeat center center;
}
.award{
	color: #fff;
	background: url(../img/home/cate03_bg.png) no-repeat center center;
}
.event{
	color: #fff;
	background: url(../img/home/cate04_bg.png) no-repeat center center;
}
.cate02{
	background: url(../img/home/cate02_bg.png) no-repeat center center;
}
.cate05{
	color: #fff;
	background: url(../img/home/cate05_bg.png) no-repeat center center;
}
/*-------------------------------------------*/
#sec1{
}
.sec1_box01{
	/*width: 50%;*/
	width: 100%;
}
.sec1_box01 > span{
	display: block;
	width: 670px;
/*	margin: 12.5% auto;*/
	margin: 6.5% auto;
}
.sec1_box02{
	width: 50%;
	background: url(../img/home/sec1_bg.jpg) no-repeat right center/cover;
}
#sec1 h2{
	font-size: 46px;
	margin: 0 0 50px;
	letter-spacing: -2px;
	line-height: 1.5;
}
#sec1 p{
	font-size: 18px;
	letter-spacing: -1px;
}
#sec1 .btn01 a{
	width: 180px;
	margin: 30px auto 0;
}
#sec1 .btn01 a span{
	margin-left: 20px;
}
/*----------------------------------------------*/
#sec2{
	background: #eee;
	padding: 50px 0 120px;
	text-align: center;
}
#sec2 h2{
	font-size: 53px;
	font-weight: 500;
	line-height: 1.6;
}
#sec2 .flex{
	padding-top: 40px;
}
.div1 {
	width:360px;
	height: 360px;
	position: relative;
	cursor:pointer;	/* マウスカーソルを指先表示にする */
}
.sec2_01{
	background: url(../img/home/sec2_img01.jpg) no-repeat;
}
.sec2_02{
	background: url(../img/home/sec2_img02.jpg) no-repeat;
}
.sec2_03{
	background: url(../img/home/sec2_img03.jpg) no-repeat;
}

.div1 a{
	color: #fff;
	font-size: 25px;
	line-height: 1.3;
	background: url(../img/home/sec2_btn.png) no-repeat;
	display: block;
	width: 277px;
	height: 90px;
	position: absolute;
	z-index: 1;
	bottom: -45px;
	left: 35px;
	padding-top: 12px;
	letter-spacing: -1px;
}
.div1 a:hover{
	opacity: 1;
}
.div1:hover .div2 {
	opacity: 1;
	/*display:block; */	/* div1 の div にマウスがくると div2 を表示 */
	cursor:default;	/* 親の div のマウスカーソルが指先表示になっているのでデフォルトに戻す */
}
.div2 {
	opacity: 0;
	/*display:none;*/
	/* 最初は非表示にする。 */
	width:360px;
	height: 360px;
	background: url(../img/home/sec2_hover.png) no-repeat;
	padding-top: 60px;
	color: #fff;

	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
}
.fs150{
	font-size: 150px;
	line-height: 1.0;
}
.fs37{
	font-size: 37px;
}
/*-------------------------------------------------*/
#sec3{
	padding: 60px 0;
	background: url(../img/home/sec3_bg.jpg) no-repeat center center/cover;
}
#sec3 h2{
	text-align: center;
	font-size: 53px;
	padding-bottom: 20px;
}
.sec3_text01{
	letter-spacing: -0.03em;
	text-align: center;
	margin-bottom: 40px;
}
#sec3 ul{
	margin-bottom: 20px;
}
#sec3 li{
	width: 128px;
	font-size: 13px;
	margin: 0 14px 20px;
	font-weight: 400;
}
#sec3 li .name{
	display: block;
	background: #353525;
	text-align: center;
	line-height: 2.2;
	margin-bottom: 15px;
	font-size: 15px;
	color: #fff;
}
#sec3 ul.flex_l_jasit li{
	width: 150px;
	margin: 0 3px 20px;
}
/*---------------------------------------*/
#sec4{
	background: url(../img/home/sec4_bg.jpg) no-repeat center center/cover;
	height: 193px;
	padding: 55px 0;
}
#sec4 a{
	display: block;
	color: #fff;
	font-size: 19px;
	width: 700px;
	/* height: 70px; */
	border: 3px solid #fff;
	text-align: center;
	/* line-height: 70px; */
	margin: 0 auto;
	padding: 13px 0;
	line-height: 1.5;
}
/*-----------------------------------------------------------*/
#sec5 p{
	width: 50%;
}
#sec5 a{
	display: block;
	background: #FEDD00;
	text-align: center;
	font-size: 22px;
	height: 120px;
	line-height: 120px;
	font-weight: 500;
}
#sec5 a:hover{
	opacity: 1;
	background: #111;
	color: #fff;
}
#sec5 a span{
	position:relative;
	z-index: 1;
}
#sec5 p:first-child a{
	border-right: 1px solid #fff;
}
#sec5 p:first-child a span:before{
	content: "";
	display: block;
	position: absolute;
	width: 33px;
	height: 33px;
	background: url(../img/home/icon_pen.png) no-repeat 0 0;
	top:0;
	left: -45px;
　 z-index:2;

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
#sec5 p:first-child a:hover span:before{
	background-image: url(../img/home/icon_pen_on.png);
}
#sec5 p:nth-child(2) a span:before{
	content: "";
	display: block;
	position: absolute;
	width: 46px;
	height: 27px;
	background: url(../img/home/icon_man.png) no-repeat 0 0;
	top:3px;
	left: -60px;
　 z-index:2;

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
#sec5 p:nth-child(2) a:hover span:before{
	background-image: url(../img/home/icon_man_on.png);	
}


#sec5 p:nth-child(2) a:hover span:before,
#sec5 p:first-child a:hover span:before{

  -webkit-animation-name: bouncea;
  animation-name: bouncea;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;  
}



@media screen and (max-width: 1400px) {
.sec1_box01 > span{
	width: 80%;
/*	margin: 10% auto;*/
	margin: 5% auto;
}
#sec1 h2{
	font-size: 40px;
	margin: 0 0 30px;
	letter-spacing: -2px;
	line-height: 1.5;
}
	#sec1 h2 br{
		display: none;
	}
}
@media screen and (max-width: 1300px) {
#mainv h3{
	font-size: 80px;
	padding-top: 250px;
	letter-spacing: 5px;
}
}

@media screen and (max-width:1100px) {
/*------------------------------------------*/
.div1 {
	width:32%;
	height: 360px;
}
.div1 a{
	left: 5%;
}
.div2 {
	width:100%;
}
/*----------------------------------------------*/
.sec3_01{
	top: 40px;
	left: 220px;
}
.sec3_02{
	top: 140px;
	right: 145px;
}
.sec3_03{
	bottom: 35px;
	left: 300px;
}

}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
#mainv{
	height: 400px;
}
#mainv h2{
	width: 100%;
	height: auto;
	background:#000;
	padding: 15px 4%;
}
.mainv_h2_01{
	font-size: 18px;
	letter-spacing: 2px;
}
.mainv_h2_02{
	font-size: 11px;
	margin-bottom: 5px;
}
.mainv_h2_03{
	font-size: 16px;
	letter-spacing: 1px;
}
.mainv_h2_04{
	font-size: 11px;
}
#mainv h3{
	font-size: 25px;
	padding-top: 180px;
	letter-spacing: 3px;
}
#mainv p{
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 1px;
}
/*----------------------------------------------*/
#news{
	padding: 50px 0 40px;
}
#news .flex > div{
	width: 100%;
}
#news .flex > ul{
	width: 100%;
}
#news h2{
	font-size: 25px;
	margin-bottom: 30px;
	text-align: center;
}
#news .btn01 a{
	width: 180px;
	margin: 0 auto 30px;
}
#news li{
	display: block;
	margin-bottom: 25px;
	padding: 0 15px;
}
#news li span{
	display: inline-block;
}
.news_date{
	width: auto;
}
.news_cate{
	font-size: 13px;
	width: 80px;
	height: 25px;
	line-height: 25px;
	margin-left: 20px;
}
.news_title{
	padding-left: 0;
}
/*-------------------------------------------*/
.sec1_box01{
	width: 100%;
}
.sec1_box01 > span{
	width: 100%;
	padding: 0 4%;
}
.sec1_box02{
	width: 100%;
	height: 250px;
}
#sec1 h2{
	font-size: 25px;
	margin: 0 0 30px;
	width: 100%;
}
#sec1 p{
	font-size: 15px;
	letter-spacing: 0;
}
/*----------------------------------------------*/
#sec2{
	padding: 30px 0 40px;
}
#sec2 h2{
	font-size: 25px;
	margin-bottom: 10px;
}
#sec2 .flex{
	padding-top: 25px;
}
.div1 {
	width:100%;
	height: auto;
}
.sec2_01,.sec2_02,.sec2_03{
	background:none;
}
.div1 a{
	font-size: 20px;
	display: block;
	position: static;
	padding-top: 16px;
	letter-spacing: 0;
	margin: 0 auto 15px;
}
.div1:hover .div2 {
	display:none; 
}
.div2 {
	display:none; 
}
/*-------------------------------------------------*/
#sec3{
	padding: 30px 0;
}
#sec3 h2{
	font-size: 25px;
	padding-bottom: 10px;
}
.sec3_text01{
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 20px;
	font-size: 15px;
}
#sec3 ul.flex_l{
	justify-content: center;
}
#sec3 li{
	width: 128px;
	margin: 0 15px 0 0;
}

/*
	#sec3 li:nth-child(2n){
		margin-right: 0;
	}
*/
#sec3 li .name{
	font-size: 14px;
}
/*---------------------------------------*/
#sec4{
	height: auto;
	padding: 30px 0;
}
#sec4 a{
	font-size: 15px;
	width: 90%;
	border: 2px solid #fff;
	line-height: 1.6;
}
/*-----------------------------------------------------------*/
#sec5 p{
	width: 50%;
}
#sec5 a{
	font-size: 15px;
	height: auto;
	line-height: 1;
	padding: 55px 0 15px
}
#sec5 p:first-child a span:before{
	width: 23px;
	height: 23px;
	background-size:23px 23px;
	top:-30px;
	left: 0;
	right: 0;
	margin: auto;
}
#sec5 p:nth-child(2) a span:before{
	width: 36px;
	height: 21px;
	background-size:36px 21px;
	top:-29px;
	left: 0;
	right: 0;
	margin: auto;
}

}

/*-----------------------------------------------------------*/
#sec_interview{
	margin-top: 5%;
}

#sec_interview h2{
	text-align: center;
    font-size: 53px;
    padding-bottom: 20px;
}

#sec_interview .flex{
    width: 98%;
    margin: auto;
}

#sec_interview .flex li{
    width: 24.25%;
	margin-bottom: 30px;
}

#sec_interview .flex li a{
	display: flex;
	background: none;
    padding-right: 0;
	border: solid 2px #eee;
}
#sec_interview .flex li .img{
	width: 40%;
	margin: auto;
}

#sec_interview .flex li .text{
	width: 60%;
	padding: 0 10px;
}

#sec_interview .flex li .heading{
	color: #26568D;
    font-weight: 600;
    font-size: 16px;
	line-height: 1.2em;
	margin: 10px 0 8px 0;
}

#sec_interview .flex li .name{
    font-size: 14px;
}

#sec_interview .flex li .name span{
	display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    background-color: #00275F;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
	line-height: 1.8em;
}

#sec_interview .flex li .affiliation{
	font-size: 13px;
    line-height: 1.5em;
}

@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {

	#sec_interview h2{
		font-size: 25px;
		padding-bottom: 10px;
	}

	#sec_interview .flex{
		display: block;
	}

	#sec_interview .flex li{
		width: 100%;
	}
}