@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;
}
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: 'Chakra Petch';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/chakrapetch/v12/cIflMapbsEk7TDLdtEz1BwkeQI51R5_F_gUk0w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Chakra Petch';
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/chakrapetch/v12/cIflMapbsEk7TDLdtEz1BwkeJI91R5_F_gUk0w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
color: #fff;
font-size: 93%;
line-height: 1.6;
font-weight:normal;
font-family: ' BIZUDPGothic ';
letter-spacing: 0.05rem;
padding-top: 60px;
position: relative;
overflow: hidden;
background:black;}


@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.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.7;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.7;}

.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;}
.mb50mb30{margin-bottom: 30px;}

}

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




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

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

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

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

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



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


[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: black;}
	
.sc .logo{padding-left: 15px;}
.sc .logo a{}
.sc img{vertical-align: bottom;width: 150px;height: auto;}

header{display: none;}



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

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



.header {
  color: #fff;
  position: fixed;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 60;
  height: 100px;
  display: flex;
  align-items: center;justify-content: space-between;
}
.logo {position: relative;padding-left: 50px;}
.logo.color {display: none;}

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

/* ナビゲーションメニュー */
.nav-menu {}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */

}
.menu-item {position: relative;padding: 0;width: 9em;text-align: center;}
.menu-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
right:0;  
  width: 1px;
  height: .6em;
  background: #ddd;
}
.menu-item:first-child {width: 6em;}
.menu-item:first-child::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
left:0;  
  width: 1px;
  height: .6em;
  background: #ddd;
}
.menu-item:last-child {width: 9em;}

.menu-item a {
font-family: 'Chakra Petch';
font-weight: 600;
font-size: 18px;
  color: white;
  height: 20px;
  position: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;padding: 0 .4em;
}

.menu-item a:hover {color: #3c3;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight: normal;font-size: 16px;}
.menu-item a.active {color: #fff!important; background-image: linear-gradient(20deg, rgba(89, 137, 35, 1), rgba(158, 193, 4, 1) 45%, rgba(1, 105, 155, 1));}

}

.contents {}
/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  color: #fff;
  background: #000;
  height: 80px;
  transition: color 2s ease-out;
}
.header.headerColorScroll .logo {width: 200px;}

.header.headerColorScroll .menu-item a {color:white;}


@media (max-width: 1680px){


}

@media (max-width: 1366px){
.logo{padding-left: 20px;width: 260px;}
.header .navi{padding-right: 20px;}

}

@media (max-width: 1199px){

}











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

#main{position: relative;width: 100%;overflow: hidden;}
#main .main{position: relative;width: 80%;margin-left: 20%;z-index: 30;}

.main-h2{position: absolute;z-index: 50;
top: 50%;
transform: translateY(-50%);
left: 12%;}

.main-h2 h2{
  font-family: 'Chakra Petch';
  font-weight: 700;
  font-size: 100px;
  margin-bottom: 50px;
}
.main-h2 h2 span{font-size: .7em;}
.main-h2 .h2-ja{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight: 600;font-size: 40px;line-height: 1.6;}
.main-h2 .h2-ja span{font-size: 34px;display: block;}

.kaiten{position: absolute;z-index: 10;top:50%;transform: translateY(-50%);left:-10%;width: 650px;}
.kaiten div{animation: rotateAnimation 2s ease-in-out forwards;}



@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1680px){
#main .main{position: relative;width: 100%;margin-left: 20%;}

.main-h2 h2{font-size: 90px;}

.kaiten{width: 450px;left:-5%;}


}



@media (max-width: 1440px){
.main-h2 h2{font-size: 70px;}
.main-h2 .h2-ja{font-size: 32px;line-height: 1.6;}
.main-h2 .h2-ja span{font-size: 28px;display: block;}

.kaiten{width: 360px;left:-3%;}



}


@media (max-width: 1199px){
.main-h2 h2{font-size: 60px;}
.main-h2 .h2-ja{font-size: 28px;line-height: 1.6;}
.main-h2 .h2-ja span{font-size: 24px;display: block;}

.kaiten{width: 330px;left:-3%;}

}




@media only screen and (max-width: 991px) {
.main-h2 h2{font-size: 50px;}
.kaiten{left:-10%;width: 250px;}




}

@media only screen and (max-width: 767px) {
.main-h2 h2{font-size: 40px;}
.main-h2 .h2-ja{font-size: 24px;line-height: 1.6;}
.main-h2 .h2-ja span{font-size: 20px;display: block;}

.kaiten{left:-10%;width: 250px;}


}


@media only screen and (max-width: 666px) {
.main-h2{left: 5%;}

.main-h2 h2{font-size: 26px;margin-bottom: 20px;}
.main-h2 .h2-ja{font-size:18px;line-height: 1.6;}
.main-h2 .h2-ja span{font-size: 15px;display: block;}

.kaiten{left:-15%;width: 200px;}





}





/* index.html 
---------------------------------------------------- */
.home #section01{position: relative;padding: 50px 0;}
.home #section01 .wave{position: absolute;z-index: 1;left:0;right: 0; top:20%;}
.home #section01 .dot1{position: absolute;z-index: 2;right: 20px; top:0;width: 35%;}
.home #section01 .dot2{position: absolute;z-index: 2;right: -20px; bottom:0;width: 45%;}

