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


/* IBMPlexSansJP */
@font-face {
    font-family: ' IBMPlexSansJP ';
    src: url('../fonts/IBMPlexSansJP-Light.woff2') format('woff2'),
             url('../fonts/IBMPlexSansJP-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

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


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


body {
color: #111;
font-size: 93%;
line-height: 1.6;
font-weight:400;
font-family: ' IBMPlexSansJP ';
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.7;
letter-spacing: 0.05rem;
padding-top: 80px;}

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


}


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

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

.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.4;text-align: justify;}
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 2.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2.5s 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) }
}



.horizontal {
  animation: horizontal_5801 5s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_5801 {
  0% { transform:translate(0,0) }
  4.41177% { transform:translate(5px,0) }
  8.82353% { transform:translate(0,0) }
  13.23529% { transform:translate(5px,0) }
  17.64706% { transform:translate(0,0) }
  22.05882% { transform:translate(5px,0) }
  26.47059% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.passing-reverse {
  animation: passing-reverse_1059 4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes passing-reverse_1059 {
  0% { transform:translateX(50%); opacity:0 }
  50% { transform:translateX(35%); opacity:.5 }
  100% { transform:translateX(0%); opacity:1 }
}

.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) }
}

.float2 {
  animation: float_2 2s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_2 {
  0% { transform: translateY(0) }
  60% { transform: translateY(-5px) }
  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);}
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

@keyframes rotate-z {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

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

.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:#c00; }
.blue{color:#008EEF;}
.green { color: forestgreen; }
.navy { color:#0034A0; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.brown{color: #8b6f57;}


.wrapper {
  max-width: 2000px;
  overflow: hidden;
}





/* 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%;
height: 60px;
border-radius:0;
background: white;}
.sc .logo{padding-left: 15px;width: 140px;}
.header-xs{position: fixed;z-index: 50; top:0;left:0;height: 60px;display: flex;
align-items: center;background: white;width: 100%;}
.header-xs a{width: 180px;margin-left: 15px;display: inline-block;}



/*header
------------------------------------------------------------------*/
header{display: none;}
.header {display: none;}
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:5px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 3px;
	background-color: #666;
  }

.openbtn span:nth-of-type(1) {
	top:22px;	
  	width: 50%;
}

.openbtn span:nth-of-type(2) {
	top:29px;
  	width:30%;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}
.openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}

#g-nav-xs{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(255,255,255,1);/*背景を少し透過させる*/
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav-xs.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav-xs.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav-xs ul {
    display: none;/*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav-xs.panelactive ul {display: block;}
/*リストのレイアウト設定*/
#g-nav-xs li{
	list-style: none;
    text-align: center; 
}

#g-nav-xs li a{
	color: #111;
	  font-family: ' BebasNeue ';
  font-weight: 400;
  font-size: 20px;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}


@media (min-width: 666px) {

}


