@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;}


/* BIZ UDPGothic */
@font-face {
    font-family: ' BIZUDPGothic ';
    src: url('../fonts/BIZUDPGothic-Regular.woff2') format('woff2'),
             url('../fonts/BIZUDPGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* BIZ UDPGothic-Bold */
@font-face {
    font-family: ' BIZUDPGothic ';
    src: url('../fonts/BIZUDPGothic-Bold.woff2') format('woff2'),
             url('../fonts/BIZUDPGothic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Bold.woff2') format('woff2'),
             url('../fonts/Rajdhani-Bold.ttf') format('truetype');
    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-Medium.woff2') format('woff2'),
             url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
    font-weight:500;
    font-style: normal;
}

body {
color: #333;
font-size: 93%;
line-height: 1.6;
font-weight:normal;
font-family: ' BIZUDPGothic ';
letter-spacing: 0.05rem;
padding-top: 60px;
position: relative;
overflow-y: scroll;
background:white;}


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

}
}

@media (min-width: 992px) {

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

}
@media (min-width: 1200px) {
body {
font-size: 99%;
line-height: 1.8;
letter-spacing: 0.08rem;
}


}


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

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

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}

.f-right {float: right;}
.f-left {float: left;}
.pointer {cursor: pointer;}
ul.decimal li{list-style: decimal;margin-left: 25px;line-height: 1.4;}
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;}

.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;}
.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) {
.mb120mb80{margin-bottom: 60px;}
.mb150mb100{margin-bottom: 90px;}
.mb30-md{margin-bottom: 30px;}
.mb80mb50{margin-bottom: 70px;}
.mb50mb30{margin-bottom: 30px;}
.mb10-xs3{margin-bottom: 10px;}

}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb80mb50{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;
}

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

.flexbox{display: flex;align-items: 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;}




/* アニメーション
---------------------------------------------------- */


/* 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;
}


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

/* font-size color
---------------------------------------------------- */
.x-small { font-size: .8em; line-height: 1.5; }
.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-weight: 700;font-family: ' BIZUDPGothic-Bold ';}

.white { color: #ffffff; }
.red { color: #f00; }
.blue{color: dodgerblue;}
.green { color: forestgreen; }
.pink { color: #EB5960; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.brown{color: #8b6f57;}

/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fafafa;
}
.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:white;
	position: relative;
	}
	
.sc .logo{padding-left: 15px;width: 96px;}
.sc .logo a{}
.sc .tel{position: absolute;top:50%;transform: translateY(-50%);right:65px;}
.sc .tel img{width: 25px;height: auto;}

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: 60;
  height: 100px;
  display: flex;
  border-bottom: 1px solid #999;
  align-items: center;justify-content: space-between;
}
.header .logo {position: relative;margin-left: 50px;}
.header .logo.color {display: none;}

.header .navi{padding-right: 0px;display: flex;align-items: center;justify-content: flex-end;}

/* ナビゲーションメニュー */
.nav-menu {display: flex;flex-direction: column;align-items: stretch; justify-content: space-between;}
.head-info{color: white;display: flex;align-items: center;justify-content: flex-end;height: 60px;padding-top: .6em;}
.head-info .tel{font-family: 'Rajdhani';margin-right: 1.5em;font-size: 18px;letter-spacing: .1rem;}
.head-info .tel span{font-size: 1.5em;color: white;}
.head-info .time{display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
font-size: 12px;line-height: 1.5;width: 470px; padding-right: 0px;}
.head-info .time dt, .head-info .time dd {box-sizing: border-box;line-height: 1.5!important;padding: 0!important;margin: 0!important;}
.head-info .time dt {
  display: flex;
  align-items: center;
  width: 6em;padding: 0;margin: 0;
  line-height: 1.5!important;
}
.head-info .time dd {
  display: flex;
  align-items: center;
  width: calc(100% - 6em);
  margin-left: 0;padding: 0;margin: 0;line-height: 1.5!important;
}

.head-info .time dt:last-of-type,
.head-info .time dd:last-of-type {border: none;padding: 0!important;margin: 0!important;}

.menu-list {
  display: flex;
  justify-content:flex-end;
  padding-right: 20px;
}
.menu-item {position: relative;padding: 0 1.3em;text-align: center;}