.home #section01 .wrap{margin-bottom: 1em;padding: 0 20px;position: relative;z-index: 30;}
.home #section01 .h3-sub{color: white;font-weight: 600;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";margin-bottom: 1em;font-size: 1.15em;}
.home #section01 .wrap .txt{margin-bottom: 1em;}
.home #section01 .thumb{width: 300px;position: relative;padding-bottom: 50px;}
.home #section01 .thumb .pic{position: relative;z-index: 10;}
.home #section01 .thumb .bg-grade{position: absolute;width: 80%;height: 60px;display: flex;align-items:flex-end;justify-content: flex-end;padding-right: 20px; left:0;bottom: 0; z-index: 5; background-image: linear-gradient(90deg, rgba(89, 137, 35, 1), rgba(158, 193, 4, 1) 45%, rgba(1, 105, 155, 1));}
.home #section01 .thumb .bg-grade img{width: auto;height: 40px;}


.home #section02{position: relative;padding: 50px 0;}
.home #section02 .container{z-index: 10;}
.home #section02 .dot3{position: absolute;left:-20px; top:-20px;width:130px;z-index: 1;}
.home #section02 .deco{position: absolute;left:30px;right:10px;bottom:10%;z-index: 1;display: none; }

.top-business {
  position: relative;
  display: block;
  transition: .4s;
      border: 1px solid #00D6AF;
    border-image: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(173, 254, 235) 0%, rgb(0, 214, 164) 39%, rgb(0, 193, 157) 54%, rgb(0, 198, 181) 74%, rgb(0, 187, 255) 100%);
    border-image-slice: 1;
margin-bottom: 15px;
  }

.top-business p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  margin-right: -50%;
  padding:0;
  color: white;
    font-family: 'Chakra Petch';
  font-weight: 600;
  font-size: 2em;
  text-align: center;
  line-height: 1.2;
  text-shadow: 1px 1px #000;
  }
