@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Oswald');

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



.page-head{
	width:100%;
	min-width: 100%;
	height: 350px;
	background: transparent;
	position: relative;
}
.page-head2{
	width:100%;
	min-width: 100%;
	height: 226px;
	background: transparent;
	position: relative;
}
.h2-bg{
	background: url(../i/h2_csr.jpg);
	background-size: cover;
	background-position: center center;
	width:100%;
	height: 200px;
	position: absolute;
	top:0px;
	right: 0px;
	z-index: 2;
}

.page-head-grayline{
	position: absolute;
	width:100%;
	height: 300px;
	background: url(../../i/gray_line_bg.png);
	top:25px;
}
.page-head-grayline2{
	position: absolute;
	width:100%;
	height: 200px;
	background: url(../../i/gray_line_bg.png);
	top:25px;
}



.content-head{
	width: 100%;
	text-align: center;
	margin: 60px auto 45px auto;
}

.content-head-h{
	font-size:18px;
	font-weight: 500;
}

.content-head-h span{
	display: block;
	font-size:12px;
	font-weight: normal;
	color: #f8b600;
	margin-top: 9px;
}





.head-lead{
	width: 100%;
	font-size:18px;
	font-weight: 500;
	margin: 0 auto 21px auto;
	text-align: center;
}

.head-lead2{
	font-size:18px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 24px 0;
	text-align: center;
}

.head-p{
	width: 90%;
	text-align: left;
	margin: 0 auto 46px auto;
}
.head-p02{
	width: 90%;
	text-align: left;
	margin: 0 auto 0px auto;
}

.head-lead span{
	display: block;
}







.purpose-wrapper{
	width: 100%;
	background: #005bab;
	position: relative;
	margin-bottom: 90px;
}

.purpose-topright{
	position: absolute;
	top:-9px;
	right: 9px;
	width: 100px;
}

.purpose-bottomleft{
	position: absolute;
	bottom:-18px;
	left: 18px;
	width: 120px;
}

.purpose{
	width: 100%;
	display: block;
	justify-content: center;
	align-items: center;
	padding: 21px 21px 45px 21px;
	gap:0px;
}

.purpose-left{
	width: 100%;
	text-align: center;
}


.purpose-right{
	width: 100%;
	border-top:1px solid #f8b600;
	padding: 20px 0px 20px 0px;
}

.purpose-h3{
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}
.purpose-h3 span{

}

.purpose-p{;
	color: #fff;
	margin-bottom: 0;
}



section.team{
	padding: 45px 0 45px 0;
}


.team-h3{
	display: block;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
	margin-bottom: 24px;
	border:1px solid #999;
	gap:6px;
	text-align: center;
}

.teamname-jp{
	display: block;
	font-size: 18px;
	font-weight: 500;
}

.teamname-en{
	display: block;
	font-size: 12px;
	font-weight: 400;
}

.team-lead{
	font-size: 15px;
	line-height: 1.8;
	font-weight: 500;
}


.team-info{
	display: block;
	justify-content: space-between;
	align-items: center;
}

.team-info-left{
	width: 100%;
	text-align: center;
}

.team-logo{
	width: 210px;
	height: auto;
	margin: 0 auto;
}

.team-info-right{
	width: 100%;
}

dl.team-dl{
	width: 100%;
}

dl.team-dl dt{
	width: 100%;
	font-size:13px;
	font-weight: 600;
	color: #fff;
	padding: 9px 12px 9px 12px;
}

dl.team-dl dd{
	width: 100%;
	font-size:13px;
	padding: 9px 12px 9px 12px;
	margin: 0 0 9px 0;
}

dl.team-dl#team-dl-veltex dt{
	background: #1f2c5c;
}

dl.team-dl#team-dl-ssizu dt{
	background: #009f61;
}


a.link-to-vltex{
	display: block;
	padding: 15px;
	color:#fff;
	text-align: center;
	font-size: 13px;
	font-weight: 600;

	background:repeating-linear-gradient(
	-45deg,
	#eb6100,
	#eb6100 21px,
	#d5571e 0,
	#d5571e 48px
	);

}

a.link-to-vltex:hover{
	opacity: 0.7;
}

a.link-to-izuss{
	display: block;
	padding: 15px;
	color:#fff;
	text-align: center;
	font-size: 13px;
	font-weight: 600;

	background:repeating-linear-gradient(
	-45deg,
	#182987,
	#182987 21px,
	#101770 0,
	#101770 48px
	);

}

a.link-to-izuss:hover{
	opacity: 0.7;
}

section.team{
	margin-bottom: 90px;
}

.team-photo-grid{
	width: 100%;
	margin: 30px 0 0 0;
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    gap:9px;
}

.team-photo-grid img{
	width: 100%;
}


.team-photo01{
    grid-column:1 / 7;
}

.team-photo02{
    grid-column:1 / 3;
}

.team-photo03{
    grid-column:3 / 5;
}

.team-photo04{
    grid-column:5 / 7;
}

.team-photo05{
    grid-column:1 / 4;
}

.team-photo06{
    grid-column:4 / 7;
}



