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

::-moz-selection {
	background-color:#2C69C6;
	color: #FFF;/* Firefox */
}
.clearfix {
	clear: both;
}
.onPc{
	display:block !important;
}
.onSmt{
	display:none !important;
}
.headclearfix {
	clear: both;
	width:100%;
	height:1px;
	display:block;
	float:left;
	margin-bottom:-1px;
}
a{
   color: #0081c3;
	text-decoration: none;
}
a:hover{
	color: #0081c3;
	color: #20B3FF;
	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;
}
img.imgShadow{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.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: 100px;
	display: block;
	position: fixed;
	align-items: center;
	display: flex;
	top: 0px;
	z-index: 1000;
	background-color: rgba(255,255,255,1.00);
	transition-property: all;
	transition: 0.2s ease;
	box-sizing: border-box;
}
.header.on {
    background-color: #FFF;
	border-bottom: rgba(0,0,0,0.10) 1px solid;
}
.header.fixColor {
    background-color: #FFF;
	border-bottom: rgba(0,0,0,0.10) 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:1320px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    position: relative;
    
}
.box1280Pd{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width:1360px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;

    position: relative;
    
}
.box1600{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1640px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
    position: relative;
    
}
.box1600Pd{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1600px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
}
.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;
	transition-property: all;
	transition: 0.4s ease;
    opacity:1.0;
	top: 20px;
	left: 25px;
	/*filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";*/
	
}

.on .headLogo{
	
}
.headLogo img{
	height: 60px;
	width:auto;
	transition-property: all;
	transition: 0.2s ease;
    display: block;
	background-color: #FFF;
	padding: 0px 15px;
	box-sizing: border-box;
	/*filter: brightness(0) invert(1);*/
}
.on .headLogo img{
	filter: brightness(1) invert(0);
}
.fixColor .headLogo{
	left: 40px;
}
.fixColor .headLogo img{
	filter: brightness(1) invert(0);
	padding: 0px 0px;
	background-color: transparent;
}
.headLogo img.fvWht{
	display: block;
}
.on .headLogo img.fvWht{
	display: none;
}
.headLogo img.fvColor{
	display: none;
}
.on .headLogo img.fvColor{
	display: block;
}
.contentBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
    position: relative;

}

.contentBoxGrey {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color:#f6f6f6;
    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: 0px;
    padding-bottom: 0px;
   background-color: #FFF;
	border-top: #d2d2d2 1px solid;
}
.footBox.nonBd {
	border-top-width: 0;
}
.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: center;
    line-height: 20px;
    font-size: 15px;
    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;
    letter-spacing: 0.03em;
  font-family: 'Oswald', sans-serif;
	font-weight: 500;
    padding: 0px 0;
    position: relative;
    letter-spacing: 0.05em;
    max-width: 180px;
	background-color: #772e77;
	border-radius: 0px;
}
.moreBtn.t-left{
    justify-content: flex-start;
}
.moreBtn.t-right{
    justify-content: flex-end;
}
.moreBtn a::before{

}

.moreBtn.t-min a,.moreBtn.t-min span{
	max-width: 140px;
	height: 40px;
	font-size: 13px;
}
.moreBtn.t-map a{
	color: #f6c32a;
	font-weight: 600;
	max-width: 180px;
}
.moreBtn.t-map a i{
	margin-right: 10px;
	
}
.moreBtn.w-full a{
	max-width: 100%;
}
.moreBtn a span{
   
}
.moreBtn a:hover{
    opacity: 0.8;
}

.moreBtn a:hover::before{
    
}
.moreBtn.t-whtLine a,.moreBtn.t-whtLine span{
    border: #FFF 1px solid;
	color: #FFF;
	background-color: transparent;
}
.moreBtn.t-whtLine a:hover{
	 background-color: #FFF;
	color: #9e397a;
}
.moreBtn.t-wht a{
	background-color: #FFF;
	color: #9e397a;
}
.moreBtn.t-wht a:hover{
	opacity: 0.8;
}
.moreBtn.t-whtBlk a{
	background-color: #FFF;
	color: #333;
}
.moreBtn.t-lBlk a{
	background-color: #404040;
	
}
.moreBtn.t-lBlk a:hover{
	opacity: 0.8;
}
.moreBtn.t-pplLine a,.moreBtn.t-pplLine span{
    border: #772e77 1px solid;
	color: #772e77;
	background-color: transparent;
}
.moreBtn.t-pplLine a:hover,.moreBtn.t-pplLine span:hover{
	color: #FFF;
	background-color: #772e77;
}
.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: #111;
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.goTopBtn a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.goTopBtn::before{
	content: '';
display: inline-block;
width: 18px;
height: 18px;
margin: 0 0px;
border-top: 4px solid #FFF;
border-right: 4px solid #FFF;
transform: rotate(-45deg);
position: absolute;
top: calc(50% - 8px);
left: calc(50% - 10px);
}

.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:#aaa;
	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: 'Oswald', 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;
}
.text60Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:60px;
	text-align:center;
	line-height:1.4em;
	position: relative;
}
.text30{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:left;
	line-height:1.6em;
	position: relative;
}
.text30Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:center;
	line-height:1.6em;
	position: relative;
}
.text36{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:left;
	line-height:1.6em;
	position: relative;
}
.text36Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:center;
	line-height:1.6em;
    position: relative;
}
.text42{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:42px;
	text-align:left;
	line-height:1.3em;
    position: relative;
}
.text48{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:48px;
	text-align:left;
	line-height:1.3em;
    position: relative;
}
.text48Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:48px;
	text-align:center;
	line-height:1.3em;
    position: relative;
}
.text24Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:center;
	line-height:1.8em;
	position: relative;
}
.text24{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:left;
	line-height:1.8em;
	position: relative;
}
.text22{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:22px;
	text-align:left;
	line-height:1.6em;
	position: relative;
}
.text22Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:22px;
	text-align: center;
	line-height:1.6em;
	position: relative;
}
.text20{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:20px;
	text-align:left;
	line-height:1.6em;
	position: relative;
}
.text20Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:20px;
	text-align: center;
	line-height:1.6em;
	position: relative;
}
.text18{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align:left;
	line-height:2em;
	position: relative;
}
.text18Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align: center;
	line-height:2em;
	position: relative;
}
.text16{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:left;
	line-height:2em;
	position: relative;
}
.text16Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:center;
	line-height:2em;
	position: relative;
}
.text15{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:15px;
	text-align:left;
	line-height:2em;
	position: relative;
}
.text14{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:left;
	line-height:2em;
}
.text14Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:center;
	line-height:2em;
	position: relative;
}
.text12{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:left;
	line-height: 2em;
	position: relative;
}
.text12Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:center;
	line-height: 2em;
	position: relative;
}