.top-business p span{display: block;font-size: 20px;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
.top-business img {width: 100%;height: auto; transition: filter 1s ease; }
.top-business:hover img {filter: grayscale(90%);}


.home #section03{position: relative;padding-bottom: 60px;}


.home #section04{position: relative;}


.home #section05{position: relative;}


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

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

.btn-view {position: relative;display: flex;align-items: center;height:60px;padding-left: 1.5em; border-radius: 30px; letter-spacing: .05rem;transition: .5s;width: 230px;background-image: linear-gradient(90deg, rgba(89, 137, 35, 1), rgba(158, 193, 4, 1) 35%, rgba(1, 105, 155, 1));font-family: 'Chakra Petch';font-weight: 600;color: #fff;}
.btn-view:hover {background-image: linear-gradient(-90deg, rgba(89, 137, 35, 1), rgba(158, 193, 4, 1) 35%, rgba(1, 105, 155, 1));color: white;}

.btn-view::after{
content: "";
  position: absolute;
  right:10px;
  top:50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:white;
}
.btn-view::before {
content: "";
    width: 22px;
    height: 13px;
    position: absolute;
	right:19px;
	top:50%;
	transform: translateY(-50%);
  background-image: url(../images/arrow.png);
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
}

a.btn-view:hover::after{background:#fff;}

.btn-dummy {position: relative;z-index: 10;}
.btn-dummy span {
width: 230px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
	background:#393;
    color: #fff;
	padding: 0 .5em;
	transition: .5s;
	font-family: ' ReemKufi ';
	font-weight: 500;
	position: relative;}
.btn-dummy span::after {
  content: '';
  position: absolute;
  right:0;
  top:50%;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: .5s;
}
.home #section05 .wrap:hover .btn-dummy span {
    align-items: center;background:#3c3;
    color: #fff;
    }
.home #section05 .wrap:hover .btn-dummy span::after {width: 50px;}



@media (min-width: 667px) {
.home #section01 .wrap{margin-bottom: 2em;padding: 0 50px;position: relative;z-index: 30;}
.home #section01 .dot1{position: absolute;z-index: 2;right: 50px; top:0;width: 25%;}
.home #section01 .dot2{position: absolute;z-index: 2;right: 20px; bottom:20px;width: 40%;}
.home #section01 .thumb{width: 360px;position: relative;padding-bottom: 50px;}
.home #section01 .thumb .pic{position: relative;z-index: 10;}
.home #section01 .thumb .bg-grade{position: absolute;width: 80%;height: 60px;display: flex;justify-content: flex-end;padding-right: 20px; left:0;bottom: 0; z-index: 5; background-image: linear-gradient(90deg, rgba(89, 137, 35, 1), rgba(158, 193, 4, 1) 45%, rgba(1, 105, 155, 1));}
.home #section01 .thumb .bg-grade img{width: auto;height: 40px;}

.home #section02 .dot3{position: absolute;z-index: 2;left:-20px; top:80px;width:140px;}
.home #section02 .deco{position: absolute;left:30%;right:0px;bottom:15%;z-index: 1;width: 65%; display: block; }
.home #section02 .container{padding: 0 80px}
.top-business p {line-height: 1.5;  }

}




@media (min-width: 768px) {

.home #section01{padding: 70px 0;}
.home #section01 .dot2{right: 20px; bottom:40px;width:35%;}
.home #section01 .wrap{margin-bottom: 2em;padding: 0 70px;}
.home #section01 .wrap .txt{margin-bottom: 1.5em;}

.home #section01 .h3-sub{margin-bottom: 1em;font-size: 1.3em;}
.home #section01 .thumb{width: 400px;position: relative;padding-bottom: 90px;}
.home #section01 .thumb .pic{position: relative;z-index: 10;}
.home #section01 .thumb .bg-grade{position: absolute;width: 110%;height: 110px;display: flex;padding-right: 20px; left:0;bottom: 0; z-index: 5; background-image: linear-gradient(90deg, rgba(89, 137, 35, 1), rgba(158, 193, 4, 1) 45%, rgba(1, 105, 155, 1));}
.home #section01 .thumb .bg-grade img{width: auto;height: 60px;}



.home #section02{padding: 70px 0;}
.home #section02 .dot3{position: absolute;z-index: 2;left:20px; top:-20px;width:140px;}
.home #section02 .deco{position: absolute;left:30%;right:0px;bottom:20px;z-index: 1;width: 65%; display: block; }
.home #section02 .container{padding: 0 15px}
.top-business {margin-bottom: 30px;}




.home #section03{}

.home #section04{}


.home #section05{}




.link-pdf{width: 100px;}

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


}



@media (min-width: 992px) {
.home #section01{padding: 100px 0 70px;overflow: hidden;}
.home #section01 .wave{position: absolute;z-index: 1;left:0;right: 0; top:-100px;}

.home #section01 .dot1{right: auto;left:20px; top:0;width: 180px;}
.home #section01 .dot2{right: 20px; bottom:0px;width: 200px;}

.home #section01 .wrap{margin-bottom:0;padding: 0 0px;width: 45%;margin-left: 48%;}

.home #section01 .h3-sub{margin-bottom: 1em;font-size: 1.3em;}
.home #section01 .thumb{width:42%;position: absolute;top:70px;left:0;padding-bottom: 90px;}
.home #section01 .thumb .pic{position: relative;z-index: 10;}
.home #section01 .thumb .bg-grade{position: absolute;width: 105%;height: 110px;display: flex;justify-content: flex-end;padding-right: 50px; left:0;bottom: 0; z-index: 5; background-image: linear-gradient(90deg, rgba(89, 137, 35, 1), rgba(158, 193, 4, 1) 45%, rgba(1, 105, 155, 1));}
.home #section01 .thumb .bg-grade img{width: auto;height: 60px;}


.home #section02 .dot3{position: absolute;z-index: 2;left:20px; top:-20px;width:180px;}

.top-business p {
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  }
.top-business p span{font-size: 20px;}


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

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

}



@media (min-width: 1200px) {

.home #section01{padding: 140px 0 140px;}
.home #section01 .dot1{right: auto;left:50px; top:0;width: 180px;}
.home #section01 .dot2{right: 20px; bottom:0px;width: 250px;}
.home #section01 .wrap{margin-bottom:0;padding: 0 0px;width:520px;margin-left: 50%;}
.home #section01 .wrap .txt{margin-bottom:2em;line-height: 2.2;font-size: 1.1em;}
.home #section01 .h3-sub{margin-bottom: 1em;font-size: 1.7em;}

.home #section01 .thumb{width:44%;position: absolute;top:140px;left:0;padding-bottom: 90px;}
.home #section01 .thumb .pic{position: relative;z-index: 10;padding-left: 25px;}
.home #section01 .thumb .bg-grade{position: absolute;width: 80%;height: 180px;display: flex;justify-content: flex-end;padding-right: 80px; left:0;bottom: 0px; z-index: 5; background-image: linear-gradient(90deg, rgba(89, 137, 35, 1), rgba(158, 193, 4, 1) 45%, rgba(1, 105, 155, 1));}


.home #section02{padding: 50px 0 100px;}
.home #section02 .dot3{position: absolute;z-index: 2;left:20px; top:-50px;width:200px;}
.home #section02 .deco{position: absolute;left:30%;right:0px;bottom:40px;z-index: 1;width: 65%; display: block; }
.top-business p {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  }
.top-business p span{font-size: 24px;}



.home #section03{}


.home #section04{}

.home #section05{}


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

.btn-arrow a::after {width: 50px;}
.btn-arrow a:hover::after {width: 80px;}

.gmap iframe{height: 450px;}

}





@media (min-width: 1440px) {
.home #section02 .container{padding: 0;max-width: 1240px;}

}

@media (min-width: 1680px) {
.home #section01 .dot1{right: auto;left:100px; top:0;width: 230px;}
.home #section01 .dot2{right: 100px; bottom:0px;width: 360px;}

.home #section01 .wrap .txt{margin-bottom:2.5em;line-height: 2.4;font-size: 1.1em;}
.home #section01 .h3-sub{margin-bottom: 1em;font-size: 1.8em;}
.home #section01 .thumb .pic{position: relative;z-index: 10;padding-left:10%;}
.home #section01 .thumb .bg-grade{position: absolute;width: 80%;height: 210px;display: flex;justify-content: flex-end;padding-right: 80px; left:0;bottom: 0px; z-index: 5; background-image: linear-gradient(90deg, rgba(89, 137, 35, 1), rgba(158, 193, 4, 1) 45%, rgba(1, 105, 155, 1));}


.top-business p {
  font-size:50px;
  text-align: center;
  line-height: 1.5;
  }
.top-business p span{font-size: 28px;}

}

@media (min-width: 1920px) {

.home #section02 .dot3{position: absolute;z-index: 2;left:0px; top:25%;width:330px;}
.home #section02 .deco{position: absolute;left:25%;right:50px;bottom:10px;z-index: 1;width: 68%; display: block; }

}

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




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: 50px;
    right: 50px;
    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;
}

}