@media (min-width: 992px) {
.header-xs{display: none;}
.openbtn{display: none;}

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

header,footer{position: relative;}
.js-location-nav{position: relative;}
.js-location-nav ul{
  position: sticky;
  top: 0;
  display: flex;
}
.js-location-nav ul li{padding: 0 .8em;}
.js-location-nav ul li a{
  display: block;
  font-family: ' BebasNeue ';
  font-weight: 400;
  font-size: 22px;
  color: #000;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
}
.header nav ul li.is-current a{position: relative;color: black;}
.header nav ul li a:hover{position: relative;color:#00AFEB;}

/* カレント表示の指定 */
.is-current a{ color: #000;position: relative;}
.is-current a:before {
  content: '';/*何も入れない*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;/*画像の幅*/
  height: 38px;/*画像の高さ*/
  background-image: url(../images/nav-active.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.header {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index: 500;
  height:80px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content:space-between;
  background: white;
}

.head-logo { position: relative;width: 230px;}
.head-logo a{transition: .4s;}
.head-logo a:hover{opacity: .7;}





}

@media (min-width: 1200px){
.head-logo {}

.menu-list li {position: relative;padding: 0 .5em;}
.menu-list li:first-child {padding: 0 .5em 0 0;}
.menu-list li:last-child {padding: 0 0 0 .5em;}

.menu-list li a {font-size: 15px;letter-spacing: .1rem;}

.header .navi{margin-right:0px;}
.nav-menu {margin-right: 1.5em;}

.head-contact{}

}

@media (min-width: 1440px){
.head-logo {width: 260px;}
.head-contact a{width: 230px;}


}



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


.menu-list li {position: relative;padding: 0 .7em;}
.menu-list li:first-child {padding: 0 .7em 0 0;}
.menu-list li:last-child {padding: 0 0 0 .7em;}
.menu-list li a {font-size: 16px;letter-spacing: .12rem;}

}

@media (min-width: 1920px){

}










/*main
------------------------------------------------------------------*/
.js-location-content{position: relative;}
#section01{position: relative;width: 100%;height: calc(100vh - 80px); background: url("../images/mainimg.jpg");background-position: center;background-size: cover;}
.main-h2{position:absolute;z-index: 10; left:12%;top:50%;transform: translateY(-50%);}
.main-h2 h2.mv-h2{color: white;font-family: ' BebasNeue ';font-weight:400;font-size:120px;line-height: 1.2;letter-spacing: .3rem;text-shadow: 2px 2px 5px rgba(0,0,0,.2);margin-bottom: 25px;}
.main-h2 h2.ja{}
.main-h2 h2.ja span{font-weight: 400;color: white;font-size: 20px;line-height: 1;letter-spacing: .15rem; background: rgba(0,0,0,.7);padding: 10px 15px 10px 20px;}

@media (max-width: 1680px){



}



@media (max-width: 1440px){
.main-h2{left:10%;}
.main-h2 h2.mv-h2{font-size:100px;margin-bottom: 25px;}
.main-h2 h2.ja{}
.main-h2 h2.ja span{font-weight: 400;color: white;font-size: 20px;line-height: 1;letter-spacing: .15rem; background: rgba(0,0,0,.7);padding: 10px 15px 10px 20px;}


}


@media (max-width: 1199px){
.main-h2{left:5%;}
.main-h2 h2.mv-h2{font-size:90px;margin-bottom: 25px;}
.main-h2 h2.ja{}
.main-h2 h2.ja span{font-size: 18px;letter-spacing: .15rem; padding: 10px 15px 10px 20px;}



}




@media only screen and (max-width: 991px) {
#section01{position: relative;width: 100%;height: calc(100vh - 60px);}

.main-h2{left:40px;}
.main-h2 h2.mv-h2{font-size:90px;margin-bottom: 25px;}
.main-h2 h2.ja{}
.main-h2 h2.ja span{font-size: 18px;letter-spacing: .15rem; padding: 10px 15px 10px 20px;}




}

@media only screen and (max-width: 767px) {
#section01{position: relative;width: 100%;height: 400px;}
.main-h2{left:30px;}
.main-h2 h2.mv-h2{font-size:60px;margin-bottom: 25px;}
.main-h2 h2.ja{}
.main-h2 h2.ja span{font-size: 18px;letter-spacing: .15rem; padding: 10px 15px 10px 20px;}



}


@media only screen and (max-width: 666px) {
#section01{position: relative;width: 100%;height: calc(100vh - 60px);}

.main-h2 h2.mv-h2{font-size: 36px;}


}

@media only screen and (max-width: 430px) {
.main-h2 h2.mv-h2{font-size: 34px;line-height: 1.5;}
.main-h2 h2.ja span{font-size: 16px;letter-spacing: .1rem; padding: 10px 12px 10px 16px;}
}


/* IMAGE BLUR EFFECT 
.thumb img {
  max-width: 100%;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.thumb.non img {
  max-width: 100%;
  -webkit-filter: blur(0);
  filter: blur(0);
}
*/
.img-blur {
  animation: imageBlur 1.5s both;
}
@keyframes imageBlur {
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.thumb.non img {
  max-width: 100%;
  -webkit-filter: blur(0);
  filter: blur(0);
}




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

.btn-posi-right{display: flex;justify-content: flex-end;}
.btn-posi-center{display: flex;justify-content:center;}
.service-box{width: 100%; margin-bottom: 20px;}
.service-box p{text-align: justify;}
.service-pic{width: 320px;margin: 0 auto;}
.service-pic img{border-radius: 15px;}
.pdf-set{margin-bottom: 20px;}
.pdf-set a{display: flex;align-items: center;justify-content: center;border:1px solid #999;transition: .4s;color: #111;height: 50px;font-size: .9em;margin-bottom: 10px;}
.pdf-set a:hover{background: #111;color: white;}
.pdf-set a:last-child{margin-bottom:0px;}

.home #section02{position: relative; padding:50px 0;}
.home #section02 h4{font-weight: 400;font-size: 1.4em;line-height: 1.5;padding-left: 10px;border-left: 4px solid #10B4EC;margin-bottom: 20px;font-feature-settings: "palt";}
.home #section02 p{text-align: justify;}
#target1{position: absolute;left:0;top:-60px;}

.home #section03{position: relative;padding: 50px 0;background: rgba(0,106,230,.04);}
.home #section03 h4{font-weight: 400;font-size: 1.4em;line-height: 1.5;margin-bottom: 20px;font-feature-settings: "palt";}
.home #section03 .num{font-weight: 400;font-size: 2.5em;line-height: 1;margin-bottom: .2em;color: rgba(0,106,230,.08);}
.home #section03 .wrap{border:1px solid #555;padding: 1.5em;background: url("../images/bg-yurai.jpg");background-position: center left;background-size: cover;border-radius: 5px;}
.home #section03 .wrap h5{font-weight: 400;font-size: 1.2em;margin-bottom: .7em;}
.home #section03 .wrap h5 span{font-weight: 500;font-size: 1.3em;}
.home #section03 .wrap p{font-feature-settings: "palt";text-align: justify;}
#target2{position: absolute;left:0;top:-60px;}



.home #section04{position: relative;padding: 50px 0;}
.home #section04 ul li{margin-bottom: 30px;}
.home #section04 ul li:last-child{margin-bottom: 0px;}

.home #section04 .num{font-weight: 400;line-height: 1;margin-bottom: 1em;border-top:3px solid #555;padding-top: 1.5em;color: #039DCE;font-size: 1.1em; font-family: ' BebasNeue ';letter-spacing: .1rem;}
.home #section04 h4{font-weight: 400;font-size: 1.4em;line-height: 1.4;margin-bottom: 20px;}
.home #section04 .txt{text-align: justify;}
#target3{position: absolute;left:0;top:-60px;}


.home #section05{position: relative;padding: 50px 0px 50px;background: #f7f7f7;}
.h4-company{font-weight: 400;margin-bottom: 20px;font-size: 1.3em;line-height: 1;}
.h4-company span{display: block;margin-top: 10px; color: #999; font-size: 16px;font-weight: 400;font-family: ' BebasNeue ';letter-spacing: .1rem;position: relative;padding-left: 1.5em;}
.h4-company span::before{
  content: '';
  position: absolute;
  left:0;
  top:48%;
  width: 1em;
  height: 1px;
  background: #999;
}
.home #section05 .daihyo{width: 200px;margin: 0 auto;}
.home #section05 .txt{font-feature-settings: "palt";text-align: justify;margin-bottom: 1.5em;}
.home #section05 .sign{margin-bottom: 2.5em;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-size: 1.1em;}
.home #section05 .table{margin-bottom: 50px;}
.home #section05 .table th{font-weight: 400;vertical-align: middle;display: block;border-top:none;padding: 15px 5px 0;background: none!important;}
.home #section05 .table td{font-weight: 400;vertical-align: middle;display: block;border-top:none;border-bottom: 1px solid #ddd;padding: 5px 15px 15px;background: none!important;}
.home #section05 .index{font-weight: 500;margin-bottom: 15px;font-size: 1.3em;}

#target4{position: absolute;left:0;top:-60px;}


.home #section06{position: relative;padding:50px 0px 50px;}
.contact-header{}
.contact-form{margin-bottom: 50px;}
.contact-form th{display: block;background: rgba(43,195,240,.08)!important;font-weight: 400;position: relative;vertical-align: middle;}
.contact-form td{display: block;vertical-align: middle;}
.home #section06 h5{font-weight: 500;margin-bottom: .3em;font-size: 1.1em;}
#target5{position: absolute;left:0;top:-60px;}

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




@media (min-width: 667px) {
.home #section03 .service-box{display: flex;}
.home #section03 .service-box.hidari{display: flex;}
.home #section03 .num{width: 70px;}
.home #section03 .inside{width: calc(100% - 70px);}
.pdf-set{display: flex;align-items: center;justify-content: space-between;}
.pdf-set a{width: 49%; display: flex;align-items: center;justify-content: center;border:1px solid #999;transition: .4s;color: #111;height: 50px;margin-bottom: 0;}

.h4-company{margin-bottom: 20px;font-size: 1.6em;line-height: 1;}
.h4-company span{font-size: 16px;letter-spacing: .1rem;}
}




@media (min-width: 768px) {


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


.home #section03 {padding: 70px 0;}
.home #section03 .num{font-size:3em;line-height: 1;margin-bottom:0;}
.home #section03 .wrap{padding: 2em;padding-left: 30%;}
.home #section03 .wrap h5{font-weight: 400;font-size: 1.3em;margin-bottom: .7em;}
.home #section03 .wrap h5 span{font-weight: 500;font-size: 1.5em;}
.home #section03 .wrap p{font-feature-settings: "palt";text-align: justify;line-height: 1.8;}



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



.home #section05{padding: 70px 0px 70px;}
.home #section05 .daihyo{width: 95%;margin-left: 0}
.home #section05 .sign{margin-bottom: 0;}
.home #section05 .table{margin-bottom: 80px;}

.home #section06{padding: 70px 0px 70px;}
.contact-form{margin-bottom:70px;}
.contact-form th{display: table-cell;width: 200px;}
.contact-form td{display: table-cell;width: auto;}


.gmap{margin-bottom: 30px;}






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


}



@media (min-width: 992px) {
.service-box{margin-bottom: 0px;}
.service-box.hidari{margin-bottom: 0px;flex-direction: row-reverse;}
.service-pic{width: 95%;margin-left: 5%;}
.service-pic img{border-radius: 20px 3px 3px 20px;}
.service-pic.hidari{width: 95%;margin-left: 0;}
.service-pic.hidari img{border-radius: 3px 20px 20px 3px;}

.home #section02 .container{max-width: 100%;}
.home #section02 h4{font-size: 1.6em;margin-bottom:30px;}

.home #section03 .container{max-width: 100%;}
.home #section03 .service-box{display: flex;}
.home #section03 .num{width: 110px;font-size: 4em;letter-spacing: .2rem;}
.home #section03 .inside{width: calc(100% - 110px);}
.home #section03 .service-box.hidari .num{text-align: right;font-size: 4em;letter-spacing: .2rem;}

.home #section03 h4{font-size: 1.6em;margin-bottom:30px;}
.pdf-set{margin-bottom: 0px;margin-top: 30px;}
.home #section03 .wrap{padding: 4em 3em;padding-left: 35%;}
.home #section03 .wrap h5{font-weight: 400;font-size: 1.5em;margin-bottom: 1em;}
.home #section03 .wrap h5 span{font-weight: 500;font-size: 1.8em;}
.home #section03 .wrap p{font-feature-settings: "palt";text-align: justify;line-height: 2;}

.home #section04 .container{max-width: 100%;}
.home #section04 ul li{margin-bottom: 0px;}

.home #section04 .num{margin-bottom: .8em;padding-top: 1.5em;font-size: 1.2em;letter-spacing: .2rem;}
.home #section04 h4{ffont-size: 1.6em;line-height: 1.4;margin-bottom: 20px;height: 2.8em;}
.home #section04 .txt{text-align: justify;}

.h4-company{margin-bottom: 30px;font-size: 1.6em;line-height: 1;}
.h4-company span{font-size: 18px;letter-spacing: .1rem;}
.home #section05 .txt{line-height: 2;}

.home #section05 .table th{display: table-cell;border-bottom: 1px solid #b6cfe6;padding: 15px;width: 260px;}
.home #section05 .table td{display: table-cell;border-bottom: 1px solid #ddd;padding: 15px;}

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

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


}




@media (min-width: 1200px) {
.service-box{margin-bottom: 0px;}
.service-box p{line-height: 2;}
.service-pic{width: 95%;margin-left: 5%;}
.service-pic img{border-radius: 50px 5px 5px 50px;}
.service-pic.hidari img{border-radius: 5px 50px 50px 5px;}


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


.home #section03 {padding: 100px 0;}
.pdf-set a{height: 65px;}
.home #section03 .wrap{padding: 6em 6em;padding-left: 35%;}
.home #section03 .wrap h5{font-weight: 400;font-size: 1.6em;margin-bottom: 1.3em;}
.home #section03 .wrap h5 span{font-weight: 500;font-size: 2em;}
.home #section03 .wrap p{font-feature-settings: "palt";text-align: justify;line-height: 2.1;font-size: 1.1em;letter-spacing: .1rem;}


.home #section04{padding: 100px 0px;}
.home #section04 ul li{padding: 0 20px;}

.home #section04 .txt{line-height: 1.8;}


.home #section05{padding: 100px 0px 100px;}
.h4-company{margin-bottom: 30px;font-size: 2em;line-height: 1;}
.h4-company span{font-size: 18px;letter-spacing: .1rem;}
.home #section05 .txt{line-height: 2;letter-spacing: .2rem;margin-bottom: 20px;}
.home #section05 .daihyo{width: 90%;}
.home #section05 .sign{font-size: 1.2em;}
.home #section05 .table{margin-bottom:100px;}
.home #section05 .table th{display: table-cell;border-bottom: 1px solid #b6cfe6;padding: 15px;width:280px;}


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

.contact-form{margin-bottom: 100px;}


.gmap iframe{height: 450px;}

}





@media (min-width: 1440px) {
.service-box{margin-bottom: 0px;padding-right: 3em;}
.service-box p{line-height: 2;}
.service-pic{width: 100%;margin-left: 0;}
.service-pic img{border-radius: 80px 5px 5px 80px;}
.service-pic.hidari{width: 100%;margin-left: 0;}
.service-pic.hidari img{border-radius: 5px 80px 80px 5px;}


.home #section02 .container{max-width: 1300px;}

.home #section03 .container{max-width: 1300px;}
.home #section03 .service-box{display: flex;padding-right: 4em;}
.home #section03 .num{width: 160px;font-size: 95px;letter-spacing: .2rem;}
.home #section03 .inside{width: calc(100% - 160px);}
.home #section03 .service-box.hidari {padding-right: 0;padding-left: 4em;}
.home #section03 .service-box.hidari .num{text-align: right;font-size:95px;letter-spacing: .2rem;}
.pdf-set{padding-right: 4em;}
.pdf-set.hidari{padding-right: 0;padding-left: 4em;}


.home #section04 .container{max-width: 1300px;}

.home #section05 .container{max-width: 1300px;}
.h4-company{margin-bottom: 50px;font-size: 2em;line-height: 1;}
.home #section05 .txt{line-height: 2.1;font-size: 1.1em;letter-spacing: .2rem;margin-bottom: 30px;}
.home #section05 .daihyo{width: 85%;}


.home #section06 .container{max-width: 1300px;}
.contact-form th{width: 300px;}
.contact-form td{padding: 15px 20px;}



}

@media (min-width: 1680px) {

.home #section02{padding: 150px 0;}
.home #section02 h4{font-size: 1.8em;margin-bottom:40px;padding-left: 20px;}

.home #section03{padding: 150px 0;}
.home #section03 h4{font-size: 1.8em;margin-bottom:40px;}

.home #section04{padding: 150px 0;}

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

.home #section06{padding: 150px 0 150px;}





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

}

@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-more {display: flex;justify-content:flex-end;}
.btn-more a {
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #111;
  font-family: ' BebasNeue ';font-weight:400;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 180px;
  text-align: center; 
  padding: 4px 16px 4px 0;
  margin: 24px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-more a::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  background: #333;
  bottom: 0;
  transition: all 0.3s;
}

.btn-more a::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  rotate: 40deg;
  right: -2px;
  bottom: 6px;
  transition: all 0.3s;
}

.btn-more a:hover::after,
.btn-more a:hover::before {
  translate: 20px 0;
  transition: all 0.3s;
}





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


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


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


}

@media (min-width: 1680px) {


}


/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 70;
	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: 45px;
bottom: 15px;
right: 10px;
}

}



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

footer{ padding: 50px 0px 50px;position: relative;background:#0098D1;color: white;}


.footer-logo {text-align: center; width: 180px;margin: 0 auto; position: relative;margin-bottom: 30px;}
.footer-logo a{transition:.3s;}
.footer-logo a:hover img{opacity: .7;}

footer .address{text-align: center;margin-bottom: 15px;}


.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{text-align: left;background:none;width: 48%;}
.footer-menu li a{font-family: ' BebasNeue ';color: #fff;text-decoration: none; text-align: center; font-size: 18px;font-weight: 400; letter-spacing: .2rem; padding: .7em 0;display: block;transition: .3s;margin-bottom: 12px;border:1px solid #eee;}
.footer-sns{display:none;}


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

@media (min-width: 667px) {

.footer-logo {text-align: center; position: relative;margin-bottom: 30px;}


.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;}
.footer-menu li a{letter-spacing:0.1rem;border-right:none;  font-size: 18px;padding: 0 .8em;text-align:center;border-bottom: none;line-height: 1.4;background: none;border:none;margin-bottom: 0;}


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

}



@media (min-width: 768px) {

footer{ padding: 70px 0px 20px;}



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



.copy{font-size: 12px;}


}


@media (min-width: 992px) {

.footer-logo {text-align: left;width: 200px; position: relative;margin-bottom: 30px;margin-left: 0;}


footer .address{text-align: left;margin-bottom: 0px;}


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

.footer-menu{width: auto;border-top: none;padding-top: 0;margin-bottom: 30px;margin-right: 0;display:block;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0em;justify-content: flex-end;margin-bottom: 1em;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0 .8em;letter-spacing: .05rem;margin-bottom: 0em!important;display: block;font-size: 20px;text-align: left;}
.footer-menu li a:hover {color: #0068de;}
.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;}

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

}




@media (min-width: 1200px) {

footer{ padding: 100px 0px 50px;}



.footer-logo a{width: 220px;}

.footer-menu ul{}
.footer-menu li a{text-decoration: none;padding: 0 .8em;letter-spacing: .1rem;margin-bottom: 0em!important;display: block;font-size: 20px;text-align: left;}
.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;}


.copy{}



}

@media (min-width: 1440px) {


footer .logoblock{margin-bottom: 30px;margin-left: 0;}
.footer-menu ul{margin-bottom: 2em;}

}


@media (min-width: 1680px) {

.footer-menu li a{text-decoration: none;padding: 0 .8em;letter-spacing: .08rem;margin-bottom: 0em!important;display: block;}
.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;}

}




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

.headline-h3 {
color:#000;
  position: relative;
  margin-bottom: 35px;
  font-size: 23px;
  letter-spacing: .1rem;
  line-height: 1.4;font-weight: 400;}

.headline-h4 {
  font-weight: 500;
  font-size: 1.15em;
 position: relative;
  margin-bottom: 1.5em;
  text-align: left;
  color: #222;
  border-left:6px solid #39c;padding-left: .5em;
}

.headline {
 position: relative;
 z-index: 5;
 font-size:20px;
 letter-spacing: .1rem;
  margin-bottom: 30px;
  line-height: 1;
  color: #0068de;
  display: block; 
  font-family: ' BebasNeue ';
 font-weight: 400;
 text-transform: uppercase;
}
.headline span{display: block; font-family: ' IBMPlexSansJP ';font-weight: 400;font-size: 30px;letter-spacing: .1rem;color: #111;margin-top: 10px;}

.headline.white {color: white;}
.headline.white span{color: white;}
.h3-shdow{position: absolute;left:45px;top:-10px;z-index: 2; line-height: 1; font-family: ' IBMPlexSansJP ';letter-spacing: .3rem;
 font-weight: 300;
 color: rgba(0,0,0,.03);
 font-size: 46px;
 text-transform: uppercase;
}


@media (min-width: 667px) {

.headline {
 font-size:20px;
  margin-bottom: 40px;
}
.headline span{font-size: 34px;letter-spacing: .1rem;}



}



@media (min-width: 768px) {

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



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



}


@media (min-width: 992px) {
.h3-shdow{left:65px;top:-15px;letter-spacing: .3rem;
 font-size: 76px;
}


.headline-h3::after {
  content: '';
  width:60px;
  height: 4px;
  bottom: -10px;
  left: calc(50% - 30px)
}

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


}


@media (min-width: 1200px) {

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


.headline {
 font-size:23px;
 letter-spacing: .2rem;
  margin-bottom: 50px;
}
.headline span{font-size:45px;letter-spacing: .1rem;margin-top: 15px;}


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



}


@media (min-width: 1440px) {

.headline {margin-bottom: 60px;}
.h3-shdow{left:85px;top:-25px;letter-spacing: .3rem;font-size: 110px;}


.headline-h3{font-size: 36px; letter-spacing: .2rem;}
.headline-h3::after {
  content: '';
  width:70px;
  height: 4px;
  bottom: -10px;
  left: calc(50% - 35px)
}


}

@media (min-width: 1680px) {
.headline {margin-bottom: 80px;font-size: 25px;}
.headline span{ font-size: 45px; letter-spacing: .1rem;}

}


@media (min-width: 1920px) {
.headline {font-size: 28px;}
.headline span{ font-size: 50px; letter-spacing: .1rem;}
.h3-shdow{left:100px;top:-25px;letter-spacing: .3rem;font-size:130px;}



}


#pankuzu{position: absolute;left:0px;bottom:0;z-index: 10;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 {
  display: inline-block;
  padding:13px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  background:#999;
  color: #fff;/*文字色*/
  font-size: 17px;
  letter-spacing: 0.3rem;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#006BE6;

}

.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-pdf a{width: 320px;padding: 20px 40px;font-size: 1.2em;}


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

}


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



}



.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:1em 0px 0;
	line-height: 1.4;
	font-size: 15px;
	display: flex;align-items: center;justify-content: center;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging span.paging-text a{
	color:#333;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin:0px 3px;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: .3em;
}
.paging span.current {
	background:#39c;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#39c;
	color:#fff;
}

@media screen and (max-width: 991px) {
.paging span.current,
.paging span.paging-text a{
	color:#333;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin:0px 3px;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: .3em;
	font-size: 13px;
}
.paging span.current {
	background:#00A27B;
	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;
}
}





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







/* works.html
--------------------------------------------------------- */





/* contact
--------------------------------------------------------- */
.privacybox{position: relative;color: #333;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}

span.hissu{color:white;background:red; padding: 3px 5px;border-radius: 5px;font-size: 12px;line-height: 1;letter-spacing: 0;}
.table th span.hissu{color: white;background: red; padding: 3px 5px;border-radius: 5px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1;letter-spacing: 0;}


.doi-box{padding: 30px 15px;border-top:1px solid #ccc;border-bottom: 1px solid #ccc;}
.doi-box label{font-size: 13px;margin-bottom: 15px;width: auto;display:inline-block;}
.doi-box p a{color: #111;font-size: 15px;transition: .3s;font-weight: 500;}
.doi-box p a:hover{color: #333;}
.home .btn-lg{font-size: 13px;padding: 10px 10px;}

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

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

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








.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form-post{width:9em;}
.form100{width:100%}
.form-h{ height:15em;}
input ,select {
    position:relative;
}
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;background: none;}
input[type="text"], select{border:1px solid #eee;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px;background: none; }
textarea{border:1px solid #eee;color: #333;width: 100%;}
.needinput{background-color:rgba(255,255,255,0)!important;border:1px solid red!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;
}
.auto{border: 1px solid #ddd;color: #555; background: #f6f6f6; margin-left: 1em;padding: .3em .5em;line-height: 1; border-radius: .4em;font-size: .9em;}

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

.header-xs{display: none;}

header{display: block;}
.cb-header2 {display: none;}
.head-logo-xs {display:none;}
.openbtn{display: none;}


.header {
  position:absolute;
  width: 100%;
  z-index: 500;
  height:80px;
  top:0;
  left:0;
  padding: 0 15px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content:space-between;
  background: white;
}

.head-logo { position: relative;width: 230px;}
header,footer{position: relative;}
.js-location-nav{position: relative;}
.js-location-nav ul{
  position: sticky;
  top: 0;
  display: flex;
}
.js-location-nav ul li{padding: 0 .8em;}
.js-location-nav ul li a{
  display: block;
  font-family: ' BebasNeue ';
  font-weight: 400;
  font-size: 22px;
  color: #000;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
}
.header nav ul li.is-current a{position: relative;color: black;}
/* カレント表示の指定 */
.is-current a{ color: #000;position: relative;}
.is-current a:before {
  content: '';/*何も入れない*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;/*画像の幅*/
  height: 38px;/*画像の高さ*/
  background-image: url(../images/nav-active.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.home #section05 .table th{display: table-cell;border-bottom: 1px solid #b6cfe6;padding: 15px;width: 260px;}
.home #section05 .table td{display: table-cell;border-bottom: 1px solid #ddd;padding: 15px;}

.contact-form{margin-bottom:70px;}
.contact-form th{display: table-cell;width: 260px;}
.contact-form td{display: table-cell;width: auto;}



.footer-logo {text-align: left; position: relative;margin-bottom: 30px;margin-left: 0;}
footer .address{text-align: left;margin-bottom: 5px;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0em;justify-content: flex-end;margin-bottom: 1em;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0 .5em;letter-spacing: .08rem;margin-bottom: 0em!important;display: block;font-size: 18px;text-align: left;}
.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;}


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

.in_fixed_bottom {display: none;}

.drawer_menu{display: none!important;}

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

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