@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.04em;
	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);
	background-color: rgba(255,255,255,0.0);
	transition-property: all;
	transition: 0.2s ease;
	box-sizing: border-box;
}
.header.on {
    background-color: rgba(255,255,255,1.0);
}
.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: 48px;
	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{
    background-color: #FFF;
    color: var(--color-primary);
}
.moreBtn a.wht::before{
   background-color: var(--color-primary);
}
.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;
}
.text13{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:13px;
	text-align:left;
	line-height:1.8em;
	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;
	color: #000;
	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 15px;
	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;
	box-sizing: border-box;
}

#msg.flex::after {
    content: "";
    display: block;
    width: calc(33.3333% - 20px);
}


.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: 7820px;
	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/recruit/hero_bg.png");
background-size: cover;
background-position: center center;
background-repeat: repeat;
	position: relative;
	background-color: #f2f2f2;
	max-height: 780px;
	
	/*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;
}
.font05{
	font-size: 0.5em;
}
.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;
}
.font13{
	font-size: 1.3em;
}
.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: center;
	
}
.footLogo img{
	width: 100%;
	height: auto;
	max-width: 420px;
}
.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;
}
.lh22{
	line-height: 2.2em;
}
.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: 150px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #bb180d;
	background-color: #093258;
    box-sizing: border-box;
    transition-property: all;
    transition: 0.2s ease;
    width: 100%;
    justify-content: center;
    max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 160px;
}
.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-dark);
}
.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: flex-start;
	align-items: flex-start;
	max-width: 680px;
padding-top: 20px;
	padding-left: 40px;
	padding-right: 0px;
z-index: 100;
	margin: 0 auto;
	z-index: 110;
}
.heroInner::before{
   
}

.heroCc{
	width: 100%;
	position: relative;
	max-width: 800px;
}
.heroCc img{
	width: 100%;
	height: auto;
	
}
.headEntryBtn{
	width: 160px;
	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: #FFF;
    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: #093258;
	border-radius: 0px;
	padding-left: 15px;
	font-family: 'Roboto', sans-serif;
}
.headEntryBtn a::before{
	content: '';
	width: 8px;
	height: 8px;
	background-color: #FFF;
	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-pd20{
	padding: 20px;
}
.whtBox.t-intern{
	background-color: rgba(0,0,0,0.15);
}
.whtBox.t-red{
	background-color: var(--color-primary);
}
.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;
}


.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;
}
.uLine.t-bold{
	border-bottom-width: 6px;
}
.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: 15px;
	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: 10px;
	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.4em;
position: relative;
	font-weight: 800;
	letter-spacing: 0.05em;
}
.boxTitle span {
  padding: 0px 15px;
  display: inline-block;
  background-color: var(--color-primary);
  color: #FFF;
}

.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 {
	box-sizing: border-box;
	margin-top: 80px;
}

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 5px;
  display: inline-block;
  background-color: var(--color-primary);
  color: #FFF;
}
span.boxText.t-rwhtLine {
	 background-color: transparent;
	border: #FFF 2px solid;
	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;
}
span.boxText.t-whtBlk {
	 background-color: #FFF;
	color: #222;
}
.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;*/
}

.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:100%;
	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;
}
.footBtn.t-blk a:hover{
	background-color: #000;
	color: #FFF;
}
.entryInner span.font06{
	font-size: 14px;
	margin-left: 15px;
}
.footBox .box1280{
	
}
.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 30px;
    border-radius: 0px;
	max-width: 440px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 600;
	color: var(--color-primary);
	background-image: url("../images/icon_circle_plus.png");
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
	background-size:24px 24px;
}
.fukidashiBox img{
	margin-right: 10px;
	border-radius: 100%;
}
.fukidashiBox:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 15%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 30px 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(0,0,0,0.56);
	
}

