@charset "UTF-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-color: #093168;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
background-size: 1600px auto;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
body{
	
}
.wrapper{
	overflow: hidden;
}
::selection {
    background-color: #2C69C6;
    color: #FFF;/* Safari */
}

::-moz-selection {
	background-color:#2C69C6;
	color: #FFF;/* Firefox */
}
.clearfix {
	clear: both;
}
.onPc{
	display:block !important;
}
.onSmt{
	display:none !important;
}
.headclearfix {
	clear: both;
	width:100%;
	height:1px;
	display:block;
	float:left;
	margin-bottom:-1px;
}

a img.linkimg{
background:none!important;
-webkit-transition: 0.3s ease-in-out;  
-moz-transition: 0.3s ease-in-out; 
-o-transition: 0.3s ease-in-out;  
transition: 0.3s ease-in-out;  
}
a:hover img.linkimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}
.imground{
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.imgshadow{
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.6);
}
.imgCenter{
	width:100%;
	height:auto;
	float:left;
	display:table;
	text-align:center;
}
.imgLeft{
	width:100%;
	height:auto;
	float:left;
	display:table;
}
/* Space */
.mt0{ margin-top:0;}
.mt05{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt110{ margin-top:110px;}
.mt120{ margin-top:120px;}
.mt130{ margin-top:130px;}
.mt140{ margin-top:140px;}
.mt150{ margin-top:150px;}
.mt160{ margin-top:160px;}

.mr0{ margin-right:0;}
.mr05{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr60{ margin-right:60px;}

.mb0{ margin-bottom:0;}
.mb05{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mb110{ margin-bottom:110px;}
.mb120{ margin-bottom:120px;}
.mb130{ margin-bottom:130px;}
.mb140{ margin-bottom:140px;}
.mb150{ margin-bottom:150px;}
.mb160{ margin-bottom:160px;}
.mb170{ margin-bottom:170px;}
.mb180{ margin-bottom:180px;}
.mb190{ margin-bottom:190px;}
.mb200{ margin-bottom:200px;}

.ml0{ margin-left:0;}
.ml05{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml150{ margin-left:150px;}

.mW05{ margin:0 5px;}
.mW10{ margin:0 10px;}
.mW15{ margin:0 15px;}
.mW20{ margin:0 20px;}
.mW30{ margin:0 30px;}

.pt0{ padding-top:0;}
.pt02{ padding-top:2px;}
.pt03{ padding-top:3px;}
.pt04{ padding-top:4px;}
.pt05{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt70{ padding-top:70px;}
.pt80{ padding-top:80px;}
.pt90{ padding-top:90px;}
.pt100{ padding-top:100px;}

.pr0{ padding-right:0;}
.pr05{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}
.pr30{ padding-right:30px;}
.pr40{ padding-right:40px;}
.pr50{ padding-right:50px;}
.pr60{ padding-right:60px;}
.pr70{ padding-right:70px;}
.pr80{ padding-right:80px;}
.pr90{ padding-right:90px;}
.pr100{ padding-right:100px;}
.pr110{ padding-right:110px;}
.pr120{ padding-right:120px;}


.pb0{ padding-bottom:0;}
.pb03{ padding-bottom:3px;}
.pb04{ padding-bottom:4px;}
.pb05{ padding-bottom:5px;}
.pb07{ padding-bottom:7px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}
.pb60{ padding-bottom:60px;}
.pb70{ padding-bottom:70px;}
.pb80{ padding-bottom:80px;}
.pb90{ padding-bottom:90px;}
.pb100{ padding-bottom:100px;}

.pl0{ padding-left:0;}
.pl05{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pl30{ padding-left:30px;}
.pl40{ padding-left:40px;}
.pl50{ padding-left:50px;}
.pl60{ padding-left:60px;}
.pl70{ padding-left:70px;}
.pl80{ padding-left:80px;}
.pl90{ padding-left:90px;}
.pl100{ padding-left:100px;}
.pl110{ padding-left:110px;}
.pl120{ padding-left:120px;}

.pW05{ padding:0 5px;}
.pW10{ padding:0 10px;}
.pW15{ padding:0 15px;}
.pW20{ padding:0 20px;}
.pW30{ padding:0 30px;}

.pd05{ padding: 5px;}
.pd10{ padding: 10px;}
.pd15{ padding: 15px;}
.pd20{ padding: 20px;}
/* Space */
.header {
	width: 100%;
	height: 80px;
	display: block;
	position: fixed;
	align-items: center;
	justify-content: center;
	display: flex;
	top: 0px;
	z-index: 1000;
	background-color: rgba(255,255,255,0.00);
	transition-property: all;
	transition: 0.2s ease;
	box-sizing: border-box;
}
.header.on {
    background-color: #09203f;
}
.header.fixColor {
    background-color: #09203f;
}
.box1080{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width: 1120px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
    position: relative;
   
}

.box960{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
    position: relative;
    
}

.box800{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width: 840px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
    position: relative;
    z-index: inherit;
}
.box600{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width: 600px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    position: relative;
    
}
.box1280{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width:1320px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    position: relative;
    
}
.box1280Pd{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width:1360px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;

    position: relative;
    
}
.box1600{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1640px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
    position: relative;
    
}
.box1600Pd{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1600px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.boxFull{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    position: relative;
}
.headLogo{
	width: auto;
	height: auto;
	display:block;
	position: relative;
	float: left;
	transition-property: all;
	transition: 0.2s ease;
    opacity:1.0;
	/*filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";*/

}

.on .headLogo{
	
}
.headLogo img{
	height: 30px;
	width:auto;
	transition-property: all;
	transition: 0.2s ease;
    display: block;
}

.contentBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
    position: relative;
	overflow: hidden;
}

.contentBoxGrey {
	height: auto;
	width: 100%;
	margin: 0 auto;
display: table;
	background-color:#f6f6f6;
    position: relative;
}


.ph100{
    width:100%;
	height:auto;
	float:left;
	display:inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    z-index: 0;
}
.ph100 img{
    width:100%;
	height:auto;
	float:left;
    z-index: 0;
    position: relative;
}
.ph80{
    width:100%;
	height:auto;
	float:left;
	display:inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    z-index: 0;
    text-align: center;
}
.ph80 img{
    width:80%;
	height:auto;
    z-index: 0;
    position: relative;
}
.footBox {
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    padding-top: 120px;
    padding-bottom: 120px;
   background-color: #09203f;
}

.moreBtn{
	width:100%;
	height:auto;
	float:left;
	display:flex;
	text-align:center;
    position: relative;
	justify-content: center;
	box-sizing: border-box;
}

.moreBtn a,.moreBtn span{
    width: 100%;
    height: 60px;
    display: flex;
	align-items: center;
	justify-content: center;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    padding: 10px 0;
    position: relative;
    letter-spacing: 0.03em;
    max-width: 300px;
	text-align: left;
	background-color: #093168;
}
.moreBtn.t-left{
    justify-content: flex-start;
}
.moreBtn.t-right{
    justify-content: flex-end;
}
.moreBtn a::before{

}
.moreBtn a.c-grn,.moreBtn span.c-grn{
    background-color: #204c8f;
}
.moreBtn a.c-blk::before{
    
}
.moreBtn.t-min a,.moreBtn.t-min span{
	max-width: 200px;
	padding: 5px 0;
	padding-left: 20px;
}
.moreBtn.t-map a{
	color: #f6c32a;
	font-weight: 600;
	max-width: 240px;
}
.moreBtn.t-map a i{
	margin-right: 10px;
	
}
.moreBtn.w-full a{
	max-width: 100%;
}
.moreBtn a span{
   
}
.moreBtn a:hover{
    background-color: #204c8f;
	background-position: 92% center;
}
.moreBtn.t-map a:hover{
    background-color: #f6c32a;
	color: #093168;
}
.moreBtn a.wht:hover{
    background-color: #FFF;
    color: #774b65;
}
.moreBtn a.wht:hover::before{
    background-color: #774b65;
}
.moreBtn a:hover::before{
    
}
.moreBtn.t-line a{
	background-color: #FFF;
    border: #5a7c6d 1px solid;
	color: #5a7c6d;
}
.goTopBtn{
    width: 80px;
    height: 80px;
    display: inline-block;
    position: fixed;
    right: 40px;
    bottom: -110px;
    z-index: 100;
    transition-property: all;
    transition: 0.6s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6c32a;
	transform: rotate(45deg);
}
.goTopBtn a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.goTopBtn::before{
	content: '';
display: inline-block;
width: 18px;
height: 18px;
margin: 0 0px;
border-top: 4px solid #093168;
border-right: 4px solid #093168;
transform: rotate(-90deg);
position: absolute;
top: calc(50% - 8px);
left: calc(50% - 10px);
}

.goTopBtn.on{
	bottom:40px;
}
.goTopBtn.on:hover{
	
}
.goTopBtn img{
	width:100%;
	height:auto;
	
}
.goTopBtn img:hover{
	
}

.copyright{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	font-size:12px;
	color:#FFF;
	line-height:20px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.03em;
}
.text60{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:60px;
	text-align:left;
	line-height:1.4em;
	position: relative;
}
.text60Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:60px;
	text-align:center;
	line-height:1.4em;
	position: relative;
}
.text30{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:left;
	line-height:1.6em;
	position: relative;
}
.text30Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:center;
	line-height:1.6em;
	position: relative;
}
.text36{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:left;
	line-height:1.6em;
	position: relative;
}
.text36Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:center;
	line-height:1.6em;
    position: relative;
}
.text42{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:42px;
	text-align:left;
	line-height:1.3em;
    position: relative;
}
.text48{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:48px;
	text-align:left;
	line-height:1.3em;
    position: relative;
}
.text48Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:48px;
	text-align:center;
	line-height:1.3em;
    position: relative;
}
.text24Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:center;
	line-height:1.8em;
	position: relative;
}
.text24{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:left;
	line-height:1.8em;
	position: relative;
}
.text22{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:22px;
	text-align:left;
	line-height:1.6em;
	position: relative;
}
.text22Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:22px;
	text-align: center;
	line-height:1.6em;
	position: relative;
}
.text20{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:20px;
	text-align:left;
	line-height:1.6em;
	position: relative;
}
.text20Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:20px;
	text-align: center;
	line-height:1.6em;
	position: relative;
}
.text18{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align:left;
	line-height:1.8em;
	position: relative;
}
.text18Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align: center;
	line-height:1.8em;
	position: relative;
}
.text16{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:left;
	line-height:2.2em;
	position: relative;
}
.text16Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:center;
	line-height:2.2em;
	position: relative;
}
.text15{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:15px;
	text-align:left;
	line-height:2.2em;
	position: relative;
}
.text14{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:left;
	line-height:1.8em;
}
.text14Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:center;
	line-height:1.8em;
	position: relative;
}
.text12{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:left;
	line-height: 2em;
	position: relative;
}
.text12Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:center;
	line-height: 2em;
	position: relative;
}

