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

:root {
  --color-primary: rgba(0,66,188,1);
  --color-primary-light: rgba(0,86,208,1);
  --color-primary-dark: rgba(0,46,168,1);

  --color-secondary: rgba(250,0,20,1);
  --color-accent: rgba(230,0,0,1);

  --color-bg: #ffffff;
  --color-bg-alt: #f5f5f5;

  --color-text: #333333;
  --color-text-light: #666666;
  --color-text-muted: #999999;

  --color-border: #dddddd;
  --color-danger: #e53935;
  --color-success: #43a047;
  --color-warning: #fb8c00;
  --color-info: #1e88e5;
}



*{
	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: #FFF;
	color: #111;
	-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;
	box-sizing: border-box;
	/*padding-right: 60px;*/
}
body{
	
}
.wrapper{
	overflow: hidden;
}
::selection {
    background-color: var(--color-primary-dark);
    color: #FFF;/* Safari */
}

::-moz-selection {
	background-color: var(--color-primary-dark);
	color: #FFF;/* Firefox */
}
.clearfix {
	clear: both;
}
.onPc{
	display:block !important;
}
.onSmt{
	display:none !important;
}
.onMid{
	display:none !important;
}
.headclearfix {
	clear: both;
	width:100%;
	height:1px;
	display:block;
	float:left;
	margin-bottom:-1px;
}
a{
   color: #666;
	text-decoration: none;
}
a:hover{
	
	color: var(--color-primary);
	text-decoration: underline;
}
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 3px 8px rgba(0,0,0,.2);
}
.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;
	display: flex;
	top: 0px;
	z-index: 1000;
	background-color: var(--color-primary);
	transition-property: all;
	transition: 0.2s ease;
	box-sizing: border-box;
}
.header.on {
    
}
.header.fixColor {
    /*background-color: #e3e7ec;
	border-bottom: rgba(255,255,255,0.50) 1px solid;*/
}
.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:1360px;
	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: absolute;
	float: left;
	transition-property: all;
	transition: 0.2s ease;
    opacity:1.0;
	padding: 0px 0px;
	
	/*filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";*/
	top: 0px;
	left: 40px;
}

.on .headLogo{
	
}
.headLogo img{
	height: 50px;
	width:auto;
	transition-property: all;
	transition: 0.2s ease;
    display: block;
	-webkit-filter: none;
	filter: none;
}
.t-toppage .headLogo img{
	/*-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)*/
}
.on .headLogo img,.on.t-toppage .headLogo img{
	-webkit-filter: none;
	filter: none;
}
.contentBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
    position: relative;

}

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


.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: #FFF;
	/*background-color: var(--color-primary);*/
	/*border-top: rgba(255,255,255,0.50) 1px solid;*/
}

.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: 50px;
    display: flex;
	align-items: center;
	justify-content: flex-start;
    line-height: 20px;
    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: 600;
	font-family: 'Roboto', sans-serif;
    padding: 0px 0;
    position: relative;
    letter-spacing: 0.03em;
    max-width: 200px;
	background-color: var(--color-primary);
  border-radius: 0px;
	padding-left: 20px;
}
.moreBtn a::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
}
.moreBtn.t-left{
    justify-content: flex-start;
}
.moreBtn.t-right{
    justify-content: flex-end;
}


.moreBtn.t-min a,.moreBtn.t-min span{
	max-width: 120px;
	height: 36px;
	font-size: 13px;
	padding-left: 15px;
}
.moreBtn.t-min a::before{
	right: 15px;
}
.moreBtn.t-big a,.moreBtn.t-big span{
	max-width: 300px;
	height: 60px;
	
}
.moreBtn.w-full a{
	max-width: 100%;
}
.moreBtn a span{
   
}
.moreBtn a:hover{
    opacity: 0.8;
}

.moreBtn a.wht:hover{
    background-color: #FFF;
    color: #774b65;
}
.moreBtn a.wht:hover::before{
    background-color: #774b65;
}
.moreBtn a:hover::before{
    
}
.moreBtn.t-wht a,.moreBtn.t-wht span{
    border: #FFF 1px solid;
	color: #FFF;
}
.moreBtn.t-wht a:hover{
	 background-color: #FFF;
	color: #0081c3;
}
.moreBtn.t-navy a{

	background-color: #093258;
}
.moreBtn.t-navy a::before {
	
}
.moreBtn.t-grn a{

	background-color: #009e96;
}
.moreBtn.t-whtNavy a{
	background-color: #FFF;
	color: #093258;
}
.moreBtn.t-whtNavy a::before{
	background-color: #093258;
}
.moreBtn.t-whtLine a{
	background-color: transparent;
	color: #FFF;
	border: #FFF 2px solid;
}
.moreBtn.t-whtLine a::before{
	background-color: #FFF;
}
.moreBtn.t-redLine a{
	background-color: transparent;
	color: var(--color-primary);
	border: var(--color-primary) 2px solid;
}
.moreBtn.t-redLine a::before{
	background-color: var(--color-primary);
	
}
.moreBtn.t-redLine a:hover{
	background-color: var(--color-primary);
	color: #FFF;
	opacity: 1;
}
.moreBtn.t-redLine a:hover::before{
	background-color: #FFF;
}
.goTopBtn{
    width: 60px;
    height: 60px;
    display: inline-block;
    position: fixed;
    right: 0px;
    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: var(--color-primary);
	border-radius: 0;
}
.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: 12px;
height: 12px;
margin: 0 0px;
border-top: 3px solid #FFF;
border-right: 3px solid #FFF;
transform: rotate(-45deg);
position: absolute;
top: calc(50% - 6px);
left: calc(50% - 7px);
}

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