.bd{
	font-weight: bold;
}
.gNaviWrapper{
	display: flex;
	align-items: center;
}
.gNavi {
	width: 100%;
	height: auto;
	display:flex;
	justify-content: flex-end;
    float: right;
	position: relative;
	padding-right: 0px;
	box-sizing: border-box;
	border-radius: 8px;
	transition-property: all;
	transition: 0.2s ease;
}

.gNavi li{
	width: auto;
	height: auto;
	float: left;
	display:block;
	position: relative;
}
.gNavi li a,.gNavi li span{
	width: auto;
	height: 50px;
	font-size:16px;
	line-height:20px;
	text-align:center;
    color: #FFF;
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	font-weight: 500;
	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;
	font-family: 'Oswald', sans-serif;
}
.gNavi li span{
	cursor:default;
}
.on .gNavi{
	/*background-color: #FFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);*/
}
.on .gNavi li a,.on .gNavi li span,.fixColor .gNavi li a,.fixColor .gNavi li span{
	color: #111;
}
.fixColor .gNavi li a{
	
}

.gNavi li a:hover,.gNavi li span:hover{
	background-color: rgba(0,0,0,0.05);
	background-color: #FFF;
	color: #9e397a;
}
.gNavi li.active a{
	background-color: #f6f6f6;
	color: #9e397a;
}

.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;
}
.bd700{
	font-weight: 700;
}
.bd500{
	font-weight: 500;
}
.bd300{
	font-weight: 300;
}
.bd400{
	font-weight: 400;
}
.heroImage{
	width: 100%;
  height: calc(100vh + 80px);
  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;
  background-color: #000;
  max-height: 1200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.video-wrap {
  width: 100%;
  height: calc(100vh + 80px);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  max-height: 1200px;
}
video#makingMv {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  background-position: center bottom;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.heroImage::after{
	/*content: '';
	width: 100%;
	height: 60px;
	position: absolute;
	background-color: #9e397a;
	bottom: 0;
	left: 0;*/
}
.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;
	   
}

.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: auto;
	height: 70px;
}

#menuButton{
	display: none;
}

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


/*藤本科学*/


.flex.t-reverse{
	flex-direction: row-reverse;
}

.lh20{
	line-height: 2.0em;
}
.lh18{
	line-height: 1.8em;
}
.lh16{
	line-height: 1.6em;
}
.lh14{
	line-height: 1.4em;
}
.lh12{
	line-height: 1.2em;
}
.footMenu{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	float: left;
	border-left: #d2d2d2 1px solid;
	padding-left: 60px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.footMenu ul{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	position: relative;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.footMenu ul li{
	display: block;
    float: left;
    height: auto;
    width: 25%;
	position: relative;
	margin-top: 5px;
	margin-bottom: 15px;
}
.footMenu ul li a{
	display:inline-block;
    float: left;
    height: auto;
	font-size: 14px;
	line-height: 1.4em;
	position: relative;
	color: #333;
	text-decoration: none;
	letter-spacing: 0.01em;
  font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.footMenu ul li a:hover{
	text-decoration: underline;
	color: #9e397a;
}
.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: 50%;
	height: auto;
	float: left;
	display: block;
	box-sizing: border-box;
}
.footInfo a{
	color: #aaa;
	text-decoration: none;
}
.footInfo a:hover{
	color: #aaa;
	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: 'Oswald', sans-serif;
}
.bottomEntryBtn{
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    
    box-sizing: border-box;
    transition-property: all;
    transition: 0.2s ease;
    justify-content: center;
	width: 100%;
	padding-left: 0px;
	justify-content: flex-start;
	border-bottom: #d2d2d2 1px solid;
}
.bottomEntryBtn::before{
content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0px;
  border-top: 4px solid #772e77;
  border-right: 4px solid #772e77;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 14px);
  right: 30px;
	transition-property: all;
    transition: 0.2s ease;
}

.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: rgba(0,0,0,0.02);
}
.bottomEntryBtn:hover::before{
	right: 20px;
}
.bottomEntryBtn .text48Center{
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-size: 60px;
}
.bottomEntryBtn .text16Center{
	line-height: 1;
	font-weight: 500;
}
.entryInner{
	
}
.entryInner span{

}



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

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


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

.scrollBar{
	width: 1px;
  height: 80px;
  position: absolute;
  bottom: 80px;
  right: 100px;
  background-color: #FFF;
  z-index: 10;
}
.scrollBar::before{
	content: 'SCROLL';
  width: 20px;
  position: absolute;
  left: -20px;
  top: 15px;
  color: #FFF;
  font-size: 11px;
  line-height: 20px;
  transform: rotate(-90deg);
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  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;
	display: flex;
	justify-content: center;
	align-items: center;
	/*max-width: 1600px;*/
	position: absolute;
z-index: 100;
	margin: 0 auto;
}
.heroTextImg{
	width: 580px;
	position: relative;
	top: -30px;
}
.heroTextImg img{
	width: 100%;
	height: auto;
	filter: drop-shadow(1px 0px 10px rgba(0, 0, 0, 0.8));
}
.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: 120px;
	height: 100px;
	float: left;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	margin-left: 10px;
}
.headEntryBtn a{
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
    font-weight: 500;
    transition-property: all;
    transition: 0.2s ease;
    box-sizing: border-box;
    padding: 0px 0px;
    position: relative;
    cursor: pointer;
    letter-spacing: 0.05em;
	border: #FFF 2px solid;
	border-radius: 0px;
	font-family: 'Oswald', sans-serif;
	
}
.headEntryBtn.t-contact a{
	
	
}