.bd{
	font-weight: bold;
}

.gNavi {
	width: 100%;
	height: auto;
	display:flex;
	justify-content: flex-end;
    float: right;
	position: relative;
	padding-right: 20px;
	box-sizing: border-box;
}

.gNavi li{
	width: auto;
	height: auto;
	float: left;
	display:block;
	position: relative;
}
.gNavi li a{
	width: auto;
	height: 40px;
	font-size:14px;
	line-height:20px;
	text-align:center;
    color: #FFF;
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	font-weight: 600;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    padding: 0px 20px;
	position: relative;
    cursor: pointer;
    letter-spacing: 0.08em;
}

.on .gNavi li a{
	
}
.fixColor .gNavi li a{
	
}

.gNavi li a:hover,.gNavi li span:hover{
	background-color: rgba(255,255,255,0.05);
	color: #f6c32a;
}


.grn{
    color: #389F6D;
}
.grn02{
	color: #5391c9;
}
.gry{
	color: #666;
}
.gry02{
	color: #999;
}
.flex {
    display: flex;
    width: 100%;
    height: auto;
    flex-flow: row wrap;
}
.itemCenter{
	align-items: center;
}
.itemDtart{
	align-items: flex-start;
}
.itemEnd{
	align-items: flex-end;
}
.bd500{
	font-weight: 500;
}
.bd300{
	font-weight: 300;
}
.bd400{
	font-weight: 400;
}
.heroImage{
	width: 100%;
	height: 100vh;
	float: left;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	/*background-image: url("../images/heroimage01.webp");
background-size: cover;
background-position: center center;
background-repeat: repeat;*/
	position: relative;
	background-color: #093168;
	max-height: 1000px;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}