.message{
	font-size:16px;
	line-height: 2;
	background: url(../../i/gray_line_bg.png);
	padding: 18px;
	text-align: left;
	margin-top: 18px;
}






}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {


.page-head{
	width:100%;
	min-width: 1000px;
	height: 311px;
	background: transparent;
	position: relative;
}
.page-head2{
	width:100%;
	min-width: 1000px;
	height: 226px;
	background: transparent;
	position: relative;
}
.h2-bg{
	background: url(../i/h2_csr.jpg);
	background-size: cover;
	background-position: center center;
	width : calc(100% - 150px) ;
	height: 200px;
	position: absolute;
	top:0px;
	right: 0px;
	z-index: 2;
}

.page-head-grayline{
	position: absolute;
	width:100%;
	height: 250px;
	background: url(../../i/gray_line_bg.png);
	top:25px;
}
.page-head-grayline2{
	position: absolute;
	width:100%;
	height: 200px;
	background: url(../../i/gray_line_bg.png);
	top:25px;
}




.content-head{
	width: 100%;
	text-align: center;
	margin: -90px auto 45px auto;
	padding: 120px 0 0 0;
}

.content-head-h{
	font-size:30px;
	font-weight: 500;
}

.content-head-h span{
	display: block;
	font-size:12px;
	font-weight: normal;
	color: #f8b600;
	margin-top: 9px;
}




.head-lead{
	width: 100%;
	font-size:20px;
	font-weight: 500;
	margin: 0 auto 21px auto;
	text-align: center;
}

.head-lead2{
	font-size:29px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0 0 24px 0;
	text-align: center;
}

.head-p{
	width: 100%;
	line-height: 2;
	text-align: center;
	margin: 0 auto 46px auto;
}
.head-p02{
	width: 100%;
	text-align: center;
	margin: 0 auto 0px auto;
}





.purpose-wrapper{
	width: 100%;
	background: #005bab;
	position: relative;
	margin-bottom: 120px;
}

.purpose-topright{
	position: absolute;
	top:-18px;
	right: 9px;
}

.purpose-bottomleft{
	position: absolute;
	bottom:-18px;
	left: 18px;
}

.purpose{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 75px 0 75px 0;
	gap:60px;
}

.purpose-left{
	width: 300px;
	text-align: center;
}


.purpose-right{
	width: 450px;
	border-left:1px solid #f8b600;
	padding-left: 60px;
}

.purpose-h3{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
}
.purpose-h3 span{
	display: block;
}

.purpose-p{;
	color: #fff;
	margin-bottom: 0;
}



section.team{
	padding: 90px 0 0px 0;
	margin: -70px 0 0px 0;
}


.team-h3{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	margin-bottom: 30px;
	border:1px solid #999;
	gap:6px;
}

.teamname-jp{
	font-size: 30px;
	font-weight: 500;
}

.teamname-en{
	font-size: 13x;
	font-weight: 400;
}

.team-lead{
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
	margin-bottom: 24px;
}


.team-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.team-info-left{
	width: 300px;
}

.team-logo{
	width: 300px;
	height: auto;
}

.team-info-right{
	width: 540px;
}

dl.team-dl{
	width: 100%;
}

dl.team-dl dt{
	width: 100%;
	font-size:13px;
	font-weight: 600;
	color: #fff;
	padding: 9px 12px 9px 12px;
}

dl.team-dl dd{
	width: 100%;
	font-size:13px;
	padding: 9px 12px 9px 12px;
	margin: 0 0 9px 0;
}

dl.team-dl#team-dl-veltex dt{
	background: #1f2c5c;
}

dl.team-dl#team-dl-ssizu dt{
	background: #009f61;
}


a.link-to-vltex{
	display: block;
	padding: 15px;
	color:#fff;
	text-align: center;
	font-size: 13px;
	font-weight: 600;

	background:repeating-linear-gradient(
	-45deg,
	#eb6100,
	#eb6100 21px,
	#d5571e 0,
	#d5571e 48px
	);

}

a.link-to-vltex:hover{
	opacity: 0.7;
}

a.link-to-izuss{
	display: block;
	padding: 15px;
	color:#fff;
	text-align: center;
	font-size: 13px;
	font-weight: 600;

	background:repeating-linear-gradient(
	-45deg,
	#182987,
	#182987 21px,
	#101770 0,
	#101770 48px
	);

}

a.link-to-izuss:hover{
	opacity: 0.7;
}

section.team{
	margin-bottom: 90px;
}

.team-photo-grid{
	width: 100%;
	margin: 45px 0 0 0;
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    gap:20px;
}

.team-photo-grid img{
	width: 100%;
}


.team-photo01{
    grid-column:1 / 7;
}

.team-photo02{
    grid-column:1 / 3;
}

.team-photo03{
    grid-column:3 / 5;
}

.team-photo04{
    grid-column:5 / 7;
}

.team-photo05{
    grid-column:1 / 4;
}

.team-photo06{
    grid-column:4 / 7;
}



.message{
	font-size:20px;
	line-height: 2;
	background: url(../../i/gray_line_bg.png);
	padding: 45px;
	text-align: left;
	margin-top: 30px;
}


}/*//end  min-width: 481px ///////////////////////*/