.menu-item a {
font-weight: 400;
  color: white;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-item a::after {
  background-color: #00a6bf; /* 下線の色 */
  content: ""; /* 要素に内容を追加 */
  height: 5px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  bottom: 0px; /* 要素の下端からの距離 */
  position: absolute; /* 絶対位置指定 */
  transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: left top; /* 変形の原点を左上に指定 */
  transition: transform .3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
/* リンクにホバーした際の下線の表示 */
.menu-item a:hover::after {transform: scale(1, 1);}
.menu-item a.active:hover::after {transform: scale(0);}

.menu-item a:hover {color: #fff;}
.menu-item a.active {color: #00a6bf;border-bottom: 5px solid #00a6bf;}

.head-mail{margin-right: 0px;}
.head-mail a{width: 100px;height: 100px;font-size: 24px; background: #00a6bf;color: white; display: flex;align-items: center;justify-content: center;transition: .4s;}
.head-mail a:hover{background:#009FFF;color: white;}

}

.contents {}
/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  color: #000;
  background: #fff;
  height: 100px;
  transition: color 2s ease-out;
}
.header.headerColorScroll .logo {display: none;}
.header.headerColorScroll .logo.color {display: block;margin-top: .3em;}
.header.headerColorScroll .menu-item a {color: black;}

.header.headerColorScroll .head-info{color:#333;}
.header.headerColorScroll .head-info .tel span{color:#333;}


@media (max-width: 1680px){


}

@media (max-width: 1366px){
.header .logo{margin-left: 20px;width: 200px;}
.head-mail{margin-right: 0px;}


}

@media (max-width: 1280px){
.header .logo {margin-left:35px;position: relative;width: 170px}

.menu-item {padding: 0 .6em;}
.menu-list {margin-right: 1em;}


}

@media (max-width: 1199px){
.header .logo {margin-left:15px;position: relative;width: 130px}
.head-info .tel span{font-size: 1.3em;}
.head-info .time{display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
font-size: 12px;width: 455px; padding-right: 0px;}
.menu-item {padding: 0 .9em;}
.menu-list {margin-right: .5em;}


}










/*main
------------------------------------------------------------------*/
.kv{width: 100%;
	height: 100vh;
	position: relative;
}

.kv .main-h2{position: absolute;left:10%;top:50%;transform: translateY(-50%);width: 60%;z-index: 10;}
.kv .main-h2 .main-h2-1{margin-bottom: 50px;}
.kv .main-h2 .main-h2-1:last-child{margin-bottom: 0px;}

.kv .co2{position: absolute;right:0;bottom:0;width: 800px;background: white;z-index: 10;padding: 1.5em;display: flex;align-items: center;justify-content: space-between;}
.kv .co2 .bn{width: 240px;}
.kv .co2 .txt{width:calc(100% - 260px);line-height: 1.6;}
.kv .co2 .txt span{font-weight: 700;}


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

.video::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    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%);
}







@media (max-width: 1680px){
.kv .main-h2{position: absolute;left:8%;top:50%;transform: translateY(-50%);width: 36%;z-index: 10;}
.kv .main-h2 .main-h2-1{margin-bottom: 40px;}
.kv .main-h2 .main-h2-1:last-child{margin-bottom: 0px;}

.kv .co2{position: absolute;right:0;bottom:0;width: 650px;background: white;z-index: 10;padding: 1.5em;display: flex;align-items: center;justify-content: space-between;}
.kv .co2 .bn{width: 220px;}
.kv .co2 .txt{width:calc(100% - 240px);line-height: 1.6;}




}



@media (max-width: 1280px){






}


@media (max-width: 1199px){

.kv .co2{position: absolute;right:0;bottom:0;width: 550px;background: white;z-index: 10;padding: 1em;display: flex;align-items: center;justify-content: space-between;}
.kv .co2 .bn{width: 180px;}
.kv .co2 .txt{width:calc(100% - 200px);line-height: 1.6;}


}




@media only screen and (max-width: 991px) {
.kv{width: 100%;
	height: 700px;
	position: relative;
}

.kv .main-h2{position: absolute;left:5%;top:50%;transform: translateY(-50%);width:40%;z-index: 10;}
.kv .main-h2 .main-h2-1{margin-bottom: 20px;}
.kv .main-h2 .main-h2-1:last-child{margin-bottom: 0px;}

.video{
    width: 100%;
    height: 700px;
    position: absolute;
    top: 60px;
    left: 0;
    overflow: hidden;
    z-index: 1;
}


}

@media only screen and (max-width: 767px) {
.kv .main-h2{position: absolute;left:5%;top:50%;transform: translateY(-50%);width:40%;z-index: 10;}
.kv .main-h2 .main-h2-1{margin-bottom: 15px;}


.kv .co2{position: absolute;right:0;bottom:0;width: 450px;background: white;z-index: 10;padding: 1em;display: flex;align-items: center;justify-content: space-between;}
.kv .co2 .bn{width: 130px;}
.kv .co2 .txt{width:calc(100% - 150px);line-height: 1.5;font-size: .9em;}


}


@media only screen and (max-width: 667px) {
.kv{width: 100%;
	height: 450px;
	position: relative;
}
.kv .main-h2{position: absolute;left:5%;top:20%;transform: translateY(0);width:50%;z-index: 10;}


.video{
    width: 100%;
    height: 450px;
    position: absolute;
    top: 60px;
    left: 0;
    overflow: hidden;
    z-index: 1;
}


.kv .co2{position: absolute;right:0;bottom:0;width: 350px;background: white;z-index: 10;padding: 1em;display: flex;align-items: center;justify-content: space-between;}
.kv .co2 .bn{width: 100px;}
.kv .co2 .txt{width:calc(100% - 110px);line-height: 1.5;font-size: .9em;}



}


@media only screen and (max-width: 414px) {
.kv{width: 100%;
height: 550px;
	position: relative;
}
.video{
    width: 100%;
	height: 550px;
    position: absolute;
    top:60px;
    left: 0;
    overflow: hidden;
    z-index: 1;
}
.kv .main-h2{position: absolute;left:5%;top:25%;width:60%;}

.kv .co2{position: absolute;left:4%;right:auto;bottom:10px;width: 92%;background: white;z-index: 10;padding: .7em 1em;display: flex;align-items: center;justify-content: space-between;}
.kv .co2 .bn{width: 100px;}
.kv .co2 .txt{width:calc(100% - 110px);line-height: 1.5;font-size: .9em;}



}



/* index.html 
---------------------------------------------------- */
.home #section01{position: relative;padding: 80px 0 50px;}
.loop-wrap{width: 100%;position: absolute;left:0;right:0;top:10px;display: flex; overflow: hidden;z-index: 5;}
.loop_text {
  flex: 0 0 auto;
  font-family: 'BarlowCondensed';
  white-space: nowrap;
  font-size: 60px;
  overflow: hidden;
  padding-left: 20px;
  line-height: 1;
  color: #f6f6f6;
  }
.loop_text:nth-child(odd) { animation: loop 50s -25s linear infinite;}
.loop_text:nth-child(even) {animation: loop2 50s linear infinite;}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
}

.home #section01 .container{z-index: 20;}
.home #section01 .sub{font-weight: 700;font-size: 1.1em;line-height: 1.5;margin-bottom: 1.5em;}
.home #section01 .wrap{display: flex;justify-content: space-between; margin: 0 auto; margin-bottom: 30px;width: 290px;}
.home #section01 .wrap .box{border:3px solid #00a6c0;font-weight: 700;color: black; text-align: center; width: 140px;height: 140px;display: flex;align-items: center;justify-content: center;background: linear-gradient(-45deg, #f4f4f4 0%, #f4f4f4 50%, #fff 50%, #fff 100%);}
.home #section01 .tel{background: #00a6c0;color: white;font-family: 'BarlowCondensed';font-weight: 500;text-align: center;font-size: 1.6em;padding: .5em 0;line-height: 1;letter-spacing: .1rem;width: 290px;margin: 0 auto; margin-bottom: .5em;}
.home #section01 .tel span{color: white;}
.home #section01 .map{margin-bottom: 10px;}
.home #section01 .map-info{}
.home #section01 .map-info .address{margin-bottom: 10px;font-size: .9em;letter-spacing: .05rem;}
.home #section01 .map-info .btn-map{}
.home #section01 .map-info .btn-map a{background: #00a6c0;border-radius: 1em;color: white;display: flex;align-items: center;justify-content: center;height: 50px;transition: .4s;}
.home #section01 .map-info .btn-map a:hover{background: #00399A;}
.home #section01 .map-info .btn-map a .fas{padding-left: 2em;}
.home #section01 .time{width: 290px;margin: 0 auto; display: flex;flex-wrap: wrap;font-size: 12px;line-height: 1.2;}
.home #section01 .time dt, .home #section01 .time dd {box-sizing: border-box;line-height: 1.2;padding: 0;margin: 0;}
.home #section01 .time dt {
  display: flex;
  width:5em;
}
.home #section01 .time dt:last-of-type,
.home #section01 .time dd:last-of-type {border: none;padding: 0;margin: 0;}
.home #section01 .time dd {
  display: flex;
  align-items: center;
  width: calc(100% - 5em);
  margin-left: 0;
  margin-bottom: .5em;
}

.home #section01 .scale{margin-bottom: 25px;}
.home #section01 .scale a img{transition: .4s;}
.home #section01 .scale a:hover img{filter: sepia(50%);}

.pdfbox{border:3px solid #cc0000;padding: 1.4em;background: #fcf2f2;}
.pdfbox .inner{}
.pdf_list{margin-bottom: 20px;}
.pdf_list:last-child{margin-bottom: 0px;}

.pdf_list .title{font-weight: 700;display: flex;align-items: center;justify-content: space-between;line-height: 1.3;margin-bottom: .6em;}
.pdf_list .title img{width: 25px;height: auto;}
.pdf_list .title span{width: calc(100% - 35px);}

.pdfbox .btn-pdf {
position: relative;
  text-align:center;
  text-decoration: none;
}
.pdfbox .btn-pdf a{display: flex;align-items: center;justify-content: space-between;padding: 10px 15px;background: #c00;color: #fff;transition: .5s;border-radius: 4px;width: 100%;margin: 0 auto;}
.pdfbox .btn-pdf a:hover{background:#00399A;color: #fff;}

.pdfbox .btn-pdf a:after {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 23px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(../images/ico-pdf.png);
  background-size: contain;
  vertical-align: middle;
}


.home #section02{position: relative;padding: 0px 0 50px;}
.home #section02 h3{font-weight: 700;line-height: 1.5;color: #111;font-size: 20px;margin-bottom: 1.2em;}
.home #section02 p{margin-bottom: 20px;}
.vimeo{}
.vimeo iframe{width: 100%;height: 270px;}

.home #section03{position: relative;padding: 50px 0;background: url("../images/top-service.jpg");background-position: center;background-repeat: no-repeat;background-size: cover;margin-bottom: 50px;}
.triangle1 {
position: absolute;
top:0;
left:0;
  border-right: 50px solid transparent;
  border-top: 50px solid white; 
  height: 0;
  width: 0;
}
.triangle2 {
position: absolute;
bottom:0;
right:0;
  border-left: 50px solid transparent;
  border-bottom: 50px solid white; 
  height: 0;
  width: 0;
}
.home #section03 .aboutlist{justify-content: center;}
.home #section03 .aboutlist li{margin-bottom: 30px;}
.home #section03 .aboutlist li:last-child{margin-bottom: 0px;}

.home #section03 .aboutlist a .box{background: #00a6c0;position: relative;display: flex;flex-direction: column;justify-content: center;color: white;padding: 1.5em 1.5em 60px;transition: .4s;}

.home #section03 .aboutlist .box .ico{width: 70px; margin: 0 auto; margin-bottom: 15px;}
.home #section03 .aboutlist .box .index{margin-bottom: 10px;font-weight: 700;text-align: center;font-size: 22px;}
.home #section03 .aboutlist .box p{margin-bottom: 1em;}
.home #section03 .aboutlist .box .bt-more{position: absolute;width: 100%;left:0;bottom:0;height: 50px;border-top:1px solid #ccc;display: flex;align-items: center;justify-content: center;font-family: 'BarlowCondensed';font-weight: 500;font-size: 20px;}
.sankaku{position: absolute;right:10px;bottom:10px;width: 28px;}
.home #section03 .aboutlist a:hover .box{background:rgba(0,57,154,1.00);color: white;}

.home #section04{position: relative;padding: 0px 0 50px;}


.home #section05{position: relative;}

.gmap{border:none;margin-bottom: 1em;}
.gmap iframe{width: 100%;height: 220px;margin-bottom: 0;vertical-align: bottom;}

.btn-posi-right{display: flex;justify-content: flex-end;}
.btn-arrow {}
.btn-arrow a {
width: 230px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
	background:#06c;
    color: #fff;
	padding: 0 .5em;
	transition: .5s;
	font-weight: 400;
	position: relative;}
.btn-arrow a::after {
  content: '';
  position: absolute;
  right:15px;
  top:50%;
  transform: translateY(-50%);
  width: 27px;
  height: 10px;
  background-image: url(../images/arrow.png);
  background-size: contain;
  vertical-align: middle;
  transition: .4s;}
.btn-arrow a:hover {
    align-items: center;background:#039;
    color: #fff;
    }
.btn-arrow a:hover::after { right:5px;}

.btn-dummy {position: relative;z-index: 10;}
.btn-dummy span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #000;
	transition: .5s;
	font-family: 'Rajdhani';
	font-weight: 700;
	position: relative;}
.btn-dummy span::before {
 background-color: #555; 
  content: "";
  flex-grow: 1; 
  height: 1px;}
.btn-dummy span::before {margin-right: 15px;}


.newsarea{position: relative;padding-right:0px;margin-bottom: 20px;border-bottom: 1px solid #ddd;}
.newsarea:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #06c;
  bottom: -1px;
  left:0;
  width: 130px;
}

.newsarea .set{padding: .8em .2em;border-top: 1px solid #ddd;transition: .5s;position: relative;}
.newsarea .set:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #06c;
  top: -1px;
  left:0;
  width: 130px;
}
.newsarea .set .date{margin-bottom:.6em;line-height: 1.4;font-weight: 700;display: flex;align-items: center;}
.newsarea .set .date .day{font-family: 'Rajdhani';color: #0066cc;}
.newsarea .set .date span.new{color: red;margin-left: 5px;letter-spacing: 0;font-size: .9em;}
.newsarea .set .date span.cate{display: block;margin-left: 10px; color: #111; padding: .2em .5em;font-size: .8em;text-align: center;letter-spacing: 0;width: 10em;}
.newstext{display: flex;justify-content: space-between;color: #222;}
.newshtml{width: 100%;}
.newstext .bt-more{display: none;}

.newsarea .set .bt-more{}
.newsarea .set .bt-more img{transition: .5s;}
.newsarea a:hover .set{background: #fafafa;}
.newsarea .set:hover .bt-more img{transform: rotate(90deg);}
.newsarea a .set .newstext{display: flex;justify-content: space-between;color: #222;}
.newsarea a .set .newshtml{width: calc(100% - 50px);}
.newsarea a .set .newstext .bt-more{display: block;width: 30px;}

.home #section04 .btn-arrow {display: flex;justify-content: center;}

@media (min-width: 667px) {
.loop_text { font-size: 80px;  }
.home #section01 .map{width: 400px;margin: 0 auto; margin-bottom: 10px;}

.home #section03 .container{max-width: 100%;}


}




@media (min-width: 768px) {

.home #section01{padding: 90px 0 70px;}
.home #section01 .container{max-width: 100%;}

.loop_text { font-size: 100px;  }
.home #section01 .wrap{display: flex;justify-content: space-between; margin: 0 auto; margin-bottom: 30px;width: 100%;}
.home #section01 .wrap .box{border:3px solid #00a6c0;font-weight: 700;color: black; text-align: center; width: 140px;height: 140px;display: flex;align-items: center;justify-content: center;}
.home #section01 .tel{background: #00a6c0;color: white;font-family: 'BarlowCondensed';font-weight: 500;text-align: center;font-size: 1.6em;padding: .5em 0;line-height: 1;letter-spacing: .1rem;width: 100%;margin: 0 auto; margin-bottom: .5em;}
.home #section01 .time{width: 100%;margin: 0 auto; display: flex;flex-wrap: wrap;font-size: 12px;line-height: 1.2;}
.home #section01 .map{width:100%;margin: 0 auto; margin-bottom: 10px;}
.home #section01 .scale{margin-bottom: 40px;}
.pdfbox{border:5px solid #cc0000;padding: 1.4em;}

.pdf_list{margin-bottom: 30px;width: 100%; display: flex;align-items: center;justify-content: space-between;}
.pdf_list .title{font-weight: 700;display: flex;align-items: center;justify-content: space-between;line-height: 1.3;margin-bottom: 0;width: calc(100% - 280px);}
.pdf_list .title img{width: 25px;height: auto;}
.pdf_list .title span{width: calc(100% - 35px);font-size: 1.1em;}

.pdfbox .btn-pdf {
widows: 260px;
position: relative;
  text-align:center;
  text-decoration: none;
}
.pdfbox .btn-pdf a{display: flex;align-items: center;justify-content: space-around;padding: 10px 15px;background: #c00;color: #fff;transition: .5s;border-radius: 4px;width: 260px;margin: 0 auto;}
.pdfbox .btn-pdf a:hover{background:#00399A;color: #fff;}
.pdfbox .btn-pdf a:after {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 23px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(../images/ico-pdf.png);
  background-size: contain;
  vertical-align: middle;
}

.home #section02{padding: 0px 0 70px;}
.home #section02 h3{font-size: 22px;margin-bottom: 1.2em;}
.home #section02 p{margin-bottom: 20px;}
.vimeo{}
.vimeo iframe{width: 100%;height: 340px;}


.home #section03{padding: 70px 0;margin-bottom: 70px;}
.triangle1 {
position: absolute;
top:0;
left:0;
  border-right: 80px solid transparent;
  border-top:80px solid white; 
  height: 0;
  width: 0;
}
.triangle2 {
position: absolute;
bottom:0;
right:0;
  border-left: 80px solid transparent;
  border-bottom: 80px solid white; 
  height: 0;
  width: 0;
}

.home #section03 .aboutlist a .box{padding: 2em 2em 60px;transition: .4s;}



.newsarea{margin-bottom: 30px;}
.newsarea .set{padding: 1.2em .2em;}
.newsarea .set .date span.cate{display: inline; margin-left: 1em; padding: .2em 1em;font-size: .8em;text-align: center;}




.link-pdf{width: 100px;}

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


}




@media (min-width: 992px) {
.loop_text { font-size: 140px;  }
.home #section01 .sub{font-weight: 700;font-size: 1.3em;line-height: 1.6;margin-bottom: 1.5em;}
.home #section01 .wrap{display: flex;justify-content: space-between; margin-left: 0; margin-bottom: 30px;width: 360px;}
.home #section01 .wrap .box{border:3px solid #00a6c0;width: 160px;height: 160px;font-size: 1.1em; display: flex;align-items: center;justify-content: center;}
.home #section01 .tel{background: #00a6c0;color: white;font-family: 'BarlowCondensed';font-weight: 500;text-align: center;font-size: 1.6em;padding: .5em 0;line-height: 1;letter-spacing: .1rem;width: 360px;margin-left: 0; margin-bottom: .5em;}
.home #section01 .time{width: 360px;margin-left: 0; display: flex;flex-wrap: wrap;font-size: 13px;line-height: 1.2;}

.pdfbox{border:3px solid #cc0000;padding: 2.4em;}

.home #section02 h3{font-size: 25px;margin-bottom: 1.2em;}
.home #section02 p{margin-bottom: 0px;padding: 0 1.5em;line-height: 1.9;}
.vimeo{}
.vimeo iframe{width: 100%;height: 320px;}

.btn-arrow a {
width: 250px;
    height: 60px;   
	padding: 0;
	}

.newsarea .set{padding: 1.5em .2em;display: flex;justify-content: space-between;align-items: flex-start;}
.newsarea .set .date{margin-bottom:0;display: flex;align-items: center;width: 260px;}
.newsarea .set .date .day{width: 110px;}
.newsarea .set .date span.new{color: red;}
.newsarea .set .date span.cate{width: 11em;}
.newstext{line-height: 1.4;width: calc(100% - 280px);}


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

}

@media (min-width: 1199px) {


}


@media (min-width: 1200px) {

.home #section01{padding: 140px 0 100px;}

.home #section01 .sub{font-weight: 700;font-size: 1.6em;line-height: 1.6;margin-bottom: 1.5em;}
.home #section01 .wrap{display: flex;justify-content: space-between; margin-left: 0; margin-bottom: 30px;width: 400px;}
.home #section01 .wrap .box{border:5px solid #00a6c0;width: 190px;height: 190px;font-size: 1.1em; display: flex;align-items: center;justify-content: center;}
.home #section01 .tel{font-size: 1.8em;padding: .5em 0;line-height: 1;letter-spacing: .1rem;width: 400px;margin-left: 0; margin-bottom: .5em;}
.home #section01 .time{width: 400px;margin-left: 0; display: flex;flex-wrap: wrap;font-size: 14px;line-height: 1.2;}
.home #section01 .map-info{display: flex;align-items: center;justify-content: space-between;padding-top: 10px;}
.home #section01 .map-info .address{margin-bottom: 0px;font-size: .9em;letter-spacing: .05rem;}
.home #section01 .map-info .btn-map{}
.home #section01 .map-info .btn-map a{width: 220px; display: flex;align-items: center;justify-content: center;height: 50px;}
.home #section01 .scale{margin-bottom: 50px;}
.pdfbox{border:6px solid #cc0000;padding: 80px 0;}
.pdfbox .inner{width: 1110px;margin: 0 auto;}
.pdfbox{padding: 3.4em;}
.pdf_list .title{width: calc(100% - 340px);}
.pdf_list .title img{width: 36px;height: auto;}
.pdf_list .title span{width: calc(100% - 46px);font-size: 1.5em;letter-spacing: .1rem;}
.pdfbox .btn-pdf a{display: flex;align-items: center;justify-content: space-around;padding: 16px 15px;background: #c00;color: #fff;transition: .5s;border-radius: 4px;width: 300px;margin: 0 auto;}




.home #section02{padding: 0px 0 100px;}
.home #section02 h3{font-size: 27px;margin-bottom: 1.2em;}
.home #section02 p{margin-bottom: 0px;padding: 0 2.5em;line-height: 1.9;}
.vimeo{}
.vimeo iframe{width: 100%;height: 350px;}






.home #section03{padding: 100px 0 70px;margin-bottom: 100px;}
.triangle1 {
position: absolute;
top:0;
left:0;
  border-right: 100px solid transparent;
  border-top:100px solid white; 
  height: 0;
  width: 0;
}
.triangle2 {
position: absolute;
bottom:0;
right:0;
  border-left: 100px solid transparent;
  border-bottom: 100px solid white; 
  height: 0;
  width: 0;
}
.home #section03 .aboutlist a .box{padding: 3em 3em 75px;}
.home #section03 .aboutlist .box .ico{width: 90px; margin: 0 auto; margin-bottom: 15px;}
.home #section03 .aboutlist .box .index{margin-bottom: 10px;font-weight: 700;text-align: center;font-size: 24px;}
.home #section03 .aboutlist .box .bt-more{height: 60px;font-size: 24px;}




.btn-arrow a {
width: 350px;
height: 75px;}

.newsarea .set{padding: 2em .2em;}
.newsarea .set .date{margin-bottom:0;display: flex;align-items: center;width: 300px;}
.newsarea .set .date .day{width: 130px;}
.newstext{line-height: 1.4;width: calc(100% - 320px);}

.gmap iframe{height: 450px;}

}





@media (min-width: 1440px) {
.loop_text { font-size: 170px;  }
.home #section01 .container{max-width:1290px;}
.home #section01 .map-info .address{margin-bottom: 0px;font-size: 1em;letter-spacing: .05rem;}
.pdfbox{padding: 5em 3.4em;}

.pdf_list .title span{font-size: 1.7em;letter-spacing: .1rem;}


.home #section02 .container{max-width:1290px;}
.home #section02 h3{font-size: 27px;margin-bottom: 1.2em;}
.home #section02 p{margin-bottom: 0px;padding: 0 4em;line-height: 1.9;font-size: 1.1em;}
.vimeo{}
.vimeo iframe{width: 100%;height: 400px;}


.home #section03 .container{max-width:1290px;}
.triangle1 {
position: absolute;
top:0;
left:0;
  border-right: 150px solid transparent;
  border-top: 150px solid white; 
  height: 0;
  width: 0;
}
.triangle2 {
position: absolute;
bottom:0;
right:0;
  border-left: 150px solid transparent;
  border-bottom: 150px solid white; 
  height: 0;
  width: 0;
}
.home #section03 .aboutlist .box .bt-more{height: 78px;font-size: 26px;}


.newsarea .set{padding: 2.3em .2em;}

}

@media (min-width: 1680px) {
.loop_text { font-size:200px;  }
.home #section01 .container{max-width:1590px;}
.home #section01 .sub{font-weight: 700;font-size: 1.8em;line-height: 1.6;margin-bottom: 1.5em;}
.home #section01 .wrap{display: flex;justify-content: space-between; margin-left: 0; margin-bottom: 50px;width: 450px;}
.home #section01 .wrap .box{border:5px solid #00a6c0;width: 220px;height: 220px;font-size: 1.2em; display: flex;align-items: center;justify-content: center;}
.home #section01 .tel{font-size: 2.1em;padding: .5em 0;line-height: 1;letter-spacing: .2rem;width: 450px;margin-left: 0; margin-bottom: .5em;}
.home #section01 .time{width: 450px;margin-left: 0; display: flex;flex-wrap: wrap;font-size: 14px;line-height: 1.2;}
.home #section01 .map-info .btn-map a{width: 230px; display: flex;align-items: center;justify-content: center;height: 60px;}

.home #section02 .container{max-width:1590px;}
.home #section02 h3{font-size: 36px;margin-bottom: 1.4em;}
.home #section02 p{margin-bottom: 0px;padding: 0 10em 0 4em;line-height: 2.1;font-size: 1.1em;}
.vimeo{}
.vimeo iframe{width: 100%;height: 450px;}

.home #section03{padding: 130px 0 90px;margin-bottom: 130px;}
.triangle1 {
position: absolute;
top:0;
left:0;
  border-right: 200px solid transparent;
  border-top: 200px solid white; 
  height: 0;
  width: 0;
}
.triangle2 {
position: absolute;
bottom:0;
right:0;
  border-left: 200px solid transparent;
  border-bottom: 200px solid white; 
  height: 0;
  width: 0;
}
.home #section03 .container{max-width:1460px;}
.home #section03 .aboutlist a .box{padding: 4em 4em 85px;}
.home #section03 .aboutlist .box .ico{width: 100px; margin: 0 auto; margin-bottom: 25px;}
.home #section03 .aboutlist .box .index{margin-bottom: 15px;font-size: 26px;}


}




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



.btn-view {position: relative;display: flex;align-items: center;color: #333;font-size: .9em;letter-spacing: .05rem;transition: .5s;}
.btn-view::after{
content: "";
display: inline-block;
  width: 50px;
  height: 50px;
  border:1px solid #06f;
  margin-left: 3em;
  transition: .5s;
}
.btn-view::before {
content: "";
    width: 60px;
    height: 6px;
    position: absolute;
	left:9em;
    border-bottom: 1px solid #06f;
    border-right: 1px solid #06f;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}
.btn-view:hover {color: #069;}
.btn-view:hover::after{background:rgba(247,130,9,.5);}


a.btn-large{width: 100%;line-height: 55px; font-size: 17px; background: black;color: white;text-align: center;margin-top: 10px;display: block;
  padding: 0px;
  border:none;
  transition: .3s;
  padding-right: 0px!important;
  margin-right: 0!important;
}
a.btn-large:hover{background: #07a3d7;}

@media (min-width:667px) {


}



@media (min-width:768px) {
.cp_button {
  width: 230px;
  padding: 1em;
}

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) {


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


}


@media (min-width: 1200px) {
.cp_button {
  width: 290px;
  padding: 1em;
}

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 ------- */
.common{background: url("../images/bg-contact.jpg")#f6f6f6;background-position: center;background-repeat: no-repeat;background-size: cover;position: relative;padding: 70px 0 50px;}
.common .sikaku{position: absolute;top:0;right:-15%;height: 40px;width: 60%;background: white;transform:skewX(35deg);}
.common h3{text-align: center;color: #fff;font-family: 'BarlowCondensed';font-weight: 400;font-size: 36px;margin-bottom: 25px;letter-spacing: .2rem;}
.common h3 span{display: block; color:#fff;font-family: ' BIZUDPGothic ';font-weight: 700;font-size: 18px;letter-spacing: .05rem;}
.common .tel{color: white;font-family: 'BarlowCondensed';font-weight: 500;text-align: center;margin-bottom: 15px;}
.common .tel span{color: white;letter-spacing: .1rem;font-size: 26px;}
.common .tel .fas{font-size: 28px; margin-right:6px;}
.common .time{width: 290px;margin: 0 auto; display: flex;flex-wrap: wrap;font-size: 12px;line-height: 1.2;color: white;}
.common .time dt, .common .time dd {box-sizing: border-box;line-height: 1.2;padding: 0;margin: 0;}
.common .time dt {
  display: flex;
  width:5em;
  padding: 0;margin: 0;
  padding-bottom: .3em;
}
.common .time dd {
  display: flex;
  align-items: center;
  width: calc(100% - 5em);
  margin-left: 0;
  margin:0;
  padding-bottom: .3em;
}
.common .time dt:last-of-type,
.common .time dd:last-of-type {border: none;padding: 0;margin: 0;}

.common .mail{background: #00a6c0;color: white;padding: 1.5em 1.2em;text-align: center;display: block;position: relative;overflow: hidden;transition: .4s;}
.common .mail .kage{position: absolute;top:-30px;left:-30px;width: 120px;z-index: 2;}
.common .mail .txt{position: relative;z-index: 10;font-weight: 700;}

footer{ padding: 40px 0px 15px;position: relative;background:#fff;}
footer .logoblock{position: relative;text-align: center;width: 200px; margin: 0 auto; margin-bottom: 30px;}
footer ul li .box{margin-bottom: 15px;}
footer ul li:last-child .box{margin-bottom: 0;}
footer .box{background: #f4f4f4;padding: 1.6em;}
footer .box .index{font-weight: 700;color: black;font-size: 1.2em;margin-bottom: .7em;}
footer .box .index .fas{color: #00A8C2;margin-right: .2em;}

footer .address{font-size: .9em;letter-spacing: .08rem;margin-bottom: .5em;line-height: 1.5;}
footer .tel{font-family: 'BarlowCondensed';line-height: 1.4;font-size: 1.1em;letter-spacing: .1rem;}
footer .tel span{color: #333;}


.footer-menu{width: 100%;padding: 0 15px; margin: 0 auto; margin-bottom:0em;}
.footer-menu ul{display:flex;justify-content: space-between;flex-wrap: wrap;}
.footer-menu li{width:48%;text-align:center;background:none;font-size: 14px;}
.footer-menu li a{color: #111;text-decoration: none; text-align: center; padding: .8em 0;border-bottom: 1px solid rgba(0,168,194,.3);display: block;transition: .3s;}
.footer-menu li a:hover{color:#fff;background:rgba(0,168,194,1.00);}

.copy{text-align: center;color: #999; font-size: .8em;letter-spacing: 0;border-top:1px solid #eee;}
.copy{padding-top: 1.5em;}



@media (min-width: 667px) {
.common .container{max-width: 100%;}
.common h3{text-align: left;color: #fff;font-family: 'BarlowCondensed';font-size: 36px;margin-bottom: 25px;letter-spacing: .2rem;}
.common h3 span{display: block; color:#fff;font-family: ' BIZUDPGothic ';font-weight: 700;font-size: 18px;letter-spacing: .05rem;}
.common .tel{color: white;font-family: 'BarlowCondensed';font-weight: 500;text-align: left;margin-bottom: 15px;}
.common .tel span{color: white;letter-spacing: .1rem;font-size: 30px;}
.common .tel .fas{font-size: 32px; margin-right:6px;}

.common .time{width: 100%;margin-left: 0; display: flex;flex-wrap: wrap;font-size: 12px;line-height: 1.2;color: white;}
.common .time dt, .common .time dd {box-sizing: border-box;line-height: 1.2;padding: 0;margin: 0;}
.common .time dt {
  display: flex;
  width:5em;
}
.common .time dd {
  display: flex;
  align-items: center;
  width: calc(100% - 5em);
  margin-left: 0;
}
.common .time dt:last-of-type,
.common .time dd:last-of-type {border: none;padding: 0;margin: 0;}
.common .mail{background: #00a6c0;color: white;padding: 2em 1.2em;text-align: center;display: block;position: relative;overflow: hidden;transition: .4s;}
.common .mail .kage{position: absolute;top:-10px;left:-20px;width: 100px;z-index: 2;}
.common .mail .txt{position: relative;z-index: 10;font-weight: 700;}


footer{ padding: 40px 0px 20px;}
footer .logoblock{position: relative;text-align: center;width: 240px; margin: 0 auto; margin-bottom: 40px;}

footer .box{background: #f4f4f4;padding: 1.6em;}
footer .box .index{font-weight: 700;color: black;text-align: center; font-size: 1.2em;margin-bottom: .7em;}
footer .box .index .fas{color: #00A8C2;margin-right: .2em;}

footer .address{text-align: center;}

footer .tel{text-align: center;}

.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu ul{display:flex;justify-content: space-between;flex-wrap: wrap;border-top:none;}

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

}



@media (min-width: 768px) {
.common{padding: 70px 0 60px;}
.common .sikaku{position: absolute;top:0;right:-15%;height: 50px;width: 60%;background: white;transform:skewX(35deg);}

.common h3{text-align: left;color: #fff;font-family: 'BarlowCondensed';font-size: 55px;margin-bottom: 25px;letter-spacing: .2rem;}
.common h3 span{display: block; color:#fff;font-family: ' BIZUDPGothic ';font-weight: 700;font-size: 18px;letter-spacing: .05rem;}
.common .tel{color: white;font-family: 'BarlowCondensed';font-weight: 500;text-align: left;margin-bottom: 15px;}
.common .tel span{color: white;letter-spacing: .1rem;font-size: 36px;}
.common .tel .fas{font-size: 38px; margin-right:6px;}
.common .time{width: 100%;margin-left: 0; display: flex;flex-wrap: wrap;font-size: 13px;line-height: 1.2;color: white;}
.common .mail{background: #00a6c0;color: white;padding: 3em 1.2em;text-align: center;display: block;position: relative;overflow: hidden;transition: .4s;}
.common .mail .kage{position: absolute;top:-10px;left:-20px;width: 130px;z-index: 2;}

footer ul li .box{margin-bottom:0;}
footer .box{background: #f4f4f4;padding: 1.2em;}

footer .address{font-size: .9em;text-align: left;}
footer .tel{text-align: left;}

.footer-menu{border-top: none;margin-bottom: 0em;}
.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;border-right:none; padding: 0 .8em;text-align: left;border-bottom: none;line-height: 1;}
.footer-menu li a:hover{color:rgba(0,168,194,1.00);background: none;}


.copy{font-size: 12px;}
.copy{padding-top: 1.5em;}


}


@media (min-width: 992px) {
.common{background: url("../images/bg-contact.jpg");background-position: center top;background-repeat: no-repeat;position: relative;}
.common h3{font-size: 65px;margin-bottom: 25px;letter-spacing: .2rem;}
.common h3 span{font-size: 20px;letter-spacing: .05rem;}
.common .tel{text-align: left;margin-bottom: 15px;}
.common .tel span{color: white;letter-spacing: .1rem;font-size:50px;font-weight: 400;}
.common .tel .fas{font-size: 52px; margin-right:10px;}

.common .time{width: 100%;margin-left: 0; display: flex;flex-wrap: wrap;font-size: 14px;line-height: 1.2;color: white;}
.common .mail{background: #00a6c0;color: white;padding: 3em 1.2em;text-align: center;display: block;position: relative;overflow: hidden;transition: .4s;}
.common .mail .kage{position: absolute;top:-10px;left:-20px;width: 170px;z-index: 2;}
.common .mail .txt{font-size: 1.1em;} 

footer .logoblock{margin-bottom: 0px;width: 250px; text-align: left;margin-left: 0;}
footer .box{background: #f4f4f4;padding: 1.6em 2em;}
footer .box .index{font-size: 1.4em;margin-bottom: .7em;text-align: left;}
footer .box .index .fas{color: #00A8C2;margin-right: .2em;}

footer .address{font-size: .9em;text-align: left;letter-spacing: .1rem;}
footer .tel{text-align:left;margin-bottom: 0;}

.footer-menu{width: 100%;border-top: none;padding-top: 0;margin-bottom: 0px;padding: 0;border-left:none;border-right: none;}
.footer-menu ul{border-top: none;border-left:none;justify-content: flex-end;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0em 1em;letter-spacing:0;}

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

.copy{font-size: 12px;padding-top: 50px;}

}




@media (min-width: 1200px) {
.common{background: url("../images/bg-contact.jpg");background-position: center top;background-repeat: no-repeat;background-size: cover;}
.common .sikaku{position: absolute;top:0;right:-15%;height: 70px;width: 60%;background: white;transform:skewX(35deg);}
.common{padding: 100px 0 100px;}
.common .container{max-width: 1110px;}
.common h3{font-size: 75px;margin-bottom: 40px;letter-spacing: .2rem;}
.common h3 span{font-size: 24px;letter-spacing: .05rem;}
.common .tel{text-align: left;margin-bottom: 15px;}
.common .tel span{color: white;letter-spacing: .2rem;font-size: 60px;font-weight: 400;}
.common .tel .fas{font-size:62px; margin-right:10px;}
.common .mail{padding: 4em 1.2em;text-align: center;display: block;position: relative;overflow: hidden;transition: .4s;}
.common .mail .kage{position: absolute;top:-20px;left:-20px;width: 220px;z-index: 2;}
.common .mail .txt{font-size: 1.3em;} 

footer{padding: 100px 0 50px;}
footer .logoblock{position: relative;width: 320px; margin-bottom: 0px;}
footer .address{font-size: .9em;}
.footer-menu li {font-size: 15px;}
.footer-menu li a{text-decoration: none;padding: 0em 1em;letter-spacing: .05rem;}


.copy{font-size: 12px;padding-top: 50px;}



}





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

.h2area{
position: relative;
width:100%;
height: 420px;
display: flex;align-items:center;
}
.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background:rgba(0,57,154,.6);
}
.h2area.h2-business{background: url("../images/h2-business.jpg");background-position: center;background-size: cover;}
.h2area.h2-company{background: url("../images/h2-company.jpg");background-position: right center;background-size: cover;}
.h2area.h2-history{background: url("../images/h2-history.jpg");background-position: center;background-size: cover;}
.h2area.h2-contact{background: url("../images/h2-contact.jpg");background-position: center;background-size: cover;}
.h2area.h2-flow{background: url("../images/h2-flow.jpg");background-position: center;background-size: cover;}
.h2area.h2-equipment{background: url("../images/h2-equipment.jpg");background-position: center;background-size: cover;}

.h2-txt{position:relative;z-index: 10;font-family: ' BIZUDPGothic ';font-weight: 400;font-size:25px;letter-spacing: .2rem;color: #fff;text-align: left;padding-top: 100px; padding-left: 18%;}
.h2-txt span { display: block;font-size: 84px;font-family: 'BarlowCondensed';font-weight: 500;text-transform: uppercase;letter-spacing: .4rem;margin-top:0px;}


@media (max-width: 1440px){
.h2area{height:380px;}



}


@media (max-width: 1199px){
.h2area{height: 340px;}

.h2-txt{font-size: 25px; padding-top: 100px;padding-left: 10%;}
.h2-txt span {font-size: 60px;}
.breadcrumb {padding: 0 0 5px 10%;}



}

@media only screen and (max-width: 991px) {
.h2area{height: 220px;}

.h2-txt{font-size: 22px;padding-top: 0px;padding-left: 11%;}
.h2-txt span {font-size: 48px;margin-top: .1em;}
.breadcrumb {padding: 0 0 5px 11%;}


}


@media only screen and (max-width: 767px) {
.h2area{height: 180px;}

.h2-txt{font-size: 20px;padding-left: 50px;}
.h2-txt span {font-size: 35px;}
.breadcrumb {padding: 0 0 5px 50px;}



}

 @media only screen and (max-width: 666px) {

.h2area{height: 160px;}

.h2-txt{font-size: 18px;padding-left: 20px;}
.h2-txt span {font-size: 28px;}
.breadcrumb {padding: 0 0 5px 20px;}


}

/*------------------------------　　下層ページ style　　------------------------------------------*/
.heading{font-weight: 700;font-family: 'Rajdhani';color: #0066cc;font-size: 16px;margin-bottom: 1em;line-height: 1.3;position: relative;}
.heading span{display: block;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-weight: 600;color:#000;font-size: 20px;margin-top: .2em;}

.headline-h3 {
color: #000;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  letter-spacing: .1rem;
  line-height: 1.4;
font-family: ' BIZUDPGothic-Bold ';font-weight: 700;}
.headline-h3:after {
  content: '';/*何も入れない*/
  position: absolute;
  bottom:-10px;
  left:50%;
  transform: translateX(-50%);
  width: 1.2em;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background: #09f;
}



.headline-h4 {
  font-family: ' BIZUDPGothic ';font-weight: 700;
  font-size: 1.3em;
 position: relative;
  margin-bottom: 1.2em;
  text-align: left;
  z-index: 5;
}

.headline {
 font-family: ' BIZUDPGothic ';font-weight: 700;
  font-size: 20px;
 position: relative;
  margin-bottom: 1.6em;
  color:#222;
}
.headline .fas{color: #00a6c0;margin-right: .2em;font-size: 1.1em;}

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

@media (min-width: 667px) {




}



@media (min-width: 768px) {
.heading{font-size: 18px;margin-bottom: 1.5em;}
.heading span{font-size: 23px;margin-top: .2em;}


.headline-h3 {font-size: 26px;margin-bottom: 50px; }

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

.headline {font-size: 26px;margin-bottom: 1.6em;}

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

}


@media (min-width: 992px) {
.heading{}
.heading span{font-size: 26px;margin-top: .2em;}



.headline-h3 {font-size: 32px;margin-bottom: 65px;letter-spacing: .3rem;}

.headline-h3 span{font-size: 20px;}


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


}


@media (min-width: 1200px) {
.heading{font-size: 20px;margin-bottom: 1.7em;}
.heading span{font-size: 30px;margin-top: .15em;letter-spacing: .2rem;}


.headline-h3 {font-size: 38px;letter-spacing: .3rem;}


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

.headline {font-size:30px;margin-bottom: 2em;}

}


@media (min-width: 1680px) {
.heading{font-size: 26px;margin-bottom: 1.8em;}
.heading span{font-size: 38px;margin-top: .5em;}


.headline {font-size:48px;margin-bottom:1.2em;}
.headline-h3 {font-size: 44px;letter-spacing: .3rem;}

.headline-h4 { font-size: 28px;letter-spacing: .1rem;}



}

@media (min-width: 1920px) {
.headline {font-size:50px;margin-bottom:1.1em;}

}


#pankuzu{position: absolute;left:0;bottom:0;z-index: 20;width: 100%;}





.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{text-align: center;margin-top: 1.5em;}
.btn-back a{
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  background:#ccc;
  color: #222;/*文字色*/
  font-size: 15px;
  letter-spacing: 0;
  transition: .3s;
}
.btn-back a: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: #c00;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 a{
  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: 'Rajdhani';
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#555;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
}
.paging span.current {
	background:#0068D3;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#0068D3;
	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;margin-bottom: 30px;
}


@media screen and (max-width: 1199px) {
.table-responsive {border:none;margin-bottom: 30px;}
.table-responsive::-webkit-scrollbar {height: 8px;}

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

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



/*サムネ付きスライダー start*/
.slickwrap {
max-width: auto;
width:800px;
margin: 0px auto;
margin-bottom:60px;
  background-color:none;
}
.slickwrap ul li{margin-bottom: 0!important;}

.slider {
  width: 100%;
  border:1px solid #999;
  margin: 0 0 15px 0;
  padding: 0!important;
}
.slide-item{margin-bottom: 0!important;}
.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:20%!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 #00A3FF;
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;margin-bottom: 50px;}
}

@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;margin-bottom: 40px;}

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










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








/* ----- flow.html  -----*/
.flow #section01{padding: 50px 0;position: relative;}
.flow #section01 .wrap{}
.flow #section01 .txt{}
.flow_nakami {line-height: 1.6em;}
.flow_nakami .image{
	padding-bottom: 10px;
	max-width: 300px;
	margin: 0 auto;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  position: relative;
  z-index: 10;
}
.flow .headline-h4{font-family: ' BIZUDPGothic ';font-weight: 700;font-size: 17px;margin-bottom: 15px;}
.flow .headline-h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1B8";
font-weight: 900;
color: #00A8C2;
margin-right: .2em;
}

.flow #section02{padding: 50px 0;position: relative;background: rgba(0,0,0,.03);margin-bottom: 50px;}
.flow #section02 .wrap{display: flex;justify-content: space-between;margin-bottom: 30px;}
.flow #section02 .wrap:last-child{margin-bottom: 0px;}
.flow #section02 .box{border:3px solid #ccc;font-weight: 700;color: white; text-align: center; width: 140px;height: 140px;display: flex;align-items: center;justify-content: center;background: linear-gradient(-45deg, #00A8C2 0%, #00A8C2 50%, #00399A 50%, #00399A 100%);}
.flow #section02 .wrap p{width: calc(100% - 150px);font-weight: 700;}


@media (min-width: 667px) {
.flow #section02 .wrap{display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.flow #section02 .box{width: 170px;height: 170px;font-size: 18px;}
.flow #section02 .wrap p{width: calc(100% - 200px);}

}


@media (min-width: 768px) {
.flow #section01{padding: 70px 0;}
.flow_nakami{display: flex;justify-content: space-between;}
.flow_nakami .image{
width: 300px;
margin: 0;
padding-bottom: 0;
}
.flow_nakami .text{
width: calc(100% - 350px);
overflow:visible;
zoom:1;
}
.modal-dialog { max-width: 700px;}
.flow .headline-h4{font-size: 20px;margin-bottom: 25px;}
.flow #section01 .txt{text-align: center;}

.flow #section02{padding: 70px 0;margin-bottom: 70px;}
.flow #section02 .box{border:3px solid #ccc;width: 200px;height: 200px;font-size: 18px;}

.flow #section02 .wrap p{width: calc(100% - 240px);}

}


@media (min-width: 992px) {
.modal-dialog { max-width: 760px;}

.flow .headline-h4{font-size: 23px;margin-bottom: 25px;}
.flow #section02 .wrap{width: 800px;margin: 0 auto;margin-bottom: 50px;}
.flow #section02 .wrap:last-child{margin-bottom: 0px;}


}


@media (min-width: 1200px) {
.flow #section01{padding: 100px 0;}
.flow .headline-h4{font-size: 27px;margin-bottom: 30px;}
.flow_nakami .text{
width: calc(100% - 370px);
overflow:visible;
zoom:1;
}

.flow #section02{padding: 100px 0;margin-bottom: 100px;}
.flow #section02 .box{border:5px solid #ccc;width: 250px;height: 250px;font-size: 24px;}
.flow #section02 .wrap p{width: calc(100% - 330px);line-height: 2;font-size: 1.1em;}
}

@media (min-width: 1440px) {



}



/* business.html
--------------------------------------------------------- */

.business #section01{padding: 50px 0px 50px;position: relative;}
.business #section01 h3{margin-bottom: 2.5em;font-weight: 700;text-align: center;line-height: 1.6;}

.business #section02{padding:50px 0px 20px;position: relative;background: rgba(0,168,194,.05);}
.business #section02 .txt{font-weight: 700;margin-bottom: 1.3em;}
.business #section02 .wrap{margin-bottom: 50px;}
.business #section02 .tel{font-family: 'Rajdhani';font-weight: 700;text-align: center;margin-bottom: .7em;font-size: 18px;}
.business #section02 .tel span{font-size: 25px;color: #222;}
.business #section02 .time{display: flex;
  flex-wrap: wrap;
  justify-content: center;
font-size: 12px; padding-right: 0px;}
.business #section02 .time dt, .business #section02 .time dd {box-sizing: border-box;line-height: 1.5!important;}
.business #section02 .time dt {
  display: flex;
  width: 6em;padding: 0;margin: 0;
  line-height: 1.5!important;
  padding-bottom: .4em;
}
.business #section02 .time dd {
  display: flex;
  align-items: center;
  width: calc(100% - 6em);
  margin-left: 0;padding: 0;margin: 0;line-height: 1.5!important;padding-bottom: .4em;
}
.business #section02 .time dt:last-of-type,
.business #section02 .time dd:last-of-type {border: none;padding: 0!important;margin: 0!important;}
.business #section02 .thumb{margin-bottom: 10px;}
.business #section02 .title{text-align: center;font-weight: 700;}



.business #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) {
.business #section01 h3{margin-bottom: 2.5em;font-size: 1.2em;}
.business #section02 .time{font-size: 13px; width: 460px;margin: 0 auto;}
.business #section02 .wrap{}
.business #section02 .tel{text-align: center;margin-bottom: .7em;font-size: 20px;}
.business #section02 .tel span{font-size: 28px;color: #222;letter-spacing: .1rem;}

}



@media (min-width: 768px) {


.business #section01{padding: 70px 0px 70px;}
.business #section01 h3{margin-bottom:1.5em;font-size: 26px;}

.business #section02{padding: 70px 0px 40px;}
.business #section02 .txt{text-align: center;margin-bottom: 1.3em;font-size: 1.05em;}
.business #section02 .wrap{margin-bottom: 50px;}
.business #section02 .time{font-size: 13px;width: 480px;margin: 0 auto;}

.business #section02 .tel{text-align: center;margin-bottom: .7em;font-size: 22px;}
.business #section02 .tel span{font-size: 32px;color: #222;letter-spacing: .1rem;}

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


}



@media (min-width: 992px) {
.business #section01 h3{margin-bottom: 1.5em;font-size: 26px;}
.business #section01 p{padding: 0 2.5em;line-height: 2;}

.business #section02 .txt{text-align: center;margin-bottom: 1.3em;font-size: 1.1em;}
.business #section02 .wrap{display: flex;align-items: center;}
.business #section02 .tel{text-align: center;margin-bottom: 0;font-size: 22px;width: 45%;}
.business #section02 .tel span{font-size: 40px;color: #222;letter-spacing: .1rem;}

.business #section02 .time{font-size: 14px;width: 55%;margin: 0 auto;}


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


}



@media (min-width: 1280px) {
.business #section01{padding:100px 0px 100px;}
.business #section01 h3{margin-bottom: 1.8em;font-size: 28px;}
.business #section01 p{padding: 0 6em;line-height: 2.2;font-size: 1.1em;}



.business #section02{padding:100px 0px 50px;}
.business #section02 .wrap{margin-bottom: 70px;}
.business #section02 .tel{text-align: center;margin-bottom: 0;font-size: 24px;width: 45%;}
.business #section02 .tel span{font-size: 45px;letter-spacing: .1rem;}


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


}

@media (min-width: 1440px) {
.business #section01 h3{margin-bottom: 1.5em;font-size:32px;}

}

@media (min-width: 1680px) {


}




/* company.html
--------------------------------------------------------- */
.company #section01{padding: 50px 0px 50px;position: relative;}
.company #section01 p{margin-bottom: 1.5em;}
.company #section01 .tanihira{width: 200px;margin: 0 auto;}
.company #section01 .tanihira .name{text-align: center;margin-top: .6em;font-weight: 700;}


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

.company .table{font-size: .9em;letter-spacing: .03rem;margin-bottom: 0;}
.company .table th{font-weight:normal;width: 100%;display: block;background:none!important;padding: 15px 0em;border-bottom: 1px solid rgba(0,168,194,.8);border-top:none;}
.company .table td{width: 100%;display: block;padding-left: 1em;background: none!important;border-bottom: 1px solid rgba(0,168,194,.8);border-top:none;}
.company .table td span{color: #333;}
.company .table td a{color: #333;text-decoration: underline;transition: .4s;display: block;}
.company .table td a .fas{padding-left: .3em;}
.company .table td a:hover{color:#0095AD;text-decoration:none;}
.company .table td .inner{}
.company .table td .inner .txt{margin-bottom: .7em;}
.company .table td .inner .thumb{}
.company .table td .inner .thumb p{font-size: .9em;padding-top: .5em;line-height: 1.4;}

.company .table.history{font-size: .9em;letter-spacing: .03rem;color:#333;}
.company .table.history th{background:none!important;border-bottom: 1px solid #4f72b8;border-top:none;font-weight: 400;}
.company .table.history td{border-bottom: 1px solid #4f72b8;border-top:none;background:none!important;}
.company_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.company_list dt, .company_list dd {box-sizing: border-box;}
.company_list dt{width: 6.5em;font-weight: 400;}
.company_list dd{width: calc(100% - 6.5em);}

.company #section03{padding: 50px 0px 50px;position: relative;}
.company #section03 .wrap{}
.company #section03 h4{font-weight: 700;margin-bottom: .6em;font-size: 18px;}
.company #section03 h4 .fas{color: #00A8C2;font-size: 1.2em;margin-right: 6px;}
.company #section03 .decimal{margin-bottom: 30px;}
.company #section03 .decimal li{line-height: 1.4;margin-bottom: .4em;}
.company #section03 .decimal li:last-child{margin-bottom:0;}
.company #section03 .decimal:last-child{margin-bottom: 0px;}
.company #section03 .btn-map{margin-top: 1em;}
.company #section03 .btn-map a{background: #00a6c0;border-radius: 1em;color: white;display: flex;align-items: center;justify-content: center;height: 50px;transition: .4s;}
.company #section03 .btn-map a:hover{background: #00399A;}
.company #section03 .btn-map a .fas{padding-left: 2em;}

.company #section04{padding: 50px 0px 50px;position: relative;background: rgba(0,168,194,.05);}

.company #section05{padding: 50px 0px 50px;position: relative;}
.company #section05 .wrap{background: rgba(0,57,154,.07);padding: 1.2em;}

.company #section06{padding: 50px 0px 50px;position: relative;background: rgba(0,168,194,.05);margin-bottom: 50px;}

.company .table.kanren{font-size: .9em;letter-spacing: .03rem;color:#333;margin-bottom: 50px;}
.company .table.kanren th{background:#f7f7f7!important;border-bottom: 1px solid #ddd;border-top:1px solid #ddd;font-weight: 700;}
.company .table.kanren td{border-bottom: 1px solid #ddd;border-top:none;background:none!important;}
.company .table.kanren td span{color: #333;}
.company .table.kanren:last-child{margin-bottom: 0px;}




@media (min-width: 667px) {
.company #section01 .container{max-width: 100%;}
.company #section01 p{margin-bottom:0;}
.company #section01 .tanihira{width: 100%;margin: 0 auto;}
.company #section01 .tanihira .name{text-align: center;margin-top: .6em;font-weight: 700;}



.company .table th{width: 110px;display: table-cell;}
.company .table td{width: auto;display: table-cell;padding-left: 1em;}

.company #section05 .table th{width: 150px;display: table-cell;}
.company #section06 .table th{width: 150px;display: table-cell;}
.company .table.history th{width: 150px;display: table-cell;}
.company .table.history td{width: auto;display: table-cell;padding-left: 1em;}

}



@media (min-width: 768px) {
.company #section01{padding: 70px 0px 70px;}
.company #section01 .container{max-width: 100%;}
.company #section01 p{padding-right: 1em;}



.company #section02{padding: 70px 0px 70px;}
.company .table{font-size: 1em;}
.company .table th{width: 150px;}

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

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

.company #section05{padding: 70px 0px;}
.company #section05 .wrap{padding: 2em;}

.company #section05 .table th{width: 200px;display: table-cell;}

.company #section06{padding: 70px 0px;margin-bottom: 70px;}
.company #section06 .table th{width: 200px;display: table-cell;}

.company .table.history td .inner{display: flex;}
.company .table.history td .inner .txt{margin-bottom:0;width: 55%;}
.company .table.history td .inner .thumb{width: 45%;}
.company .table.history td .inner .thumb p{font-size: .9em;padding-top: .5em;line-height: 1.4;}

.company .table.history th{width: 150px;display: table-cell;}
.company .table.history td{width: auto;display: table-cell;padding-left: 1em;}

}




@media (min-width: 992px) {
.company #section01 .container{max-width: 950px;}
.company .table th{width: 180px;}
.company #section03 .wrap{padding-left: 2em;}
.company #section03 h4{margin-bottom: .8em;font-size:22px;}
.company #section03 .decimal{margin-bottom: 50px;}

.company #section03 .btn-map{margin-top: 1.6em;padding-left: 50%;}
.company #section03 .btn-map a{background: #00a6c0;border-radius: 1em;color: white;display: flex;align-items: center;justify-content: center;height: 60px;}
.company #section05 .table th{width: 210px;display: table-cell;}
.company #section06 .table th{width: 210px;display: table-cell;}

.company .table.history td .inner .txt{margin-bottom:0;width: 55%;}
.company .table.history td .inner .thumb{width: 45%;}
.company .table.history td .inner .thumb p{font-size: .9em;padding-top: .5em;line-height: 1.4;}

}



@media (min-width: 1200px) {
.company #section01{padding: 100px 0px;}
.company #section01 .container{max-width: 1110px;}
.company #section01 p{padding-right: 1em;line-height: 2;}


.company #section02{padding: 100px 0px 100px;}
.company .table{font-size: 1em;}
.company .table th{padding: 1.5em 1.2em;width: 230px;}
.company .table td{padding: 1.5em 1em;}
.company .table.history{font-size: 1em;}
.company .table.history th{padding: 1.5em 1.2em;width: 230px;}
.company .table.history td .inner .txt{margin-bottom:0;width: 65%;}
.company .table.history td .inner .thumb{width: 35%;}
.company .table.history td .inner .thumb p{font-size: .9em!important;padding-top: .5em;line-height: 1.4!important;}

.company #section03{padding: 100px 0px 100px;}
.company #section03 .btn-map a{height: 70px;}
.company #section03 .decimal li{line-height: 1.4;margin-bottom: .6em;}

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

.company #section05{padding: 100px 0px;}
.company #section05 .table th{width: 230px;display: table-cell;}

.company #section06{padding: 100px 0px;margin-bottom: 100px;}
.company #section06 .table th{width: 230px;display: table-cell;}



}

@media (min-width: 1440px) {
.company #section03 .container{max-width: 1360px;}
.company #section03 .wrap{padding-left: 4em;}

}

@media (min-width: 1680px) {

}






/* equipment.html
--------------------------------------------------------- */
.equipment #section01{padding: 50px 0px;position: relative;}
.equipment #section01 .container{}
.equipment #section01 .address{margin-bottom: 25px;}
.equipment #section01 .address .fas{color: #00A8C2;}


.equipment #section02{padding: 30px 0px 50px;position: relative;background: #f7f7f7;}
.equipment #section02 .box{background: white;border:1px solid #999;padding: 2px;}
.equipment #section02 .title{font-weight: 700;text-align: center; padding: 10px 5px;}
.japan{position: relative;}
.japan .bg-japan{position: absolute;right:-20px;bottom:-30px;width: 160px;z-index: 5;}
.japan .txt{position: relative;z-index: 10;font-weight: 700;line-height: 1.6;font-size: 21px;color: black;padding-top: 25px;margin-bottom: 15px;}
.japan ul{z-index: 10;}
.japan .tel{font-family: 'BarlowCondensed';font-weight: 500;font-size: 1.8em;line-height: 1;letter-spacing: .1rem;margin-bottom: .7em;color: #00A8C2;}
.japan .tel span{color: #00A8C2;font-size: 1.2em;}
.japan .time{ display: flex;flex-wrap: wrap;font-size: 12px;line-height: 1.2;}
.japan .time dt, .japan .time dd {box-sizing: border-box;line-height: 1.2;padding: 0;margin: 0;}
.japan .time dt {
  display: flex;
  width:5.5em;
}
.japan .time dt:last-of-type,
.japan .time dd:last-of-type {border: none;padding: 0;margin: 0;}
.japan .time dd {
  display: flex;
  align-items: center;
  width: calc(100% - 5.5em);
  margin-left: 0;
  margin-bottom: .5em;
}


.equipment .setubi{font-size: .9em;}
.equipment .setubi th{background: rgba(0,168,194,.3)!important;text-align: center;white-space: nowrap;vertical-align: middle;}
.equipment .setubi td{text-align: center;background: white!important;}

.equipment #section02 .setubi tr td:first-child{text-align: left;background: white!important;}


.equipment #section03{padding: 50px 0px 50px;position: relative;}
.equipment #section03 .pic-set{}
.equipment #section03 .pic-set div{margin-bottom: 10px;}
.equipment #section03 .pic-set div:last-child{margin-bottom: 0px;}

.equipment #section04{padding: 50px 0px 50px;position: relative;}
.equipment #section05{padding: 50px 0px 50px;position: relative;}

.kakko {
	position: relative;
	text-align: center;
	font-weight: 700;
	box-sizing: border-box;margin-bottom: 20px;
	font-size: 20px;
}
.kakko span{padding: 0 .6em;}


.table.partner{margin-bottom: 30px;font-size: .9em;border-bottom:1px solid #dee2e6;}
.table.partner th{background: rgba(50,50,50,.03)!important;width: 100%;font-weight: 400;display: block;}
.table.partner td{background: white!important;width: 100%;display: block;}
.table.partner td .call{color: #222;}


@media (min-width: 667px) {
.equipment #section01 .address{margin-bottom: 25px;text-align: center;}
.equipment .setubi{font-size:1em;}
.japan .bg-japan{position: absolute;right:0px;bottom:0px;width: 280px;z-index: 5;}
.japan .txt{position: relative;z-index: 10;font-weight: 700;line-height: 1.8;font-size: 24px;padding-top: 30px;margin-bottom: 35px;}

.table.partner{margin-bottom: 30px;font-size: .9em;border-bottom:1px solid #dee2e6;}
.table.partner th{width: 120px;font-weight: 400;display: table-cell;}
.table.partner td{width: auto;display: table-cell;}

.equipment #section03 .pic-set{display: flex;justify-content: space-between;}
.equipment #section03 .pic-set div{margin-bottom: 0px;width: 49%;}
.equipment #section03 .pic-set div:last-child{margin-bottom: 0px;}

}


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

.kakko {margin-bottom: 30px;font-size: 26px;}

.equipment #section02{padding: 50px 0px 70px;}
.japan .time{ display: flex;flex-wrap: wrap;font-size: 13px;line-height: 1.2;}
.japan .txt{position: relative;z-index: 10;font-weight: 700;line-height: 1.8;font-size: 24px;padding-top: 40%;margin-bottom: 35px;}
.japan .bg-japan{position: absolute;right:-40px;bottom:auto;top:0;;width: 250px;z-index: 5;}

.japan .tel{font-size: 2em;line-height: 1;letter-spacing: .1rem;margin-bottom: 1em;color: #00A8C2;}
.japan .tel span{font-size: 1.3em;}


.equipment #section03{padding: 70px 0px;}
.table.partner{margin-bottom: 30px;font-size: 1em;border-bottom:1px solid #dee2e6;}
.table.partner th{width: 160px;display: table-cell;}

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




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


.table.yoko th{width: 170px;}

.table.entry{margin-bottom: 50px;font-size: .9em;}
.table.entry th{width: 190px;display: table-cell;}
.table.entry td{width: auto;display: table-cell;}

}


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

.japan .time{ display: flex;flex-wrap: wrap;font-size: 14px;line-height: 1.2;}
.japan .txt{position: relative;z-index: 10;font-weight: 700;line-height: 1.8;font-size: 24px;padding-top: 30px;margin-bottom: 35px;text-align: right;padding-right: 20%;}
.japan .bg-japan{position: absolute;right:-40px;bottom:auto;top:0;;width: 300px;z-index: 5;}
.equipment #section02 .setubi{width: 90%;}

.table.partner{margin-bottom: 0px;font-size: 1em;border-bottom:1px solid #dee2e6;width: 95%;}
.table.partner th{width: 150px;display: table-cell;}

.equipment #section03 .pic-set{display:block;}
.equipment #section03 .pic-set div{margin-bottom: 20px;width: 100%;}
.equipment #section03 .pic-set div:last-child{margin-bottom: 0px;}

}


@media (min-width: 1200px) {
.equipment #section01{padding: 100px 0px;}
.kakko {margin-bottom: 30px;font-size: 28px;}

.equipment #section02{padding: 70px 0px 100px;}
.japan .txt{position: relative;z-index: 10;font-weight: 700;line-height: 2;font-size: 30px;padding-top: 30px;margin-bottom: 35px;text-align: right;padding-right: 20%;}
.japan .bg-japan{position: absolute;right:-40px;bottom:auto;top:5%;width: 400px;z-index: 5;}

.japan .tel{font-size: 45px;line-height: 1;letter-spacing: .1rem;margin-bottom: 1em;color: #00A8C2;}
.japan .tel span{font-size: 50px;}



.equipment #section03{padding: 100px 0px;}
.table.partner th{padding: 23px 15px;width: 180px;}
.table.partner td{padding: 23px 15px 23px 20px;}


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



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



}


/* news.html
--------------------------------------------------------- */

/* contact.html
--------------------------------------------------------- */


.contact #section01{padding: 50px 0px 50px;position: relative;background: #f7f7f7;}
.contact #section01 .headline-h3{}
.contact #section01 ul li{margin-bottom: 15px;}
.contact #section01 ul li:last-child{margin-bottom:0;}
.contact #section01 .box{background: white;border: 4px double #0034A0;padding:1.4em 1em;display: flex;flex-direction: column;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .3em;font-size: 2em;line-height: 1;color: #00A8C2;}
.contact #section01 .box .tel span{margin-left: 6px;color: #00A8C2;font-family: 'BarlowCondensed';font-weight: 500;letter-spacing: .1rem;}
.contact #section01 .box .time{text-align: center;font-size: 14px;color: #555;line-height: 1.4;}

.contact #section02{padding: 50px 0px;position: relative;}

.contact .pre-scrollable{max-height: 300px;padding: 15px;background:#fafafa; 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;overflow-wrap: anywhere;}

.contact .table{font-size: .9em;width: 100%; margin-bottom: 50px;}
.contact span.hissu{color: white;background:red; padding: 3px 5px;border-radius: 2px;font-size: 12px;}
.contact .table th{position: relative;background:rgba(192,164,84,.09)!important;display: block;font-weight: 700;}
.contact .table th span.hissu{color: white!important;background: red; padding: 3px 5px;border-radius: 2px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;}
.contact .table td{position: relative;background:white;display: block;}
.auto{font-size: .9em;background: #eee;line-height: 1;padding: .5em;border-radius: .4em;margin-left: .4em;color: #999;}
.contact h5{font-weight: 700;border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
.tenpu{ margin: 0;font-size: 13px;}
.tenpu input {
width: 90%!important;
 display: block;
 position: relative;
 letter-spacing: 0;
 padding: .3em 0!important;
 border-radius: 4px;
 color: #999;
 cursor: pointer!important;
 margin: 0px 0px 10px;
}
.tenpu input:last-child{margin: 0;}


@media (min-width: 667px) {
.contact #section01 .container{max-width: 96%;}
.contact #section01 ul li{margin-bottom: 0;}

.contact #section02 .container{max-width: 96%;}

}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}
.contact #section01 .box{padding: 1.8em 1em;}

.contact #section02{padding: 70px 0px;}
.contact .table th{width: 220px;display:table-cell;vertical-align: middle;}
.contact .table td{width: auto;display:table-cell;}

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

}


@media (min-width: 992px) {
.contact #section01 .container{max-width: 900px;}
.contact #section01 .headline-h3{font-size: 26px;}

.contact #section01 .box{padding: 2em 3em;}
.contact #section01 .box{padding:2em 1em;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .3em;font-size: 2.8em;line-height: 1;}
.contact #section01 .box .tel span{margin-left: 10px;font-size: 1.1em;}

.contact #section02 .container{max-width: 900px;}
.contact #section02 .headline-h3{font-size: 26px;}


.tenpu{margin: 0;font-size: 14px;}

.contact .table th{width: 240px;}


}




@media (min-width: 1200px) {

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


.contact #section02{padding: 100px 0px 100px;}
.contact #section02 .container{max-width: 1100px;}

.contact .table{font-size: 1em;margin-bottom:80px;}

.contact .table th{width: 280px;}

.contact .pre-scrollable{max-height: 500px;padding: 2em;}

}




.doi-box{padding: 30px 15px;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc}
.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;}
.doi-box .btn-lg{font-size: 13px;padding: 10px 10px;}
.captcha-area{text-align: center;margin-bottom: 1.5em;}
.captcha_code{margin-bottom: .3em;}


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

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

.doi-box .btn-lg{font-size: 16px;padding: 20px 50px;}
}








.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form100{width:90%}
.form-h{ height:15em;}
.contact input ,select {
    position:relative;
	color: #111;
}
.contact input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;display: inline-block;}
.contact input{font-size:100%;vertical-align:middle; padding:12px;width: auto;}
.contact input[type="text"], select{border:1px solid #ddd;}
.contact input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
.contact textarea{border:1px solid #ccc;color: #111;width: 90%;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid red!important;}
.contact .form100{width:90%}
.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;
}
.contact input::placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
.contact input::-webkit-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
.contact input:-ms-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
.contact input::-moz-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
.contact textarea::placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
.contact textarea::-webkit-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
.contact textarea:-ms-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
.contact textarea::-moz-placeholder {
	color: #ddd;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; }
.cb-header2 {display: none!important;}
header{display: block;}
.cb-header2 {display: none;}

.header {
  position: absolute;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 60;
  height: 100px;
  display: flex;
  border-bottom: 1px solid #999;
  align-items: center;justify-content: space-between;
}
.header .logo {position: relative;margin-left: 15px;}
.header .logo.color {display: none;}
.header .navi{padding-right: 0px;display: flex;align-items: center;justify-content: flex-end;}

/* ナビゲーションメニュー */
.nav-menu {display: flex;flex-direction: column;align-items: stretch; justify-content: space-between;}
.head-info{color: white;display: flex;align-items: center;justify-content: flex-end;height: 60px;padding-top: .6em;}
.head-info .tel{font-family: 'Rajdhani';margin-right: 1.5em;font-size: 15px;letter-spacing: .1rem;}
.head-info .tel span{font-size: 1.4em;color: white;}
.head-info .time{display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
font-size: 12px;line-height: 1.5;width: 470px; padding-right: 0px;}
.head-info .time dt, .head-info .time dd {box-sizing: border-box;line-height: 1.5!important;padding: 0!important;margin: 0!important;}
.head-info .time dt {
  display: flex;
  align-items: center;
  width: 6em;padding: 0;margin: 0;
  line-height: 1.5!important;
}
.head-info .time dd {
  display: flex;
  align-items: center;
  width: calc(100% - 6em);
  margin-left: 0;padding: 0;margin: 0;line-height: 1.5!important;
}
.head-info .time dt:last-of-type,
.head-info .time dd:last-of-type {border: none;padding: 0!important;margin: 0!important;}
.menu-list {
  display: flex;
  justify-content:flex-end;
  padding-right: 20px;
}
.menu-item {position: relative;padding: 0 1em;text-align: center;}
.menu-item a {
font-weight: 400;
  color: white;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-item a::after {
  background-color: #00a6bf; /* 下線の色 */
  content: ""; /* 要素に内容を追加 */
  height: 5px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  bottom: 0px; /* 要素の下端からの距離 */
  position: absolute; /* 絶対位置指定 */
  transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: left top; /* 変形の原点を左上に指定 */
  transition: transform .3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
.menu-item a.active {color: #00a6bf;border-bottom: 5px solid #00a6bf;}
.head-mail{margin-right: 0px;}
.head-mail a{width: 100px;height: 100px;font-size: 24px; background: #00a6bf;color: white; display: flex;align-items: center;justify-content: center;transition: .4s;}

.kv{width: 100%;
	height: 600px;
	position: relative;
}

.kv .main-h2{position: absolute;left:5%;top:20%;transform: translateY(0);width:45%;z-index: 10;}
.kv .main-h2 .main-h2-1{margin-bottom: 20px;}
.kv .main-h2 .main-h2-1:last-child{margin-bottom: 0px;}

.kv .co2{position: absolute;right:0;bottom:0;width:400px;background: white;z-index: 10;padding: 1.3em;display: flex;align-items: center;justify-content: space-between;}
.kv .co2 .bn{width: 180px;}
.kv .co2 .txt{width:calc(100% - 200px);line-height: 1.6;}

.video{
    width: 100%;
    height: 680px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.video::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    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%);
}




.japan .txt{position: relative;z-index: 10;font-weight: 700;line-height: 1.8;font-size: 24px;padding-top: 20%;margin-bottom: 35px;}
.equipment #section03 .pic-set{display:block;}
.equipment #section03 .pic-set div{margin-bottom: 20px;width: 100%;}
.equipment #section03 .pic-set div:last-child{margin-bottom: 0px;}


.company .table th{width:160px;display: table-cell;}
.company .table td{width: auto;display: table-cell;padding-left: 1em;}

.contact .table th{width: 220px;display:table-cell;vertical-align: middle;}
.contact .table td{width: auto;display:table-cell;}


footer .logoblock{position: relative;text-align: left;width: 200px; margin-left: 0; margin-bottom: 0px;}
footer .box .index{font-size: 1.4em;margin-bottom: .7em;text-align: left;}




.drawer_menu{display: none!important;}

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

}