.heroScroll{
	width: 35px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 10%;
}
.heroScroll img{
	width: 100%;
	height: auto;
}


.wht{
	color: #FFF;
}
.font06{
	font-size: 0.6em;
}
.font07{
	font-size: 0.7em;
}
.font08{
	font-size: 0.8em;
}
.font09{
	font-size: 0.9em;
}
.font12{
	font-size: 1.2em;
}
.font15{
	font-size: 1.5em;
}
.font20{
	font-size: 2em;
}
.mainTitle span{
	font-size: 0.8em;
}

.fontEn{
	font-family: 'Roboto', sans-serif;
	    font-family: 'Play', sans-serif;
}

.bd900{
	font-weight: 900;
}
.bd800{
	font-weight: 800;
}
.footLogo{
	width:100%;
	height:auto;
	float:left;
	display:block;
    position: relative;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.footLogo img{
	width: auto;
	height: 30px;
}
.snsList {
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 40px;
}
.snsList a {
    text-decoration: none;
    margin-right: 8px;
    margin-left: 8px;
}
.snsList img {
    width: 36px;
    height: auto;
}

#menuButton{
	display: none;
}

#overlay{
	display: none;
}
#overlayBg{
	display: none;
}


.bd300{
	font-weight: 300;
}
.bd200{
	font-weight: 200;
}

/*江戸鉄*/


.flex.t-reverse{
	flex-direction: row-reverse;
}
.lh24{
	line-height: 2.4em;
}
.lh20{
	line-height: 2.0em;
}
.lh18{
	line-height: 1.8em;
}
.lh16{
	line-height: 1.6em;
}
.lh14{
	line-height: 1.4em;
}
.lh12{
	line-height: 1.2em;
}
.footMenu{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	float: left;
}
.footMenu ul{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	position: relative;
}
.footMenu ul li{
	display: block;
    float: left;
    height: auto;
    width: 25%;
	position: relative;
	margin-bottom: 10px;
}
.footMenu ul li a{
	display:inline-block;
    float: left;
    height: auto;
	font-size: 14px;
	line-height: 1.8em;
	position: relative;
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
}
.footMenu ul li a:hover{
	text-decoration: underline;
	color: #FFF;
}
.footTitle{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align:left;
	line-height:1.5em;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
}
.footTitle a{
	color: #000;
	text-decoration: none;
}
.footTitle a:hover{
	text-decoration: underline;
}
.footInfo{
	width: 100%;
	height: auto;
	float: left;
	display: block;
	box-sizing: border-box;
}
.footInfo a{
	color: #FFF;
	text-decoration: none;
}
.footInfo a:hover{
	color: #FFF;
	text-decoration: underline;
}
.fontMc{
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.fontMc01{
	font-family: 'Shippori Mincho', serif;
}
.fontEn01{
	font-family: 'Raleway', sans-serif;
}
.bottomEntryBtn{
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f6c32a;
    box-sizing: border-box;
    transition-property: all;
    transition: 0.2s ease;
    width: 100%;
    justify-content: center;
}
.bottomEntryBtn.t02{
}
.bottomEntryBtn.t-oneBtn{
	width: 100%;
	justify-content: center;
	padding-left: 0px;
}
.bottomEntryBtn a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.bottomEntryBtn:hover{
	opacity: 0.8;
}
.bottomEntryBtn .text48Center{
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-size: 60px;
}
.bottomEntryBtn .text16Center{
	line-height: 1;
	font-weight: 500;
}
.entryInner{
	
}
.entryInner span{

}



.secInner{
	width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
}

.ls005{
	letter-spacing: 0.05em;
}
.ls008{
	letter-spacing: 0.08em;
}
.ls015{
	letter-spacing: 0.15em;
}


.flex.between {
    justify-content: space-between;
}

.scrollBar{
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: -40px;
	right: 120px;
	z-index: 10;
	box-sizing: border-box;
background-color: #f6c32a;
transform: rotate(45deg);
}
.scrollBar::before{
	content: '';
display: inline-block;
width: 18px;
height: 18px;
margin: 0 0px;
border-top: 4px solid #093168;
border-right: 4px solid #093168;
transform: rotate(90deg);
position: absolute;
top: calc(50% - 14px);
left: calc(50% - 14px);
}
.heroInner{
	width: 100%;
	height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 1600px;
	padding-left: 60px;
	z-index: 10;
	position: absolute;
display: flex;
justify-content: flex-start;
align-items: center;
padding-left: calc(5% + 60px);
padding-top: 0px;
top: 0;
left: 0;
z-index: 100;
	margin: 0 auto;
}
.heroCc{
	width: 100%;
	position: relative;
	max-width: 800px;
}
.heroCc img{
	width: 100%;
	height: auto;
	filter: drop-shadow(1px 0px 10px rgba(0, 0, 0, 0.8));
}
.headEntryBtn{
	width: 180px;
	height: 80px;
	float: left;
	position: absolute;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	top: 0;
	right: 0;
}
.headEntryBtn a{
    width: 100%;
    height: 80px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
    font-weight: bold;
    transition-property: all;
    transition: 0.2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
   position: relative;
	
    cursor: pointer;
    letter-spacing: 0.08em;
    background-color: #f6c32a;
	color: #093168;
	font-family: 'Raleway', sans-serif;
}
.headEntryBtn.t-contact a{

}
.headEntryBtn a span {
  width: 100%;
  display: block;
}
.headEntryBtn a span.jpText {
  width: 100%;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
  padding-top: 5px;
  font-weight: 600;
}
.headEntryBtn a:hover{
	opacity:0.8;
}
.gNaviBox{
	width: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: flex-end;
	
}


.ls0{
	letter-spacing: 0;
}
.halfBox{
	width: 50%;
	height: auto;
	display:block;
    float: left;
	position: relative;
	box-sizing: border-box;
}
.halfBox.aitemCenter{
	display:flex;
	align-items: center;
	
}
.pagePd{
	padding-top: 60px;
}
.bc{
	color: #000;
display: block;
float: left;
font-size: 12px;
height: auto;
letter-spacing: 0.05em;
line-height: 20px;
margin-bottom: 10px;
margin-top: 10px;
width: 100%;
box-sizing: border-box;
	text-align: left;
}
.bc a{
	color: #999;
	text-decoration: underline;
}
.bc a:hover{
	color: #000;
}
.bc.wht{
	color: #FFF;
}
.bc.wht a{
	color: #FFF;
}
.bc.wht a:hover{
	color: #d2d2d2;
}

.newsList{
	width: 100%;
	height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsList dl{
	width: 28.3333%;
	height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
	padding: 20px 0;
	transition-property: all;
transition: 0.2s ease;
}
.newsList dl::before{
	/*content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(180deg,rgba(157,212,196,1.00) 0%,rgba(49,177,255,1.00) 100%);
background-image: -moz-linear-gradient(180deg,rgba(157,212,196,1.00) 0%,rgba(49,177,255,1.00) 100%);
background-image: linear-gradient(270deg,rgba(157,212,196,1.00) 0%,rgba(49,177,255,1.00) 100%);*/
}
.newsList dl:hover{
	background-color: rgba(49,177,255,0.10);
}
.newsList dl a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 11;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}

.newsList dl dt{
	width: 100%;
	height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
	font-size: 14px;
	line-height: 1;
	color: #999;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.newsList dl dd{
	width: 100%;
	height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
}
.newsList dl dd p{
	width: 100%;
	height: 4.8em;
    float: left;
    box-sizing: border-box;
	position: relative;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 0.12em;
	display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
	margin-bottom: 30px;
}
.gradLine{
	width: 100%;
	height: 4px;
	float: left;
    box-sizing: border-box;
	position: relative;
	background-image: -webkit-linear-gradient(180deg,rgba(157,212,196,1.00) 0%,rgba(49,177,255,1.00) 100%);
background-image: -moz-linear-gradient(180deg,rgba(157,212,196,1.00) 0%,rgba(49,177,255,1.00) 100%);
background-image: linear-gradient(270deg,rgba(157,212,196,1.00) 0%,rgba(49,177,255,1.00) 100%);
}
.moreCircle{
	width: 100%;
	height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}
.moreCircle span{
	width: 60px;
	height: 60px;
	position: relative;
	box-sizing: border-box;
	border: #31b1ff 1px solid;
	border-radius: 60px;
}
.moreCircle span::before {
	content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0px;
  border-top: 2px solid #31b1ff;
  border-right: 2px solid #31b1ff;
  transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 11px);
	left: calc(50% - 16px);
}
.box30{
	width: 30%;
    height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
}
.box40{
	width: 40%;
    height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
}
.box50{
	width: 50%;
    height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
}