.headEntryBtn a:hover{
	/*opacity:0.8;*/
	border-color: #772e77;
	background-color: #772e77;
	color: #FFF;
}
.on .headEntryBtn a,.fixColor .headEntryBtn a{
	border-color: #772e77;
	color: #772e77;
}
.on .headEntryBtn a:hover,.fixColor .headEntryBtn a:hover{
	color: #FFF;
}
.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: 100px;
}
.bc{
	color: #000;
display: block;
float: left;
font-size: 12px;
height: auto;
letter-spacing: 0.05em;
line-height: 20px;
margin-bottom: 10px;
margin-top: 10px;
width: 100%;
box-sizing: border-box;
	text-align: left;
}
.bc a{
	color: #999;
	text-decoration: underline;
}
.bc a:hover{
	color: #000;
}
.bc.wht{
	color: #FFF;
}
.bc.wht a{
	color: #FFF;
}
.bc.wht a:hover{
	color: #d2d2d2;
}

.box30{
	width: 30%;
    height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
}
.box40{
	width: 40%;
    height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
}
.box50{
	width: 50%;
    height: auto;
    float: left;
    box-sizing: border-box;
	position: relative;
}

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



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

.section-lineup {
  overflow: hidden;
	
}
.section-lineup .inner {
  margin: 0 auto;
  width: 100%;
	max-width: 860px;
	padding-left: 20px;
	padding-right: 20px;
	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;
	
}
.section-lineup .inner02 {
  margin: 0 auto;
  width: 100%;
	max-width: 400px;
	padding-left: 20px;
	padding-right:20px;
	box-sizing: border-box;
}
.section-lineup .inner03 {
  margin: 0 auto;
  width: 100%;
	max-width: 1080px;
	padding-left: 20px;
	padding-right:20px;
	box-sizing: border-box;
}
.slick-slide{
	box-sizing: border-box;
	padding: 0px 25px;
}
.inner02 .slick-slide img{
	width: calc(100% - 40px);
	margin: 20px;
	transition-property: all;
transition: 0.2s ease;
}
.inner02 .slick-slide.slick-active img{
	width: calc(100% - 0px);
	margin: 0px;
}
.inner03 .slick-slide img{
	width: calc(100% - 40px);
	margin: 20px;
	transition-property: all;
transition: 0.2s ease;
}
.inner03 li.slick-slide.slick-active.slick-current + li.slick-slide.slick-active img{
	width: calc(100% - 0px);
	margin: 0px;
}
.inner03 .slick-slide.slick-active img{
	
}
.t-bottomSlide .slick-track{
	display: flex;
	align-items: flex-end;
}
.bgBlue{
	background-color: #0081c3;
}
.bgGrn{
	background-color: #79b725;
}

.uLine{
	border-bottom: #000 2px solid;
	padding-bottom: 5px;
}
.wht .uLine{
	border-bottom-color: #FFF;
}
.uLine.c-blue{
	border-bottom-color: #0081c3;
}
.uLine.c-grn{
	border-bottom-color: #79b725;
}
.uLine.c-ppl{
	border-bottom-color: #772e77;
}
.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 li.w-full{
	width: 100%;
}
.dotList li::before{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	display: block;
	top: 11px;
	left: 0;
	background-color: #9e397a;
}

.dotList.w-full li{
	width: 100%;
}
.dotList.t-min li{
	font-size: 14px;
}
.dotList.t-min li::before{
	top: 9px;
}
.dotList.t-dotLine{
	border: #9e397a 1px dotted;
	padding: 20px 30px;
	border-radius: 0 40px 0 40px; 
	
}
.dotList.t-selling{
	
}