.copyright{
	width:50%;
	height:auto;
	float:left;
	display:inline-block;
	font-size:11px;
	color:#333;
	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-family: 'Exo', sans-serif;
	font-weight: 500;
	text-align: right;
	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;
	box-sizing: border-box;
}
.text60Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:60px;
	text-align:center;
	line-height:1.4em;
	position: relative;
	box-sizing: border-box;
}
.text30{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:left;
	line-height:1.6em;
	position: relative;
	box-sizing: border-box;
}
.text30Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:center;
	line-height:1.6em;
	position: relative;
	box-sizing: border-box;
}
.text36{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:left;
	line-height:1.6em;
	position: relative;
	box-sizing: border-box;
}
.text36Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:center;
	line-height:1.6em;
    position: relative;
	box-sizing: border-box;
}
.text42{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:42px;
	text-align:left;
	line-height:1.3em;
    position: relative;
	box-sizing: border-box;
}
.text48{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:48px;
	text-align:left;
	line-height:1.3em;
    position: relative;
	box-sizing: border-box;
}
.text48Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:48px;
	text-align:center;
	line-height:1.3em;
    position: relative;
	box-sizing: border-box;
}
.text28Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:28px;
	text-align:center;
	line-height:1.8em;
	position: relative;
	box-sizing: border-box;
}
.text28{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:28px;
	text-align:left;
	line-height:1.8em;
	position: relative;
	box-sizing: border-box;
}
.text24Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:center;
	line-height:1.8em;
	position: relative;
	box-sizing: border-box;
}
.text24{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:left;
	line-height:1.8em;
	position: relative;
	box-sizing: border-box;
}
.text22{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:22px;
	text-align:left;
	line-height:1.6em;
	position: relative;
	box-sizing: border-box;
}
.text22Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:22px;
	text-align: center;
	line-height:1.6em;
	position: relative;
	box-sizing: border-box;
}
.text20{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:20px;
	text-align:left;
	line-height:1.6em;
	position: relative;
	box-sizing: border-box;
}
.text20Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:20px;
	text-align: center;
	line-height:1.6em;
	position: relative;
	box-sizing: border-box;
}
.text18{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align:left;
	line-height:1.8em;
	position: relative;
	box-sizing: border-box;
}
.text18Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align: center;
	line-height:1.8em;
	position: relative;
	box-sizing: border-box;
}
.text16{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:left;
	line-height: 2em;
	position: relative;
	box-sizing: border-box;
}
.text16Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:center;
	line-height: 2em;
	position: relative;
	box-sizing: border-box;
}
.text15{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:15px;
	text-align:left;
	line-height: 2em;
	position: relative;
	box-sizing: border-box;
}
.text15Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:15px;
	text-align:center;
	line-height: 2em;
	position: relative;
	box-sizing: border-box;
}
.text14{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:left;
	line-height:1.8em;
	box-sizing: border-box;
}
.text14Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:center;
	line-height:1.8em;
	position: relative;
	box-sizing: border-box;
}
.text12{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:left;
	line-height: 2em;
	position: relative;
	box-sizing: border-box;
}
.text12Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:center;
	line-height: 2em;
	position: relative;
	box-sizing: border-box;
}

.bd{
	font-weight: bold;
}

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

.gNavi li{
	width: auto;
	height: auto;
	float: left;
	display:block;
	position: relative;
}
.gNavi li a{
	width: auto;
	height: 50px;
	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 0.7vw;
	position: relative;
    cursor: pointer;
    letter-spacing: 0.03em;
	border-radius: 0px;
}
.gNavi li a:hover,.gNavi li span:hover{
	background-color: rgba(0,0,0,0.05);
	
}
.t-toppage .gNavi li a{
	color: #FFF;
}
.t-toppage .gNavi li a:hover,.t-toppage .gNavi li span:hover{
	background-color: rgba(0,0,0,0.05);
	color: #FFF;
}
.on.t-toppage .gNavi li a{
	
}
.on .gNavi li a:hover{
	background-color: rgba(0,0,0,0.05);
	
}
.fixColor .gNavi li a:hover{
	background-color: rgba(0,0,0,0.05);
	
}

.gNavi li.active a{
	
}

.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: calc(100vh + 60px);
	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: #FFF;
	max-height: 1000px;
	/*display: flex;
	align-items: center;
	justify-content: flex-start;*/
}
.heroImage::before{
	/*content: '';
	width: 22%;
	height: 340px;
	background-color: rgba(0,0,0,0.05);
	background-color: #f2f2f2;
	position: absolute;
	bottom: 60px;
	left: 0;*/
}
.heroImage::after{
	/*content: '';
	width: 30%;
	height: 400px;
	background-color: rgba(0,0,0,0.05);
	background-color: #f2f2f2;
	position: absolute;
	top: 160px;
	left: 26%;*/
}
.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;
}
.font14{
	font-size: 1.4em;
}
.font16{
	font-size: 1.6em;
}
.font18{
	font-size: 1.8em;
}

.mainTitle span{
	font-size: 0.8em;
}

.fontEn{
	font-family: 'Roboto', sans-serif;
	
}
.fontJp{
	font-family: 'Noto Sans JP',sans-serif;
}
.bd900{
	font-weight: 900;
}
.bd800{
	font-weight: 800;
}
.bd600{
	font-weight: 600;
}
.bd300{
	font-weight: 300;
}
.bd200{
	font-weight: 200;
}
.ls100{
	letter-spacing: 0.1em;
}
.ls200{
	letter-spacing: 0.2em;
}
.ls300{
	letter-spacing: 0.3em;
}
.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: left;
	margin-bottom: 20px;
}
.footLogo img{
	width: 100%;
	height: auto;
	max-width: 240px;
}
.footAd{
	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: left;
	padding-top: 10px;
}
#menuButton{
	display: none;
}

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


/*MNO*/


.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;
}
.lh10{
	line-height: 1em;
}
.footMenu{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	float: left;
	margin-top: 10px;
}
.footMenu ul{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	position: relative;
}
.footMenu ul li{
	display: block;
    float: left;
    height: auto;
    width: 50%;
	position: relative;
	margin-bottom: 10px;
}
.footMenu ul li a{
	display:inline-block;
    float: left;
    height: auto;
	font-size: 13px;
	line-height: 1.8em;
	position: relative;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	padding-left: 1.2em;
}
.footMenu ul li a::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 2px;
	background-color: var(--color-primary);
	position: absolute;
	top: 11px;
	left: 0;
}
.footMenu ul li a:hover{
	text-decoration: underline;
	color: var(--color-primary);
}
.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;
	color: #000;
}
.footInfo a{
	color: #000;
	text-decoration: none;
}
.footInfo a:hover{
	color: var(--color-primary);
	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: 240px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--color-primary-dark);
    box-sizing: border-box;
    transition-property: all;
    transition: 0.2s ease;
    width: 100%;
    justify-content: center;
    
}
.bottomEntryBtn::before{
	content: '';
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 8px);
  right: 40px;
}

.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;*/
    background-color: var(--color-primary-light);
}
.bottomEntryBtn .text48Center{
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 300;
	letter-spacing: 0.05em;
	
}
.bottomEntryBtn .text16Center{
	line-height: 1;
	font-weight: 500;
}
.entryInner{
	width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 60px;
  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;
	
}
.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: 1px;
  height: 160px;
  position: absolute;
  bottom:0;
	right: 40px;
  background-color: #FFF;

  z-index: 10;
}
.scrollBar::before {
  content: 'SCROLL ';
  width: 130px;
  position: absolute;
  right: -78px;
  top: 55px;
  color: #FFF;

  font-size: 11px;
  line-height: 20px;
  transform: rotate(90deg);
  font-family: 'Roboto', sans-serif;
	font-family: 'Exo', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.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: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
padding-top: 0px;
	padding-left: 60px;
	padding-right: 0px;
z-index: 100;
	margin: 0 auto;
	z-index: 10;
}
.heroInner::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.50) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.50) 100%);
    background-image: linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 100%);
	z-index: 0;
}