.box60{
	width: 60%;
    height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
}
.box70{
	width: 70%;
    height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
}


.heroPride{
	display: block;
float: left;
height: auto;
width: 100%;
	margin-bottom: 60px;
}
.heroPride img{
	width: 100%;
	height: auto;
	max-width: 600px !important;
	display: none;
}
.bx-viewport .heroPride img {
	display: block !important;
}

.secTitle{
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
	font-size: 72px;
	line-height: 1;
	color: #093168;
}
.secTitle.wht{
	color: #FFF;
}
.bgBlue{
	background-color: #0C2C58;
}
.bgBlue02{
	background-color: #09203f;
}
.boxTitle{
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
	line-height: 1;
}
.boxTitle span{
    background-color: #2CBAC9;
	background-image: -webkit-linear-gradient(0deg,rgba(121,209,203,1.00) 0%,rgba(2,145,233,1.00) 100%);
background-image: -moz-linear-gradient(0deg,rgba(121,209,203,1.00) 0%,rgba(2,145,233,1.00) 100%);
background-image: linear-gradient(90deg,rgba(121,209,203,1.00) 0%,rgba(2,145,233,1.00) 100%);
    padding: 5px 15px;
    display: inline-block;
}
.boxTitle span.t-18{
	font-size: 18px;
}
.box50.itemEnd.t-fc{
	display: flex;
	flex-wrap: wrap;
}
.fcLeftCnt{
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.fcLeft{
	width: 100%;
float: right;
box-sizing: border-box;
position: relative;
max-width: 540px;
}

.whtBox{
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
	padding: 40px;
	background-color: #FFF;
}
.whtBox.t-intern{
	background-color: rgba(0,0,0,0.15);
}
.c-blue{
	color: #093168;
}
.c-ylw{
	color: #f6c32a;
}
.secInner{
	width: 100%;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}

.section-lineup {
  overflow: hidden;
	padding-top: 30px;
}
.section-lineup .inner {
  margin: 0 auto;
  width: 100%;
	max-width: 1260px;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
}
.section-lineup .slick-list {
  overflow: visible;
}
.section-lineup .slick-initialized .slick-slide{
	position: relative;
	transition-property: all;
transition: 0.2s ease;
}

.section-lineup .slick-initialized .slick-slide:hover{
	opacity: 0.8;
}
.section-lineup .slick-initialized .slick-slide a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.slick-slide img{
	width: 100%;
	height: auto;
	
}
.slick-slide{
	box-sizing: border-box;
	padding: 20px 30px;
}
.wkInfo p{
	height: 3.2em;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 0.08em;
	display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

.bottomMenu{
	width: 50%;
	height: auto;
	display:block;
    float: left;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.bottomMenu ul{
	width: 100%;
	height: auto;
	display:block;
    float: right;
	position: relative;
	box-sizing: border-box;
}
.bottomMenu ul li{
	width: auto;
	height: auto;
	display:block;
    float: right;
	position: relative;
	box-sizing: border-box;
	margin-right: 30px;
}
.bottomMenu ul li a{
	width: auto;
	height: auto;
	font-size:12px;
	line-height:20px;
    color: #FFF;
	display:inline-block;
	text-decoration:none;
	
}
.bottomMenu ul li a:hover{
	text-decoration: underline;
	color: #FFF;
}
.overLine{
	width: 100vw;
	width: 100%;
	height: 1px;
	display: block;
	background-color: #093168;
	position: relative;
	box-sizing: border-box;
	float: left;
}
.overLine.t-wht{
	background-color: #FFF;
}
.overLine.t-wht02{
	background-color: rgba(255,255,255,0.30);
}
.tateText{
	writing-mode: vertical-rl;
	line-height: 5em;
	letter-spacing: 0.2em;
	height: 460px;
}
.topLeftImg {
  width: 50%;
  height: auto;
  float: left;
  position: relative;
}
.topLeftImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.topLeftImg.t-biz01 {
	height: auto;
}
.box1280HalfRight {
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
  max-width: 660px;
}
.box1280HalfLeft {
  width: 100%;
  float: right;
  box-sizing: border-box;
  position: relative;
  max-width: 660px;
}
.moreBigText{
	width: 100%;
	height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.moreBigText.t-center{
	justify-content: center;
}
.moreBigText.t-right{
	justify-content: flex-end;
}
.moreBigText span,.moreBigText a{
	width: 80px;
	height: 80px;
	position: relative;
	box-sizing: border-box;
	background-color: #093168;
	transition-property: all;
transition: 0.2s ease;
	transform: rotate(45deg);
}
.moreBigText.t-min span,.moreBigText.t-min a{
	width: 60px;
	height: 60px;
}
.moreBigText span::before,.moreBigText a::before {
	content: 'MORE';
  display: inline-block;
  width: 100%;
  height: 20px;
	font-size: 14px;
	line-height: 20px;
  margin: 0 0px;
  transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	text-align: center;
	transition-property: all;
transition: 0.2s ease;
	color: #f6c32a;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
}
.moreBigText.t-wht span,.moreBigText.t-wht a{
	border-color: #FFF;
}
.moreBigText.t-wht span::before,.moreBigText.t-wht a::before {
	border-top-color: #FFF;
  border-right-color: #FFF;
}
.moreBigText.t-ylw span,.moreBigText.t-ylw a{
	background-color: #f6c32a;
}
.moreBigText.t-ylw span::before,.moreBigText.t-ylw a::before {
	color: #093168;
}
.moreBigText a:hover{
	opacity: 0.8;
}
.moreBigText a:hover::before{
	
}
.moreBigText.t-wht a:hover{
	
}
.moreBigText.t-wht a:hover::before{
	
}
.moreBigText.t-back span::before,.moreBigText.t-back  a::before {
	content: 'BACK';
}
.uline{
	border-bottom: #093168 1px solid;
	padding-bottom: 5px;
}
.uline.t-wht{
	border-bottom: #FFF 1px solid;
	
}
.uline.t-ylw{
	border-bottom: #f6c32a 1px solid;
	
}
.uline.grn{
	border-bottom: #389F6D 1px solid;
	
}
.fcTitle{
	width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	align-items: center;
}
.fcTitle.pageArea{
	
}
.fcTitle dt{
	width: 80px;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: block;
}
.fcTitle dt img{
	width: 100%;
	height: auto;
	max-width: 80px;
}
.fcTitle dd{
	width: calc(100% - 80px);
  float: left;
  box-sizing: border-box;
  position: relative;
	display: block;
	padding-left: 20px;
}
.bizMore{
	width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	align-items: center;
}
.bizMore dt{
	width: calc(100% - 60px);
  float: left;
  box-sizing: border-box;
  position: relative;
	display: block;
	
}
.bizMore dd{
	width: 60px;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: block;
}
.bizMore.t-large dt{
	width: calc(100% - 100px);
}
.bizMore.t-large dd{
	width: 100px;
}
.moreArrow{
	width: 100%;
	height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.moreArrow.t-center{
	justify-content: center;
}
.moreArrow.t-right{
	justify-content: flex-end;
}
.moreArrow span,.moreArrow a{
	width: 36px;
	height: 36px;
	position: relative;
	box-sizing: border-box;
	background-color: #093168;
	transition-property: all;
transition: 0.2s ease;
	transform: rotate(45deg);
}

.moreArrow span::before,.moreArrow a::before {
	content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0px;
  transform: rotate(0deg);
	position: absolute;
	border-top: 3px solid #f6c32a;
border-right: 3px solid #f6c32a;
	top: calc(50% - 4px);
	left: calc(50% - 8px);
	transition-property: all;
transition: 0.2s ease;
}
.moreArrow.t-ylw span,.moreArrow.t-ylw a{
	color: #093168;
	background-color: #f6c32a;
}
.moreArrow.t-ylw span::before,.moreArrow.t-ylw a::before {
	border-top-color: #093168;
  border-right-color: #093168;
}
.moreArrow.t-down span::before,.moreArrow.t-down a::before {
  transform: rotate(90deg);
	top: calc(50% - 6px);
	left: calc(50% - 6px);
}
.bizFullBox{
	width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
	transition-property: all;
transition: 0.2s ease;
}
.bizFullBox a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 11;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.bizBox{
	width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	transition-property: all;
transition: 0.2s ease;
}
.bizBox:hover{
	
}
.bizBox a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 11;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.bgAreamap{
	background-image: url("../images/bg_map.png");
background-size: 900px auto;
background-position: right top;
background-repeat: no-repeat;
}
.bgBiz{
	background-image: url("../images/bg_biz.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;

	background-color: #093168;
}
.bgEarth{
	background-image: url("../images/bg_earth.png");
background-size: auto 80%;
background-position: center bottom;
background-repeat: no-repeat;
}
.bgBizSteel{
	background-image: url("../images/bg_bizsteel.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
	position: relative;
	width: calc(100% - 120px);
	margin-left: 60px;
	margin-right: 60px;
	box-sizing:border-box;
	padding-left: 80px;
	padding-right: 80px;
}
.bgBizSteel::before{
	content: '';
	width: 60px;
	height: calc(100% - 120px);
	position: absolute;
	background-color: #FFF;
	top: 60px;
	left: 0;
}
.bgBizSteel::after{
	content: '';
	width: 60px;
	height: calc(100% - 120px);
	position: absolute;
	background-color: #FFF;
	top: 60px;
	right: 0;
}
.bgBizPage{
	background-image: url("../images/heroimage01.webp");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.bgBizPage::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.30);
}
.bgSdgs{
	background-image: url("../images/sdgs/head.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.bgSdgs::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.30);
}
.bgProductsPage{
	background-image: url("../images/bg_bizsteel.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.bgProductsPage::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.30);
}
.bgPageCompany{
	background-image: url("../images/company/head.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.bgPageCompany::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.30);
}
.bgPageArea{
	background-image: url("../images/company/area_head.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.bgPageArea::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.30);
}
.bgPhilosophy{
	background-image: url("../images/company/sec_bg.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;

	background-color: #093168;
}
.sozaiExList{
	width: 100%;
  box-sizing: border-box;
  position: relative;
	background-color: rgba(0,0,0,0.51);
	padding: 40px 30px;
	max-width: 400px;
margin: 0 auto;
}
.sozaiExList li{
	color: #FFF;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 10px;
	
}
.header .box1600{
	position: relative;
}
.header .box1600::before{
	/*content: '';
	width: calc(100% - 40px);
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 20px;
	bottom: -30px;*/
}
.header.on .box1600::before{
	display: none;
}
.idenImg{
	width: calc(100% - 120px);
	height: auto;
	position: absolute;
	z-index: 10;
	bottom: -40px;
	right: 80px;
	max-width: 560px;
}
.idenImg img{
	width: 100%;
  height: auto;
  object-fit:contain;
  position: relative;
}
.secImg {
  width: 100%;
  height: 460px;
  box-sizing: border-box;
  position: relative;
  background-image: url("../images/bg_recruit.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secImg.t-toprecruit {
	background-image: url("../images/bg_recruit.jpg");
}
.secImg.t-identity01 {
	width: calc(100% - 120px);
	background-image: url("../images/yarigai_sec02.jpg");
	margin-left: 60px;
	margin-right: 60px;
	background-position: center top;
}
.secImg.t-identity01::before {
  /*content: '';
  width: 60px;
  height: calc(100% - 120px);
  position: absolute;
  background-color: #093168;
  top: 60px;
  left: 0;*/
}
.secImg.t-identity01::after {
 /* content: '';
  width: 60px;
  height: calc(100% - 120px);
  position: absolute;
  background-color: #093168;
  top: 60px;
  right: 0;*/
}
.secImg.t-identity02 {
	width: calc(100% - 120px);
	background-image: url("../images/identity/sec02.jpg");
	margin-left: 60px;
	margin-right: 60px;
}
.secImg.t-identity02::before {
  content: '';
  width: 60px;
  height: calc(100% - 120px);
  position: absolute;
  background-color: #093168;
  top: 60px;
  left: 0;
}
.secImg.t-identity02::after {
  content: '';
  width: 60px;
  height: calc(100% - 120px);
  position: absolute;
  background-color: #093168;
  top: 60px;
  right: 0;
}
.bottomSteel{
	position: relative;
	display: inline-block;
}
.bottomSteel::before{
	content: '';
	width: calc(100% - 56px);
	height: 8px;
	
	position: absolute;
	bottom: -30px;
	left: 28px;
	background-color: #f6c32a;
	z-index: 1;
}
.bottomSteel::after{
	content: '';
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 0px;
	z-index: 0;
	background-image: url("../images/steel_left.png"),url("../images/steel_right.png");
  background-size: auto 24px,auto 24px;
  background-position: left bottom,right bottom;
  background-repeat: no-repeat,no-repeat;
}
.pageHead{
	padding-top: 110px;
	background-color: #d2d2d2;
	overflow: auto;
}
.bgIdentity{
	background-image: url("../images/identity/head.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgIdentity::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.30);
	
}
span.boxText {
  padding: 0px 20px;
  display: inline-block;
  background-color: #f6c32a;
color: #093168;
}
span.boxText.t-blue {
  background-color: #093168;
color: #FFF;
}
span.boxText.t-wht {
  background-color: #FFF;
color: #093168;
}
.bgIdentity02{
	background-image: url("../images/identity/bg01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.factText{
	max-width: 500px;
margin: 0 auto 0;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.moreLeftText{
	width: 100%;
height: auto;
float: left;
box-sizing: border-box;
position: relative;
display: flex;
justify-content: flex-start;
	align-items: center;
}
.moreLeftText span{
	margin-right: 20px;
	font-size: 18px;
	text-decoration: underline;
}
.moreLeftText a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.historyList dl{
	width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 30px;
}
.historyList dl:nth-child(2n){
	background-color: #f6f6f6;
}
.historyList dl dt{
	width: 240px;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: 600;
	color: #093168;
}
.historyList dl dd{
	width: calc(100% - 240px);
  float: left;
  box-sizing: border-box;
  position: relative;
	display: block;
}
.hisText{
	
	width: calc(100% - 200px);
  float: left;
  box-sizing: border-box;
  position: relative;
	display: block;
	padding-right: 40px;
}
.hisPh{
	width: 200px;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: block;
}
.hisPh img{
	width: 100%;
	height: auto;
}
.moreCenterText{
	width: 100%;
height: auto;
float: left;
box-sizing: border-box;
position: relative;
display: flex;
justify-content: center;
	align-items: center;
}
.moreCenterText a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 11;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.moreCenterText span{
	margin-right: 30px;
	font-size: 18px;
	text-decoration: underline;
}
.bizCntBox{
	width: 20%;
	height: 460px;
	
	box-sizing: border-box;
	position: relative;
	background-image: url("../images/top_advantage01.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
	padding: 40px;
	padding-top: 60px;
	transition-property: all;
transition: 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bizCntBox a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 11;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.bizCntBox .cnt{
	z-index: 4;
	position: relative;
}
.bizCntBox::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(9,49,104,0.60);
	transition-property: all;
transition: 0.2s ease;
}
.bizCntBox:hover::before{
	background-color: rgba(0,0,0,0.10);
}

.bizCntBox.biz01{
	background-image: url("../images/biz01.jpg");
	width: 40%;
}
.bizCntBox.biz02{
	background-image: url("../images/biz02.jpg");
}
.bizCntBox.biz03{
	background-image: url("../images/biz03.jpg");
}
.bizCntBox.biz04{
	background-image: url("../images/biz04.jpg");
}
.flowBox{
	width: 100%;
	float: left;
	box-sizing: border-box;
position: relative;
	margin-bottom: 40px;
	padding: 60px;
	border: #093168 1px solid;
}
.flowBox::before{
	content: '';
	width: 1px;
	height: 42px;
	background-color: #093168;
	position: absolute;
	bottom: -42px;
	left: calc(50% - 0.5px);
	z-index: 10;
}
.flowBox.nonArrow::before{
	display: none;
}
.busho{
	width: 120px;
	height: 30px;
	display: flex;
	font-size: 18px;
	color:#f6c32a;
	font-weight: 600;
	background-color: #093168;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
}
.sdgsLineBox{
    width: calc(50% - 20px);
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
    border-radius: 16px;
    border: #389F6D 1px solid;
    padding: 30px 40px;
    /*background-color: #E2F4EA;*/
}
.sdgIconList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
}
.sdgIconList li {
  width: 120px;
  margin-bottom: 0px;
	margin-right: 15px;
  box-sizing: border-box;
  position: relative;
}
.sdgIconList li img {
  width: 100%;
  height: auto;
}
.pdBox{
	width: 30.3333%;
	position: relative;
	margin-bottom: 30px;
}
.pdBox .ph100{
	box-sizing: border-box;
	border: #093168 3px solid;
}
.pdInfo{
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
	padding: 20px;
	padding-top: 15px;
}
.pdTag{
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.pdTag li{
	display: inline-block;
	border: #093168 1px solid;
	color: #093168;
	line-height: 1em;
	padding: 3px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.pdfBtn{
	width:100%;
	height:auto;
	float:left;
	display:flex;
	text-align:center;
    position: relative;
	justify-content: center;
}

.pdfBtn a{
    width: 100%;
    height: 80px;
    display: flex;
	align-items: center;
	justify-content: center;
    line-height: 1;
    font-size: 18px;
    color: #f6c32a;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s ease;
    box-sizing: border-box;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.08em;
    max-width: 400px;
	text-align: left;
	background-color: #00376D;

}
.pdfBtn a img{
	width: auto;
	height: 40px;
	margin-right: 10px;
	filter: invert(98%) sepia(66%) saturate(4608%) hue-rotate(331deg) brightness(100%) contrast(93%);
	transition-property: all;
    transition: 0.2s ease;
}
.pdfBtn a:hover{
	background-color: #f6c32a;
	color: #00376D;
}
.pdfBtn a:hover img{
	filter: invert(15%) sepia(31%) saturate(4999%) hue-rotate(193deg) brightness(93%) contrast(103%);
}
.full3Ph{
	width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
}
.full3Ph li{
	width: 33.3333%;
}
.full3Ph li img{
	width: 100%;
	height: auto;
}
.ceoName {
  width: 100%;
  text-align: right;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  float: left;
	letter-spacing: 0.1em;
}
.ceoName span {
  font-size: 0.7em;
  font-weight: 500;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.koudouBox{
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
	padding: 40px;
	background-color: rgba(255,255,255,0.10);
}
.koudouBox ul{
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.koudouBox ul li{
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.4em;
	color: #FFF;
	padding-left: 1.2em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.koudouBox ul li::before{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 9px;
	left: 0;
	background-color: #f6c32a;
	
}
.companyList {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 40px;
}
.companyList dl {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: #d2d2d2 1px solid;
	  margin-bottom: 40px;
}
.companyList dl::before{
	content: '';
	width: 25%;
	height: 1px;
	position: absolute;
	background-color: #093168;
	bottom: -1px;
	left: 0;
}
.companyList dl dt {
  width: 25%;
  height: auto;
  display: table;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  line-height: 2em;
  font-weight: 500;
  color: #093168;
}
.companyList dl dd {
  width: 75%;
  height: auto;
  display: table;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  line-height: 2em;
 padding-left: 20px;
	padding-bottom: 40px;
}
.companyList dl dd.nonBd {
	border-bottom-width: 0;
}
.greyBox{
	width: 100%;
  height: auto;
  display: block;
  float: left;
  box-sizing: border-box;
  position: relative;
	background-color: #f6f6f6;
	padding: 60px;
}
.mapBox {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  position: relative;
  box-sizing: border-box;
	padding-left: 26px;
}
.mapBox iframe {
  width: 100%;
	height: 400px;
}
.mapPd {
  position: relative;
  padding-left: 26px;
  margin-top: 10px;
	 box-sizing: border-box;
}
.c-red {
  color: #cb212e;
}
.pageAreaText{
	width: 100%;
  height: auto;
  display: block;
  float: left;
  position: relative;
  box-sizing: border-box;
	padding-left: 100px;
}
.officeBox{
	width: 30.3333%;
position: relative;
	box-sizing: border-box;
}
.officeInfo{
	width: 100%;
  height: auto;
  display: block;
  float: left;
  position: relative;
  box-sizing: border-box;
	margin-top: 20px;
}
.fcImg{
	width: calc(100% - 120px);
	height: auto;
	position: absolute;
	z-index: 10;
	bottom: -100px;
	left: 80px;
	max-width: 400px;
}
.fcImg img{
	width: 100%;
  height: auto;
  object-fit:contain;
  position: relative;
}
.fcImg02{
	width: calc(100% - 120px);
	height: auto;
	position: absolute;
	z-index: 10;
	top: -100px;
	right: 80px;
	max-width: 400px;
}
.fcImg02 img{
	width: 100%;
  height: auto;
  object-fit:contain;
  position: relative;
}

/*採用*/
.HeadSideImg {
  width: 60%;
  height: 600px;
  float: left;
  position: relative;
  background-color: #999;
}
.HeadSideImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.pagePd{
	padding-top: 80px;
}
.headPosi{
	top: -60px;
	position: relative;
	z-index: 10;
	margin-bottom: -60px;
}
.headPosi02{
	top: -60px;
	position: relative;
	z-index: 11;
	
}
.whtBox.t-blue{
	background-color: #09203f;
	padding: 60px;
}
.bgTopColorChange01{
	position: relative;
}
.bgTopColorChange01::before{
    content: '';
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0C2C58;
    z-index: -1;
}
.bgBottomColorChange{
	width: 100%;
	position: relative;
	display: block;
	float: left;
}
.bgBottomColorChange::before{
    content: '';
    width: 100%;
    height: 65%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0C2C58;
    z-index: -1;
}
.bgBottomColorChange02{
	width: 100%;
	position: relative;
	display: block;
	float: left;
}
.bgBottomColorChange02::before{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #09203f;
    z-index: -1;
}
.lineBox{
	width: 100%;
height: auto;
float: left;
box-sizing: border-box;
position: relative;
border-radius: 16px;
border: #FFF 1px solid;
padding: 30px 40px;
}
.busyoList{
	width: 100%;
height: auto;
display: block;
float: left;
box-sizing: border-box;
position: relative;
}
.busyoList dl {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.busyoList dl dt {
  width: 120px;
  height: auto;
  display: block;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  line-height: 2em;
  font-weight: 500;
	
}
.busyoList dl dt span{
	font-size: 15px;
	background-color: #FFF;
	color: #093168;
	padding: 2px 0px;
	display: inline-block;
	width: 110px;
	text-align: center;
	font-weight: 600;
	box-sizing: border-box;
}
.busyoList dl dd {
  width: calc(100% - 120px);
  height: auto;
  display: block;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  line-height: 2em;
  padding-left: 20px;
	padding-top: 2px;
}
.hashTag{
	 width: 100%;
  height: auto;
  display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
  float: left;
  box-sizing: border-box;
  position: relative;
	color: #8fc31f;
}
.hashTag.t-center{
	justify-content: center;
}
.hashTag span{
	padding: 7px 10px;
display: inline-block;
color: #8fc31f;
	border: #8fc31f 2px solid;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1em;
	font-weight: 600;
	margin-right: 10px;
}
.jobList {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 40px;
}
.jobList dl {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: rgba(255,255,255,0.30) 1px solid;
	  margin-bottom: 40px;
}
.jobList dl::before{
   /* content: '';
    width: 25%;
    height: 1px;
    position: absolute;
    background-color: rgba(255,255,255,0.51);
    bottom: -1px;
    left: 0;*/
}
.jobList dl dt {
  width: 25%;
  height: auto;
  display: table;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  line-height: 2em;
  font-weight: 600;
  color: #f6c32a;
}
.jobList dl dd {
  width: 75%;
  height: auto;
  display: table;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  line-height: 2em;
 padding-left: 20px;
	padding-bottom: 40px;
}
.jobList dl dd.nonBd {
	border-bottom-width: 0;
}
.staffBox {
  width: 33.3333%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  transition-property: all;
  transition: 0.2s ease;
	padding: 20px;
}
.staffBox:hover {
	background-color: rgba(15,125,180,0.20);
}
.staffBox a{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 11;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.staffBox.t-sympo {
  width: 50%;
}
.between.clomun03::after {
  content: "";
  display: block;
  width: 33.3333%;
  height: 0;
}
.bizYokoBox {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  border: #FFF 0px solid;
  background-color: #09203f;
  transition-property: all;
  transition: 0.2s ease;
}
.bizYokoBox.t02 {
	background-color: rgba(255,2550,255,0.05);
}
.profPh{
	width:280px;
	box-sizing: border-box;
    position: relative;
}
.profText{
	width: calc(100% - 280px);
	box-sizing: border-box;
    position: relative;
	padding-left: 40px;
	
}
.nameText {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 16px;
  line-height: 2em;
  text-align: left;
  padding-left: 5em;
  box-sizing: border-box;
  position: relative;
  color: #FFF;
  margin-bottom: 40px;
}
.talker {
  color: #f6c32a;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0;
}
.bottomNameBox{
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: rgba(9,32,63,0.85);
	z-index: 10;
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
	padding: 20px;
}
.bottomNameBox ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.bottomNameBox ul li{
	width: auto;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
}
.bottomNameBox ul li span{
    color: #AECDF8;
    font-weight: normal;
}
.bottomNameBox ul li::after{
	content: ',';
}
.bottomNameBox ul li:last-child::after{
	display: none;
}
.faqBox{
	display: block;
  float: left;
  height: auto;
  width: 100%;
  text-align: left;
  padding-left: 36px;
  box-sizing: border-box;
  position: relative;
  color: #FFF;
  margin-bottom: 20px;
}
.faqIcon {
  font-weight: bold;
	font-family: 'Raleway', sans-serif;
  position: absolute;
  top: 8px;
  left: 0;
  letter-spacing: 0;
	font-size: 30px;
	line-height: 1;
}
.faqIcon.t-a {
	top: 0px;
}
.bottomHalfDBlue::before {
  content: '';
  width: 100%;
  height: 50%;
  background-color: #09203f;
  position: absolute;
  bottom: 0;
  left: 0;
}