@charset "UTF-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	scroll-behavior: smooth;
}
nav ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {border-collapse:collapse;}

hr {
    display:block;
    height:4px;
    border:0;
    border-top:4px solid #e1edf6;
    margin: 0;
    padding:0;
}

input, select {vertical-align:middle;}


/* NotoSansJP */
@font-face {
    font-family: ' NotoSansJP ';
    src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2'),
             url('../fonts/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
/* NotoSansJP */
@font-face {
    font-family: ' NotoSansJP ';
    src: url('../fonts/NotoSansJP-Medium.woff2') format('woff2'),
             url('../fonts/NotoSansJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* NotoSansJP-Bold */
@font-face {
    font-family: ' NotoSansJP ';
    src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2'),
             url('../fonts/NotoSansJP-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: ' BarlowCondensed ';
    src: url('../fonts/BarlowCondensed-Regular.woff2') format('woff2'),
             url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: ' BarlowCondensed ';
    src: url('../fonts/BarlowCondensed-Bold.woff2') format('woff2'),
             url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
color: #111;
font-size: 93%;
line-height: 1.5;
font-weight:400;
font-family: ' NotoSansJP ';
letter-spacing: 0.05rem;
padding-top:60px;
position: relative;
overflow: hidden;
background:white;}


@media (min-width: 768px) {
body {
letter-spacing: 0.05rem;

}
}

@media (min-width: 992px) {

body {
font-size: 94%;
line-height: 1.6;
letter-spacing: 0.1rem;
padding-top: 0px;}

}
@media (min-width: 1200px) {
body {
font-size: 99%;
}


}


/* -------------------------------

/* 共通
---------------------------------------------------- */

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}
.t-justify{text-align: justify;}
.f-right {float: right;padding: 0 0 1em 1em;}
.f-left {float: left;}
.pointer {cursor: pointer;}
ul.decimal li{list-style: decimal;margin-left: 2em;line-height: 1.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.7;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.7;}
ol.dot li{list-style:disc;margin-left: 25px;line-height: 1.5;text-align: left;font-size: .9em;}

.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.mb150mb100{margin-bottom: 150px;}
.mb120mb80{margin-bottom: 120px;}
.mb100mb80{margin-bottom: 100px;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

@media (max-width: 1140px) {
.mb120mb80{margin-bottom: 80px;}
.mb150mb100{margin-bottom: 100px;}
.mb50mb30{margin-bottom: 40px;}

}


@media (max-width: 991px) {
.mb100mb80{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 60px;}
.mb150mb100{margin-bottom: 90px;}
.mb30-md{margin-bottom: 30px;}
.mb50mb30{margin-bottom: 30px;}
.mb10-md{margin-bottom: 10px;}

}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 50px;}
.mb100mb80{margin-bottom: 50px;}

.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
.mb10-xs2{margin-bottom: 10px;}

}
@media (max-width: 666px) {
.mb30-xs2{margin-bottom: 30px;}
.mb10-xs{margin-bottom: 10px;}
.mb30mb10{margin-bottom: 10px;}
.mb20-xs2{margin-bottom: 20px;}

}


@media (min-width: 1200px) {

.mb30-xl { margin-bottom: 30px !important; }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.indent2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.flexbox{display: flex;align-items: center;}
.flexbox-center{display: flex;align-items: center;justify-content: center;}
.flexbox-center-top{display: flex;justify-content: center;}

.flexbox-between{display: flex;align-items: center;justify-content: space-between;}
.flexbox2{display: flex;align-items: stretch;}

.flexbox3{display: flex;align-items: flex-end;}
.flexbox4{display: flex;justify-content: flex-end;}


@media (max-width: 767px) {
.flexbox4{display:block;}


}


.bg-gray{background:rgba(152,133,95,.06);}
.bg-blue{background:rgba(0,156,255,0.05);}
.bg-border-top{border-top: 1px solid #ddd;}




/*btn
------------------------------ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{vertical-align: bottom;}




/* アニメーション
---------------------------------------------------- */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.vertical {
  animation: vertical_6392 2.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_6392 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}




.float {
  animation: float_1 4s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_1 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}

.fuwafuwa {
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}
@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}
}


.swing {
animation: swing 2s ease-in-out infinite;
}
/* swing */
@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

/* link
---------------------------------------------------- */
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
a.opacity {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.opacity:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box_fadeUp{opacity: 0;}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	filter: blur(8px);
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	filter: blur(0px);
	transform: translateY(0);
  }
}




.txt-justify{text-align:justify;}

[data-action="call"]  {text-decoration: none;}

/* font-size color
---------------------------------------------------- */
.x-small { font-size: .7em; letter-spacing: 0;}
.small { font-size: .9em; line-height: 1.5; letter-spacing: 0;}
.middle { font-size: 14px; letter-spacing: 0;}
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.x2-large { font-size: 20px; }
.x3-large { font-size: 22px; }
.x4-large { font-size: 24px; }
.max-large { font-size: 32px; }
.italic {font-style: italic;}
.bold{font-family: ' NotoSansJP ';font-weight: 700;}

.white { color: #ffffff; }
.red { color:#FF0328; }
.blue{color:#008EEF;}
.green { color: forestgreen; }
.navy { color:#0034A0; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.brown{color: #8b6f57;}

/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fff;
}
.cb-header .inner {width: 96%;margin: 0px auto; margin-top: 20px;}




@media (max-width: 767px) {
.cb-header {display: none!important;}

}



/* header mobile pad
---------------------------------------------------- */
#header{display: none;}
.cb-header2 {
    position: fixed;
    /* 固定 */
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: block;
    /* 表示 */
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
}

.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;
	height: 60px;
	background:none;
	background: white;}
.sc .logo{padding-left: 15px;}



header{display: none;}



/*header pc
------------------------------------------------------------------*/
@media (min-width: 992px) {

header{display: block;}
.cb-header2 {display: none;}


.header {
  position: fixed;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 500;
  height: 100px;
  display: flex;
  align-items: center;justify-content: flex-end;
}
.header .logo {position: relative;margin-left: 15px;transition: .4s;}
.header .logo:hover img {opacity: .8;}

.header .logo.color {display: none;}
.header .navi{padding-right: 15px;}
.header.page {justify-content: space-between;}


/* ナビゲーションメニュー */
.nav-menu {}
.menu-list {
  display: flex;
  justify-content: center; 
}
.menu-item {position: relative;padding: 0 .4em;line-height: 1;}
.menu-item:first-child {padding: 0 .4em 0 0;}
.menu-item:last-child {padding: 0 0 0 .4em;}

/* メニューアイテムのホバースタイル */
.menu-item a {
font-size: 15px;
letter-spacing: 0;
padding: 0;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3;line-height: 1;
}
.menu-item a:hover {color: red;}
.menu-item a.active {color:red;position: relative;}
.menu-item a.active::after{ position: absolute;
  content: "";
  bottom: -10px;
  left:0;
  width: 100%;
  height: 3px;
  background-color: red;}
  
 /* スクロールでヘッダー背景色表示 */
.hide {transition: .8s;background: #fff;height: 70px;justify-content: space-between;}
.hide .logo {display: none;}
.hide .logo.color {display: block;}

.hide .menu-item a {color: #000;}
.hide .menu-item a.active {color:#000;}


}






@media (min-width: 1200px){
.header .logo {position: relative;margin-left: 20px}
.menu-item {position: relative;padding: 0 .7em;}
.menu-item:first-child {padding: 0 .7em 0 0;}
.menu-item:last-child {padding: 0 0 0 .7em;}

.menu-item a {font-size: 14px;}

.header .navi{padding-right:20px;}

}


@media (min-width: 1680px){
.header {height: 120px;}

.header .logo {position: relative;margin-left: 50px;}

.header .navi{margin-right: 50px;}
.menu-item {position: relative;padding: 0 1em;}
.menu-item:first-child {padding: 0 1em 0 0;}
.menu-item:last-child {padding: 0 0 0 1em;}
.menu-item a {font-size: 16px;}

 /* スクロールでヘッダー背景色表示 */
.hide {transition: .8s;height: 70px;}

}











/*main
------------------------------------------------------------------*/

#main{position: relative;width: 100%; height: 100vh;background: #1a2653;z-index: 5;}

/* ----------------------- */
/* -------- video -------- */
/* ----------------------- */
.video{
    width:100%;
    height:100vh;
    position: absolute;
    top: 0px;
    left: 0;
    overflow: hidden;
    z-index: 6;
}

.video::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.main-logo{position: absolute;z-index: 50;top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}

.scrolldown{
	position:absolute;
	z-index: 30;
	left:5%;
	bottom:100px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:-.8em;
	top: -80px;
    /*テキストの形状*/
	color: #fff;
  writing-mode: vertical-rl;
	font-size: 1.2em;
	letter-spacing: 0.2rem;
font-family: ' BarlowCondensed ';
font-weight: 400;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 200px;
	background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:75px;
		opacity: 1;
	}
	100%{
		height:0;
		top:150px;
		opacity: 0;
	}
}





@media (max-width: 1680px){



}



@media (max-width: 1440px){


}


@media (max-width: 1280px){


}

@media (max-width: 1199px){


}



@media only screen and (max-width: 991px) {
#main{position: relative;}
.main-logo{width: 70px;}



}

@media only screen and (max-width: 767px) {
#main{position: relative;height:450px;}
.video{
    width:100%;
    height:450px;
    position: absolute;
    top: 0px;
    left: 0;
    overflow: hidden;
    z-index: 5;
}

.scrolldown{display: none;}

}


@media only screen and (max-width: 666px) {
/*#main{position: relative;height:100vh;}
.video{
    width:100%;
    height:100vh;
    position: absolute;
    top: 0px;
    left: 0;
    overflow: hidden;
    z-index: 5;
}
*/


}

@media only screen and (max-width: 430px) {
#main{position: relative;height:calc(56vh - 60px);}
.video{
    width:100%;
    height:calc(56vh - 60px);
    position: absolute;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 5;
}
.main-logo{width: 50px;}


}





/* index.html 
---------------------------------------------------- */

.btn-posi-right{display: flex;justify-content: flex-end;}
.btn-posi-center{display: flex;justify-content:center;}

.bg-fixed{position: fixed;z-index: 1;width: 100%;height: 100vh; top:0px;left:0;background: url("../images/bg-fixed-xs.jpg");background-position: center;background-size: cover;}

.home #section01{position: relative;z-index: 5; padding: 50px 0 10px;background: white;}
.home #section01 .bg{background: #003465; clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);position: absolute;width: 40%;right:0;top:30px;bottom:0;}
/* background: #1a2653; */

.home #section01 .deco-logo{position: absolute;right:5%;top:50px;width: 50px;}

.home #section01 p{text-align: justify;margin-bottom: 30px;letter-spacing: .1rem;width: 65%;}
.home #section01 .btn-view{margin-bottom: 30px;}

.dropshadow-ao{box-shadow: 0 0 8px rgba(6,141,236,0.2);}
.dropshadow-gray{box-shadow: 0 0 8px rgba(0,0,0,0.3);}


.home #section02{position: relative;z-index: 5; padding: 50px 0;background: white;}
.home #section02 .featurebox{margin-bottom: 50px;}
.home #section02 .featurebox:last-child{margin-bottom: 0px;}

.home #section02 .featurebox .txtbox{background: white;padding: 1.5em;width: 90%;margin: 0 auto; position: relative;z-index: 10;}
.home #section02 .featurebox .txtbox h4{margin-bottom: 20px;font-family: ' BarlowCondensed ';line-height: 1.4;font-size: 18px;color: #c00;}
.home #section02 .featurebox .txtbox h4 .num{font-size: 28px;font-style: oblique;font-weight: 700;}
.home #section02 .featurebox .txtbox h4 .ja{display: block;font-family: ' NotoSansJP ';font-weight: 400;color: #111;font-size: 20px;}

.home #section02 .featurebox .txtbox p{text-align: justify;margin-bottom: 15px;letter-spacing: .1rem;width:100%;}
.home #section02 .featurebox .thumb{width: 60%;margin: 0 auto;margin-bottom: 18px; position: relative;z-index: 10;}

.home #section03{position: relative;z-index: 5; padding: 50px 0; background: #003465;color: white;}
.home #section03 h4{font-family: ' NotoSansJP ';font-weight: 400;font-size: 1.4em;margin-bottom: 15px;line-height: 1.5;}
.home #section03 .txt{text-align: justify;margin-bottom: 20px;}
.home #section03 .lineup-set{}
.home #section03 .lineup-set li{padding: 0 10px 10px;display: flex;align-items: center;justify-content: center;}


.home #section04{position: relative;z-index: 5; height: 200px;}
/* 帯全体 */
.loop-ticker {
  position: absolute;
  bottom: .5em;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 60;
}

/* 流れるトラック */
.loop-ticker__track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: -moz-max-content;
  width: max-content;
  animation: ticker-scroll 135s linear infinite;
}

/* 画像1枚ずつ */
.loop-ticker__track img {
  height: clamp(40px, 6vw, 100px);
  width: auto;
  flex-shrink: 0;
  display: block;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.home #section05{position: relative;z-index: 5;background: white;padding: 50px 0;}
.home #section05 p{text-align: justify;margin-bottom: 20px;}
.gmap{margin-bottom: 10px;}
.gmap:last-child{margin-bottom: 0px;}

.gmap iframe{width: 100%;height: 220px;border-radius:0;vertical-align: bottom;}




@media (min-width: 667px) {
.bg-fixed{position: fixed;z-index: 1;width: 100%;height: 100vh; top:0px;left:0;background: url("../images/bg-fixed.jpg");background-position: center;background-size: cover;}


.home #section01 p{text-align: justify;margin-bottom: 30px;letter-spacing: .1rem;width: 60%;line-height: 1.6;}
.home #section01 .bg{background: #003465; clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);position: absolute;width: 50%;right:0;top:50px;bottom:0;}
.home #section01 .deco-logo{position: absolute;right:8%;top:80px;width: 80px;}


.home #section03 h4{font-size: 1.4em;margin-bottom: 15px;line-height: 1.5;}
.home #section03 .txt{text-align: justify;margin-bottom: 20px;}



}




@media (min-width: 768px) {
.bg-fixed{position: fixed;z-index: 1;width: 100%;height: 100vh; top:0px;left:0;background: url("../images/bg-fixed-xs.jpg");background-position: center;background-size: cover;}

.home #section01 {padding: 70px 0 15px;}
.home #section01 .bg{clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);position: absolute;width: 50%;right:0;top:70px;bottom:0;}

.home #section01 .deco-logo{position: absolute;right:8%;top:100px;width: 95px;}


.home #section02{padding: 70px 0 70px;}
.home #section02 .featurebox .thumb{display: none;}
.home #section02 .featurebox {background: url("../images/top-feature1.jpg");background-position: right center;background-repeat: no-repeat;background-size: 60% auto;padding: 40px 0;}
.home #section02 .featurebox:nth-of-type(2){background: url("../images/top-feature2.jpg");background-position: left center;background-repeat: no-repeat;background-size: 60% auto;}
.home #section02 .featurebox:last-child{background: url("../images/top-feature3.jpg");background-position: right center;background-repeat: no-repeat;background-size: 60% auto;}
.home #section02 .featurebox .txtbox{background: white;padding: 1.5em;width: 50%;margin-left: 0; position: relative;z-index: 10;}
.home #section02 .featurebox:nth-of-type(2) .txtbox{margin-left: 50%; position: relative;z-index: 10;}
.home #section02 .featurebox:last-child .txtbox{margin-left: 0;}


.home #section03 {padding: 70px 0;}
.home #section03 h4{font-size: 1.7em;margin-bottom: 15px;line-height: 1.5;}

.home #section03 .txt{text-align: justify;margin-bottom: 30px;}


.home #section04{height: 280px;}

.home #section05{padding: 70px 0;}


.gmap{margin-bottom: 10px;}






.gmap{}
.gmap iframe{height: 250px;}


}



@media (min-width: 992px) {
.bg-fixed{position: fixed;z-index: 1;width: 100%;height: 100vh; top:0px;left:0;background: url("../images/bg-fixed.jpg");background-position: center;background-size: cover;}

.home #section01 .deco-logo{position: absolute;right:10%;top:110px;width: 95px;}

.home #section01 p{text-align: justify;margin-bottom: 50px;letter-spacing: .1rem;width: 80%;line-height: 1.8;}
.home #section01 .btn-view{margin-bottom: 50px;}

.home #section02 .featurebox .txtbox{padding: 2.5em;width: 45%;margin-left: 0; position: relative;z-index: 10;}
.home #section02 .featurebox:nth-of-type(2) .txtbox{margin-left: 55%;}


.home #section03 .lineup-set{width: 95%;}
.home #section03 .lineup-set li{padding: 0 10px 20px;display: flex;align-items: center;justify-content: center;}

.home #section04{height: 350px;}


.d-btwn{display: flex;flex-direction: column;justify-content: space-between;}
.gmap iframe{width: 100%;height: 300px;}

}




@media (min-width: 1200px) {

.home #section01{padding: 100px 0 50px;}
.home #section01 .deco-logo{position: absolute;right:10%;top:120px;width:100px;}

.home #section01 p{text-align: justify;margin-bottom: 50px;letter-spacing: .1rem;width: 80%;line-height: 2;font-size: 1.1em;}


.home #section02{padding: 100px 0;}
.home #section02 .featurebox .txtbox{padding: 1.8em;width:60%;margin-left: 0; position: relative;z-index: 10;}
.home #section02 .featurebox:nth-of-type(2) .txtbox{margin-left: 40%;}

.home #section02 .featurebox .txtbox h4{margin-bottom: 30px;font-size: 20px;}
.home #section02 .featurebox .txtbox h4 .num{font-size: 30px;}
.home #section02 .featurebox .txtbox h4 .ja{font-size: 24px;}
.home #section02 .featurebox .txtbox p{text-align: justify;margin-bottom: 25px;letter-spacing: .1rem;}
.home #section02 .featurebox .txtbox .btn-view a.ja{position: relative;display: flex;flex-direction: column; align-items: flex-start;justify-content: center;padding-left: 1em; height:76px; color: #fff;letter-spacing: .1rem;transition: .5s;width:300px; }



.home #section03 {padding: 100px 0px 100px;}

.home #section03 h4{font-size: 2em;margin-bottom: 50px;line-height: 1.5;}
.home #section03 .txt{text-align: justify;margin-bottom: 40px;line-height: 1.9;}


.home #section04{}

.home #section05{padding: 100px 0;}





}





@media (min-width: 1440px) {
.home #section01 .deco-logo{position: absolute;right:10%;top:150px;width: 150px;}
.home #section01 .container{max-width: 1340px;}
.home #section01 .btn-view{margin-bottom: 70px;}

.home #section02 .container{max-width: 90%;}
.home #section02 .featurebox {background-size: 60% auto;padding: 80px 0;}
.home #section02 .featurebox .txtbox{width:58%;margin-left: 0; position: relative;z-index: 10;}
.home #section02 .featurebox:nth-of-type(2) .txtbox{margin-left: 42%;}

.home #section02 .featurebox .txtbox{padding: 3em 3em;}
.home #section02 .featurebox .txtbox h4{margin-bottom: 30px;font-size: 22px;}
.home #section02 .featurebox .txtbox h4 .num{font-size: 45px;}
.home #section02 .featurebox .txtbox h4 .ja{font-size: 30px;}
.home #section02 .featurebox .txtbox p{text-align: justify;margin-bottom:30px;letter-spacing: .1rem;}

.home #section03 .container{max-width: 1340px;}

.home #section05 .container{max-width: 1340px;}

}

@media (min-width: 1680px) {
.home #section01{padding: 150px 0 50px;}


.home #section02 .container{max-width: 1400px;}
.home #section02 .featurebox .txtbox{width:52%;margin-left: 0; position: relative;z-index: 10;}
.home #section02 .featurebox:nth-of-type(2) .txtbox{margin-left: 48%;}


.home #section03 {padding: 120px 0;}

.home #section04{height: 480px;}
.home #section05 {padding: 120px 0;}

.gmap iframe{width: 100%;height: 350px;}

}

@media (min-width: 1920px) {


}



.maker{
  background: linear-gradient(
    transparent 60%,
    #fbeb64 60%
  );}


.btn-center{display: flex;justify-content: center;position: relative;z-index: 50;}
.btn-right{display: flex;justify-content:flex-end;position: relative;z-index: 50;}

.btn-view {position: relative;}
.btn-view a{position: relative;display: flex;align-items: center;justify-content: center;height:60px; color: #fff;letter-spacing: .1rem;transition: .5s;width: 230px; background: #003465;font-family: ' BarlowCondensed ';}
.btn-view a.ja{position: relative;display: flex;flex-direction: column; align-items: flex-start;justify-content: center;padding-left: 1em; height:76px; color: #fff;letter-spacing: .1rem;transition: .5s;width: 100%;font-family: ' BarlowCondensed ';}
.btn-view a.ja span{font-family: ' NotoSansJP ';font-weight:400;}
.btn-view a::before,
.btn-view a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-view a::before{
  right: 19px;
  width: 19px;
  height: 1px;
  background: #fff;
}
.btn-view a::after{
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-view a:hover{
  background-color: #c00;
  color: #ffffff;
}
.btn-view a:hover::before{background: #ffffff;}
.btn-view a:hover::after{
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.btn-read{}
.btn-read a{background: white;border-radius: 30px;display: flex;justify-content: center;align-items: center;height: 50px;width: 250px;font-family: ' BarlowCondensed ';font-weight: 400; font-size: 18px; color: #111;letter-spacing: .4rem;transition: .4s;}
.btn-read a:hover{letter-spacing: .1rem;background: #c00;color: white;}


@media (min-width:667px) {


}



@media (min-width:768px) {

a.btn-large{width: 100%;line-height: 68px;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}

@media (min-width: 992px) {

.btn-read a{border-radius: 30px;display: flex;justify-content: center;align-items: center;height: 60px;width: 250px;font-size: 18px; color: #111;letter-spacing: .4rem;transition: .4s;}

a.btn-large{width: 100%;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}


@media (min-width: 1200px) {

a.btn-large{width: 100%;line-height: 80px;font-size: 24px;}


}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
	transition: .5s;
}
#pagetop:hover {opacity: .8;}


@media (max-width: 1280px) {
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
}



}

@media (max-width: 992px) {
#pagetop {
bottom: 15px;
right: 15px;
}

}

@media (max-width: 568px) {
#pagetop {
width: 8px;
bottom: 15px;
right: 10px;
}

}



/* -----  footer ------- */

footer{ padding: 40px 0px 20px;position: relative;z-index: 5; background:#003465;color:#fff;}
footer .container{max-width: 100%;padding: 0 15px;}
footer .logoblock{position: relative; width: 200px;margin: 0 auto; margin-bottom: 25px;transition: .4s}
footer .logoblock:hover img{opacity: .8;}

footer .addressbox{text-align:left;margin-bottom: 15px;}
footer .addressbox:last-child{text-align:left;margin-bottom: 40px;}

footer .address{text-align:left;}
footer .addressbox .index{margin-bottom: .3em;font-weight: 700;font-size: 1em;color:white;}
footer .addressbox .index span{margin-left: 5px;font-family: ' BarlowCondensed ';font-weight: 400;}
footer .addressbox .address{color: #fff;font-size: 13px;margin-bottom: .2em;line-height: 1.2;letter-spacing: 0;}
footer .addressbox a{color: #fff;transition: .4s;}
footer .addressbox a:hover{color: #c00;}
footer .tel{margin-bottom: 1em;font-size: 13px;}
footer .tel .call{color: #fff;}
footer .t-china{font-family: ' BarlowCondensed ';font-weight: 700;font-size: 1.3em;margin-bottom: .2em;}
.chinaaddress{margin-bottom: 20px;}

.bn-set{}
.bn-set a{display: block;margin-bottom: 10px;transition: .4s;}
.bn-set a:hover img{filter: grayscale(80%);}

.page-top{position: absolute;right:10px;bottom:15px;width: 15px;}
.footer-menu{width: 100%;margin: 0 auto; margin-bottom: 1em;}
.footer-menu ul{display: flex;flex-wrap: wrap; justify-content: space-between;}
.footer-menu li{width:48%;text-align: left;background:none;font-size: 14px;}
.footer-menu li a{color: #fff;text-decoration: none; text-align: center; padding: .7em 0;display: block;transition: .3s;margin-bottom: 12px;border:1px solid #ddd;}
.footer-menu li a span{display: block;text-transform: uppercase;margin-bottom: .2em;}
.footer-menu li a:hover{color:#c00;}



.copy{text-align: center;color: #eee; font-size: .8em;letter-spacing: 0;}

@media (min-width: 667px) {

footer{ padding: 40px 0px 20px;}
footer .logoblock{position: relative; width: 230px;margin: 0 auto; margin-bottom: 25px;}

.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin: 0 auto; margin-bottom:2em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;justify-content: center;}

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li a{letter-spacing:0.05rem;border-right:none; padding: 0 1em;text-align:center;border-bottom: none;line-height: 1.4;background: none;border:none;margin-bottom: 0;}
.bn-set{display: flex;align-items: center;justify-content: space-between;margin-bottom: 15px;}
.bn-set a{display: block;margin-bottom: 0px;width: 32%;}
.chinaaddress{margin-bottom: 20px;width: 440px;}

.down{border-bottom: none;padding: 0;}

}



@media (min-width: 768px) {

footer{ padding: 60px 0px 25px;}
footer .logoblock{position: relative; width: 230px;margin: 0 auto;margin-bottom: 25px;}

.page-top{position: absolute;right:15px;bottom:25px;width: 20px;}
footer .chinaaddress{margin-bottom: 30px;width: 440px;}



.copy{font-size: 12px;}


}


@media (min-width: 992px) {

footer{ padding: 80px 0px 40px;}
footer .container{max-width: 100%;padding: 0 15px;}
footer .logoblock{margin-bottom: 20px;margin-left: 0;width: auto;}
footer .addressbox:last-child{text-align:left;margin-bottom: 0px;}

footer .address{text-align: left;margin-bottom: .5em;}
footer .tel{text-align: left;margin-bottom: 0;}
.chinaaddress{margin-bottom: 0px;width: 440px;}

.page-top{position: absolute;right:15px;bottom:5px;width: 20px;}

.footer-menu{width: auto;border-top: none;padding-top: 0;margin-bottom: 40px;margin-right: 0;display: flex;justify-content: flex-end;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0em;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0 .5em;letter-spacing: .05rem;margin-bottom: 0em!important;display: block;font-size: 14px;text-align: left;}
.footer-menu li a span{font-size: 16px;}
.footer-menu li:first-child a{margin-bottom: 0;padding: 0 .5em 0 0;}
.footer-menu li:last-child a{margin-bottom: 0;padding: 0 0 0 .5em;}

.bn-set{display: flex;flex-direction: column;align-items: flex-end;justify-content: space-between;margin-bottom: 50px;}
.bn-set a{display: block;margin-bottom: 15px;width: 470px;}


.btwn{display: flex;flex-direction: column;justify-content: space-between;}
.btwn2{display: flex;flex-direction: column;justify-content: center;}

.copy{font-size: 14px;text-align: right;margin-top: auto;}

}




@media (min-width: 1200px) {

footer{padding: 100px 0 80px;}
footer .container{max-width: 1340px;}
footer .logoblock{position: relative; width:250px;}
.chinaaddress{margin-bottom:0px;width: 440px;}



.copy{}



}

@media (min-width: 1440px) {
.footer-menu{margin-bottom: 80px;}

}


@media (min-width: 1680px) {

footer .logoblock{position: relative; width:280px;}
.footer-menu li a{letter-spacing: .08rem;font-size: 15px;}
.footer-menu li:first-child a{margin-bottom: 0;padding: 0 .8em 0 0;}
.footer-menu li:last-child a{margin-bottom: 0;padding: 0 0 0 .8em;}


.page-top{position: absolute;right:35px;bottom:100px;width: 21px;}

}


/*------------------------------　　h2area 背景　　------------------------------------------*/

.h2area{
margin-top: 0px;
position: relative;
width:100%;
height: 480px;
display: flex;align-items:center;
}
.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background:rgba(29,38,80,.5);
}
.h2area.h2_strength{background: url("../images/h2_strength.jpg");background-position: center;background-size: cover;}
.h2area.h2_lineup{background: url("../images/h2_lineup.jpg");background-position: center;background-size: cover;}
.h2area.h2_recruit{background: url("../images/h2_recruit.jpg");background-position: center;background-size: cover;}
.h2area.h2_company{background: url("../images/h2_company.jpg");background-position: center;background-size: cover;}
.h2area.h2_contact{background: url("../images/h2_contact.jpg");background-position: center;background-size: cover;}
.h2-txt{position:relative;font-weight: 400;font-size: 66px;letter-spacing: .3rem;color: #fff;z-index: 10;padding-left: 15%;padding-top: 80px; line-height: 1;}
.h2-txt span { display: block;font-size: 26px;letter-spacing: .1rem;margin-bottom:15px;font-weight: 400;font-family: ' BarlowCondensed ';}


@media (max-width: 1440px){
.h2area{height: 380px;}
.h2-txt{position:relative;font-size: 50px;letter-spacing: .3rem;color: #fff;z-index: 10;padding-left: 15%;}
.h2-txt span { display: block;font-size: 24px;letter-spacing: .1rem;margin-bottom:15px;}


}


@media (max-width: 1199px){
.h2area{height: 280px;}
.h2-txt{font-size: 45px;letter-spacing: .3rem;padding-left: 10%;line-height: 1;}
.h2-txt span {font-size: 22px;letter-spacing: .1rem;margin-bottom:15px;}




}

@media only screen and (max-width: 991px) {
.h2area{height: 250px;margin-top: 0;}
.h2-txt{font-size: 38px;letter-spacing: .2rem;padding-left: 10%;line-height: 1;padding-top: 0px;}
.h2-txt span {font-size: 20px;letter-spacing: .1rem;margin-bottom:10px;}



}


@media only screen and (max-width: 767px) {
.h2area{height: 180px;}
.h2-txt{font-size: 32px;letter-spacing: .2rem;padding-left: 10%;line-height: 1;}



}

 @media only screen and (max-width: 666px) {
.h2area{height: 150px;}
.h2-txt{font-size: 27px;letter-spacing: .2rem;padding-left: 5%;line-height: 1;}
.h2-txt span {font-size:20px;letter-spacing: .1rem;margin-bottom:10px;}


}

/*------------------------------　　下層ページ style　　------------------------------------------*/

.headline-h3 {
  position: relative;
  margin-bottom: 1em;
  font-size: 23px;
  letter-spacing: .05rem;
  line-height: 1.4; font-feature-settings: "palt" ;
font-weight: 400;text-align:left;
display: flex;align-items: center;}
.headline-h3::after {
 content: '';
flex-grow: 1;
height: 1px;
  margin-left: .6em;
  background: black;
  }


.headline-h4 {
  font-weight: 700;
  font-size: 1.15em;
 position: relative;
  margin-bottom: 1.5em;
  text-align: left;
  color: black;
  border-left:6px solid #318de8;padding-left: .5em;
}

.headline {
 position: relative;
 font-family: ' NotoSansJP ';font-weight: 400;
 font-size: 22px;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: .05rem;
}
.headline span.en{display: block;font-size:18px;font-family: ' BarlowCondensed '; font-weight: 400;color:#c00; margin-bottom: .2em;letter-spacing: .05rem;}
.headline span.size-L{font-size: 28px;}

.headline.white{color: white;}
.headline.white span.en{color:#fff;}

.h5-about{ font-family: ' BIZUDPGothic ';font-weight: 700;border-bottom: 1px dashed #BCA46E;padding-bottom: .5em;margin-bottom: 1em;font-size: 1.1em;}
.h6-about{ font-family: ' BIZUDPGothic ';font-weight: 700;color: forestgreen;margin-bottom: .6em;}

@media (min-width: 667px) {





}



@media (min-width: 768px) {

.headline-h3 {
  position: relative;
  margin-bottom: 1.2em;
  font-size: 26px;
  letter-spacing: .1rem;
  line-height: 1.4;
}

.headline { margin-bottom: 35px;}


.headline-h4 {font-size: 20px;margin-bottom: 35px;}



.h5-about{ padding-bottom: .5em;margin-bottom: 1em;font-size: 20px;}
.h6-about{margin-bottom: .6em;font-size: 17px;}

}


@media (min-width: 992px) {
.headline {
font-size: 28px;
line-height: 1;
margin-bottom: 30px;
letter-spacing: .1rem;
}
.headline span.en{display: block;font-size:18px;margin-bottom: .4em;letter-spacing: .1rem;}
.headline span.size-L{font-size: 35px;}

.headline-h3::after {
 content: '';
  height: 1px;
  margin-left: .6em;
  }


 .headline-h4{font-size: 22px; }


}


@media (min-width: 1200px) {

.headline-h3 {
  position: relative;
  margin-bottom: 1.5em;
  font-size: 30px;
  letter-spacing: .1rem;
  line-height: 1.4;}




.headline-h4 { font-size: 24px;letter-spacing: .1rem;margin-bottom:40px;}



}


@media (min-width: 1440px) {

.headline {
font-size: 42px;
line-height: 1;
margin-bottom: 50px;
letter-spacing: .1rem;
}
.headline span.en{display: block;font-size:25px;margin-bottom: .4em;letter-spacing: .15rem;}
.headline span.size-L{font-size: 50px;}


.headline-h3 {
  position: relative;
  margin-bottom: 1.6em;
  font-size: 30px;
  letter-spacing: .1rem;
  line-height: 1.4;}

.headline-h3::after {
 content: '';
  height: 1px;
  margin-left: .6em;
  }


}

@media (min-width: 1900px) {
.headline-h3 {
  position: relative;
  margin-bottom: 1.2em;
  font-size: 40px;
  letter-spacing: .1rem;
  line-height: 1.4;}
.headline-h3::after {
 content: '';
  margin-left: .6em;
  }


}


#pankuzu{}





.marker {background: linear-gradient(transparent 60%, #ccff66 60%);padding-bottom: 3px;}
.marker2 {background: linear-gradient(transparent 80%, rgba(255,102,0,.5) 0%);}
.marker-ao {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #b5fbfb 60%);}
.marker-pink {padding-bottom: 0.4em; background: linear-gradient(transparent 40%, #fcaacb 60%);}
.marker-green {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #a8f099 60%);}



.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  background:rgba(0,142,239,1.00);
  color: #fff;/*文字色*/
  font-size: 15px;
  letter-spacing: 0;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#555;

}

.btn-pdf {
  text-align:center;
  text-decoration: none;
}
.btn-pdf a{display: flex;align-items: center;justify-content: space-between;padding: 10px 10px;background: #99CC66;color: #111;transition: .5s;border-radius: 4px;width: 260px;margin: 0 auto;}
.btn-pdf a .fas{}
.btn-pdf a:hover{
  color: #222;
  background:#f90;
}


@media (min-width: 768px) {
.btn-read{width: 325px;}
.btn-pdf a{width: 320px;padding: 20px 40px;font-size: 1.2em;}


.btn-back {
  padding:18px 5px;
  width:300px;
  font-size: 16px;
}

}


@media (min-width:1200px) {
.btn-pdf {margin-bottom: 0px;}

.btn-read{line-height: 70px;padding: 0;}

}



.photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
  /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}



/* paging */
.paging {
	padding:0em 10px 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#333;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: 50%;
}
.paging span.current {
	background:#f23636;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#f23636;
	color:#fff;
}



/* shadow */
.box-shadow {box-shadow: 4px 4px #cdeaf8;}
.box-shadow2 {box-shadow: 2px 2px 10px rgba(0,0,0,.5)}
.drop-shadow { -webkit-filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2));
        filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2)); }
.drop-shadow2 { -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));}


.table-responsive {position: relative;z-index: 10;
border:none;
}


@media screen and (max-width: 767px) {
.table-responsive {
border:none;margin-bottom: 1.5em;
}
.table-responsive::-webkit-scrollbar {
height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
border-radius: 2px;
background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
border-radius: 2px;
background:#a5c7e8;
}
}



/*サムネ付きスライダー start*/
.slickwrap {
max-width: auto;
width: 93%;
margin: 0px auto;
margin-left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  background: white;
  padding: 0;
}
.slide-item img {width: 100%;}


.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
  flex-flow:wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:33.3%!important;
  box-sizing: border-box;
  position: relative;
  list-style:none;
  cursor: pointer;
}
.thumbnail-item .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.thumbnail-item img{opacity: .5;}
.thumbnail-item.slick-current img{
border: 2px solid darkorange;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:991px) {
.slickwrap{width: 400px;margin: 0 auto;}
}

@media only screen and (max-width:767px){
.slider {margin: 0 0 10px 0;}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin: 0 auto;}

}
/*サムネ付きスライダー end*/










.gmap2{}
.gmap2 iframe{width: 100%;height: 200px;}









/* strength.html
--------------------------------------------------------- */
.feature-wrap{margin-bottom: 20px;}
.feature-txt1{font-weight: 500;font-size: 1.1em;margin-bottom: 1em;text-align: justify;color: #111;line-height: 1.5;font-feature-settings: "palt"}
.feature-txt2{text-align: justify;}
.feature-txt1.oem{font-weight: 400;font-size: 1em;margin-bottom:1.4em;text-align: justify;color: #111;line-height: 1.5;font-feature-settings: "palt"}

.strength #section01{padding: 50px 0px 50px;position: relative;}
.lineup-pic{margin: 0 auto;margin-bottom: 20px;text-align: center;}
.strength .index{color:#EE6701;font-weight: 500;font-size: 1.2em;margin-bottom: .3em;}


.strength #section02{padding:50px 0px 50px;position: relative;background: #f7f7f7;}



.strength #section03{padding: 50px 0px 50px;position: relative;}


#target1{position: absolute;left:0;top:-60px;}
#target2{position: absolute;left:0;top:-60px;}
#target3{position: absolute;left:0;top:-60px;}
#target4{position: absolute;left:0;top:-60px;}
#target5{position: absolute;left:0;top:-60px;}

@media (min-width: 667px) {

}



@media (min-width: 768px) {
.feature-wrap{margin-bottom: 0px;}
.feature-txt1{font-size: 1.1em;margin-bottom: 1.2em;line-height: 1.5;}
.feature-txt2{text-align: justify;line-height: 1.7;}
.lineup-pic{margin: 0 auto;margin-bottom: 30px;text-align: center;}

.strength #section01{padding: 70px 0px 70px;}


.strength #section02{padding: 70px 0px 70px;}


.strength #section03{padding: 70px 0px 70px;}


.strength #section04{padding: 70px 0px 70px;}

}



@media (min-width: 992px) {
.feature-wrap{padding-right: 1em;}

.feature-txt1{font-size: 1.2em;margin-bottom: 1.2em;line-height: 1.5;}

}



@media (min-width: 1200px) {
.feature-wrap{padding-right: 2.6em;}
.feature-txt1{font-size: 1.4em;margin-bottom: 1.2em;line-height: 1.5;}
.feature-txt2{text-align: justify;font-size: 1.04em; line-height: 2;}
.index{font-size: 1.4em;margin-bottom: .3em;}

.strength #section01{padding:100px 0px 100px;}


.strength #section02{padding:100px 0px 100px;}


.strength #section03{padding:100px 0px 100px;}


.strength #section04{padding:100px 0px 100px;}

}


@media (min-width: 1680px) {
.strength #section01{padding:130px 0px;}



}



/* recruit.html
--------------------------------------------------------- */
.recruit #section01{padding:50px 0px;position: relative;}
.recruit #section01 p{text-align: justify;font-feature-settings: "palt"}


.recruit #section02{padding:50px 0px;position: relative;background: #f7f7f7;}

.recruit #section03{padding:50px 0px;position: relative;}
.head{background: #003465;color: white;font-weight: 500;text-align: center;padding: 1em;font-size: 1.2em;display: flex;align-items: center;justify-content: center;}
.recruit #section03 .box{border:1px solid #1a2653;padding: 1em;border-top: none;}
.recruit #section03 .box dl{display: flex;flex-wrap: wrap;}
.recruit #section03 .box dl dt{width: 85px;font-weight: 400;padding: .3em 0;}
.recruit #section03 .box dl dd{width: calc(100% - 85px);padding: .3em 0;}
.recruit #section03 .table{margin-bottom: 0;border-bottom: 1px solid #dee2e6;}
.recruit #section03 .table th{width: 100%;display: block;font-weight: 400;padding: 15px 10px;background:rgba(5,47,106,.05)!important;}
.recruit #section03 .table td{width: 100%;display: block;padding: 15px 10px;background: none!important;}
.recruit #section04 {padding:50px 0px;position: relative;background: rgba(210,203,162,.1);}
.recruit #section05 {padding:50px 0px;position: relative;}


@media (min-width: 667px) {
.recruit #section03 .box{border:1px solid #1a2653;padding: 1em;border-left: none;}

}

@media (min-width: 768px) {
.recruit #section01{padding:70px 0px;}

.recruit #section02{padding:70px 0px;}

.recruit #section03{padding:70px 0px;}
.recruit #section03 .table{margin-bottom: 0;border-bottom: 1px solid #dee2e6;}
.recruit #section03 .table th{width: 180px;display: table-cell;padding: 15px 15px;}
.recruit #section03 .table td{width: auto;display: table-cell;padding: 15px 15px;}

.recruit #section04{padding:70px 0px;}
.recruit #section05{padding:70px 0px;}

}


@media (min-width: 992px) {
.recruit #section03 .table th{width: 200px;display: table-cell;padding: 15px 15px;}

}

@media (min-width: 1200px) {
.recruit #section01{padding:100px 0px;}
.recruit #section01 p{text-align: justify;letter-spacing: .12em;line-height: 2.2;}

.recruit #section02{padding:100px 0px;}

.recruit #section03{padding:100px 0px;}
.recruit #section03 .table th{width: 220px;display: table-cell;padding: 20px;}
.recruit #section03 .table td{width: auto;display: table-cell;padding: 20px;}

.recruit #section04{padding:100px 0px;}
.recruit #section05{padding:100px 0px;}

}



@media (min-width: 1680px) {
.recruit #section01{padding:130px 0px;}

.recruit #section02{padding:130px 0px;}

.recruit #section03{padding:130px 0px;}

.recruit #section04{padding:130px 0px;}
.recruit #section05{padding:130px 0px;}

}




/* company.html
--------------------------------------------------------- */
.company #section01{padding:50px 0px;position: relative;background: #fff;}
.company #section01 .table{margin-bottom: 0;}
.company #section01 .table th{width: 100%;display: block;font-weight: 500;padding: 15px 3px 5px;background: none!important;border-top: none;}
.company #section01 .table td{width: 100%;display: block;padding:5px 5px 15px 15px;background: none!important;border-top: none;border-bottom: 1px solid #dee2e6;}
.company #section01 .table td a{color: #111;border-bottom: 1px solid #555;transition: .4s;}
.company #section01 .table td a:hover{color:#c00;border-bottom: 1px solid #c00;}
.company #section01 .table td .call{color: #222;}
.company #section01 .addressbox{text-align:left;margin-bottom: 10px;}
.company #section01 .addressbox:last-child{text-align:left;margin-bottom: 0px;}

.company #section01 .address{text-align:left;}
.company #section01 .addressbox .index{margin-bottom: .3em;font-weight: 500;font-size: 1em;}
.company #section01 .addressbox .index span{margin-left: 5px;font-family: ' BarlowCondensed ';font-weight: 400;}
.company #section01 .addressbox .address{font-size: 13px;margin-bottom: .2em;line-height: 1.2;letter-spacing: 0;}
.company #section01 .addressbox a{color: #111;transition: .4s;}
.company #section01 .addressbox a:hover{color: #c00;}
.company #section01 .tel{margin-bottom: 1em;font-size: 13px;}
.company #section01 .tel .call{color: #111;}

.company #section01 .t-china{font-family: ' BarlowCondensed ';font-weight: 500;font-size: 1.1em;margin-bottom: .1em;}

.company #section02{padding:50px 0px;position: relative;background: rgba(44,70,137,.05);}

.company #section03{padding:50px 0px;position: relative;}
.company #section03 .access-index{font-weight: 500;font-size: 1.1em;margin-bottom: 10px;}




@media (min-width: 667px) {
.company #section01 .table{border-top: 1px solid #dee2e6;}
.company #section01 .table th{width: 145px;display: table-cell;padding:15px 10px; border-bottom: 1px solid #dee2e6;}
.company #section01 .table td{width: auto;display:table-cell;padding:15px 10px;}
.company #section01 .table td .chinaaddress{margin-bottom: 0px;width: 100%;}


}


@media (min-width: 768px) {

.company #section01{padding:70px 0px;}
.company #section01 .table th{width: 160px;}
.company #section01 .table td .chinaaddress{margin-bottom: 0px;width: 440px;}

.company #section02{padding:70px 0px;}

.company #section03{padding:70px 0px;}


}

@media (min-width: 992px) {


}


@media (min-width: 1200px) {
.company #section01{padding:100px 0px;}
.company #section01 .table th{width: 200px;padding: 23px 5px;}
.company #section01 .table td{padding: 23px 5px;}

.company #section02{padding:100px 0px;}

.company #section03{padding:100px 0px;}


}


@media (min-width: 1680px) {
.company #section01{padding:130px 0px;}

.company #section02{padding:130px 0px;}

.company #section03{padding:130px 0px;}

}









/* privacy.html
--------------------------------------------------------- */

.contact h3.title{position: relative;font-family: ' NotoSansJP ';font-weight: 700;font-size: 22px;letter-spacing: .1rem;margin-bottom: 1em;}
.contact h3.title span{display: block;font-weight: 400; font-size: 18px;font-family: ' BarlowCondensed ';margin-top: .2em;position: relative;padding-left: 27px;color: #39f;}
.contact h3.title span::before{
  content: '';
  position: absolute;
  left:0;
  top:50%;
  width: 20px;
  height: 1px;
  background: #39f;
}

.contact #section01{padding: 50px 0px 50px;position: relative;background: #f7f7f7;}
.contact #section01 .wrap{}


.contact #section01 .tel{font-size: 16px; line-height: 1;color: #000;margin-bottom: 10px;}
.contact #section01 .tel:last-child{margin-bottom: 0px;}

.contact #section01 .tel .call{font-size: 26px;font-weight: 400;letter-spacing: .1rem;color: #000;}
.contact #section01 .tel .call img{width: 29px;height: 29px; margin-right: 4px;}

.contact #section01 .time{font-size: 14px;letter-spacing: 0.1rem;display: block; line-height: 1.4;font-weight: normal;color: #444;margin-top:.5em;}

.contact #section02{padding: 50px 0px;position: relative;background: white;}
.meado{}
.meado .call{color:#111;}
.contact #section02 .btn-success {
  color: #fff;
  background-color: #003465;
  border:none;
}

.contact #section02 .btn-success:hover {
  color: #fff;
  background-color: #c00;
  border: none;
}
.contact #section02 .btn-light {
  color: #212529;
  background-color: #eee;
  border: none;
}

.contact #section02 .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border:none;
}

.contact #section02 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.09);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 5px;}
.privacybox{position: relative;color: #333;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}

span.hissu{color: white;background:#c00; padding: 3px 5px;border-radius: 2px;font-size: 12px;line-height: 1.5;}
.contact .table {margin-bottom: 50px;}
.contact .table th{background: #eff5fc!important;vertical-align: middle;font-weight:400;position: relative;display: block;color: #111;}
.contact .table td{background: white!important;vertical-align: middle;display: block;}
.table th span.hissu{color: white;background:#c00; padding: 3px 5px;border-radius: 2px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1.5;}


.contact h5{font-weight: 700;border-bottom: 1px solid #555;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
.tenpu{margin: 0;}
.tenpu input {
width: 90%;
 display: block;
 position: relative;
 font-size: 13px;
 letter-spacing: 0;
 padding: 5px 10px 5px 0;
 border-radius: 4px;
 transition: all 0.3s;
 color: #555;
 cursor: pointer!important;
 margin: 0px 0px 2px;
}
.auto{background: #eee;margin-left: 1em;padding: .5em .5em;border-radius: .4em;font-size: .9em;}

@media (min-width: 667px) {
.contact #section01 .container{max-width: 95%;}

}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}
.contact #section01 .tel{font-size: 16px;margin-bottom: 15px;}

.contact #section02{padding: 70px 0px;}
.contact .table {margin-bottom: 70px;}

.contact .table th{display: table-cell;width: 200px;}
.contact .table td{display: table-cell;width: auto;}

.contact #section02 .pre-scrollable{max-height: 400px;padding: 15px;}

}


@media (min-width: 992px) {
.contact #section01 .tel .call{font-size: 30px;font-weight: 400;letter-spacing: .1rem;color: #000;}
.contact #section01 .tel .call img{width: 30px;height: 30px; margin-right: 4px;}

.contact .table th{display: table-cell;width: 240px;}

.contact h5{padding-bottom: 15px; margin-bottom: 20px;font-size:1.2em;}

}




@media (min-width: 1200px) {

.contact #section01{padding: 100px 0px;}
.contact #section01 .container{max-width:1140px;}

.contact #section01 .tel{font-size: 16px;margin-bottom: 25px;}
.contact #section01 .tel:last-child{margin-bottom: 5px;}


.contact #section02{padding: 100px 0px 100px;}
.contact .table {margin-bottom: 80px;}

.contact .table th{display: table-cell;width: 250px;}

.contact #section02 .pre-scrollable{max-height: 500px;padding: 50px;}

}

@media (min-width: 1680px) {
.contact #section01{padding: 130px 0px;}

.contact #section02{padding: 130px 0px;}

}



.doi-box{padding: 30px 15px;background: white;border:1px solid #ddd;border-radius: 1em;}
.doi-box label{font-size: 13px;margin-bottom: 15px;width: auto;display:inline-block;}
.doi-box p a{color: #F46A02;font-size: 15px;transition: .3s;font-weight: bold;}
.doi-box p a:hover{color: #333;}
.contact #section02 .btn-lg{font-size: 13px;padding: 10px 10px;}

@media (min-width: 768px) {
.doi-box label{font-size: 14px;margin-bottom: 20px;}
.contact #section02 .btn-lg{font-size: 14px;padding: 10px 10px;}
}

@media (min-width: 1140px) {
.doi-box{padding: 50px 15px;}

.contact #section02 .btn-lg{font-size: 16px;padding: 20px 50px;}
}








.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form100{width:90%}
.form-post{width: 9em;}
.form-h{ height:15em;}
input ,select {
    position:relative;
	color: #111;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;display: inline-block;}
input{font-size:100%;vertical-align:middle; padding:12px;width: auto;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;color: #111;width: 90%;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid #c00!important;}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    min-width: 180px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    background-color: #fff;
	background: white;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

input::placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input::-webkit-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input:-ms-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input::-moz-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-webkit-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea:-ms-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-moz-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}


@media (min-width: 768px) {
.form-name{width:350px;}

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:0px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.wow { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}
header{display: block;}
.cb-header2 {display: none;}
.drop-menu-list {display: none;}
.header {
  position: absolute;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 500;
  height: 100px;
  display: flex;
  align-items: center;justify-content: flex-end;
}
.header .logo {position: relative;margin-left: 15px;}
.header .logo.color {display: none;}
.header .navi{padding-right: 15px;}

.nav-menu {}
.menu-list {display: flex; justify-content: center; }
.menu-item {position: relative;padding: 0 .4em;line-height: 1;}
.menu-item:first-child {padding: 0 .4em 0 0;}
.menu-item:last-child {padding: 0 0 0 .4em;}

.menu-item a {
font-size: 15px;
letter-spacing: 0;
padding: 0;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3;line-height: 1;
}
.menu-item a.active {color:red;position: relative;}
.menu-item a.active::after{ position: absolute;
  content: "";
  bottom: -10px;
  left:0;
  width: 100%;
  height: 3px;
  background-color: red;}

#main{position: relative;height:650px;}
.video{
    width:100%;
    height:650px;
    position: absolute;
    top: 0px;
    left: 0;
    overflow: hidden;
    z-index: 5;
}

.home #section02 .featurebox .thumb{display: none;}
.home #section02 .featurebox {background: url("../images/top-feature1.jpg");background-position: right center;background-repeat: no-repeat;background-size: 60% auto;padding: 40px 0;}
.home #section02 .featurebox:nth-of-type(2){background: url("../images/top-feature2.jpg");background-position: left center;background-repeat: no-repeat;background-size: 60% auto;}
.home #section02 .featurebox:last-child{background: url("../images/top-feature3.jpg");background-position: right center;background-repeat: no-repeat;background-size: 60% auto;}
.home #section02 .featurebox .txtbox{background: white;padding: 1.5em;width: 50%;margin-left: 0; position: relative;z-index: 10;}
.home #section02 .featurebox:nth-of-type(2) .txtbox{margin-left: 50%; position: relative;z-index: 10;}
.home #section02 .featurebox:last-child .txtbox{margin-left: 0;}




.recruit #section03 .table th{width: 200px;display: table-cell;padding: 15px 15px;}
.recruit #section03 .table td{width: auto;display: table-cell;padding: 15px 15px;}

.company #section01 .table th{display: table-cell;width: 180px;}
.company #section01 .table td{display: table-cell;width: auto;}

.contact .table th{display: table-cell;width: 200px;}
.contact .table td{display: table-cell;width: auto;}


footer .logoblock{margin-bottom: 0px;margin-left: 0;width: 230px;}
footer .address{text-align: left;} 
footer .tel{text-align: left;} 
.footer-menu{width: auto;border-top: none;padding-top: 0;margin-bottom: 40px;margin-right: 0;display: flex;justify-content: flex-end;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0em;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0 .5em;letter-spacing:0;margin-bottom: 0em!important;display: block;font-size: 13px;text-align: left;}
.footer-menu li:first-child a{margin-bottom: 0;padding: 0 0 .5em;}
.footer-menu ul:first-child{margin-left: 0;}


.bn-set{display: flex;flex-direction: column;align-items: flex-end;justify-content: space-between;margin-bottom: 50px;}
.bn-set a{display: block;margin-bottom: 15px;width: 80%;}

.copy{font-size: 14px;text-align:right;}
.page-top{display: none;}


.drawer_menu{display: none!important;}

.no-print{display: none!important;}
.do-print{display: block!important;}
.box_fadeUp{opacity: 1;}

.gmap iframe{width: 100%;height: 360px;}
#pagetop {display: none!important;}

}