.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{
	opacity: 0.8;
}
.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;
}
.fcLicence dl{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #093258 1px dotted;
}
.fcLicence dl:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: #093258 0px dotted;
}
.fcLicence dl dt{
	width: 20%;
	height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.fcLicence dl dd{
	width: 80%;
	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-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% - 40px);
	box-sizing: border-box;
	position: relative;
	padding: 20px;
	border: #000 4px solid;
	background-color: #FFF;
	border-radius: 16px;
}
.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: -74px;
	color: #000;
}
.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;
}
.animate__animated.animate__delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animate__animated.animate__delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animate__animated.animate__delay-20s {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s;
}
.animate__animated.animate__delay-25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.waves {
  position:absolute;
  width: 100%;
  height:100px;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:50px;
  max-height:100px;
	bottom: 0;
	z-index: 100;
}
.secWaves01 {
  position:relative;
  width: 100%;
  height:100px;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:50px;
  max-height:100px;
	bottom: 0;
	z-index: 100;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 5s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 20s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves,.secWaves01 {
    height:60px;
    min-height:60px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}

.footWave{
	background-image: url("../images/recruit/wave_blue01.png");
    background-position: center bottom;
    background-repeat: repeat-x;
	background-size:100% 120px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.topWave{
	background-image: url("../images/recruit/wave_wht01.png");
    background-position: center bottom;
    background-repeat: repeat-x;
	background-size:100% 100px;
	width: 100%;
	height: 100px;
	position: absolute;
	top: -100px;
	left: 0;
}
.topWave.t-navy{
	background-image: url("../images/recruit/wave_navy01.png");
}
.topWave.t-red{
	background-image: url("../images/recruit/wave_blue01.png");
}
.heroCanvas{
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
	top: 0px;
}
.heroCanvas img{
	width: 100%;
	height: auto;
}
img.hBase{
	z-index: 10;
	position: relative;
}
.hMaguro{
	position: absolute;
	width: 100%;
	z-index: 100;
}
.hMaguro img{
	width: 100%;
	height: auto;
}

.hPlanet{
	position: absolute;
	width: 100%;
	z-index: 50;
}
.hPlanet img{
	width: 100%;
	height: auto;
}
.hPlanet02{
	position: absolute;
	width: 100%;
	z-index: 50;
	right: -60px;
}
.hPlanet02 img{
	width: 100%;
	height: auto;
}

.fuwafuwa {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.delay05{
	animation-delay: 0.5s;
}
.delay1{
	animation-delay: 1.0s;
}
.delay15{
	animation-delay: 1.5s;
}
.delay2{
	animation-delay: 2s;
}
.delay3{
	animation-delay: 3s;
}
.delay4{
	animation-delay: 4s;
}
.maguroDelay{
	animation-delay: 10s;
}

.zoom-in {
	animation: zoom-in-anim 3.6s ease-in-out infinite alternate-reverse;
	animation-delay: 4s;
}

@keyframes zoom-in-anim {
	0% {
	transform: scale(1);
	}
	50% {
	transform: scale(1.05);
	}
	100% {
	transform: scale(1.0);
	}
}
img.iconDomaguro{
	bottom: -4px;
	margin-right: 0px;
	width: 50px;
	height: 50px;
	position: relative;
}
.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;
	width: 100%;
}
.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;
	border-radius: 32px;
}
.slick-slide{
	box-sizing: border-box;
	padding: 0px 20px;
}
/*.slick01.slick-slider{
	position: absolute;
	top: 0;
	z-index: 0;
}*/
.slideBox{
	width: 100%;
height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.planetBox{
	width: 100%;
height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	/*background-image: url("../images/recruit/hero_ring01.png");
    background-position: center calc(100% + 60px);
    background-repeat: no-repeat;
	background-size:auto 780px;*/
	z-index: 1;
}
.planet{
	width: 100px;
	height: auto;
	position: absolute;
	z-index: 10;
	
}
.planet img{
	width: 100%;
	height: auto;
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
	position: relative;
}
.planet.t01{
	top: 40%;
	left: calc(50% - 440px);
}
.planet.t02{
	top: 66%;
	left: calc(50% - 530px);
	width: 120px;
}
.planet.t03{
	top: 33%;
	right: calc(50% - 400px);
	width: 90px;
}
.planet.t04{
	top: 77%;
	right: calc(50% - 400px);
	width: 110px;
}
@keyframes floating-y {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(1%);
  }
}
.topDmImg{
	width: 100%;
	text-align: center;
	
}
.topDmImg img{
	width: auto;
	height: 90px;
}
.titleBox{
	width: 100%;
	box-sizing: border-box;
	float: left;
	position: relative;
	padding: 40px 30px 60px;
	background-color: #fff;
	max-width: 440px;
}
.titleBox::before{
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/recruit/title_wave_top_blue.png");
    background-position: center top;
    background-repeat: no-repeat;
	background-size:100% 40px;
}
.titleBox.t-navy::before{
	background-image: url("../images/recruit/title_wave_top_navy.png");
}
.titleBox::after{
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("../images/recruit/title_wave_bottom_blue.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:100% 40px;
}
.titleBox.t-navy::after{
	background-image: url("../images/recruit/title_wave_bottom_navy.png");
}
.gappeiArrow{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background-image: url("../images/recruit/arrow_fat.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:auto 98px;
	min-height: 98px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.round16{
	border-radius: 16px;
}
.leftTextInner {
  width: 100%;
  float: right;
  box-sizing: border-box;
  position: relative;
  max-width: 620px;
	padding-left: 60px;
  z-index: 10;
}
.uLine02{
	border-bottom: #FFF 1px solid;
	padding-bottom: 4px;
}
.moreBigBtn{
	width:100%;
	height:auto;
	float:left;
	display:flex;
	text-align:center;
    position: relative;
	justify-content: center;
	box-sizing: border-box;
}

.moreBigBtn a{
    width: 100%;
    height: 80px;
    display: flex;
	align-items: center;
	justify-content: flex-start;
    line-height: 24px;
    font-size: 24px;
    color: var(--color-primary);
    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: 800;
	font-family: 'Roboto', sans-serif;
    padding: 0px 0;
    position: relative;
    letter-spacing: 0.03em;
	background-color: #FFF;
	padding-left: 20px;
}
.moreBigBtn a:hover{
	opacity: 0.8;
}
.moreBigBtn span{
	color: #000;
	font-size: 14px;
	position: relative;
	margin-left: 10px;
	top: 2px;
	font-family: 'Noto Sans JP';
}
.moreBigBtn a::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--color-primary);
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
}
.moreBigBtn.t-red a{
	max-width: 520px;
	color: #FFF;
	background-color: var(--color-primary);
}
.moreBigBtn.t-red span{
	color: #FFF;
}
.moreBigBtn.t-red a::before {
	background-color: #FFF;
}
.areaList{
	width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.areaList dl{
	width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #d2d2d2 1px solid;
}
.areaList dl dt{
	width: 180px;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.areaList dl dd{
	width: calc(100% - 180px);
  float: left;
  box-sizing: border-box;
  position: relative;
}
span.boxText.j-sky {
	 background-color: transparent;
	border: #03a9f4 2px solid;
	color: #03a9f4;
	border-radius: 4px;
	font-weight: 600;
	letter-spacing: 0.03em;
}
span.boxText.j-ppl {
	 background-color: transparent;
	border: #ab47bc 2px solid;
	color: #ab47bc;
	border-radius: 4px;
	font-weight: 600;
	letter-spacing: 0.03em;
}
span.boxText.j-org {
	 background-color: transparent;
	border: #ffa726 2px solid;
	color: #ffa726;
	border-radius: 4px;
	font-weight: 600;
	letter-spacing: 0.03em;
}
span.boxText.j-grn {
	 background-color: transparent;
	border: #4caf50 2px solid;
	color: #4caf50;
	border-radius: 4px;
	font-weight: 600;
	letter-spacing: 0.03em;
}
span.boxText.j-red {
	 background-color: transparent;
	border: #f44336 2px solid;
	color: #f44336;
	border-radius: 4px;
	font-weight: 600;
	letter-spacing: 0.03em;
}
.valueBtnList{
	width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	padding-left: 2.24%;
	justify-content: space-between;
}
.btnBox{
	width: 18.1%;
	box-sizing: border-box;
	padding: 15px;
	background-color: rgba(0,0,0,0.05);
}
.btnBox .text15{
	font-size: 14px;
	letter-spacing: 0;
}
.btnBox.j01{
	background-color: rgba(244,67,54,0.10);
}
.j01 .text15{
	color: #f44336;
	font-weight:800;
}
.j01 .moreBtn a{
	background-color: #f44336;
	max-width: 100%;
}
.btnBox.j02{
	background-color:rgba(171,71,188,0.10);
}
.j02 .text15{
	color: #ab47bc;
	font-weight:800;
}
.j02 .moreBtn a{
	background-color: #ab47bc;
	max-width: 100%;
}
.btnBox.j03{
	background-color:rgba(255,167,38,0.10);
}
.j03 .text15{
	color: #ffa726;
	font-weight:800;
}
.j03 .moreBtn a{
	background-color: #ffa726;
	max-width: 100%;
}
.btnBox.j04{
	background-color:rgba(76,175,80,0.10);
}
.j04 .text15{
	color: #4caf50;
	font-weight:800;
}
.j04 .moreBtn a{
	background-color: #4caf50;
	max-width: 100%;
}
.btnBox.j05{
	background-color:rgba(3,169,244,0.10);
}
.j05 .text15{
	color: #03a9f4;
	font-weight:800;
}
.j05 .moreBtn a{
	background-color: #03a9f4;
	max-width: 100%;
}
.fukidashiValueBox{
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    background-color: #f2f2f2;
    padding: 30px 20px;
    border-radius: 0px;
	max-width: 800px;
	border-radius: 16px;
	display: flex;
	align-items: center;
}

.fukidashiValueBox:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-bottom: 20px solid #f2f2f2;
}
.bgValueWave{
	background-image: url("../images/recruit/value_wave_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:100% auto;
}
dl.bfList{
	width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
dl.bfList dt{
	width: 240px;
	float: left;
	background-color: var(--color-primary);
	box-sizing: border-box;
  position: relative;
	padding: 40px 20px 40px 30px;
	border-radius: 32px 0 0 32px;
}
dl.bfList dd{
	width: calc(100% - 240px);
	float: left;
	background-color: #f2f2f2;
	box-sizing: border-box;
  position: relative;
	padding: 40px;
	border-radius: 0 32px 32px 0;
}
.dotText{
	box-sizing: border-box;
	position: relative;
	padding-left: 0.8em;
}
.dotText::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  display: block;
  top: calc(50% - 4px);
  left: 0;
  background-color: var(--color-primary);
}
.wht.dotText::before {
	background-color: #FFF;
}
.dotText02{
	box-sizing: border-box;
	position: relative;
}
.dotText02::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  display: block;
  top: calc(50% - 2px);
  left: -14px;
  background-color: var(--color-primary);
}
.wht.dotText02::before {
	background-color: #FFF;
}
.iconTitle{
	display: flex;
	align-items: center;
}
.iconTitle img{
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
.hrPhBox{
	width: 25%;
  box-sizing: border-box;
  position: relative;
}
.lineBox.t-redBold{
	border: var(--color-primary) 4px solid;
	border-radius: 32px;
	padding: 30px;
}
.bgHRWave{
	background-image: url("../images/recruit/value_wave_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:100% auto;
}
.secImg{
	width: 100%;
	height: 560px;
	background-image: url("../images/recruit/message/pagehead.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	position: relative;
}
.secImg::before{
	content: '';
	background-image: url("../images/recruit/wave_wht02.png");
    background-position: center top;
    background-repeat: repeat-x;
	background-size:100% 100px;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0;
}
.secImg::after{
	content: '';
	background-image: url("../images/recruit/wave_wht01.png");
    background-position: center bottom;
    background-repeat: repeat-x;
	background-size:100% 100px;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.msgFullBox{
	width: 100%;
	float: left;
	box-sizing: border-box;
	background-color: var(--color-primary);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 32px;
	position: relative;
	transition-property: all;
  transition: 0.2s ease;
}
.msgFullBox 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;
}
.msgFullBox:hover{
	opacity: 0.8;
}
.msgFullBox .ph100 img{
	border-radius: 32px 0 0 32px;
}
.msgFullBox::before{
	content: '';
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 100%;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.msgFullBox.nonDot::before{
	display: none;
}
.msgFullBox.nonDot:hover{
	opacity: 1;
}
.msgBox{
	width: calc(33.3333% - 20px);
	float: left;
	box-sizing: border-box;
	background-color: var(--color-primary);
	border-radius: 32px;
	position: relative;
	margin-bottom: 30px;
	 transition-property: all;
  transition: 0.2s ease;
}
.msgBox:hover{
	opacity: 0.8;
}
.msgBox 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;
}
.msgBox .ph100 img{
	border-radius: 32px 32px 0 0;
}
.msgBox.t-half{
	width: calc(50% - 20px);
}
.msgProfBox{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}
.msgProfBox::before{
	content: '';
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 100%;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.staffHead{
    width:100%;
	height:auto;
	float:left;
	display:block;
    position: relative;
box-sizing: border-box;

}
.staffHead img{
    width:100%;
	height:auto;
	float:left;
    z-index: 0;
    position: relative;
}
.staffHeadProf{
	width:100%;
	height:auto;
	float:left;
	display:flex;
    position: relative;
box-sizing: border-box;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-color: var(--color-primary);
	position: absolute;
	z-index: 10;
	bottom: -30px;
	left: -30px;
	max-width: 640px;
	border-radius: 32px;
	padding: 30px;
}
.t-rightBd{
	border-right: #fff 1px solid;
}
.marugoTalk dl{
	width:100%;
	height:auto;
	float:left;
	display:flex;
    position: relative;
box-sizing: border-box;
	flex-wrap: wrap;
}
.marugoTalk dl.t-Answer{
	top: -40px;
}
.marugoTalk dl dt{
	width:140px;
	height:auto;
	float:left;
    position: relative;
box-sizing: border-box;
	padding-top: 20px;
}
.marugoTalk dl.t-Answer dt img{
	border-radius: 100%;
}
.marugoTalk dl dd{
	width:calc(100% - 140px);
	height:auto;
	float:left;
    position: relative;
box-sizing: border-box;
}
.fukidashiQ{
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4em;
	background-color: #FFF;
	padding: 12px 30px;
	border-radius: 40px;
	display: inline-block;
	margin-left: 20px;
	position: relative;
}
.fukidashiQ::before{
	content: 'Q.';
	font-size: 1.4em;
	color: var(--color-primary);
}
.fukidashiQ:after {
  content: "";
  position: absolute;
  top: 60%;
  left: -30px;
  margin-top: 0px;
  border: 8px solid transparent;
  border-right: 30px solid #FFF;
	transform: rotate(-20deg);
}
.fukidashiA{
	font-size: 20px;
	font-weight: 900;
	line-height: 1.4em;
	background-color: #FFF;
	padding: 12px 30px;
	border-radius: 40px;
	display: inline-block;
	float: right;
	margin-right: 30px;
	font-family: "Zen Maru Gothic", serif;
	position: relative;
	padding-left: 60px;
}
.fukidashiA::before{
	content: 'A.';
	font-size: 1.4em;
	color: var(--color-primary);
	font-family: 'Noto Sans JP';
	position: relative;
	top: 10px;
	left: 25px;
	position: absolute;
}
.fukidashiA:after {
  content: "";
  position: absolute;
  top: 60%;
  right: -30px;
  margin-top: 0px;
  border: 8px solid transparent;
  border-left: 30px solid #FFF;
	transform: rotate(20deg);
}
.staffProfBox{
	width: 100%;
	float: left;
	box-sizing: border-box;
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 32px;
	position: relative;
}
.staffProfBox .ph100 img{
	border-radius: 0 32px 32px 0;
}
.staffHeadMaguro{
	width: 120px;
	height: auto;
	position: absolute;
	z-index: 10;
	top: -40px;
	right: -40px;
}
.imgRound{
	border-radius: 32px;
}
.symProf {
  width: calc(50% - 10px);
  padding: 30px;
  box-sizing: border-box;
	position: relative;
	background-color: rgba(0,0,0,0.05);
	margin-bottom: 20px;
	border-radius: 32px;
}
.minWhtBox{
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
	padding: 10px 15px;
	background-color: #FFF;
	border-radius: 16px;
	max-width: 320px;
}
.nameText {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 16px;
  line-height: 2em;
  text-align: left;
  padding-left: 4em;
  box-sizing: border-box;
  position: relative;
  color: #000;
  margin-bottom: 40px;
}
.nameText.t-all {
	padding-left: 7em;
	padding-top: 0;
}
.talker {
  color: var(--color-primary);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0;
}
.fukidashiCap{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	position: absolute;
	top: -75px;
	left: 0;
	box-sizing: border-box;
}
.fukidashiCap span{
	display: inline-block;
	background-color: #eee;
	box-sizing: border-box;
	padding: 10px 20px;
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	z-index: 10;
	border-radius: 16px;
}
.fukidashiCap span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 20px solid #eee;
}
.barTitle{
	display: block;
  height: auto;
  width: 100%;
  font-size: 30px;
  text-align: left;
  line-height: 1em;
  box-sizing: border-box;
	font-weight: 800;
}
.barTitle span{
	padding: 25px 25px;
	padding-left: 84px;
  display: inline-block;
  background-color: #f44336;
  color: #FFF;
	box-sizing: border-box;
	width: 100%;
	border-radius: 32px 32px 0 0;
	background-image: url("../images/icon_domaguro_wht.png");
    background-position: 30px center;
    background-repeat: no-repeat;
	background-size:50px 50px;
}
.t-j02 .barTitle span{
	background-color: #ab47bc;
}
.t-j03 .barTitle span{
	background-color: #ffa726;
}
.t-j04 .barTitle span{
	background-color: #4caf50;
}
.t-j05 .barTitle span{
	background-color: #03a9f4;
}
.whtBox.t-j01 {
  background-color: rgba(244,67,54,0.10);
	border-radius: 32px;
	padding: 0 0 40px;
}
.whtBox.t-j02{
	background-color:rgba(171,71,188,0.10);
	border-radius: 32px;
	padding: 0 0 40px;
}
.whtBox.t-j03{
	background-color: rgba(255,167,38,0.10);
	border-radius: 32px;
	padding: 0 0 40px;
}
.whtBox.t-j04{
	background-color: rgba(76,175,80,0.10);
	border-radius: 32px;
	padding: 0 0 40px;
}
.whtBox.t-j05{
	background-color: rgba(3,169,244,0.10);
	border-radius: 32px;
	padding: 0 0 40px;
}
.t-works .msgBox{
	background-color: #FFF;
	width: calc(25% - 20px);
	margin-right: 20px;
	margin-bottom: 0px;
}
.t-works .msgProfBox::before{
  background-color: var(--color-primary);
}
.workLink{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;

}
.workLink li{
	width: calc(20% - 10px);
	box-sizing: border-box;
	position: relative;
}
.workLink li a{
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 600;
	background-color: #f44336;
	color: #FFF;
	letter-spacing: 0.03em;
	border-radius: 8px;
	transition-property: all;
  transition: 0.2s ease;
	padding-bottom: 10px;
}
.workLink li a::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(135deg);
  position: absolute;
  bottom: 12px;
  left: calc(50% - 6px);
	transition-property: all;
  transition: 0.2s ease;
}
.workLink li a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.workLink li a:hover::before {
	bottom: 9px;
}
.workLink li.j02 a{
	background-color: #ab47bc;
}
.workLink li.j03 a{
	background-color: #ffa726;
}
.workLink li.j04 a{
	background-color: #4caf50;
}
.workLink li.j05 a{
	background-color: #03a9f4;
}
.maguroBg{
	width: 100%;
	box-sizing: border-box;
	background-image: url("../images/recruit/maguro_mure_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:1600px auto;
}
.bottomEntryBtn.t-move{
	margin-top: 60px;
	margin-bottom: 60px;
	
}
.acTitle{
	display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 2em;
  position: relative;
  box-sizing: border-box;
	background-color: #eee;font-weight: 600;
	padding: 10px;
	margin-bottom: 20px;
}
.talker em{
	font-size: 0.7em;
	margin-left: 3px;
	font-style: normal;
}
.talkPhBox{
	width: 50px;
	position: absolute;
	top: 0px;
	left: 0;
}
.talkPh{
	width: 50px;
	height: 50px;
	position: relative;
	float: left;
}
.talkPh img{
	width: 100%;
	height: auto;
	border-radius: 100%;
}
.talkPhBox .talker {
  position: absolute;
  top: 52px;
  left: 0;
  letter-spacing: 0;
	width: 100%;
	line-height: 1;
	text-align: center;
}
.nameText {
	padding-left: 80px;
	padding-top: 8px;
	margin-top: 10px;
}