.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: 110px;
	height: 50px;
	float: left;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	margin-left: 10px;
	margin-right: 0px;
}
.headEntryBtn a{
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    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 0px;
    position: relative;
    cursor: pointer;
    letter-spacing: 0.03em;
	background-color: #FFF;
	border-radius: 0px;
	padding-left: 15px;
	font-family: 'Roboto', sans-serif;
}
.headEntryBtn a::before{
	content: '';
	width: 8px;
	height: 8px;
	background-color: var(--color-primary);
	border-radius: 100%;
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
}
.headEntryBtn.t-line a{
	background-color:transparent;
	color: #FFF;
	border: #FFF 2px solid;
}
.headEntryBtn.t-line a::before{
	background-color: #FFF;
}
.headEntryBtn a:hover{
	opacity:0.8;
}
.gNaviBox{
	width: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: flex-end;
	margin-right: 10px;
}


.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: 11px;
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: #666;
	text-decoration: underline;
}
.bc a:hover{
	color: #000;
}
.bc.wht{
	color: #FFF;
}
.bc.wht a{
	color: #FFF;
}
.bc.wht a:hover{
	color: #d2d2d2;
}
.bc.t-right{
	text-align: right;
}
.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;
}
.box45{
	width: 45%;
    height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
}
.box50{
	width: 50%;
    height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
}
.box55{
	width: 55%;
    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;
}



.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);
}
.whtBox.t-beg{
	background-color: #cec0a8;
}
.c-red{
	color: var(--color-primary);
}
.c-navy{
	color: #093258
}
.c-blue{
    color: #00A7D2;
}
.c-grn{
	color: #009e96;
}
.c-lgrn{
    color: #6DBF26;
}
.c-ylw{
	color: #f6c32a;
}
.c-gold{
	color: #7b6b5c;
}
.c-beg{
    color: #C8B89D;
}
.c-beg02{
    color: #B9A583;
}
.c-Dgrey{
	color: #3d4344;
}
.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: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.section-lineup .slick-list {
  overflow: hidden;
}
.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: 0px 10px;
}
.bgBlue{
	background-color: #00bff0;
}
.bgGrn{
	background-color: #e8fbe5;
}
.bgOrg{
	background-color: #fd684f;
}
.bgGold{
	background-color: #7b6b5c;
}
.bgBeg{
	background-color: #cec0a8;
}
.bgLbeg{
	background-color: #f7f5eb;
}
.bgDgold{
    background-color: #574a40;
}
.bgDgrey{
	background-color: #3d4344;
}
.bgBlk{
	background-color: #000;
}
.uLine{
	border-bottom: #000 2px solid;
	padding-bottom: 2px;
}
.wht .uLine{
	border-bottom-color: #FFF;
}
.uLine.t-red{
	border-bottom-color: var(--color-primary);
}
.uLine.c-red{
	border-bottom-color: var(--color-primary);
}
.uLine.c-navy{
	border-bottom-color: #093258;
}
.uLine.c-blue{
	border-bottom-color: #0081c3;
}
.uLine.c-grn{
	border-bottom-color: #79b725;
}
.bottomHalfGrn::before {
  content: '';
  width: 100%;
  height: 50%;
  background-color: #79b725;
  position: absolute;
  bottom: 0;
  left: 0;
}
.textBox{
	width: 100%;
height: auto;
	float: left;
box-sizing: border-box;
position: relative;
	padding: 20px;
}
.lineBox{
	width: 100%;
height: auto;
	float: left;
box-sizing: border-box;
position: relative;
	padding: 40px;
	border: #ccc 1px solid;
}
.dotList{
	width: 100%;
    height: auto;
    float: left;
    display: 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;
	position: relative;
}
.dotList li{
	width: 50%;
    height: auto;
    float: left;
    display: 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;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 16px;
}
.dotList.t-bgGrey{
	background-color: #f8f8f8;
	padding: 20px;
}
.dotList li.w-full{
	width: 100% !important;
}
.dotList li::before{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	display: block;
	top: 11px;
	left: 0;
	background-color: var(--color-primary);
}
.dotList.w-full li{
	width: 100%;
}
.dotList.t-column3 li{
	width: 33.3333%;
}
.dotList.exWht{
	border: #FFF 0px solid;
	padding: 20px;
	background-color: rgba(0,0,0,0.08);
	border-radius: 16px;
	padding-bottom: 10px;
}
.dotList.exWht li{
	color: #FFF;
	font-weight: 600;
}
.dotList.exWht li::before{
	background-color: #FFF;
	border-radius: 100%;
}
.dotList.exWht02{
	
}
.dotList.exWht02 li{
	color: #FFF;
	
}
.dotList.exWht02 li:last-child{
	margin-bottom: 0;
}
.dotList.exWht02 li::before{
	background-color: #FFF;
}
.dotList.whtSmall li{
	color: #FFF;
	font-size: 14px;
	width: 33.3333%;
	margin-bottom: 5px;
	padding-left: 14px;
}
.dotList.whtSmall li::before{
	background-color: #FFF;
	top: 9px;
}
.dotList.exSmall li{
	margin-bottom: 5px;
	font-size: 14px;
	padding-left: 14px;
}
.dotList.exSmall li::before{
	top: 9px;
}
.dotList.exGrn{
	border: #d2d2d2 2px solid;
	padding: 20px;
}
.dotList.exGrn li{
	font-weight: 600;
}
.dotList.exGrn li::before{
	background-color: #c5d700;
}
.dotList.exDgrey{
	border: #d2d2d2 2px solid;
	padding: 20px;
}
.dotList.exDgrey li{
	font-weight: 600;
}
.dotList.exDgrey li::before{
	background-color: #3d4344;
}
.dotList.t-grn li::before{
	background-color: #009e96;
}
.cnt{
	box-sizing: border-box;
	position: relative;
}

.boxTitle{
	display: block;
float: left;
height: auto;
width: 100%;
font-size: 48px;
text-align: left;
line-height: 1.8em;
position: relative;
	font-weight: 800;
	letter-spacing: 0.1em;
}
.boxTitle span {
  padding: 0px 20px;
  display: inline;
  background-color: #FFF;
  color: #0081c3;
}