.common{
border-top: 1px solid;
border-image: linear-gradient(to right, #29e10b, #566942, #5eb304) 1;
padding: 50px 0;
background-image: linear-gradient(90deg, rgba(13, 59, 1, 1) 5%, rgba(0, 204, 0, .7) 22%, rgba(0, 0, 0, 1) 71%, rgba(51, 153, 0, .7) 97%);
}

.common h3{color: white;font-size: 34px;margin-bottom: 5px;position: relative;font-family: 'Chakra Petch';font-weight: 600;text-align: center;}
.common .txt{text-align: center;margin-bottom: 40px;}
.common .box{background: white;border-radius: 10px;color: #339900;height: 70px;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.common .box .tel{font-family: 'Chakra Petch';font-weight: 600;text-align: center;line-height: 1.2;}
.common .box .tel .call{font-size: 1.7em;color: #339900;}
.common .box .tel .enter{display: block;font-weight: 400;color: #666;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-size: 13px;letter-spacing: 0;}
.common .mail{background: white;border-radius: 10px;color: #339900;height: 70px;font-family: 'Chakra Petch';font-weight: 600;font-size: 1.5em;letter-spacing: .2rem; display: flex;align-items: center;justify-content: center;transition: .4s;}
.common .mail:hover{background:rgba(255,255,255,.8);}


@media (min-width: 667px) {


}


@media (min-width: 768px) {
.common{padding: 70px 0;}
.common .container{max-width: 100%;display: flex;justify-content: space-between;}
.common h3{color: white;font-size: 34px;margin-bottom: 5px;position: relative;font-family: 'Chakra Petch';font-weight: 600;text-align: left;}
.common .txt{text-align:left;margin-bottom: 0px;}
.common .box{background: white;border-radius: 10px;color: #339900;height: 70px;display: flex;align-items: center;justify-content: center;margin-bottom: 0;width: 38%;}
.common .mail{background: white;border-radius: 10px;color: #339900;height: 70px;font-family: 'Chakra Petch';font-weight: 600;font-size: 1.5em;letter-spacing: .2rem; display: flex;align-items: center;justify-content: center;transition: .4s;width: 25%;}

}


@media (min-width: 992px) {
.common h3{font-size: 44px;margin-bottom: 5px;}
.common .box{height: 85px;display: flex;align-items: center;justify-content: center;margin-bottom: 0;width: 35%;}
.common .box .tel .call{font-size: 2em;}
.common .box .tel .enter{font-weight: 400;font-size: 13px;}

.common .mail{height: 85px;font-size: 1.7em;letter-spacing: .2rem; display: flex;align-items: center;justify-content: center;transition: .4s;width: 35%;}


}


@media (min-width: 1200px) {
.common{padding: 100px 0;}
.common h3{font-size: 70px;margin-bottom: 0;line-height: 1;}
.common .box{height: 100px;display: flex;align-items: center;justify-content: center;margin-bottom: 0;width: 30%;margin-left: auto;}
.common .box .tel .call{font-size: 2em;}
.common .box .tel .enter{font-weight: 400;font-size: 13px;}

.common .mail{height: 100px;font-size: 1.7em;letter-spacing: .2rem; display: flex;align-items: center;justify-content: center;transition: .4s;width: 30%;margin-left: 30px;}


}

@media (min-width: 1440px) {
.common{padding: 130px 0;}

.common .container{max-width: 1240px;}
.common h3{font-size: 88px;margin-bottom: 0;line-height: 1;}
.common .box{height: 110px;}
.common .mail{height: 110px;}



}







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

footer{ padding: 40px 0px 15px;position: relative;color: white;background: #041f04; border-top: 1px solid; border-image: linear-gradient(to right, #29e10b, #566942, #5eb304) 1;}
footer .deco1{position: absolute;top:0;left:-40px;z-index: 1;width: 160px;}
footer .deco2{position: absolute;bottom:0;right:-70px;z-index: 1;width: 180px;}
footer .container{z-index: 5;}
footer .logoblock{position: relative;width: 200px; text-align: center;margin: 0 auto; margin-bottom: 10px;}
footer .name{text-align: center;margin-bottom: 2em;font-weight: 700;}


footer .address{font-size: .9em;letter-spacing: 0;text-align: center;margin-bottom: .6em;}
footer .address a{color: yellow;transition: .4s;}
footer .address a:hover{color:#fff;}
footer .tel{text-align: center;font-size: .7em;margin-bottom: 1.5em;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";letter-spacing: 0;}
footer .tel .call{color: white;font-size: 14px;}



.footer-menu{width: 100%;padding: 0 30px; margin: 0 auto; margin-bottom: 1em;}
.footer-menu ul{display: block;border-top: 1px solid #666;}
.footer-menu li{width:100%;text-align:center;background:none;font-size: 14px;}
.footer-menu li a{color: #fff;text-decoration: none; text-align: center; padding: .8em 0;border-bottom: 1px solid #555;display: block;transition: .3s;}
.footer-menu li a:hover{color:#BEE7A3;background: rgba(51,51,51,.9);}

footer .heading{color: white;font-size: 30px;margin-bottom: 1em;text-align: center;}
footer .heading span{color:#9f0;font-size: 15px;margin-top: .2em;}
footer .txt{color: white;margin-bottom: 1em;text-align: center;}

footer .btn-arrow {text-align: center;display: flex;justify-content: center;}
footer .captcha{width: 200px;margin: 0 auto; margin-top: 20px;}
.copy{text-align: center;color: #999; font-size: .8em;letter-spacing: 0;}
.copy{padding-top: 1.5em;}

@media (min-width: 667px) {

footer{ padding: 40px 0px 20px;overflow: hidden;}
footer .address{text-align: center;}
footer .address a{color: white;}

footer .tel{text-align: center;font-size: .9em;margin-bottom: 1.5em;letter-spacing: .08rem;}
footer .tel .call{color: white;font-size: 1em;}

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

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li a{letter-spacing:0.05rem;border-right:none; padding: 0 1em;text-align: left;border-bottom: none;line-height: 1;}
.footer-menu li a:hover{color:#BEE7A3;background:none;}
footer .captcha{width: 250px;margin: 0 auto; margin-top: 20px;}

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

}



@media (min-width: 768px) {
footer .deco1{position: absolute;top:0;left:-40px;z-index: 1;width: 180px;}
footer .deco2{position: absolute;bottom:0;right:-70px;z-index: 1;width: 200px;}

footer .logoblock{position: relative;width: 220px; text-align: center;margin: 0 auto; margin-bottom: 10px;}

footer .address{font-size: .9em;}

footer .txt{margin-bottom: 1.6em;text-align: center;}



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


}


@media (min-width: 992px) {
footer .container{max-width: 900px;}

footer .logoblock{margin-bottom: 20px;text-align: left;margin-left: 0;}
footer .address{font-size: .9em;text-align: left;}
footer .name{text-align:left;margin-bottom: 2em;}
footer .tel{text-align:left;margin-bottom: 0;}

.footer-menu{width: 100%;border-top: none;padding-top: 0;margin-bottom: 0px;padding: 1em 0;}
.footer-menu ul{border-top: none;border-left:none;display: flex;align-items: center;justify-content: flex-end;}
.footer-menu li {padding-bottom: 0px;text-align: left;font-size: 15px;}
.footer-menu li a{text-decoration: none;padding: 0em 1em;letter-spacing: .08rem;}
.footer-menu li:last-child a{text-decoration: none;padding: 0em 0 0 1em;letter-spacing: .08rem;}

footer .captcha{width: 250px;margin: 0 auto; margin-top: auto;margin-right: 0;}

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

.copy{font-size: 12px;}

}




@media (min-width: 1200px) {

footer{padding: 100px 0 30px;}
footer .logoblock{position: relative;margin-bottom: 20px;}
footer .address{font-size: .9em;}
footer .wrap{padding-left: 40px;}
.footer-menu li {font-size: 16px;}
.footer-menu li a{text-decoration: none;padding: .8em .5em;letter-spacing: .08rem;}

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



}

@media (min-width: 1440px) {
footer .container{max-width: 1110px;}

footer .deco1{position: absolute;top:0;left:-10px;z-index: 1;width: 220px;}
footer .deco2{position: absolute;bottom:0;right:-10px;z-index: 1;width: 250px;}
.copy{padding-top: 200px;}

}

@media (min-width: 1920px) {

footer .deco1{position: absolute;top:0;left:0px;z-index: 1;width: 314px;}
footer .deco2{position: absolute;bottom:0;right:0px;z-index: 1;width: 331px;}

}





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

.h2area{
position: relative;
width:100%;
height: 400px;
display: flex;align-items:center;
}
.bg-h2{position: absolute;z-index: 1; height:  400px;width: 72%;margin-left: 28%;}
.bg-h2::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: rgba(0,0,0,.5);
}

.bg-h2.h2-business{background: url("../images/h2-business.jpg");background-position: center;background-size: cover;}
.bg-h2.h2-company{background: url("../images/h2-company.jpg");background-position: center;background-size: cover;}
.bg-h2.h2-contact{background: url("../images/h2-contact.jpg");background-position: center;background-size: cover;}

.h2-txt{position:relative;z-index: 10;font-family: 'Chakra Petch';font-weight: 600;font-size: 95px;letter-spacing: .3rem;color: #fff;padding-left: 15%;padding-top: 80px;}
.h2-txt span{display: block;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight: 600;font-size: 34px;padding-left: 60px;position: relative;}
.h2-txt span::before {
  content: "";
  position: absolute;
  top: 50%;left:0;
  width: 50px; /* 線の幅 */
  height: 1px; /* 線の太さ */
  background-color: #fff; /* 線の色 */
  transform: translateY(-50%);
}


.h2area .kaiten{position: absolute;z-index: 2;top:50%;transform: translateY(-50%);left:-10px;width: 350px;}
.h2area .kaiten div{animation: rotateAnimation 2s ease-in-out forwards;}

@media (max-width: 1440px){
.h2area{height:380px;}
.bg-h2{height:  380px;width: 75%;margin-left: 25%;}

.h2-txt{font-size: 82px;}

}


@media (max-width: 1199px){
.h2area{height:350px;}
.bg-h2{height:  350px;width: 75%;margin-left: 25%;}

.h2-txt{font-size: 62px;}
.h2-txt span {font-size: 22px;}

.h2area .kaiten{left:-50px;width: 300px;}


}

@media only screen and (max-width: 991px) {
.h2area{height: 220px;}
.bg-h2{height:  220px;width: 75%;margin-left: 25%;}

.h2-txt{font-size: 38px;padding-top: 0px;}
.h2-txt span {font-size: 22px;}

.h2area .kaiten{left:-50px;bottom:-20px;width: 200px;}

}


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

.h2-txt{font-size: 32px;}
.h2-txt span {font-size: 20px;}

}

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

.h2area{height: 180px;}
.bg-h2{height: 180px;width: 75%;margin-left: 25%;}

.h2-txt{font-size: 26px;}
.h2-txt span {font-size: 18px;}
.h2-txt span{padding-left:40px;position: relative;}
.h2-txt span::before {
  content: "";
  position: absolute;
  top: 50%;left:0;
  width: 30px; /* 線の幅 */
  height: 1px; /* 線の太さ */
  background-color: #fff; /* 線の色 */
  transform: translateY(-50%);
}

.h2area .kaiten{left:-50px;bottom:-20px;width: 150px;}
}



/*------------------------------　　下層ページ style　　------------------------------------------*/
.heading{color: white;font-size: 30px;margin-bottom: 1em;position: relative;font-family: 'Chakra Petch';font-weight: 600;padding-left: 40px;}
.heading::before {
  content: "";
  position: absolute;
  top: 50%;left:0;
  width: 35px; /* 線の幅 */
  height: 1px; /* 線の太さ */
  background-color: #fff; /* 線の色 */
  transform: translateY(-50%);
}

.headline-h3 {
color: #fff;
text-align: center;
  position: relative;
  margin-bottom: 45px;
  font-size: 22px;
  letter-spacing:0rem;
  line-height: 1.4;
font-family: ' BIZUDPGothic-Bold ';font-weight: 700;}
.headline-h3:before {
  content: '';/*何も入れない*/
  position: absolute;
  bottom:-15px;
  left:50%;
  transform: translateX(-50%);
  width: 1.5em;/*画像の幅*/
  height: 5px;/*画像の高さ*/
  border-radius: 3px;
  background-image: linear-gradient(20deg, rgba(89, 137, 35, 1), rgba(158, 193, 4, 1) 45%, rgba(1, 105, 155, 1));
}



.headline-h4 {
  font-family: ' BIZUDPGothic ';font-weight: 700;
  font-size: 1.3em;
 position: relative;
  margin-bottom: 1.2em;
  text-align: left;
  color:white;
}
.headline-h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f142";
font-weight: 900;
color: #009D00;
margin-right: .2em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.headline {
 font-family: ' BIZUDPGothic ';font-weight: 700;
  font-size: 18px;
 position: relative;
  margin-bottom: 2em;
  color:#222;
}
.headline:before {
  content: '';/*何も入れない*/
  position: absolute;
  bottom:-15px;
  left:0px;
  width: 2.3em;
  height: 2px;
  background: #09f;
}
.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) {

.heading{color: white;font-size: 30px;margin-bottom: 1em;position: relative;font-family: 'Chakra Petch';font-weight: 600;padding-left: 0px;}
.heading::before {
  content: "";
  position: absolute;
  top: 50%;left:-40px;
  width: 35px; /* 線の幅 */
  height: 1px; /* 線の太さ */
  background-color: #fff; /* 線の色 */
  transform: translateY(-50%);
}



}



@media (min-width: 768px) {
.heading{font-size: 50px;margin-bottom: .6em;}


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

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

.headline {font-size: 24px;}

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

}


@media (min-width: 992px) {
.heading{font-size: 80px;margin-bottom: .6em;}



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



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


}


@media (min-width: 1200px) {
.heading{font-size: 90px;margin-bottom: .7em;}





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

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

}


@media (min-width: 1680px) {
.heading{font-size: 100px;margin-bottom: .5em;}
.heading::before {
  content: "";
  position: absolute;
  top: 50%;left:-60px;
  width: 50px; /* 線の幅 */
  height: 1px; /* 線の太さ */
  background-color: #fff; /* 線の色 */
  transform: translateY(-50%);
}


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



}

@media (min-width: 1920px) {
.heading{font-size: 120px;margin-bottom: .5em;}

}


#pankuzu{}





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



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

}

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


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


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

}


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

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

}



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



/* paging */
.paging {
	padding:0em 10px 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#333;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
}
.paging span.current {
	background:#08ace2;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#08ace2;
	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: 666px) {
.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:#999;
}
}



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

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


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

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

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

}

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

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










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










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

.business #section01{padding: 50px 0px 50px;position: relative;}
.business .dot1{position: absolute;width: 130px;right:25px;top:10px;}
.business .deco{position: absolute;width: 85%;left:7%;top:20px;}
.business .dot3{position: absolute;width: 130px;right:-25px;bottom:0px;}
.h3-business{font-family: 'Chakra Petch';font-weight: 600;font-size: 1.5em;margin-bottom: 1.5em;color:#DAEF4E;}
.h3-business span{font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight: 600;display: block;font-size: 16px;margin-top: .5em;color: white;}
.thumb-business{width: 250px;margin: 0 auto;} 

.business #section02{padding: 50px 0px 50px;position: relative;border-top: 1px solid #4a7600;}

.business #section03{padding: 50px 0px 50px;position: relative;border-top: 1px solid #4a7600;}

.business #section04{padding: 50px 0px 50px;position: relative;border-top: 1px solid #4a7600;}

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


@media (min-width: 667px) {
.business #section01 .container{max-width: 100%;}
.business #section01 .container p{line-height: 1.8;}
.business #section02 .container{max-width: 100%;}
.business #section02 .container p{line-height: 1.8;}
.business #section03 .container{max-width: 100%;}
.business #section03 .container p{line-height: 1.8;}
.business #section04 .container{max-width: 100%;}
.business #section04 .container p{line-height: 1.8;}

.business .dot1{position: absolute;width: 130px;right:auto;left:20px;top:-10px;}
.business .deco{position: absolute;width: 65%;left:7%;top:20px;}
.business .dot3{position: absolute;width: 180px;right:75px;bottom:10px;}

.thumb-business{width: auto;margin: 0 auto;} 


}

@media (min-width: 768px) {
.h3-business{font-size: 2.8em;margin-bottom: 1em;}
.h3-business span{font-size: 18px;margin-top: .5em;}


.business #section01{padding: 70px 0px 70px;}
.business #section01 .container{max-width: 720px;}

.business #section02{padding: 70px 0px 70px;}
.business #section02 .container{max-width: 720px;}

.business #section03{padding: 70px 0px 70px;}
.business #section03 .container{max-width: 720px;}

.business #section04{padding: 70px 0px 70px;}
.business #section04 .container{max-width: 720px;}


.business .dot1{width: 180px;right:auto;left:20%;top:-10px;}


}



@media (min-width: 992px) {
.h3-business{font-size: 3.5em;margin-bottom: .8em;}
.h3-business span{font-size: 24px;margin-top: .5em;}

.business .dot1{position: absolute;width: 200px;right:auto;left:30%;top:-10px;}
.business .deco{position: absolute;width: 55%;left:7%;top:50px;}
.business .dot3{position: absolute;width: 250px;right:75px;bottom:20px;}

.business #section01 .container{max-width: 960px;}
.business #section01 .container p{line-height: 2.2;font-size: 1.1em;padding: 0 0 0 3em;}

.business #section02 .container{max-width: 960px;}
.business #section02 .container p{line-height: 2.2;font-size: 1.1em;padding: 0 3em 0 0;}

.business #section03 .container{max-width: 960px;}
.business #section03 .container p{line-height: 2.2;font-size: 1.1em;padding: 0 0 0 3em;}

.business #section04 .container{max-width: 960px;}
.business #section04 .container p{line-height: 2.2;font-size: 1.1em;padding: 0 3em 0 0;}



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


}



@media (min-width: 1280px) {
.business .dot1{position: absolute;width: 200px;right:auto;left:10px;top:30%;}
.business .deco{position: absolute;width: 45%;left:17%;top:80px;}

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

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

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

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

}


@media (min-width: 1440px) {
.business .dot1{position: absolute;width: 360px;right:auto;left:10px;top:30%;}
.business .deco{position: absolute;width:30%;left:60%;top:80px;}
.business .dot3{position: absolute;width: 360px;right:75px;bottom:50px;}

}


@media (min-width: 1920px) {
.business .dot1{width: 360px;right:auto;left:10%;top:30%;}
.h3-business{font-size: 4.5em;margin-bottom: .8em;}
.h3-business span{font-size: 28px;margin-top: .5em;}


}



/* company.html
--------------------------------------------------------- */


.company #section01{padding: 50px 0px 50px;position: relative;overflow: hidden;}
.company #section01 .wave{position: absolute;z-index: 1;left:0;right: 0; top:20%;}
.company #section01 .container{z-index: 5;}
.company #section01 .txt{text-align: center;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-size: 1.4em;margin-bottom: 1em;}
.company #section01 .txt2{margin-bottom: .8em;}
.company #section01 .sign{font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";text-align: right;display: block;}
.company #section01 .sign p{}
.company #section01 .sign p span{padding-right: 2em;}

.company #section02{padding: 50px 0px 50px;position: relative;background: #222;}
.company .table{font-size: .9em;letter-spacing: .03rem;border-bottom: 1px solid #555;color: white;}
.company .table th{font-weight:normal;width: 100%;display: block;background:rgba(0,103,0,.0)!important;padding: 15px .5em;border-top:1px solid #555;}
.company .table td{width: 100%;display: block;padding-left: 2em;background:none!important;border-top:1px solid #555;}
.company .table td span{color: #fff;}

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



@media (min-width: 667px) {
.company .table th{width: 130px;display: table-cell;}
.company .table td{width: auto;display: table-cell;padding-left: 1em;}



}



@media (min-width: 768px) {
.company #section01{padding: 70px 0px 70px;}
.company #section01 .container{max-width: 650px;}


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

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



}




@media (min-width: 992px) {
.company #section01 .wave{position: absolute;z-index: 1;left:0;right: 0; top:-100px;}
.company #section01 .container{max-width: 900px;}

.company #section01 .txt{text-align: center;font-size: 1.6em;margin-bottom: 1em;}
.company #section01 .txt2{margin-bottom: 1.2em;line-height: 2;}
.company #section01 .sign{text-align: right;display: block;font-size: 1.1em;}
.company #section01 .sign p{}

.company .table th{width: 200px;}


}



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





.company #section02{padding: 100px 0px 100px;}
.company .table th{padding: 1.5em 1.2em;width: 230px;}
.company .table td{padding: 1.5em 1em;}

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

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

}




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


.contact #section01{padding: 50px 0px 50px;position: relative;}
.contact #section01 ul li{margin-bottom: 15px;}
.contact #section01 ul li:last-child{margin-bottom:0;}
.contact #section01 .box{background: #222;border: 4px double #71ca11;padding:1.4em 1em;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .3em;font-size: 1.4em;line-height: 1;font-family: 'Chakra Petch';font-weight: 600;color:white;}
.contact #section01 .box .tel span{font-size: 1.4em;margin-left: 4px;color: #fff;}
.contact #section01 .box .time{text-align: center;font-size: .8em;color: #999;line-height: 1;}


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

.contact #section02 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.09);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 5px;}
.privacybox{position: relative;color: #333;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}
.contact .table{font-size: .9em;margin-bottom: 50px;border-bottom:1px solid #555;}
.contact span.hissu{color: white;background:red; padding: 3px 5px;border-radius: 2px;font-size: 12px;}
.contact .table th{position: relative;background: none!important;display: block;font-weight: 700;border-top:1px solid #555;}
.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:none!important;display: block;border-top:1px solid #555;}
.auto{font-size: .9em;background: #555;line-height: 1;padding: .5em;border-radius: .4em;margin-left: .4em;color: #ccc;}
.contact h5{font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
.tenpu{margin: 0;}
.tenpu input {
width: 90%;
 display: block;
 position: relative;
 font-size: 13px;
 letter-spacing: 0;
 padding: 5px 10px 5px 0;
 border-radius: 4px;
 transition: all 0.3s;
 color: #555;
 cursor: pointer!important;
 margin: 0px 0px 2px;
}


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



}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}
.contact #section01 .box{padding: 1.8em 1em;}
.contact #section01 .box .time{text-align: center;font-size: .8em;margin-top: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 #section02 .pre-scrollable{max-height: 400px;padding: 15px;}

}


@media (min-width: 992px) {
.contact #section01 .box{padding: 2em 3em;}
.contact #section01 .box{padding:2em 1em;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .5em;}
.contact #section01 .box .tel span{font-size: 1.7em;margin-left: 4px;}

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

}




@media (min-width: 1200px) {

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


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

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

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

}




.doi-box{padding: 30px 15px;border-radius: .4em;background:rgba(162,202,171,.5);border:1px solid rgba(162,202,171,.9);}
.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;}
input ,select {
    position:relative;
	color: #111;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;display: inline-block;}
input{font-size:100%;vertical-align:middle; padding:12px;width: auto;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;color: #111;width: 90%;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid red!important;}

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; }
.cb-header2 {display: none!important;}
header{display: block;}
.cb-header2 {display: none;}



.header {
  color: #fff;
  position: absolute;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 100;
  height: 80px;
  display: flex;
  align-items: center;justify-content: space-between;
}
.logo{padding-left: 10px;}
.logo.color {display: none;}

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

/* ナビゲーションメニュー */
.nav-menu {}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
  margin-right: 1.5em;
}
.menu-item {position: relative;padding: 0 1.5em;}
.menu-item:last-child {}
.menu-item a {
  align-items: center;
  color: white;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  transition: .3;
}
.menu-item a.active {color: #3c3!important;}
.drop-menu-list {display: none;}

.home #section01{padding: 100px 0 70px;overflow: hidden;}
.home #section01 .wave{position: absolute;z-index: 1;left:0;right: 0; top:-100px;}

.home #section01 .dot1{right: auto;left:20px; top:0;width: 180px;}
.home #section01 .dot2{right: 20px; bottom:0px;width: 200px;}

.home #section01 .wrap{margin-bottom:0;padding: 0 0px;width: 45%;margin-left: 48%;}

.home #section01 .h3-sub{margin-bottom: 1em;font-size: 1.3em;}
.home #section01 .thumb{width:42%;position: absolute;top:70px;left:0;padding-bottom: 90px;}
.home #section01 .thumb .pic{position: relative;z-index: 10;}
.home #section01 .thumb .bg-grade{position: absolute;width: 105%;height: 110px;display: flex;justify-content: flex-end;padding-right: 50px; left:0;bottom: 0; z-index: 5; background-image: linear-gradient(90deg, rgba(89, 137, 35, 1), rgba(158, 193, 4, 1) 45%, rgba(1, 105, 155, 1));}
.home #section01 .thumb .bg-grade img{width: auto;height: 60px;}

.home #section02 .dot3{position: absolute;z-index: 2;left:20px; top:-20px;width:180px;}
.top-business p {
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  }
.top-business p span{font-size: 20px;}



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


.common .container{max-width: 100%;display: flex;justify-content: space-between;}
.common h3{color: white;font-size: 34px;margin-bottom: 5px;position: relative;font-family: 'Chakra Petch';font-weight: 600;text-align: left;}
.common .txt{text-align:left;margin-bottom: 0px;}
.common .box{height: 100px;display: flex;align-items: center;justify-content: center;margin-bottom: 0;width: 30%;margin-left: auto;}
.common .box .tel .call{font-size: 2em;}
.common .box .tel .enter{font-weight: 400;font-size: 13px;}
.common .mail{height: 100px;font-size: 1.7em;letter-spacing: .2rem; display: flex;align-items: center;justify-content: center;transition: .4s;width: 30%;margin-left: 30px;}


footer .logoblock{margin-bottom: 20px;text-align: left;margin-left: 0;}
footer .address{font-size: .9em;text-align: left;}
footer .name{text-align:left;margin-bottom: 2em;}
footer .tel{text-align:left;margin-bottom: 0;}

.footer-menu{width: 100%;border-top: none;padding-top: 0;margin-bottom: 0px;padding: 1em 0;}
.footer-menu ul{border-top: none;border-left:none;display: flex;align-items: center;justify-content: flex-end;}
.footer-menu li {padding-bottom: 0px;text-align: left;font-size: 15px;}
.footer-menu li a{text-decoration: none;padding: 0em 1em;letter-spacing: .08rem;}
.footer-menu li:last-child a{text-decoration: none;padding: 0em 0 0 1em;letter-spacing: .08rem;}

footer .captcha{width: 250px;margin: 0 auto; margin-top: auto;margin-right: 0;}



.drawer_menu{display: none!important;}

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

}
