@charset "utf-8";

h2 span{
	font-family: 'Noto Sans Japanese', メイリオ, Meiryo, 'Hiragino Kaku Gothic ProN';
	font-weight: 400;
}


h2 {
	font-size: 42px;
	text-align: center;
	margin-bottom: 50px;
	color: #496577;
}
section {
	padding: 0;
	margin: 0;
}
/*******
********/
.mainVisual.index{
	height:644px;
	width:100%;
	background-image: url(../images/index/mv_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	position: relative;
}
.mainVisual h1{
	position: absolute;
	top: 35%;
	left: 45%;
	transform: translate(-45%,-35%);
	width: 100%;
	margin-bottom: 0;
	z-index: 99999;
}
.mainVisual h1 img{
	width: auto;
}
.mvWire{
	background-image: url(../images/mv_bg_grid.png);
	background-repeat: repeat;
	background-position: 0 0;
	height: inherit;
	width:100%;
}
.mvWire img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

main{
	padding-top: 0;
}
section.index01{
	padding: 0;
	position: relative;
	margin: 0;
}
.index01 h2,
.index02 h2,
.index03 h2{
	height: 135px;
	margin-bottom: 0;
	position: relative;
	z-index: 9999;
	background-color: #FFFFFF;
}
.index01 h2,
.index02 h2{
	background-color: #FFFFFF;
}
.index01 h2 span,
.index02 h2 span,
.index03 h2 span{
	display: block;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.indexAboutSGWire{
	width: auto;
	overflow: hidden;
	position: relative;
	background-color: #FBE667;
	background-image: url(../images/index/asgw_bg.png);
	background-repeat: repeat;
	height: 358px;
	display: block;
}
.indexAboutSGWire:hover{
	cursor: pointer;
	background-image: none;
}
.slidebox1,
.slidebox2{
	display: block;
	width: auto;
	overflow: hidden;
	height: 170px;
	width: 2844px;
}
.slidebox1{
	margin-bottom: 20px;
}

.slide1,
.slide2 {
	display: block;
	height: 240px;
	float: left;
	width:1422px;
}
.slide1{
	animation: slide1ani 10s infinite linear 1s both;
	margin-top: -100px;
	float: left;
}
.slide2 {
	animation: slide2ani 10s infinite linear 1s both;
	margin-bottom: -100px;
	float: left;
}
.indexAboutSGWire li{
	width: 280px;
	height: 280px;
	display: inline-block;
	padding: 10px;
}
.indexAboutSGWire li img{
	width: auto;
	height: 100%;
}
.indexAboutSGWire:hover .slide1,
.indexAboutSGWire:hover .slide2{
	opacity: 0.6;
}
@keyframes slide1ani {
from {
transform: translateX(0vw);
}
to {
transform: translateX(-100%);
}
}
@keyframes slide2ani {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0vW);
}
}
.index01 .btnMore,
.index02 .btnMore{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #828282;
	border-radius: 30px;
	padding: 12px 26px;
	font-size: 22px;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.index01 .btnMore a,
.index02 .btnMore a{
	color: inherit;
}
.index01 .btnMore a:hover,
.index02 .btnMore a:hover{
	color: inherit;
	text-decoration: none;
}
.index01 .btnMore:hover,
.indexAboutSGWire:hover .btnMore ,
.index02 .btnMore:hover,
.mvaj:hover .btnMore{
	background-color: #1ea7e2;
}



.mvaj{
	position: relative;
	font-size: 0;
	overflow: hidden;
}
.mvaj:hover {
	cursor: pointer;
}
.mvaj .mvajImg{
	width: 50%;
	height: auto;
	display: inline-block;
}
.mvaj img{
	width: 100%;
	height: auto;
}
.mvaj:hover img{
	opacity: 0.6;
}
.index03{
	background-repeat: repeat;
	padding-bottom: 60px;
}
.index03 h2{
	background-color: transparent;
}

.boxInterview {
	text-align: center;
}
.boxInterview ul{
	width: 800px;
	height: 648px;
	margin: 0 auto;
	position: relative;
}
.boxInterview ul li{
	overflow: hidden;
	position: absolute;
	background-color: #FFFFFF;
	transition: all 0.1s ease;
	float: left;
	width: 260px;
}
.boxInterview li:nth-child(1),
.boxInterview li:nth-child(3),
.boxInterview li:nth-child(5){
	height: 356px;
}
.boxInterview li:nth-child(2),
.boxInterview li:nth-child(4),
.boxInterview li:nth-child(6){
	height: 282px;
}
.boxInterview li:nth-child(1){
	top: 0;
	left: 0;
}
.boxInterview li:nth-child(2){
	top: 0;
	left: 270px;
}
.boxInterview li:nth-child(3){
	top: 0;
	left: 540px;
}
.boxInterview li:nth-child(4){
	top: 366px;
	left: 0;
}
.boxInterview li:nth-child(5){
	top: 292px;
	left: 270px;
}
.boxInterview li:nth-child(6){
	top: 366px;
	left: 540px;
}




.boxInterview ul li:hover{
	cursor: pointer;
}
.boxInterview ul li .imgPerson{
	position: relative;
	height: 100%;
	width: 100%;
}
.boxInterview ul li .imgPerson img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
}
.boxInterview ul li:hover {
	border: 4px solid #1ea7e2;
}
.boxInterview ul li:hover .imgPerson img{
	opacity: 0.6;
}
.boxInterview ul li .name{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
}
.boxInterview ul li .name::before{
	display: block;
	width: 100%;
	content: "";
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0.5));
	height: 30px;
	position: absolute;
	top: -30px;
}
.boxInterview ul li .name img{
	width: auto;
}
.index04{
	background-image: url(../images/index/index_entry_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 0;
}
.entryTitle{
	color: #FFF;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
.entryBtnSet{
	text-align: center;
	margin-bottom: 35px;
}
.entryBtnSet ul{
	margin: 0 auto;
	background-color: rgba(0,42,78,0.5);
	transition: all 0.3s ease;
	font-size: 0;
	padding: 20px;
	display: inline-block;
}
.entryBtnSet ul:hover{
	background-color: rgba(0,42,78,0.75);
}

.entryBtnSet li{
	display: inline-block;
	font-size: 14px;
	background-color: #FFFFFF;
}
.entryBtnSet li:first-child{
	margin-right: 20px;
}
.entryBtnSet li a{
	display: inline-block;
	border: 8px solid #FFFFFF;
	vertical-align: bottom;

}
.entryBtnSet ul li.entryBtn{
	margin-right: 0;
}
.entryBtnSet ul li a{
	background-color: rgba(255,255,255,1);
}
.entryBtnSet ul li.entryBtn a:hover {
	background-color: yellow;
}
.entryNote{
	margin-top: 15px;
	color: #FFF;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}


.boxEntryTools{
	border: 4px solid #FFFFFF;
	background-color: rgba(255,255,255,0.25);
	padding: 20px;
	transition: all 0.3s ease;
	width: 80%;
	margin: 0 auto 3em;
}
.boxEntryTools:hover{
	background-color: rgba(0,0,0,0.5);
}
.entryDownload:first-child{
	margin-bottom: 1em;
}
.entryDownload h3{
	line-height: 1.4em;
	color: #FFFFFF;
	border-left: 2px solid #FFFFFF;
	padding-left: 0.5em;
}
.entryDownload .linkList ul li a{
	color: #FFFFFF;
}
.entryDownload .linkList ul li a:hover,
.entryDownload .linkList ul li.pdf a:hover::after,
.entryDownload .linkList ul li.excel a:hover::after{
	color: yellow;
}
.entryDownload .linkList ul li.pdf a::after,
.entryDownload .linkList ul li.excel a::after{
	color: #FFFFFF;
}
.index04 .btnMore{
	text-align: center;
}
.index04 .btnMore a{
	background-color: #FFFFFF;
	display: inline-block;
	border: 8px solid #FFFFFF;
	transition: all 0.3s ease;
}
.index04 .btnMore img{
	display: initial;
	height: 100%;
	width: auto;
}

.entryBtnSet a:hover{
	border-color: yellow;
}
.index04 .btnMore a:hover{
	background-color: yellow;
	border-color: yellow;
}


@media screen and (min-width: 1600px){
.mainVisual h1{
	top: 30%;
}
}

@media screen and (min-width: 1100px){
.mainVisual h1{
	top: 32%;
}
}
@media screen and (max-width: 890px){
main {
  padding: 0px;
}
section {
	padding: 0 0;
	margin: 0;
}
.mainVisual.index {
	height: 40vh;
	width: 100%;
	margin-bottom: 0;
}
.mainVisual.index h1{
	width: 100%;
	height: auto;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 999999;
	text-align: left;
}
.mainVisual.index h1 img{
	width: 60%;
}
.mvWire{
	height: inherit;
}
.mvWire img{
	height: 60%;
}
}
@media screen and (max-width: 799px){
.boxInterview ul{
	width: 530px;display: block;
	height: 940px;
}
.boxInterview li:nth-child(1){
	top: 0;
	left: 0;
}
.boxInterview li:nth-child(2){
	top: 0;
	left: 270px;
}
.boxInterview li:nth-child(3){
	top: 292px;
	left: 270px;
	height: 282px;
}
.boxInterview li:nth-child(3) .imgPerson {
	height: 100%;
}
.boxInterview ul li:nth-child(3) .imgPerson img{
	width: 100%;
	height: auto;
}

.boxInterview li:nth-child(4){
	top: 366px;
	left: 0;
}
.boxInterview li:nth-child(5){
	top: 584px;
	left: 270px;
}
.boxInterview li:nth-child(6){
	top: 658px;
	left: 0;
}




}


@media screen and (max-width: 765px){

.index01 h2, .index02 h2, .index03 h2 {
	height: 100px;
}
.index03{
	padding-bottom: 30px;
}
.index04{
	padding-top: 0;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 16px;
}
.entryBtnSet li{
	display: block;
}
.entryBtnSet li:first-child{
	margin-right: 0;
	margin-bottom: 20px;
}
.mvaj .mvajImg{
	width: 100%;
	height: 250px;
	display: block;
	overflow: hidden;
}
.mvaj:hover img{
	opacity: 0.6;
}
.entryTitle{
	padding-top: 15px;
}

}



@media screen and (max-width: 600px){
.mainVisual.index {
	height: 30vh;
}
.mvWire img{
	height: 50%;
}
.indexAboutSGWire{
	height: 200px;
}
.mvaj .mvajImg{
	height: 200px;
}

}

@media screen and (max-width: 420px){
.index04 .btnMore img{
	width: 100%;
	height: auto;
}


}
@media screen and (max-width: 400px){
.mvaj .mvajImg{
	position: relative;
}

.mvaj .mvajImg img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}
}