.gNaviWrapper{
	width: auto;
display: flex;
box-sizing: border-box;
justify-content: flex-end;
	align-items: center;
	/*background-color: #e3e7ec;*/
	margin-right: 40px;
	border-radius: 0px;
	padding-left: 30px;
}
.on .gNaviWrapper{
	/*background-color: #FFF;*/
	
}
.header .box1600{
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

.pageHead {
	height: 360px;
  background-color: #f2f2f2;
  overflow: auto;
	box-sizing: border-box;
	margin-top: 80px;
}

.pageHead::before {
	content: '';
	width: 60px;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.pageHead::after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.60) 100%);
	z-index: 0;
}
.pageHead.bgAbout {
	background-image: url("../images/about/pagetop02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	
}
.pageHead.bgBiz {
	background-image: url("../images/biz/pagetop02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	
}
.pageHead.bgBiz01 {
	background-image: url("../images/biz/pagetop_biz01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	height: 200px;
}
.pageHead.bgBiz02 {
	background-image: url("../images/biz/pagetop_biz02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	height: 200px;
}
.pageHead.bgBiz03 {
	background-image: url("../images/biz/pagetop_biz03.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	height: 200px;
}
.pageHead.bgBiz04 {
	background-image: url("../images/biz/pagetop_biz04.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	height: 200px;
}
.pageHead.bgValue {
	background-image: url("../images/value/pagetop02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #093258;
	background-size:cover;
	
}
.pageHead.bgValue01 {
	background-image: url("../images/value/pagetop02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	background-color: #093258;
	height: 200px;
}
.pageHead.bgValue01::after {
	display: none;
}
.pageHead.bgProducts {
	background-image: url("../images/products/pagetop.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	
}
.pageHead.bgSus {
	background-image: url("../images/sus/pagetop02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	
}
.pageHead.bgSus::after  {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.10) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.10) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.10) 100%);
}
.pageHead.bgSus01 {
	background-image: url("../images/sus/pagetop02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	background-color: #e8fbe5;
	height: 200px;
}
.pageHead.bgSus01::after  {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.10) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.10) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.10) 100%);
}
.pageHead.bgOffice {
	background-image: url("../images/office-factory/pagetop.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	
}
.pageHead.bgCompany {
	background-image: url("../images/company/pagetop02.jpg");
	background-color: #093258;
    background-position: center top;
    background-repeat: no-repeat;
	background-size:cover;
	
}
.pageHead.bgCompany::after  {
	
}
.pageHead.bgContact {
	background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	height: 160px;
}
.pageHead.bgContact::after {
	display: none;
}
.pageHead.bgNewsSingle {
	background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	height: 80px;
}
.pageHead.bgNewsSingle::after {
	display: none;
}
.pageHead.bgRecruit {
	background-image: url("../images/recruit/pagetop.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
}

ol.policyText{
	width: 100%;
    height: auto;
    float: left;
	padding-left: 25px;
	 box-sizing: border-box;
    position: relative;
    display: block;
}
ol.policyText li{
	list-style-type: decimal;
	font-size: 15px;
	line-height: 2.0em;
	margin-bottom: 40px;
	clear: both;
	float: left;
}
.blueBgBox{
	width: 100%;
    height: auto;
    float: left;
	padding: 40px;
	 box-sizing: border-box;
    position: relative;
    display: block;
	background-color: rgba(0,129,195,0.10);
}
span.boxText {
  padding: 0px 15px;
  display: inline-block;
  background-color: var(--color-primary);
  color: #FFF;
}
span.boxText.t-redLine {
	 background-color: transparent;
	border: var(--color-primary) 2px solid;
	color: var(--color-primary);
}
span.boxText.t-redLine02 {
	 background-color: transparent;
	border: var(--color-primary) 1px solid;
	color: var(--color-primary);
}
span.boxText.t-navyLine {
	 background-color: transparent;
	border: #093258 2px solid;
	color: #093258;
}
span.boxText.t-grn {
	 background-color: #79b725;
}
span.boxText.t-grn02 {
	 background-color: #009e96;
}
span.boxText.t-blk {
	 background-color: #000;
}
span.boxText.t-navy {
	 background-color: #093258;
}
span.boxText.t-whtNavy {
	 background-color: #FFF;
	color: #093258;
}
span.boxText.t-whtRed {
	 background-color: #FFF;
	color: var(--color-primary);
}
span.boxText.t-round {
	border-radius: 40px;
}

.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-top: 20px;
	border-top: #ccc 0px solid;
}
.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;
  padding-bottom: 20px;
  margin-bottom: 20px;
	border-bottom: #000 1px dotted;
}
.companyList dl::before {
	/*content: '';
	width: 20%;
	height: 1px;
	background-color: #cec0a8;
	position: absolute;
	bottom: -1px;
	left: 0;*/
}
.companyList dl dt {
  width: 150px;
  height: auto;
  display: table;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 2em;
  font-weight: 600;
  color: #111;
}
.companyList dl dd {
  width: calc(100% - 150px);
  height: auto;
  display: table;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 2em;
  padding-left: 30px;
}
.companyList dl dd a{
	color: #666;
	text-decoration: underline;
}
.companyList dl dd a:hover{
	color: #204c8f;
}
.companyList dl dd .dotList li{
	font-size: 14px;
}
.companyList dl dd .dotList li::before{
	top: 9px;
}
.companyList dl:last-child{
	/*border-bottom-width: 0;
	 padding-bottom: 0px;*/
  margin-bottom: 20px;
}
.companyList dl:last-child::before {
	/*display: none;*/
}

.companyList02 {
  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-top: 20px;
	border-top: #ccc 0px solid;
}
.companyList02 dl {
  width: 100%;
  height: auto;
  display: 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;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #000 1px dotted;
}
.companyList02 dl::before {
	/*content: '';
	width: 20%;
	height: 1px;
	background-color: #cec0a8;
	position: absolute;
	bottom: -1px;
	left: 0;*/
}
.companyList02 dl dt {
  height: auto;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 2em;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}
.companyList02 dl dd {
  width: calc(100% - 150px);
  height: auto;
  display: table;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 2em;
  padding-left: 50px;
}
.companyList02 dl dd a{
	color: #666;
	text-decoration: underline;
}
.companyList02 dl dd a:hover{
	color: #204c8f;
}
.companyList02 dl dd .dotList li{
	font-size: 14px;
}
.companyList02 dl dd .dotList li::before{
	top: 9px;
}
.companyList02 dl:last-child{
	/*border-bottom-width: 0;
	 padding-bottom: 0px;*/
  margin-bottom: 20px;
/*  margin-top: 10px;
  padding-top: 20px;
  border-top: #000 1px dotted;*/
}
.companyList02 dl:last-child::before {
	/*display: none;*/
}

.mapBox{
	width: 100%;
height: auto;
display: block;
float: left;
position: relative;
box-sizing: border-box;
}
.mapBox iframe {
  width: 100%;
}
.ceoName {
  width: 100%;
  text-align: right;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  float: left;
  letter-spacing: 0.1em;
}
.ceoName span {
  font-size: 0.7em;
  margin-right: 10px;
  font-weight: 500;
}


.sitemapLink{
	width: 100%;
  height: auto;
  display: block;
  float: left;
  box-sizing: border-box;
  position: relative;
	font-size: 18px;
	line-height: 2;
	font-weight: 600;
	margin-bottom: 10px;
}
.sitemapLink.nonLink{
	margin-bottom: 10px;
}
.sitemapLink li{
	width: 100%;
  height: auto;
  display: block;
  float: left;
  box-sizing: border-box;
  position: relative;
	margin-bottom: 10px;
}
.sitemapLink a{
	color: #000;
	text-decoration: underline;
}
.sitemapLink a:hover{
	color: var(--color-primary);
}
.sitemapSubLink{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.sitemapSubLink li{
	width: 50%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
display: block;
	margin-bottom: 10px;
}
.sitemapSubLink li a{
	width: 100%;
  height: auto;
  display: block;
  float: left;
  box-sizing: border-box;
  position: relative;
	font-size: 15px;
	line-height: 2;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	
}
.sitemapSubLink li a:hover{
	color: var(--color-primary);
	text-decoration: underline;
}
.header .flex{
	justify-content: flex-end;
}

.secImg01{
	background-image: url("../images/value/sec02.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	height: 400px;
	width: calc(100% - 60px);
	margin-left: 60px;
}

.secImg01.t-sus{
	background-image: url("../images/sus/sec01_02.jpg");
	display: flex;
	align-items: center;
	justify-content: center;
}
.secImg02{
	background-image: url("../images/about/sec01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	height: 400px;
}

.bdLine{
	display: block;
    float: left;
    width: 100%;
	height: 1px;
	border-bottom: #00bff0 1px solid;
	border-bottom: #cec0a8 1px solid;
	box-sizing: border-box;
}

.column5Box{
	width: 19%;
	box-sizing: border-box;
	position: relative;
}
.column4Box{
	width: 23%;
	box-sizing: border-box;
	position: relative;
}
.column3Box{
	width: 31.3333%;
	box-sizing: border-box;
	position: relative;
}
.column2Box{
	width: 48%;
	box-sizing: border-box;
	position: relative;
}
.paStyleBox{
	width: 30.3333%;
	box-sizing: border-box;
	position: relative;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 50px;
	transition-property: all;
  transition: 0.2s ease;
}
.t-pd .column4Box{
	width: 24%;
	margin-bottom: 20px;
	/*background-color: rgba(0,0,0,0.03);*/
	/*box-shadow: 0 2px 6px rgba(0,0,0,.1);*/
	border: #eee 2px solid;
	padding: 30px;
}
.t-pd .column4Box.dammy{
	width: 24%;
	margin-bottom: 0px;
	border: #eee 0px solid;
	padding: 0px;
}
.t-pd .column4Box .ph100{
	margin-bottom: 20px;
}
.column4Box.w-full{
	width: 25%;
	box-sizing: border-box;
	position: relative;
}
.t-pd .column4Box .text14{
	display: flex;
	align-items: center;
}
.t-pd .column4Box .text14 .iconCate{
	width: 20px;
	height: 20px;
	position: relative;
	margin-right: 5px;
}
.text16.itemCenter{
	display: flex;
	align-items: center;
}
.text16 .iconCate{
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 5px;
}
.topLeftImg {
  width: 50%;
  height: 400px;
  float: left;
  position: relative;
	box-sizing: border-box;
	
}
.topLeftImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.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;
}

a.allLink{
	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;
}

.t-half .column3Box{
	width: 48%;
}
.sideWrapper{
	/*width: 60px;
	height: 100vh;*/
	position: fixed;
	box-sizing: border-box;
	/*top: 0;
	right: 0;*/
	background-color: var(--color-primary);
	display: flex;
	align-items:center;
	justify-content: center;
	z-index: 100;
	width: 100%;
	height: 60px;
	position: relative;
	float: left;
}
.sideCopyright{
	width:auto;
	height:auto;
	float:left;
	display:inline-block;
	font-size:11px;
	color:#FFF;
	line-height:20px;
box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.02em;
	/*-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;*/
}
.footBtn a{
	width: auto;
  height: 36px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  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 12px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.02em;
 border: var(--color-primary) 2px solid;
	
  border-radius: 0px;
  padding-left: 15px;
 /* font-family: 'Roboto', sans-serif;*/
	margin-right: 5px;
	margin-bottom: 5px;
}
.footBtn a i{
	margin-left: 8px;
}
.footBtn a:hover{
	background-color: var(--color-primary);
	color: #FFF;
}

.footBtn.t-blk a{
	border: #000 1px solid;
	height: 30px;
  font-size: 11px;
	color: #000;
	font-weight: 500;
	padding: 0px 8px;
}
.footBtn.t-blk a:hover{
	background-color: #000;
	color: #FFF;
}
.entryInner span.font06{
	font-size: 14px;
	margin-left: 15px;
}
.footBox .box1280{
	padding-left: 60px;
}
.topBgRed{
	width: calc(100% - 120px);
	background-color: var(--color-primary);
	position: relative;
	box-sizing: border-box;
	margin-left: 60px;
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	top: -60px;
	z-index: 10;
}
.secTitle {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 48px;
  text-align: left;
  line-height: 1em;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
	letter-spacing: 0em;
  color: var(--color-primary);
}
.secTitle img{
	width: 60px;
	height: 60px;
	position: relative;
	margin-right: 10px;
	bottom: -2px;
}
.secTitle.t-min img{
	width: 40px;
	height: 40px;
}
.secTitle img.iconDomaguro{
	bottom: -4px;
	margin-right: 0px;
	width: 50px;
	height: 50px;
}
.secTitle.t-min img.iconDomaguro{
	bottom: -4px;
	width: 36px;
	height: 36px;
}
.secTitle img.iconMaguroCut{
	bottom: -8px;
	
}
.secTitle img.iconTunacan{
	bottom: -12px;
}
.secTitle img.iconRecruit{
	bottom: -10px;
}
.secTitle img.iconGlobal{
	bottom: -8px;
}
.secTitle span {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 0.4em;
  padding-left: 5px;
  position: relative;
  color: #111;
  font-weight: 800;
bottom: 1px;
}
.secTitle.wht {
	color: #FFF;
}
.secTitle.wht span{
	color: #FFF;
}
.secTitle.c-navy {
	color: #093258;
}
.secTitle.c-grn {
	color: #009e96;
}
.secTitle.t-min {
	font-size: 30px;
}
.secTitle.t-min span {
	 font-size: 0.6em;
}
.ph100.t-topabout{
	width: 50%;
	padding: 10px;
}
.lineBox.t-topAbout{
	padding: 20px;
	border: #333 2px dotted;
	max-width: 460px;
	border-radius: 16px;
}
.box1280.t-pl{
	max-width: 1440px;
	padding-left: 60px;
}
.box1080.t-pl{
	max-width: 1160px;
	padding-left: 60px;
}
.box800.t-pl{
	max-width: 860px;
	padding-left: 60px;
}
.box1280.t-pr{
	padding-right: 40px;
	padding-right: 60px;
}
.box1080.t-pr{
	padding-right: 40px;
	padding-right: 60px;
}
.box800.t-pr{
	padding-right: 40px;
	padding-right: 60px;
}
.bizBox{
	width: calc(25% - 20px);
	position: relative;
	box-sizing: border-box;
}

.bizInfo{
	width: 100%;
	height: 120px;
	padding: 0px 20px;
	/* position:absolute;*/
	box-sizing: border-box;
	z-index: 2;
	background-color: var(--color-primary);
	/*bottom: 0;
	left: 0;*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.bizInfo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  margin-top: 0px;
  border: 60px solid transparent;
  border-left: 26px solid var(--color-primary);
}
.bizInfo.t04:before {
	display: none;
}
.bizInfo .boxText{
	background-color: #FFF;
	color: var(--color-primary);
	padding: 0 5px ;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 5px;
}
.fukidashiBox{
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    background-color: #FFF;
    padding: 20px 40px;
    border-radius: 0px;
	max-width: 800px;
	box-shadow: 0 3px 12px rgba(0,0,0,.05);
	
}
.fukidashiBox:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFF;
}
.bgNavy{
	background-color: #093258;
}
.bgLblue{
	background-color: #d4effb;
}
.subMoreBtn{
	width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 20px;
  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: 600;
  font-family: 'Roboto', sans-serif;
  padding: 0px 0;
  position: relative;
  letter-spacing: 0.03em;
  max-width: 200px;
  background-color: var(--color-primary);
  border-radius: 0px;
  padding-left: 20px;
	float: right;
	bottom: -12px;
}
.subMoreBtn::before{
	content: '';
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
}
.subMoreBtn:hover{
	opacity: 0.8;
	color: #FFF;
	text-decoration: none;
}
.subMoreBtn.t-whtNavy{
	background-color: #FFF;
	color: #093258;
}
.subMoreBtn.t-whtNavy::before{
	background-color: #093258;
}
.subMoreBtn.t-min{
	max-width: 120px;
	height: 36px;
	font-size: 13px;
	padding-left: 15px;
}
.subMoreBtn.t-min::before{
	right: 15px;
}
.subMoreBtn.t-fc{
	bottom: 0;
}
.subMoreBtn.t-grn{
	background-color: #009e96;
}
.newsList {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.newsList dl {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  
  padding: 15px 0;
  transition-property: all;
  transition: 0.2s ease;
}
.newsList dl:hover {
	background-color: rgba(0,0,0,0.05);
}
.newsList dl dt {
  width: 120px;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #aaa;
  ffont-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.newsList dl dd {
  width: calc(100% - 120px);
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
.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;
}
.box1280.t-bottomCompany{
	padding-right: 0;
}
.bgHalfNavy{
	position: relative;
}
.bgHalfNavy::before{
	content: '';
	width: 50%;
	height: 100%;
	background-color: #093258;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.ph100.t-topMsg img{
	filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5));
}
img.imgCircle{
	border-radius: 100%;
}
.plusZoom{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	text-align: right;
	margin-top: 10px;
}
.topRecDomannaka{
	width: 100%;
	height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	margin-bottom: 10px;
}
.topRecDomannaka img{
	width: 100%;
	height: auto;
	max-width: 670px;
}
.scrollImg{
	width: 36px;
	position: absolute;
	right: 20px;
	bottom: 80px;
	z-index: 10;
}
.scrollImg img{
	width: 100%;
	height: auto;
	filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5));
}
.pageTitle {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 100px;
  text-align: left;
  line-height: 1em;
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
	letter-spacing: 0.03em;
  color: #FFF;
	bottom: -18px;
	bottom: 3px;
	left: 0px;
	padding-left: 80px;
	box-sizing: border-box;
	letter-spacing: 0;
	z-index: 10;
}
.pageTitle span {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 24px;
  padding-left: 10px;
  position: relative;
  color: #FFF;
  font-weight: 800;
}
.pageTitle.t-red {
	color: var(--color-primary);
}
.bgNewsSingle .pageTitle {
	font-size: 60px;
}
.titleDot{
	position: relative;
	box-sizing: border-box;
	padding-left: 1em;
}
.titleDot::before{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	background-color: var(--color-primary);
	top: calc(50% - 3px);
	left: 0;
}
.titleDot.t-navy::before{
	background-color: #093258;
}
.titleDot.t-grn::before{
	background-color: #009e96;
}
.titleLine{
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	box-sizing: border-box;
	border-bottom: #d2d2d2 1px solid;
	clear: both;
}
.titleLine.t-navy{
	border-bottom: #093258 1px solid;
}
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.86);
	
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  max-width: 860px;
  padding: 40px;
  background-color: #fff;
	box-sizing: border-box;
	border-radius: 16px;
	border: #d2d2d2 2px solid;
}

.closeModal {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
	font-size: 24px;
	color: var(--color-primary);
}
#openModal{
	cursor: pointer;
	transition-property: all;
  transition: 0.2s ease;
}
#openModal:hover{
	background-color: rgba(0,0,0,0.05);
}
.lineBox.t-navy{
	border-color: #093258;
}
.lineBox.t-red{
	border-color: var(--color-primary);
}
.lineBox.t-60pd{
	padding: 60px;
}
.lineBox.t-bdtop{
	border-width: 1px 0 0 0;
}
.bizNumberBox{
	width: 80px;
	height: 80px;
	position: absolute;
	right: 60px;
	top: 40px;
}
.valueImg{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	text-align: center;
}
.valueImg img{
	width: 100%;
	height: auto;
	max-width: 800px;
}
.imgCc02{
	width: 100%;
	 float: left;
	text-align: center;
	box-sizing: border-box;
  position: relative;
}
.imgCc02 img{
	width: 360px;
	height: auto;
}
.susBox{
	width: 100%;
	height: auto;
	box-sizing: border-box;
  position: relative;
	border: #009e96 1px solid;
	border-radius: 16px;
	margin-bottom: 20px;
	padding: 40px;
	display: flex;
  flex-flow: row wrap;
}
.secTitle img.iconFactory {
	bottom: -5px;
}
.secTitle.t-min img.iconFactory {
	bottom: -4px;
}
.secTitle.t-min img.iconFish {
	bottom: -8px;
}
.kakouFlow{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.kakouFlow dl{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.kakouFlow dl:before {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 15px solid #aaa;
}
.kakouFlow dl.nonArrow{
	margin-bottom: 0px;
}
.kakouFlow dl.nonArrow:before {
	display: none;
}
.kakouFlow dl dt{
	width: 50%;
	float: left;
  box-sizing: border-box;
  position: relative;
}
.kakouFlow dl dt img{
	width: 31.3333%;
	height: auto;
	margin-right: 2%;
	float: left;
}
.kakouFlow dl dd{
	width: 50%;
	float: left;
  box-sizing: border-box;
  position: relative;
	padding-left: 40px;
}
.flowNumber {
  width: 40px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
  font-weight: 800;
	letter-spacing: 0;
	color: var(--color-primary);
}
.fcText{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.fcText dt{
	margin-right: 20px;
}
.flex.between.t-column3::after {
	content: "";
  display: block;
  width: 29.3333%;
  height: 0;
}
.flex.between.t-column4::after {
	content: "";
  display: block;
  width: 23%;
  height: 0;
}
.flex.between.t-column4-2::after {
	content: "";
  display: block;
  width: 48%;
  height: 0;
}
.fcLicence{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	padding: 30px;
	border: #093258 1px solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fcLicence dl{
	width: 48%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #093258 1px dotted;
	
}
.fcLicence dl:last-child,.fcLicence dl:nth-child(5){
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: #093258 0px dotted;
}
.fcLicence dl dt{
	width: 160px;
	height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.fcLicence dl dd{
	width: calc(100% - 160px);
	height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.posi01{
	position: absolute;
	top: -24px;
	left: 25px;
}
.minLh32{
	min-height: 3.2em;
}
table.susTbl {
  width: 100%;
  box-sizing: border-box;
  border: #999 1px solid;
  font-size: 14px;
}
table.susTbl tr{
	border-bottom: #999 1px solid;
}
table.susTbl th {
	text-align: center;
	color: #111;
	font-weight: 600;
	border-left: 1px solid #999;
	font-size: 12px;
	white-space: nowrap;
	padding: 10px 5px;
	letter-spacing: 0;
	background-color: rgba(0,0,0,0.05);
}
table.susTbl td {
  border-left: 1px solid #999;
  border-width: 0 0 0 1px;
  margin: 0;
  overflow: visible;
  padding: 0.7em 1em;
	color: #111;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
}


table.susTbl tr td:first-child{
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
table.susTbl th:first-child {
	border-left: 0px solid #ddd;
}
table.susTbl tr td:first-child {
	border-left: 0px solid #ddd;
}
.lineBox.t-dot{
	padding: 20px;
	border: #333 1px dotted;
	border-radius: 4px;
}
.downArrowRed{
	
}
.downArrowRed::before {
  content: "";
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 20px solid var(--color-primary);
}
.downArrowWht::before {
  content: "";
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 20px solid #FFF;
}
.iconText{
	position: relative;
	display: flex;
	align-items: center;
}
.iconText img{
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.iconText img.iconMaguro{
	width: 40px;
	height: 40px;
}
.bgWorld{
	background-image: url("../images/biz/world_map.png");
	background-image: url("../images/biz/world_map02.png");
    background-position: center 20px;
    background-repeat: no-repeat;
	background-size:1000px auto;
}
.mapSpace{
	width: 100%;
	height: 360px;
	float: left;
}
.pageNavi{
	width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
	float: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pageNavi li{
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}
.pageNavi li a{
	width: 40px;
	height: 40px;
	display: inline-block;
	box-sizing: border-box;
	border: #204c8f 1px solid;
	color: #204c8f;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.pageNavi li.active a{
	background-color: #204c8f;
	color: #FFF;
}
.pageNavi li a:hover{
	background-color: #204c8f;
	color: #FFF;
}
.postBox{
	width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: #111 2px solid;
	border-bottom: #111 2px solid;
}
.postBox p{
	font-size: 15px;
	box-sizing: border-box;
  position: relative;
	line-height: 2em;
	margin-bottom: 20px;
	margin-top: 5px;
	display: inline-block;
}
.postBox p a{
	color: #999;
	word-break: break-all;
}
.postBox p a:hover{
	color: #000;
}
.postBox h1{
	font-size: 24px;
	line-height: 1.6;
	position: relative;
	padding-left: 0.8em;
}
.postBox h1::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 16px;
  left: 0px;
	background-color: #666;
}
.postBox h2{
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.postBox h3{
	font-size: 18px;
	line-height: 1.6;
	margin-top: 20px;
	margin-bottom: 10px;
}
.postBox h4{
	font-size: 16px;
	line-height: 1.6;
	margin-top: 20px;
	margin-bottom: 5px;
}
.postBox h5{
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	padding-left: 1.2em;
}
.postBox h5::before{
	content: '';
width: 14px;
height: 1px;
background-color: #999;
position: absolute;
top: 15px;
left: 0;
}
.postBox img {
  max-width: 100%;
  height: auto;
	margin-bottom: 20px;
}
.postNavi{
	width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
a.prevBtn{
line-height: 2em;
font-size: 13px;
color: var(--color-primary);
text-decoration: none;
transition-property: all;
transition: 0.2s ease;
box-sizing: border-box;
font-weight: 600;
padding: 5px 30px;
position: relative;
letter-spacing: 0.05em;
align-items: center;
justify-content: center;
font-family: 'Roboto', sans-serif;
	border: var(--color-primary) 2px solid;
border-radius: 0px;
}
a.prevBtn::before {
  /*content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: 0px;
  background-color: #000;*/
}
a.nextBtn{
line-height: 2em;
font-size: 13px;
color: var(--color-primary);
text-decoration: none;
transition-property: all;
transition: 0.2s ease;
box-sizing: border-box;
font-weight: 600;
padding: 5px 30px;
position: relative;
letter-spacing: 0.05em;
border-radius: 0px;
align-items: center;
justify-content: center;
font-family: 'Roboto', sans-serif;
	border: var(--color-primary) 2px solid;

}
a.nextBtn::before {
  /*content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 0px;
  background-color: #000;*/
}
a.nextBtn:hover{
	background-color: var(--color-primary);
	color: #FFF;
}
a.prevBtn:hover{
	background-color: var(--color-primary);
	color: #FFF;
}
.bgRed {
  background-color: var(--color-primary);
}
.lineupList{
	width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
	float: left;
	display: flex;
	flex-wrap: wrap;
	
}
.lineupList li{
	width: 24%;
	height: auto;
  box-sizing: border-box;
  position: relative;
	max-width: 240px;
	margin-right: 1%;
}
.sidePdSec{
	width: calc(100% - 120px);
	margin-left: 60px;
	margin-right: 60px;
}
.lineupList li a{
	width: 100%;
  height: 50px;
font-size: 15px;
	display: flex;
	line-height: 1;
color: var(--color-primary);
text-decoration: none;
transition-property: all;
transition: 0.2s ease;
box-sizing: border-box;
font-weight: 800;
position: relative;
letter-spacing: 0.03em;
align-items: center;
justify-content: flex-start;
font-family: 'Roboto','Noto Sans JP', sans-serif;
	border: #111 2px solid;
	padding-left: 20px;
	padding-right: 20px;
}
.lineupList li a span{
	font-size: 0.8em;
	margin-left: 5px;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #111;
	position: relative;
	bottom: 1px;
}
.lineupList li a::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--color-primary);
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
	transition-property: all;
transition: 0.2s ease;
}
.lineupList li a.pdfIcon{
	color: var(--color-primary);
	border-color: var(--color-primary);
}
.lineupList li a.pdfIcon span{
	color: var(--color-primary);
}
.lineupList li a.pdfIcon::before {
	display: none;
}
.lineupList li a.pdfIcon::after {
	content: '\f1c1';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: calc(50% - 7px);
}
.lineupList li a:hover{
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #FFF;
}
.lineupList li a:hover span{
	color: #FFF;
}
.lineupList li a:hover::before {
	background-color: #FFF;
}
.bgContact .pageTitle{
	padding-left: 60px;
}

.column4Box.aLink{
	transition-property: all;
transition: 0.2s ease;
}
.column4Box.aLink:hover{
	background-color: #f2f2f2;
}
.column4Box.aLink 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;
}
.ph100.t-topValue{
	width: 48%;
}
.column3Box.t-tv{
	width: 30.3333%;
}
.bizBox.aLink{
	transition-property: all;
transition: 0.2s ease;
}
.bizBox.aLink:hover{
	opacity: 0.8;
	transition-property: all;
transition: 0.2s ease;
}
.bizBox.aLink 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;
}
.box50.t-aboutWcompany{
	width: calc(50% - 30px);
	box-sizing: border-box;
	position: relative;
	padding: 40px;
	/*border: #FFF 2px solid;*/
	background-color: #FFF;
}
.box50.t-aboutWSynergy{
	width: calc(50% - 20px);
	box-sizing: border-box;
	position: relative;
	padding: 40px 40px 30px;;
	border: #d2d2d2 1px solid;
}
.t-Xcenter::before{
	content: '×';
	width: 60px;
	height: 60px;
	font-size: 60px;
	line-height: 1;
	text-align: center;
	position: absolute;
	font-weight: 800;
	top: calc(50% - 30px);
	right: -60px;
	color: #FFF;
}
.pageTitle img.iconDomaguro{
	bottom: -4px;
	margin-right: 0px;
	width: 90px;
	height: 90px;
	position: relative;
}
.ph100.imgSynergy{
	text-align: center;
}
.ph100.imgSynergy img{
	float: none;
	max-width: 600px;
}
.kachiBox{
	width: calc(50% - 20px);
  box-sizing: border-box;
  position: relative;
  padding: 20px;
 background-color: var(--color-primary);
	color: #FFF;
}
.kachiIcon{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	top: -40px;
}
.kachiIcon span{
	width: 80px ;
	height: 80px;
	 background-color: var(--color-primary);
	border-radius: 100% 100% 0 0;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: -40px;
}
.kachiIcon span img{
	width: 60px;
	height: 60px;
}
.t-topMsgPosi{
	top: 25px;
}
.valueDomaguroImg img{
	max-width: 400px;
}
.companyList dl dd .koukokuList{
	width: 100%;
	box-sizing: border-box;
}
.companyList dl dd .koukokuList li{
	width: 33.3333%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.companyList dl dd .koukokuList li a{
	color: #000;
	text-decoration: none;
}
.companyList dl dd .koukokuList li a i{
	margin-right: 5px;
	color: #093258;
}
.companyList dl dd .koukokuList li a:hover{
	color: #093258;
	text-decoration: underline;
}
.companyList dl dd .koukokuList li.w-fullSp{
	width: 100%;
}
.companyList02 dl dd .koukokuList{
	width: 100%;
	box-sizing: border-box;
}
.companyList02 dl dd .koukokuList li{
	width: 33.3333%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.companyList02 dl dd .koukokuList li a{
	color: #000;
	text-decoration: none;
}
.companyList02 dl dd .koukokuList li a i{
	margin-right: 5px;
	color: #093258;
}
.companyList02 dl dd .koukokuList li a:hover{
	color: #093258;
	text-decoration: underline;
}
.companyList02 dl dd .koukokuList li.w-fullSp{
	width: 100%;
}

.flex.between.t-column3-2::after {
	content: "";
  display: block;
  width: 31.3333%;
  height: 0;
}
/*20250407*/
.dotList.t-office li a{
	color: #000;
	font-weight: bold;
}
.dotList.t-office li::before{
	content: '';
	border-radius: 100%;
	width: 8px;
	height: 8px;
	position: absolute;
	display: block;
	top: 10px;
}
img.iconDomaguro02{
	position: relative;
	width: 50px;
	height: 50px;
	bottom: -5px;
}
.lineBox.t-map{
	padding-top: 20px;
	border-width: 2px;
}

/*202512追加
-----------------*/

.massage_dl { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 2em 0;}
.massage_dl dt { width: 160px; margin: 5px 0; text-align: center; font-weight: 600; border: solid 1px var(--color-primary);}
.massage_dl dd { width: calc( 100% - 200px); margin: 5px 0;}
.massage_dl span { color: #F00;}