.dotList.t-selling li{
	font-weight: 500;
	width: 33.3333%;
}
.cnt{
	box-sizing: border-box;
	position: relative;
}

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;
}
.gallery01{
	width: calc(33.3333% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	
	position: relative;
	z-index: 1;
	top: 0px;
}
.gallery02{
	width: calc(33.3333% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	top: 0px;
}
.gallery03{
	width: calc(33.3333% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	z-index: 1;
	position: relative;
	top: 0px;
}
.gallery01 img,.gallery02 img,.gallery03 img{
	/*border-radius: 0 40px 0 40px;*/
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header .box1600{
	padding-left: 0;
	padding-right: 40px;
	max-width: 100%;
}
.bgPpl{
	background-color: #9e397a;
}
.secTitle{
	display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 48px;
  text-align: left;
  line-height: 1em;
  position: relative;
	letter-spacing: 0em;
  font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #772e77;
}
.secTitle span{
	font-family: 'Noto Sans JP',sans-serif;
	 font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	padding-left: 15px;
	position: relative;
	color: #333;
	font-weight: 600;
	letter-spacing: 0.03em;
}
.secTitle span::before{
	/*content: '';
	width: 1px;
	height: 18px;
	position: absolute;
	left: 14px;
	top:4px;
	border-left: #9e397a 1px dotted;*/
}
.secTitle.t-min{
	font-size: 36px;
}
.secTitle.t-wht{
	color: #FFF;
}
.secTitle.t-wht span{
	color: #FFF;
}
.secTitle.t-wht span::before{
	border-left-color: #FFF;
}
.secTitle.t-blk{
	color: #404040;
}
.secTitle.t-blk span{
	color: #404040;
}
.secTitle.t-blk span::before{
	border-left-color: #404040;
}
.secTitle.t-center{
	text-align: center;
}
.pageHead .secTitle,.secTitle.t-big{
/*	font-size: 30px;*/
	  text-align: center;
}
.pageHead .secTitle span,.secTitle.t-big span{
	/*font-size: 0.8em;
	font-weight: 600;
	padding-left: 50px;*/
}
.pageHead .secTitle span::before,.secTitle.t-big span::before{
	/*height: 30px;
	left: 24px;
	top:4px;*/
}
.bgTopPpl{
	position: relative;
}
.bgTopPpl::before{
	content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  background-color: #9e397a;
  top: 0;
  left: 0;
}
.header .box1600 .flex{
	justify-content: flex-end;
}
.c-ppl{
	color: #772e77;
}
.imgAshirai{
	position: relative;
}
.imgAshirai::before{
	content: '';
	width: 1px;
	height: calc(100% + 10px);
	background-color: #9e397a;
	position: absolute;
	top: 20px;
	right: -20px;
}
.imgAshirai::after{
	content: '';
	width: calc(100% + 10px);
	height: 1px;
	background-color: #772e77;
	position: absolute;
	bottom: -20px;
	left: 20px;
}
.boxText{
	display: inline-block;
	background-color: #772e77;
	padding: 3px 15px;
	color: #FFF;
}
.boxText.t-blk{
	background-color: #222;
}
.acList{
	display: block;
  float: left;
  height: auto;
  width: 100%;
	 position: relative;
	 box-sizing: border-box;
}
.acList dt{
	width: 120px;
	display: block;
  float: left;
	position: relative;
	 box-sizing: border-box;
}
.acList dd{
	width: calc(100% - 120px);
	display: block;
  float: left;
	position: relative;
	 box-sizing: border-box;
}
.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(158,57,122,0.05);
}
.newsList dl dt
{
  width: 160px;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #772e77;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.newsList dl dd
{
  width: calc(100% - 160px);
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  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;
}
.bgYlw{
	background-color: #dadf00;
}
.bgBlk{
	background-color: #111;
}
.c-lBlk{
	color: #404040;
}
.footBox .box1280{
	
}
.footComList{
	display: flex;
  float: left;
  height: auto;
  width: 100%;
	 position: relative;
	 box-sizing: border-box;
	align-items: center;
}
.footComList dt{
	width: 120px;
	display: block;
  float: left;
	position: relative;
	 box-sizing: border-box;
}
.footComList dd{
	width: calc(100% - 120px);
	display: block;
  float: left;
	position: relative;
	 box-sizing: border-box;
}
.bgPplCircle{
	overflow: hidden;
	display: block;
}
.bgPplCircle::before{
	content: '';
	width: 800px;
	height: 800px;
	background-color: rgba(158,57,122,0.05);
	position: absolute;
	top: 10%;
	left: -400px;
	border-radius: 100%;
	z-index: -1;
}
.bgPplCircle::after{
	content: '';
	width: 600px;
	height: 600px;
	background-color: rgba(158,57,122,0.05);
	position: absolute;
	bottom: 10%;
	right: -300px;
	border-radius: 100%;
	z-index: -1;
	overflow: hidden;
}
.bgPplCircle02{
	overflow: hidden;
	display: block;
}
.bgPplCircle02::before{
	content: '';
	width: 800px;
	height: 800px;
	background-color: rgba(158,57,122,0.05);
	position: absolute;
	top: 3%;
	left: -400px;
	border-radius: 100%;
	z-index: -1;
}
.bgPplCircle02::after{
	content: '';
	width: 500px;
	height: 500px;
	background-color: rgba(158,57,122,0.05);
	position: absolute;
	bottom: 3%;
	right: -250px;
	border-radius: 100%;
	z-index: -1;
	overflow: hidden;
}
.bgPplCircle03{
	overflow: hidden;
	display: block;
}
.bgPplCircle03::before{
	content: '';
	width: 600px;
	height: 600px;
	background-color: rgba(158,57,122,0.05);
	position: absolute;
	top: 0;
	left: -300px;
	border-radius: 100%;
	z-index: -1;
}
.bgPplCircle03::after{
	content: '';
	width: 500px;
	height: 500px;
	background-color: rgba(158,57,122,0.05);
	position: absolute;
	bottom: 3%;
	right: -250px;
	border-radius: 100%;
	z-index: -1;
	overflow: hidden;
}
.bgPplCircleLeft{
	overflow: hidden;
	display: block;
}
.bgPplCircleLeft::before{
	content: '';
	width: 600px;
	height: 600px;
	background-color: rgba(158,57,122,0.05);
	position: absolute;
	top: 3%;
	left: -300px;
	border-radius: 100%;
	z-index: -1;
}
.bgPplCircleLeft02{
	overflow: hidden;
	display: block;
}
.bgPplCircleLeft02::before{
	content: '';
	width: 600px;
	height: 600px;
	background-color: rgba(158,57,122,0.05);
	position: absolute;
	bottom: 3%;
	left: -300px;
	border-radius: 100%;
	z-index: -1;
}
.bgPplCircleRight{
	overflow: hidden;
	display: block;
}
.bgPplCircleRight::before{
	content: '';
	width: 600px;
	height: 600px;
	background-color: rgba(158,57,122,0.05);
	position: absolute;
	top: 3%;
	right: -300px;
	border-radius: 100%;
	z-index: -1;
}
.bgPplCircleRight02{
	overflow: hidden;
	display: block;
}
.bgPplCircleRight02::before{
	content: '';
	width: 600px;
	height: 600px;
	background-color: rgba(158,57,122,0.05);
	position: absolute;
	bottom: 3%;
	right: -300px;
	border-radius: 100%;
	z-index: -1;
}
.bgCenterLine{
	position: relative;
}
.bgCenterLine::before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	display: block;
	background-color: #9e397a;
	top: 50%;
	left: 0;
}
.lineWrapper{
	width: 100%;
	position: relative;
}
.lineWrapper::before{
	content: '';
	width: calc(50% - 60px);
	height: 1px;
	position: absolute;
	display: block;
	background-color: #404040;
	top: 60%;
	left: 0;
	z-index: 0;
}
.lineWrapper::after{
	content: '';
	width: calc(50% - 60px);
	height: 1px;
	position: absolute;
	display: block;
	background-color: #404040;
	top: 40%;
	right: 0;
	z-index: 0;
}
.jobTag{
	display: flex;
  float: left;
  height: auto;
  width: calc(50% - 40px);
	 position: relative;
	 box-sizing: border-box;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 20px;
}
.jobTag li{
	font-size: 18px;
	line-height: 1;
	margin-right: 20px;
	font-weight: 600;
	color: #404040;
	margin-bottom: 10px;
	position: relative;
	box-sizing: border-box;
}
.jobTag li::before{
	content: '#';
	margin-right: 5px;
}
.supplierList{
	width: 100%;
    height: auto;
    float: left;
    display: flex;
    -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;
	flex-wrap: wrap;
}
.supplierList li{
	width: 20%;
	box-sizing: border-box;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.supplierList li img{
	width: 100%;
	height: auto;
}
.fixContactBtn
{
  width: 180px;
  height: 50px;
  float: left;
  position: fixed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  bottom: 20px;
  left: 30px;
  z-index: 1000;
}
.fixContactBtn a
{
  width: 100%;
  height: 50px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  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.05em;
  background-color: #9e397a;
  border-radius: 40px;
  font-family: 'Montserrat', sans-serif;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.heroBox01{
	position: absolute;
	top: 80px;
	left: 20px;
	z-index: 10;
	width: 100%;
	max-width: 600px;
}
.heroText{
	position: relative;
	padding: 15px 25px;
	background-color: #9e397a;
	color: #FFF;
	font-size: 48px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.08em;
	display: inline-block;
	border-radius: 0 16px 0 16px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.heroBox02{
	width: 100%;
	max-width: 600px;
	position: absolute;
	bottom: 40px;
	right: 20px;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.heroSub{
	position: relative;
	padding: 8px 10px;
	background-color: #FFF;
	color: #9e397a;
	font-size: 22px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.08em;
	display: inline-block;
	margin-bottom: 5px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.pageHead {
	height: 360px;
  background-color: #111;
  overflow: auto;
	box-sizing: border-box;
	border-radius: 0 0px 0 0px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	
	background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	margin-top: 100px;
}

.pageHead.bgAbout {
	background-image: url("../images/about/pagetop03.jpg");
}
.pageHead.bgService {
	background-image: url("../images/pd_cate04_02.jpg");
}
.pageHead.bgTech {
	background-image: url("../images/tech/pagetop.jpg");
}
.pageHead.bgProcure {
	background-image: url("../images/tech/pagetop02.jpg");
}
.pageHead.bgEngineer {
	background-image: url("../images/tech/pagetop_enigineer.jpg");
}
.pageHead.bgTrading {
	background-image: url("../images/trading/pagetop02.jpg");
}
.pageHead.bgOsupport {
	background-image: url("../images/trading/pagetop_os.jpg");
}
.pageHead.bgImport {
	background-image: url("../images/pd_cate03.jpg");
}
.pageHead.bgObase {
	background-image: url("../images/trading/pagetop_ob.jpg");
}
.pageHead.bgCompany {
	background-image: url("../images/company/pagetop.jpg");
}
.pageHead.bgCustomOrder {
	background-image: url("../images/pd_cate01_02.jpg");
}
.pageHead.bgProducts {
	background-image: url("../images/pd_cate02.jpg");
}
.pageHead.bgOffice{
	background-image: url("../images/company/pagetop_office.jpg");
}
.pageHead.bgCsr{
	background-image: url("../images/company/pagetop_csr.jpg");
}
.pageHead.bgHistory{
	background-image: url("../images/company/pagetop_history02.jpg");
}
.pageHead.bgTransfer{
	background-image: url("../images/pd_cate05.jpg");
}
.pageHead.bgAt{
	background-image: url("../images/pd_cate06.jpg");
}
.pageHead.bgServicePage {
	background-image: url("../images/service/pagetop.jpg");
}
.dotLineBox{
	width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
	border: #9e397a 1px dotted;
  padding: 20px 30px;
  
}
.dotLineBox.t-pd{
	padding: 50px 50px;
}
.exWhtBox{
	width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
	background-color: #FFF;
  padding: 40px;
  border-radius: 0 40px 0 40px;
}
.iconO{
	width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.iconO.t-center{
	text-align: center;
}
.iconO img{
	width: 40px;
	height: auto;
}
ul.checkList 
{
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.checkList li
{
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 15px;
  font-weight: 500;
  padding-left: 36px;
  background-image: url("../images/icon_check.png");
  background-size: 24px 24px;
  background-position: left 1px;
  background-repeat: no-repeat;
}
.column4Box{
	width: 25%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	transition-property: all;
  transition: 0.2s ease;
}
.column3Box{
	width: 33.3333%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	transition-property: all;
  transition: 0.2s ease;
}
.column3Box.aLink:hover{
	background-color: rgba(0,0,0,0.05);
}
.column3Box.aLink 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;
}
.puPdBox{
	width: 49%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	background-color: #FFF;
	border: #d2d2d2 1px solid;
  padding: 30px;
	margin-bottom: 20px;
	transition-property: all;
  transition: 0.2s ease;
}
.puPdBox 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;
}
.puPdBox.aLink:hover{
	opacity: 0.8;
}
.puPdBox.aLink::before{
	content: '';
	width: 24px;
	height: 24px;
	background-color: #9e397a;
	position: absolute;
	bottom: 30px;
	right: 30px;
	border-radius: 100%;
	background-image: url("../images/arrow_right_wht.png");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
.cateTitle{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	font-size: 24px;
	line-height: 1;
	padding-left: 65px;
	color: #222;
	font-weight: 600;
}
.cateTitle span.number{
	font-size: 40px;
	position: absolute;
	left: 0;
	bottom: -3px;
	letter-spacing: 0em;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
	color: #772e77;
}
.itemList{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	padding-left: 70px;
}
.itemList li{
	font-size: 15px;
	line-height: 2;
	box-sizing: border-box;
  position: relative;
	float: left;
	display: inline-block;
	margin-right: 30px;
	padding-left: 14px;
}
.itemList li::before{
	content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  display: block;
  top: 13px;
  left: 0;
  background-color: #9e397a;
	border-radius: 100%;
}
img.imgShape{
	border-radius: 0 32px 0 32px;
}
.companyList{
	width: 100%;
  height: auto;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 40px;
  border-top: #ccc 0px solid;
  padding-top: 40px;
}
.companyList dl {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #ccc 1px solid;
}
.companyList dl::before {
  content: '';
  width: 20%;
  height: 2px;
  background-color: #772e77;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.companyList.t-pd dl {
	padding-bottom: 20px;
  margin-bottom: 20px;
}
.companyList dl dt {
  width: 20%;
  height: auto;
  display: table;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 2em;
  font-weight: 600;
  color: #313131;
}
.companyList dl dd {
  width: 80%;
  height: auto;
  display: table;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 2em;
  padding-left: 40px;
}
.company3Box{
	width: 31.3333%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	padding: 0px 0 15px;
	transition-property: all;
  transition: 0.2s ease;
}
.company3Box:hover{
	opacity: 0.8;
	background-color: rgba(0,0,0,0.04);
}
.company3Box::before{
	content: '';
	width: 24px;
	height: 24px;
	background-color: #9e397a;
	position: absolute;
	bottom: 15px;
	right: 0;
	border-radius: 100%;
	background-image: url("../images/arrow_right_wht.png");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

.company3Box 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;
}
.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;
}
.historyList {
  width: 100%;
  height: auto;
  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;
  display: block;
}
.historyList dl {
  width: 100%;
  height: auto;
  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;
  display: block;
}
.historyList dl dt {
  width: 100px;
  height: auto;
  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;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 24px;
  line-height: 1;
  color: #772e77;
  padding-left: 30px;
  padding-top: 1px;
}
.historyList dl dd {
  width: calc(100% - 100px);
  height: auto;
  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;
  display: block;
  margin-bottom: 40px;
	padding-top: 4px;
	font-size: 15px;
	line-height: 1.8em;
}
.historyList dl::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #aaa;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.historyList dl:first-child::before {
  height: calc(100% - 11px);
}
.historyList dl dt::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #772e77;
  position: absolute;
  top: 9px;
  left: 6.5px;
  border-radius: 0;
}
.historyList dl:last-child::before {
  height: 11px;
  top: 0;
  bottom: initial;
}
.historyList dl dd p {
  margin-bottom: 5px;
  position: relative;
  box-sizing: border-box;
  padding-left: 50px;
}
.historyList dl dd p span {
  width: 50px;
  font-weight: 600;
  display: inline-block;
  color: #772e77;
  position: absolute;
  top: 0;
  left: 0;
}
.numberList{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.numberList li{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  display: block;
	font-size: 16px;
  line-height: 2;
  padding-left: 50px;
	margin-bottom: 2em;
}
.numberList span.number {
  font-size: 24px;
	line-height: 1;
  position: absolute;
  left: 0;
  top: 1px;
 font-family: 'Oswald', sans-serif;
  font-weight: 500;
	color: #772e77;
}
.bdDotLine{
	width: 100%;
  height: 1px;
  float: left;
  box-sizing: border-box;
  position: relative;
  display: block;
	border-bottom: #222 1px dotted;
}
.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: #666;
}
.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: #999;
	text-decoration: underline;
}
.comInfo{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	padding: 40px;
	background-color: rgba(0,0,0,0.03);
}
.comInfo dt{
	width: 180px;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.comInfo dd{
	width: calc(100% - 180px);
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	padding-left: 60px;
}
.text20 .maruIcon{
	width: 20px;
	height: 20px;
	position: relative;
	top: 1px;
	margin-right: 8px;
}
.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: #772e77 1px solid;
	color: #772e77;
	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: #772e77;
	color: #FFF;
}
.pageNavi li a:hover{
	background-color: #772e77;
	color: #FFF;
}
.postBox{
	width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: #111 1px solid;
	border-bottom: #111 1px solid;
}
.postBox p{
	font-size: 14px;
	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-bottom: 10px;
}
.postBox h4{
	font-size: 16px;
	line-height: 1.6;
	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: #772e77;
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: 'Oswald', sans-serif;
  font-weight: 500;
	border: #772e77 1px 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: #772e77;
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: 'Oswald', sans-serif;
  font-weight: 500;
	border: #772e77 1px 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: #772e77;
	color: #FFF;
}
a.prevBtn:hover{
	background-color: #772e77;
	color: #FFF;
}
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 180px;
    position: absolute;
    top: 50px;
    left: calc(50% - 90px);
    margin-right: 0;
    background-color: #222;
    padding-bottom: 0px;
	border-radius: 0px ;
}
.dropdown__lists::before {
	content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #222;
}

.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
li.gnavi__list a,li.gnavi__list span{
	padding-right: 20px;
}
li.gnavi__list a::before,li.gnavi__list span::before{
	content: '';
	width: 4px;
	height: 4px;
	background-color: #772e77;
	position: absolute;
	top: calc(50% - 2px);
	right: 10px;
}
li.gnavi__list a::after{
	/*content: '';
	width: 1px;
	height: 10px;
	background-color: #9e397a;
	position: absolute;
	top: calc(50% - 5px);
	right: 14.5px;*/
}
li.gnavi__list a:hover::before{
	background-color: #9e397a;
}
li.gnavi__list a:hover::after{
	background-color: #9e397a;
}
li.gnavi__list .dropdown__list {
    
    height: 50px;
    transition: all .3s;
    position: relative;
	margin-right: 0 !important;
	width: 100%;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
   
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    
}
li.gnavi__list .dropdown__list a {
	width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
    position: relative;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 0px;
	height: 50px;
	line-height: 1.4em;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	border-radius: 0px 16px 0 16px;
}
li.gnavi__list .dropdown__list a::before {
	content: '';
	width: 5px;
	height: 2px;
	background-color: rgba(255,255,255,0.55);
	position: absolute;
	top: calc(50% - 1px);
	left: 15px;
}
li.gnavi__list .dropdown__list a::after {
	display: none;
}
li.gnavi__list .dropdown__list a:hover {
	background-color: rgba(0,0,0,0.30);
}
li.gnavi__list .dropdown__list.ht a {
	padding-left: 15px;
	font-weight: 500;
	font-size: 13px;
}
li.gnavi__list .dropdown__list.ht a::before {
	display: none;
}
.aboutIcon{
	width: 100px;
	position: relative;
}
.aboutIcon img{
	width: 100%;
	height: auto;
	 /* animation: anime1 2s ease 1s infinite alternate;
  transform-origin:center;*/
}
.aboutIcon.t02 img{
	animation-delay: 0.2s;
}
.aboutIcon.t03 img{
	animation-delay: 0.4s;
}
.aboutIcon.t04 img{
	animation-delay: 0.6s;
}
.aboutIcon.t05 img{
	animation-delay: 0.8s;
}
.aboutIcon.t06 img{
	animation-delay: 1.0s;
}
@keyframes anime1 {
  from {
    transform: scale(1,1);
  }
  to {
    transform: scale(1.1,1.1);
  }
}
.slick-slide img.imgShadow{
    
}


.secWhtRight{
	width: 100%;
  height: 80px;
	float: left;
  box-sizing: border-box;
  position: relative;
	background-color: #fff;
	border-radius: 0 80px 0 0;
	position: relative;
	top: -80px;
	z-index: 100;
	margin-bottom: -40px;
}
.secWhtLeft{
	width: 100%;
  height: 80px;
	float: left;
  box-sizing: border-box;
  position: relative;
	background-color: #fff;
	border-radius: 80px 0 0 0;
	position: relative;
	top: -80px;
	z-index: 100;
	margin-bottom: -40px;
}
.secGreyLeft{
	width: 100%;
  height: 80px;
	float: left;
  box-sizing: border-box;
  position: relative;
	background-color: #f6f6f6;
	border-radius: 80px 0 0 0;
	position: relative;
	top: -80px;
	z-index: 100;
	margin-bottom: -80px;
}
.secGreyBoth{
	width: 100%;
  height: 80px;
	float: left;
  box-sizing: border-box;
  position: relative;
	background-color: #f6f6f6;
	border-radius: 80px 80px 0 0;
	position: relative;
	top: -80px;
	z-index: 100;
	margin-bottom: -80px;
}
.bgGradPpl{
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(126,56,141,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(126,56,141,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(126,56,141,1.00) 100%);	
}
.cornerRound{
	border-radius: 0 0 40px 40px;
}
.topLeftImg {
  width: 50%;
  height: 500px;
  float: left;
  position: relative;
  background-color: #999;
}
.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;
}
.pdTopWrapper{
	width: 100%;
  height: auto;
	float: left;
  box-sizing: border-box;
  position: relative;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.pdTopCate{
	width: 100%;
	height: 350px;
	float: left;
  box-sizing: border-box;
  position: relative;
	background-color: #ddd;
	display: flex;
	align-items: center;
	padding-left: 80px;
	background-size: cover;
	background-position: center center;
  background-repeat: no-repeat;
}
.pdTopCate.t01{
	background-image: url("../images/pd_cate01_02.jpg");
}
.pdTopCate.t02{
	background-image: url("../images/pd_cate02.jpg");
}
.pdTopCate.t03{
	background-image: url("../images/pd_cate03.jpg");
}
.pdTopCate.t04{
	background-image: url("../images/pd_cate04_02.jpg");
}
.pdTopCate.t05{
	background-image: url("../images/pd_cate05.jpg");
}
.pdTopCate.t06{
	background-image: url("../images/pd_cate06.jpg");
	background-position: right center;
}
.pdPuBox{
	width: calc(33.3333% - 30px);
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
	transition-property: all;
  transition: 0.2s ease;
}
.pdPuBox:hover{
	background-color: rgba(0,0,0,0.05);
	opacity: 0.8;
}
.pdPuBox.t-half{
	width: calc(50% - 30px);
}
.pdPuBox 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;
}
.pdLeft{
	width: 160px;
	float: left;
  box-sizing: border-box;
  position: relative;
}
.pdRight{
	width: calc(100% - 160px);
	float: left;
  box-sizing: border-box;
  position: relative;
	padding-left: 20px;
	padding-bottom: 25px;
}
.pdRight .text16{
	line-height: 1.6em;
}
.pdSubBtn{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.pdSubBtn span{
	width: 100px;
  height: 30px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #772e77;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
  font-weight: 400;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  padding: 0px 0px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.03em;
  border: #772e77 1px solid;
  border-radius: 0px;
  font-family: 'Oswald', sans-serif;
}
.pdPuBox:hover .pdSubBtn span{
	background-color: #772e77;
	color: #FFF;
}
.bgRecruit{
	background-image: url("../images/recruit_bg.jpg");
	background-size: cover;
	background-position: center center;
  background-repeat: no-repeat;
}
.topRecLeft{
	width: 380px;
  float: left;
  box-sizing: border-box;
  position: relative;
	padding-right: 60px;
}
.topRecRight{
	width: calc(100% - 380px);
  float: left;
  box-sizing: border-box;
  position: relative;
}
.bottomEntryBtn .secTitle{
	
}
.footBottom{
	background-color: #111;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #FFF;
}
.officeList{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
	
}
.officeList::after{
	content: '';
	width: 31.3333%;
	display: block;
	height: 0;
}
.officeList li{
	width: 31.3333%;
	
	position: relative;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.bottomCity{
	width: 100%;
	position: absolute;
	z-index: 10;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	padding: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.bgAreaMap{
	width: 100%;
	background-image: url("../images/asia_map02.png");
	background-size: 1000px auto;
	background-position: calc(50% - 430px) bottom;
  background-repeat: no-repeat;
}
.ph100.t-tree,.ph100.t-e0{
	text-align: center;
}
.ph100.t-tree img{
	max-width: 900px;
	float: none;
}
.ph100.t-e0 img{
	max-width: 480px;
	float: none;
}
.bgSideBiz{
	position: relative;
}
.cutWrapper{
	width: 100%;
	overflow: hidden;
}
.sideLeftPh01{
	width: 240px;
	height: 240px;
	position: absolute;
	top: 34%;
	left: calc(50% - 880px);
}
.sideLeftPh02{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 14%;
	left: calc(50% - 720px);
}
.sideLeftPh03{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 28%;
	left: calc(50% - 560px);
}
.sideLeftPh04{
	width: 240px;
	height: 240px;
	position: absolute;
	top: 56%;
	left: calc(50% - 680px);
}
.sideRightPh01{
	width: 240px;
	height: 240px;
	position: absolute;
	top: 34%;
	right: calc(50% - 880px);
}
.sideRightPh02{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 14%;
	right: calc(50% - 720px);
}
.sideRightPh03{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 28%;
	right: calc(50% - 560px);
}
.sideRightPh04{
	width: 240px;
	height: 240px;
	position: absolute;
	top: 56%;
	right: calc(50% - 680px);
}
.sidePh01 img{
	width: 100%;
	height: auto;
	border-radius: 100%;
}
.nonLink{
	pointer-events: none
}
.bgImage{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 0;
	padding-bottom: 120px;
}
.bgImage::before{
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f2f2f2;
	z-index: 0;
}
.bgImage.t-tec::before{
	background-image: url("../images/engineer/ph01.jpg");
	background-size: cover;
	background-position: center center;
  background-repeat: no-repeat;
}
.bgImage.t-trad::before{
	background-image: url("../images/biz03_02.jpg");
	background-size: cover;
	background-position: center center;
  background-repeat: no-repeat;
}
.bgImage.t-procure::before{
	background-image: url("../images/biz01_03.jpg");
	background-size: cover;
	background-position: center center;
  background-repeat: no-repeat;
}
.bgImage.t-service::before{
	background-image: url("../images/procurement/ph01.jpg");
	background-size: cover;
	background-position: center center;
  background-repeat: no-repeat;
}
.bizBgBox{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  padding-right: 40px;
padding-bottom: 40px;
	background-color: #FFF;
	z-index: 10;
}
.secImg{
	width: 100%;
  height: 360px;
  float: left;
  box-sizing: border-box;
  position: relative;
	background-color: #f2f2f2;
	z-index: 0;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secImg.t-tec{
	background-image: url("../images/engineer/sec01.jpg");
}
.secImg.t-trad{
	background-image: url("../images/trading/sec01.jpg");
}
.secImg.t-procure{
	background-image: url("../images/tech/pagetop03.jpg");
}
.secImg.t-co{
	background-image: url("../images/custom-order/sec01.jpg");
}
.secImg.t-service{
	background-image: url("../images/fu/pagetop_service.jpg");
}
.secImg.t-products{
	background-image: url("../images/products/sec04.jpg");
}
.secImg.t-os{
	background-image: url("../images/products/sec03.jpg");
}
.secImg.t-transfer{
	background-image: url("../images/trading/sec02.jpg");
}
.secImg.t-At{
	background-image: url("../images/trading/sec04.jpg");
}
.secImg.t-At02{
	background-image: url("../images/trading/sec05.jpg");
}
.secImg.t-servicePage{
	background-image: url("../images/service/sec01.jpg");
}
.pdPageWrapper {
  width: 50%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.pdPageWrapper .pdTopCate {
  width: 100%;
  height: 250px;
  padding-left: 40px;
}
.pdPageWrapper.w-full {
	width: 100%;
}
.ph100.t-center{
	text-align: center;
}
.ph100.t-center img{
	text-align: center;
	float: none;
}
img.w-max400{
	max-width: 400px;
	float: none;
}
.pdRight .text16{
	margin-bottom: 5px;
}
.pdRight .text14{
	color: #666;
}
.effortBox{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  padding:  30px 40px;
	background-color: rgba(119,46,119,0.05);
	border-radius: 16px;
}
.importFlow{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.importFlow dl{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	padding:  20px 40px;
	border: #333 4px solid;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
.importFlow dl::before{
	content: '';
	width: 2px;
	height: 30px;
	border-left: #772e77 4px solid;
	position: absolute;
	bottom: -34px;
	left: calc(50% - 2px);
}
.importFlow dl.dotFLow{
	margin-bottom: 80px;
}
.importFlow dl.dotFLow::before{
	border-left: #772e77 4px dotted;
	height: 80px;
	bottom: -84px;
}
.importFlow dl:last-child::before{
	display: none;
}
.importFlow dl dt{
	width: 160px;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	text-align: center;
}
.importFlow dl dt img{
	width: 80px;
	height: 80px;
}
.importFlow dl dd{
	width: calc(100% - 160px);
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	padding-left: 40px;
}
 .importFlow dl dd .text16 {
    font-size: 15px;
	 line-height: 1.6em;
  }
.p-top .column4Box{
	width: 23%;
}
.p-top .column4Box .dotList.t-min{
	min-height: 137px;
}
.p-top .column4Box .dotList.t-min li {
	margin-bottom: 5px;
}
.column4Box.aLink:hover{
	background-color: rgba(0,0,0,0.05);
}
.column4Box.aLink 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;
}
.secTitle.t-exmin{
	font-size: 30px;
	font-size: 23px;
	letter-spacing: 0;
}
.secTitle.t-exmin span {
  font-size: 13px;
}
.lineBox.t-eng{
	padding-top: 20px;
	padding-bottom: 20px;
}

dl.atList{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF;
	padding: 20px 40px;
	margin-bottom: 20px;
}
dl.atList dt{
	width: 200px;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
}
dl.atList dd{
	width: calc(100% - 200px);
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	padding-top: 5px;
}
dl.atList .itemList{
	padding-left: 0px;
}
dl.atList .itemList li{
	font-weight: 600;
}
.bottomEntryBtn.t-bottom{
	border: #772e77 2px solid;
	padding-left: 40px;
	height: 160px;
}
.bottomEntryBtn.t-bottom .secTitle{
	font-size: 36px;
}
.company_client {
  display: flex;
  flex-wrap: wrap;
}
.company_client li:not(:last-child)::after {
  content: "、";
}
/*202409*/
.numberList.t-peret li{
	font-size: 20px;
	font-weight: 600;
	padding-left: 40px;
	margin-bottom: 0;
}
.numberList.t-peret span.number {
  left: 0;
  top: 6px;
}
