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


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

/* ZenKakuGothic-Medium */
@font-face {
    font-family: ' ZenKakuGothic ';
    src: url('../fonts/ZenKakuGothicNew-Regular.woff2') format('woff2'),
             url('../fonts/ZenKakuGothicNew-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* ZenKakuGothic-Bold */
@font-face {
    font-family: ' ZenKakuGothic ';
    src: url('../fonts/ZenKakuGothicNew-Bold.woff2') format('woff2'),
             url('../fonts/ZenKakuGothicNew-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}





body {
color: #333;
font-size: 93%;
line-height: 1.6;
font-weight:400;
font-family: ' ZenKakuGothic ';
letter-spacing: 0.05rem;
padding-top: 60px;
position: relative;
overflow: hidden;
background:#fff;}


@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: 85px;}

}
@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;
  line-height: 1.5;
}

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

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

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




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

}



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

.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;
	height: 60px;
	position: relative;
	background:#fff;
	border-bottom: 1px solid #eee;}
.sc .leaf{position: absolute;top:0;left:110px;width: 32px;}
.sc .logo{padding-left: 15px;width: 100px;}
.sc .logo a{}

header{display: none;}

@media (min-width: 768px) {
.sc .leaf{position: absolute;top:0;left:130px;width: 40px;}
.sc .logo{padding-left: 15px;width: 120px;}

}




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

header{display: block;position: relative;z-index: 160;}
.cb-header2 {display: none;}

.header {
  position: fixed;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  height: 85px;
  padding: 0 15px;
  display: flex;
  align-items: center;justify-content: space-between;
  background: white;
}
.header .leaf{position: absolute;top:0;left:0px;width: 40px;}
.logo{margin-left:20px;width: 120px;}
.logo a{}

.header .navi{}


/* ナビゲーションメニュー */
.nav-menu {}
.menu-list {
  display: flex;
  justify-content:flex-end; /* メニューアイテムを中央揃えに */
}
.menu-item {position: relative;margin: 0 .5em;}
.menu-item:last-child {margin: 0 0 0 .5em;}
.menu-item::after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
font-weight: 900;
position: absolute;
right:-2.5em;
top:50%;
transform: translateY(-50%);
font-size:4px;
color: #ccc;
}
.menu-item:last-child::after {display: none;}

/* メニューアイテムのホバースタイル */
.menu-item a {
position: relative;
font-size: 14px;
  align-items: center;
  color: #111;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  transition: .3;
  padding: 0 .5em;
  line-height: 1.5;
  letter-spacing: 0;
}
.menu-item a:hover {color:#66cc33;}
.menu-item a.active {color: #ffF;background: #66cc33;border-radius: 15px;}
.link-current {color: #ffF!important;background: #66cc33;border-radius: 15px;}

}

@media (min-width: 1200px){
.header {padding: 0 20px;}
.logo{margin-left:30px;width: 140px;}

.menu-item {position: relative;margin: 0 .5em;}
.menu-item:last-child {margin: 0 0 0 .5em;}

.menu-item a {
font-size: 15px;
  padding: 0 .5em;
  letter-spacing: 0;
}


}


@media (min-width: 1440px){
.header {padding: 0 40px;}
.logo{margin-left:10px;width: 150px;}

}


@media (min-width: 1680px){
.header {padding: 0 60px;}
.header .leaf{width: 50px;}

.logo{margin-left:0px;width: 160px;}
.menu-item {position: relative;margin: 0 .5em;}
.menu-item:last-child {margin: 0 0 0 .5em;}
.menu-item::after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
font-weight: 900;
position: absolute;
right:-2.7em;
top:50%;
transform: translateY(-50%);
font-size:5px;
color: #ccc;
}

.menu-item a {
font-size: 16px;
  padding: 0 .7em;
  letter-spacing: 0;
}


}











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

#main{position: relative; max-width:93.75%;margin: 0 auto;}
#main .fv{position: relative;padding: .5em 0;box-sizing: border-box;}
#main .fv img{border-radius: 80px;border:5px solid white;box-shadow: 0px 0px 18px 0px rgba(104, 166, 31, 0.4);}
#main .leaf-left{position: absolute;left:-60px;top:50%;}
#main .leaf-right{position: absolute;right:-60px;top:35%;}
#main .leaf-right2{position: absolute;right:-60px;bottom:-130px;}

.main-h2{position: absolute;z-index: 50;
left: 150px;
bottom:50px;
}



@media (max-width: 1680px){
#main{position: relative; }
#main .fv img{border-radius: 50px}

.main-h2{width: 540px;
left: 130px;
bottom:50px;
}
#main .leaf-left{width: 150px;;}
#main .leaf-right{width: 170px;top:150px;}
#main .leaf-right2{width: 120px;bottom:-60px;}

}



@media (max-width: 1280px){
#main{ max-width:92%;}
.main-h2{width: 420px;
left: 100px;
bottom:50px;
}

#main .leaf-left{width: 120px;;}
#main .leaf-right{width: 150px;top:110px;}
#main .leaf-right2{width: 120px;bottom:-50px;}



}


@media (max-width: 1199px){
#main{ max-width:94%;}
.main-h2{width: 360px;
left: 80px;
bottom:30px;
}
#main .leaf-left{width: 110px;top:30%;left:-30px;}
#main .leaf-right{width: 130px;top:70px;right: -30px;}
#main .leaf-right2{width: 110px;bottom:-30px;}

}


@media only screen and (max-width: 991px) {
.main-h2{width: 300px;
left: 70px;
bottom:30px;
}


#main .leaf-left{width: 100px;top:29%;left:-30px;}
#main .leaf-right{width: 120px;top:70px;right: -30px;}
#main .leaf-right2{width: 100px;bottom:-30px;right: -30px;}


}

@media only screen and (max-width: 767px) {
#main .fv img{border-radius: 40px;box-shadow: 0px 0px 10px 0px rgba(104, 166, 31, 0.4);}
#main .leaf-left{width: 90px;top:29%;left:-20px;}
#main .leaf-right{width: 100px;top:70px;right: -20px;}
#main .leaf-right2{width: 70px;bottom:-20px;right: -20px;}

}


@media only screen and (max-width: 666px) {
#main{ max-width:93%;}
#main .fv img{border-radius: 20px}
.main-h2{width: 230px;
left: 20px;
bottom:30px;
}
#main .leaf-left{width: 80px;top:20%;left:-15px;}
#main .leaf-right{width: 90px;top:50px;right: -15px;}
#main .leaf-right2{width: 60px;bottom:-50px;right: -15px;}

}





/* index.html 
---------------------------------------------------- */
.home #section01{position: relative;padding: 50px 0 0;}
.left-leaf1{position: absolute;left:0;top:20%;}
.right-leaf1{position: absolute;right:0;top:40%;}

.home #section01 .news-wrap{position: relative;background: #fafef6;padding: 1em;border-radius: 1em;border:1px solid #b0da7e;}
.home #section01 .news-wrap .titlebox{text-align: center;margin-bottom: 1.4em;display: flex;align-items: center;justify-content: center;}
.home #section01 .news-wrap h3{font-weight: 700;position: relative;font-size: 1.2em;padding: 0 .3em;}
.newsarea{position: relative;padding-right:0px;margin-bottom: 20px;}
.newsarea .set{padding: .8em;background: white;margin-bottom: 1em;border:1px solid #dddfe0;}
.newsarea .set:last-child{margin-bottom:0em;}
.newsarea .set .date{margin-bottom:.6em;line-height: 1.4;font-weight: 700;display: flex;align-items: center;}
.newsarea .set .date .day{}
.newsarea .set .date span.new{color: red;margin-left: 5px;letter-spacing: 0;font-size: .9em;}
.newsarea .set .date span.cate{display: block;margin-left: 5px; border:1px solid #ccc;padding: .2em .5em;font-size: .8em;text-align: center;letter-spacing: 0;
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
.newstext{line-height: 1.4;width: 100%;}
.newshtml{}
.link-pdf{margin-top: .5em;}
.link-pdf a{position: relative;display: inline-block; border-bottom: 1px solid #999;color: #222;transition: .4s;letter-spacing: 0;font-size: .9em;}
.link-pdf a:hover{border-bottom: 1px solid #85C161;color:#85C161;}
.link-pdf a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: .2em;
  color: red;
}
.newstext .bt-more{margin-top: .5em;}
.newstext .bt-more a{transition: .5s;display: block;position: relative;background: #77943f;text-align: center;border-radius: .3em;padding: .5em; color: #fff;letter-spacing: 0.08rem;font-size: .9em;}
.newstext .bt-more a:hover{background:#a7ad38;}



.home #section02{position: relative;padding: 50px 0;}
.home #section02 .shape1{position: absolute;z-index: 1;left:0;top:5%;width: 25%;}
.home #section02 .shape2{position: absolute;z-index: 1;right:0;bottom:15%;width: 15%;}
.home #section02 .wrap{position: relative;z-index: 2;}
.home #section02 .wrap .pic{position: relative;z-index: 5;}
.home #section02 .wrap .point1{position: absolute;z-index: 8;right:20px;top:-30px;width: 40px;}
.home #section02 .wrap .box{position: relative;z-index: 8;background: white;border-radius: 1.5em;padding: 1.5em 1em 1em;width: 90%;margin: 0 auto;margin-top:-20px;}
.home #section02 .wrap .box p{letter-spacing: 0;margin-bottom: 1.9em;text-align: center;}
.home #section02 .wrap .box .point1{position: absolute;z-index: 8;right:auto;top:auto;left:-5px;bottom:40px;width: 40px;}

.home #section03{position: relative;padding: 0px 0 0px;}
.home #section03 .left-leaf1{position: absolute;left:-5%;top:-70px;width: 40%;}
.home #section03 .right-leaf1{position: absolute;right:-5%;top:0;width: 20%;}

.home #section03 .container{max-width: 95%;background: url("../images/top-contents.jpg");background-position: center top;background-repeat: no-repeat;background-size: cover;padding: 50px 0;}
.home #section03 .container ul{width: 90%;margin: 0 auto;margin-top: 50px;}
.home #section03 .container ul li{margin-bottom: 50px;}
.home #section03 .container ul li:last-child{margin-bottom: 0;}

.home #section03 .box{background: url("../images/bg-ao.png"),white;background-position: center bottom;background-repeat: no-repeat;background-size: 100% auto; padding: 2em 1em 1em;border-radius: .7em;position: relative;}
.home #section03 .box.daidai{background: url("../images/bg-daidai.png"),white;background-position: center bottom;background-repeat: no-repeat;background-size: 100% auto;}
.home #section03 .box.perple{background: url("../images/bg-perple.png"),white;background-position: center bottom;background-repeat: no-repeat;background-size: 100% auto;}

.home #section03 .box .icon{position: absolute;z-index: 1; top:-30px;left:50%;transform: translateX(-50%);background: #fff;width: 70px;height: 70px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.home #section03 .box .icon img{width: 60%;height: auto;}
.home #section03 .box.daidai .icon img{width: 75%;height: auto;}

.home #section03 h4{font-weight: 500;text-align: center;margin-bottom: .6em;color: #09c;font-size: 1.1em;position: relative;z-index: 10;letter-spacing: 0;}
.home #section03 .box.daidai h4{color: #f60;}
.home #section03 .box.perple h4{color: #9933cc;}
.home #section03 .box img{margin-bottom: 1em;}
.home #section03 .box p{line-height: 1.4;margin-bottom: 1em;}

.home #section04{position: relative;padding: 50px 0;}
.home #section04 .shape1{position: absolute;right:10px;top:15%;width: 60%;}
.home #section04 .left-leaf1{position: absolute;left:5px;top:auto;bottom:5px;width: 20%;z-index: 10;}
.home #section04 .right-leaf1{position: absolute;right:-5%;top:40px;width: 20%;}

.home #section04 .box{margin-bottom: 1.3em;}
.home #section04 .box .sub{font-weight: 500;text-align: center;color: black;font-size: 1.1em; margin-bottom: 1.3em;}
.home #section04 .box p{text-align: center;margin-bottom: 1.4em;}
.home #section04 .pic{position: relative;}
.home #section04 .pic:after{
    position: absolute;
    content: '';
    top:10px;
    right: 10px;
	left:10px;
	bottom:10px;
    border:1px dashed #fff;
	border-radius: .8em;
    }
	
.home #section05{position: relative;padding: 50px 0;}

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

.gmap{margin-bottom: 1.5em;}
.gmap iframe{width: 100%;height: 220px;}

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

.learn-more{text-align: center;}
.learn-more a {position: relative;
background: #86cc33;color: white;font-weight: 700;display: inline-block;
width: 200px;
height: 40px;
line-height: 40px;
padding: 0 1em;
border-radius: .2em;
transition: .4s;
}
.learn-more a:after {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 7px;/*画像の高さ*/
  background-image: url(../images/arrow.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right:20px;
  top:50%;
  transform: translateY(-50%);
}
.learn-more a:hover{background: #478500;color: white;}
.learn-more a:hover:after {right:10px;}


.learn-more a.tomei {position: relative;
background: none;color: #111;width: auto;line-height: 40px;height: 40px;padding: 0 1.5em;
border:1px solid #555;}
.learn-more a.tomei:after {display: none;}
.learn-more a.tomei:hover{background: #fff;color:#111;}



@media (min-width: 667px) {

.home #section01 .container {max-width: 100%;}
.newstext{display: flex;justify-content: space-between;}
.newshtml{width: calc(100% - 70px);}
.newstext .bt-more{margin-top:0em;width: 60px;}

.home #section02 .wrap .box{position: relative;z-index: 8;background: white;border-radius: 1.5em;padding:2em 1em 0;width: 70%;margin: 0 auto;margin-top:-20px;}

.home #section03 .container ul{width: 350px;margin: 0 auto;margin-top: 50px;}
.home #section03 .box{padding: 1.5em;border-radius: .7em;}
.home #section03 .box.daidai{}
.home #section03 .box.perple{}

.home #section03 h4{font-weight: 500;text-align: center;margin-bottom: .6em;}
.home #section03 .box img{margin-bottom: 1em;}
.home #section03 .box p{line-height: 1.4;}


}




@media (min-width: 768px) {

.home #section01{padding: 60px 0 0;}
.home #section01 .news-wrap{padding: 2em;border-radius: 1.5em;}
.home #section01 .news-wrap .titlebox{text-align: center;margin-bottom: 1.7em;display: flex;align-items: center;justify-content: center;}
.home #section01 .news-wrap h3{font-size: 1.5em;padding: 0 .3em;}

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


.home #section02{padding: 70px 0;}
.home #section02 .wrap .point1{right:20px;top:-40px;width: 50px;}
.home #section02 .wrap .box{position: relative;z-index: 8;background: white;border-radius: 1.5em;padding: 2em 2em 0;width: 70%;margin: 0 auto;margin-top:-20px;}
.home #section02 .wrap .box p{letter-spacing: 0;text-align: center;margin-bottom: 1.5em;}
.home #section02 .wrap .box .point1{position: absolute;z-index: 8;right:auto;top:auto;left:15px;bottom:0px;width: 60px;}


.home #section03 .container{padding: 70px 0 50px;}
.home #section03 .container ul{width: 97%;margin: 0 auto;margin-top: 50px;}
.home #section03 .container ul li{margin-bottom: 0;}

.home #section03 .box{padding: 1.6em 1em 1em;border-radius: .7em;}
.home #section03 .box.daidai{}
.home #section03 .box.perple{}

.home #section03 h4{font-weight: 500;text-align: center;margin-bottom: .6em;}
.home #section03 .box img{margin-bottom: 1em;}
.home #section03 .box p{line-height: 1.4;}



.home #section04{padding: 70px 0;}
.home #section04 .shape1{position: absolute;right:10px;top:25%;width: 40%;}

.home #section04 .container{max-width: 98%;margin: 0 auto;}
.home #section04 .box{margin-bottom: 0;}

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

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


.gmap{}


}



@media (min-width: 992px) {
.nav-tabs .nav-item.home {
  margin-bottom:0px;
  width:100%;
  box-sizing: border-box;
  margin: .5%;
}
.nav-tabs .nav-item.home a {width: auto;letter-spacing: .2rem;display: inline-block;}

.home #section01 .news-wrap{padding: 2em 1.5em;}
.home #section01 .news-wrap .titlebox{text-align: center;margin-bottom: 2.5em;display: flex;align-items: center;justify-content: center;}
.home #section01 .news-wrap h3{font-size: 1.7em;padding: 0 .3em;}


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

.learn-more{text-align: center;}
.learn-more a {
background: #86cc33;color: white;font-weight: 700;display: inline-block;
width: 220px;
    height: 50px;
	line-height: 50px;
	padding: 0 1em;
	}

.home #section02 .wrap .box{border-radius: 1.5em;padding: 2em 2em 0;width: 700px;margin: 0 auto;margin-top:-30px;}
.home #section02 .wrap .box p{letter-spacing: 0;text-align: center;margin-bottom: 1.5em;}
.home #section02 .wrap .box .point1{position: absolute;z-index: 8;right:auto;top:auto;left:15px;bottom:0px;width: 60px;}

.home #section03 .left-leaf1{position: absolute;left:-5%;top:-70px;width: 30%;}
.home #section03 .right-leaf1{position: absolute;right:-5%;top:0;width: 15%;}
.home #section03 .container ul{margin-top: 100px;}
.home #section03 .box .icon{position: absolute;z-index: 1; top:-40px;left:50%;transform: translateX(-50%);background: #fff;width: 80px;height: 80px;}
.home #section03 .box .icon img{width: 60%;height: auto;}

.home #section04 .right-leaf1{position: absolute;right:-5%;top:40px;width: 15%;}
.home #section04 .box .sub{font-size: 1.2em; margin-bottom: 1.3em;}
.home #section04 .box p{margin-bottom: 1.2em;}

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

}




@media (min-width: 1200px) {

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

.home #section01 .news-wrap{padding: 5em 3.5em 4em;}
.home #section01 .news-wrap .titlebox{margin-bottom: 3.5em;}

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

.home #section02{padding: 150px 0;}
.home #section02 .wrap .point1{right:60px;top:-60px;width: 70px;}
.home #section02 .wrap .box{border-radius: 3.5em;padding: 3em 2em 0;width: 700px;margin: 0 auto;margin-top:-60px;}
.home #section02 .wrap .box p{letter-spacing: 0;text-align: center;margin-bottom: 2em;font-size: 1.1em;}
.home #section02 .wrap .box .point1{position: absolute;z-index: 8;right:auto;top:auto;left:15px;bottom:0px;width: 80px;}


.home #section03 .container{padding: 120px 0 80px;}
.home #section03 .container ul{width: 1170px;margin: 0 auto;margin-top: 100px;}
.home #section03 .box{padding: 30px;border-radius: .7em;}
.home #section03 .box .icon{position: absolute;z-index: 1; top:-50px;width: 100px;height: 100px;}
.home #section03 .box .icon img{width: 55%;height: auto;}

.home #section03 h4{margin-bottom: .8em;font-size: 1.2em;}



.home #section04{padding: 100px 0;}
.home #section04 .left-leaf1{position: absolute;left:10px;top:auto;bottom:20px;width: 20%;z-index: 10;}





.learn-more a {
width: 340px;
    height: 80px;
	line-height: 80px;
	padding: 0 1em;
	}


}





@media (min-width: 1440px) {
.home #section01 .container {max-width: 1200px;}

.home #section02 .container{max-width: 1300px;}
.home #section02 .rounded {border-radius: 30px !important;}

.home #section04 .box{width: 540px;}
.home #section04 .sub{font-size: 24px; margin-bottom: 1.2em;}
.home #section04 .box p{font-size: 18px; margin-bottom: 1.2em;}

.home #section04 .pic:after{
    position: absolute;
    content: '';
    top:20px;
    right: 20px;
	left:20px;
	bottom:20px;
    border:2px dashed rgba(255,255,255,.7);
	border-radius: .8em;
    }

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


}

@media (min-width: 1680px) {
.home #section01 .news-wrap{border-radius: 2em;}
.home #section02 .wrap .point1{right:100px;top:-70px;width: 80px;}
.home #section04 .container{max-width: 95%;margin: 0 auto;}

}

@media (min-width: 1920px) {

.home #section03 .container{max-width: 1800px;}
.home #section03 .left-leaf1{position: absolute;left:-5%;top:-160px;width: 30%;}
.home #section03 .right-leaf1{position: absolute;right:-5%;top:-15px;width: auto;}


.home #section03 .box{padding: 40px;}

}


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




.btn-view {position: relative;}
.btn-view a{position: relative;transition: .5s;font-family: ' Barlow ';font-weight: 400;color:#222;font-size: 1.1em;display: flex;align-items: center;justify-content: flex-end;}
.btn-view.siro a{color:#fff;}
.btn-view.ao a{color:#062EBF;}
.btn-view a img{margin-left: .5em;width: 40px;height: auto;transition: .4s; transform: rotate(-180deg);}
.btn-view a:hover {color: #999;}
.btn-view a:hover img{transform: rotate(0deg);}


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: #66ccff;}

@media (min-width:667px) {


}



@media (min-width:768px) {

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


}

@media (min-width: 992px) {

.btn-view a{font-size: 1.2em;}

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


}


@media (min-width: 1200px) {
.btn-view a{font-size: 1.2em;}
.btn-view a img{width: 63px;height: auto;}

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 {
width: 35px;
bottom: 15px;
right: 15px;
}

}



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

footer{ padding: 50px 0px 20px;position: relative;background:url("../images/bg-footer.jpg");background-position: center bottom;background-repeat: no-repeat;background-size: cover;color: white;overflow: hidden;}
footer .leaf1{position: absolute;left:-10px;bottom:-20px;width: 65px; z-index: 5;}
footer .leaf2{position: absolute;right:10px;top:-20px;width: 70px; z-index: 5;}
footer .container{max-width: 100%;z-index: 10;}

footer .logoblock{position: relative;text-align: center;margin-bottom: 40px;}



footer .address{font-size: .9em;letter-spacing: 0;text-align: center;margin-bottom: 1.3em;}
footer .telbox{width: 230px;margin: 0 auto;margin-bottom: 0;}
footer .telbox li{border-bottom: 1px dashed #D7F1E5;padding-bottom: .6em;margin-bottom: .6em;}
footer .tel{font-size: 1em;text-align: center;font-weight: 400;margin-bottom: 0;line-height: 1;}
footer .tel span.call{color: #fff;font-size: 1.6em;letter-spacing: .15rem;font-weight: 500;}
footer .time{font-size: .9em;text-align: center;font-weight: 400;margin-top: .3em;line-height: 1;}


.footer-menu{width: 100%;margin: 0 auto; margin-bottom: 1.5em;padding: 0 20px;}
.footer-menu ul{display: block;}
.footer-menu li{width:100%;text-align: left;background:none;font-size: 15px;}
.footer-menu li a{color: #fff;text-decoration: none; text-align: center; padding: .7em 0;border-bottom: 1px solid rgba(255,255,255,.3);display: block;transition: .3s;}
.footer-menu li a:hover{color:#ddd;}



.copy{text-align: center;color: #ddd; font-size: .8em;letter-spacing: 0;}
.copy{padding-top: 1.5em;}

@media (min-width: 667px) {
footer .leaf1{left:3%;bottom:-10px;width: 85px;}
footer .leaf2{right:10%;top:-20px;width: 80px;}


footer .address{text-align: center;font-size: 1em;}
footer .telbox{width: 500px;margin: 0 auto;margin-bottom: 1em;}
footer .telbox li{border-bottom: none;padding-bottom:0;margin-bottom:0;border-right: 1px dashed #D7F1E5;}
footer .telbox li:last-child{border-right: none;}
footer .tel{text-align: center;}

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

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li a{letter-spacing:0rem;border-right:none; padding:0em .5em 1em;text-align: left;border-bottom: none;line-height: 1;}


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

}



@media (min-width: 768px) {

footer .address{font-size:1em;}
footer .tel{font-size:1em;}

.footer-menu li a{letter-spacing:0.08rem;border-right:none; padding:0em .8em 1em;text-align: left;border-bottom: none;line-height: 1;}



.copy{font-size: 12px;}


}


@media (min-width: 992px) {
footer .leaf1{left:5%;bottom:-10px;width: 100px;}
footer .leaf2{right:10%;top:-20px;width: 100px;}

footer .logoblock{margin-bottom: 50px;}

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




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

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

}




@media (min-width: 1200px) {

footer{padding: 100px 0 20px;}
footer .leaf1{left:10%;bottom:-20px;width: 150px;}
footer .leaf2{right:13%;top:-20px;width: 130px;}

footer .telbox{width:600px;margin: 0 auto;margin-bottom: 80px;}

.copy{font-size: 12px;}



}


@media (min-width: 1680px) {

footer{padding: 130px 0 40px;}
footer .leaf1{left:12%;bottom:-20px;width: 230px;}
footer .leaf2{right:10%;top:-20px;width: 180px;}

footer .logoblock{margin-bottom: 70px;}

.footer-menu{margin-bottom: 3.5em;}

.copy{font-size: 12px;}



}



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

.h2area{
position: relative;
width:93.75%;
margin: 0 auto;
height: 350px;
border-radius: 2em;
display: flex;align-items:center;justify-content: center;
}
.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;border-radius: 2em;
  background: rgba(51,51,51,.1);
}
.h2area .leaf-left{position: absolute;left:-3.5%;top:30%;width: 155px;}
.h2area .leaf-right{position: absolute;right:-3.5%;bottom:25px;width:180px}

.h2area.h2-intro{background: url("../images/h2-intro.jpg");background-position: center;background-size: cover;}
.h2area.h2-company{background: url("../images/h2-company.jpg");background-position: center;background-size: cover;}
.h2area.h2-news{background: url("../images/h2-news.jpg");background-position: center;background-size: cover;}
.h2-txt{position:absolute;z-index: 10; top:50%; left:50%;transform: translate(-50%, -50%);margin-right: -50%;font-size: 50px;letter-spacing: .3rem;color: #000;text-align: center;font-weight: 700;
text-shadow:3px 3px 0px rgba(255, 255, 255, 1);background: rgba(255,255,255,.4);padding: .5em 1em;border-radius: .6em;}
.h2-txt span { display: block;font-size: 26px;letter-spacing: .2rem;margin-top: .3em;text-transform: uppercase;}


@media (max-width: 1280px){
.h2area{height: 300px;width:92%;}
.h2area .leaf-left{left:-5%;top:20%;width: 125px;}
.h2area .leaf-right{right:-5%;bottom:25px;width: 140px}



}


@media (max-width: 1199px){
.h2area{height: 250px;width:94%;}
.h2area .leaf-left{left:-3%;top:20%;width: 105px;}
.h2area .leaf-right{right:-3%;bottom:25px;width: 120px}

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



}

@media only screen and (max-width: 991px) {
.h2area{height: 200px;width:100%;border-radius: 0em;}
.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;border-radius: 0;
  background: rgba(51,51,51,.1);
}

.h2area .leaf-left{left:0;top:20%;width: 85px;}
.h2area .leaf-right{right:0;bottom:25px;width: 100px}

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


}


@media only screen and (max-width: 767px) {
.h2area{height: 180px;width:100%;border-radius: 0em;}
.h2area::after {border-radius: 0em;}
.h2area .leaf-left{left:0px;top:30%;width: 65px;}
.h2area .leaf-right{right:0px;bottom:25px;width: 80px}

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



}

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

.h2area{height: 160px;}
.h2area .leaf-left{left:0px;top:30%;width: 45px;}
.h2area .leaf-right{right:0px;bottom:25px;width: 60px}

.h2-txt{font-size: 22px;letter-spacing: .05rem;}
.h2-txt span {font-size: 18px;}


}

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

.headline-h3 {
color: #122db7;
  position: relative;
  margin-bottom: 25px;
  font-size: 22px;
  letter-spacing: .1rem;
  line-height: 1.4;
  text-align: center;
font-weight: 700;}



.headline-h4 {
  font-weight: 700;
  font-size: 1.3em;
 position: relative;
 padding-bottom: .6em;
  margin-bottom: 1.2em;
  text-align: center;
}
.headline-h4::after {
  content: '';
  position: absolute;
  bottom:0;
  left:50%;
  transform: translateX(-50%);
  display: block;
  width: 1.8em;
  height: 3px;
  background: #3fb627;
}

.headline {
font-weight: 500;
font-size: 1.7em;
 position: relative;
 text-align: center;
  margin-bottom: 1em;
  letter-spacing: .1rem;
  color:#111;
}
.headline.siro {color:#fff;}
.headline img{width: 25px;height: auto;}
.headline span{display:flex;align-items: center;justify-content: center;position: relative;font-size: 16px;margin-top: .7em;letter-spacing: .08rem; color: #0099ff;}

.headline span::before,
.headline span::after {
  background-color: #0099ff;
  content: "";
  height: 1px;
  width: 10px;
}
.headline span::before {margin-right: .4em;}
.headline span::after {margin-left: .4em;}



@media (min-width: 667px) {



}



@media (min-width: 768px) {
.headline {font-size: 26px;margin-bottom: 1.3em;}
.headline img{width: 35px;height: auto;}


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

.headline-h4 {
  font-size: 1.6em;
 position: relative;
  margin-bottom: 1.2em;
}


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

}


@media (min-width: 992px) {
.headline {font-size: 26px;margin-bottom: 1.6em;}


.headline-h3 {margin-bottom: 40px;letter-spacing: .3rem;}

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


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


}


@media (min-width: 1200px) {




.headline-h4 {
  font-size: 26px;
 position: relative;
  margin-bottom: 1.8em;
}

.headline {font-size:32px;margin-bottom: 1.5em;}
.headline span{font-size: 18px;}

}


@media (min-width: 1680px) {
.headline img{width: 50px;height: auto;}





}




#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(86,168,72,1.00);
  color: #fff;/*文字色*/
  font-size:1.2em;
  letter-spacing: .2rem;
  transition: .3s;
}
.btn-back:hover{
  color: #333;/*文字色*/
  background:rgba(86,168,72,.5);

}

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

}


@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-weight: 400;
}
.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:#6F952E;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#6F952E;
	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: 768px) {
.table-responsive {
border:none;margin-bottom: 15px;
}
.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:#B6C1E6;
}
}



/*サムネ付きスライダー start*/
.slickwrap {
position: relative;
width: 100%;
max-width: 780px;
margin: 0px auto;
margin-bottom: 60px;
  background-color:none;
  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%;height: auto;}
.slide-item .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;
}


.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
flex-wrap: wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:16.666%!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 green;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top:40%;
}

.prev-arrow{
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(102,153,51,.6);
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:absolute;
  left:-35px;
}
.next-arrow {
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(102,153,51,.6);
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:absolute;
  right:-35px;
}
.prev-arrow {transform: rotate(180deg);}
.prev-arrow:hover{background: rgba(102,153,51,.9);}
.next-arrow:hover{background: rgba(102,153,51,.9);}


.prev-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

@media screen and (max-width:991px) {
.slickwrap{width: 500px;}
  .prev-arrow,
  .next-arrow {
    width: 40px;
    height:40px;
  }
.prev-arrow{left:-15px;}
.next-arrow {right:-15px;}


}

@media only screen and (max-width:767px){
.slickwrap{width:90%;}

.slider {margin: 0 0 10px 0;}
  .prev-arrow,
  .next-arrow {
    width: 30px;
    height:30px;
  }
.prev-arrow{
  left:-12px;
}

.next-arrow {
  right:-12px;
}
.prev-arrow::before{
  position:absolute;
  content: "";
  width:8px;
  height:8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.next-arrow::before{
  position:absolute;
  content: "";
  width:8px;
  height:8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin-bottom: 30px;}
}
/*サムネ付きスライダー end*/










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








/* ----- introduction.html  -----*/
.introduction #section01{padding: 50px 0;position: relative;}
.introduction #section01 .container{max-width: 100%;}
.introduction #section01 .btn-nav{background:#39c;color: white;display: flex;align-items: center;justify-content: center;text-align: center;height: 50px;border-radius: .5em;line-height: 1.5;transition: .4s;}
.introduction #section01 .btn-nav.daidai{background:#eb7812;}
.introduction #section01 .btn-nav.perple{background:#7557b0;}
.introduction #section01 .btn-nav:hover{background:#999;color: white;}

.introduction #section02{padding: 50px 0;position: relative;background: rgba(0,156,209,.05);}
.introduction #section02 .red{letter-spacing: 0;line-height: 1.6;font-size: 14px;}
.headline-service{position: relative;margin-bottom: 1.8em;text-align: center;line-height: 1;height: 80px;font-weight: 700; display: flex;align-items: center;flex-direction: column;justify-content: center;font-size: 1.3em; background: url("../images/t-intro1.png");background-position: center;background-repeat: no-repeat;background-size: auto 80px;}
.headline-service span{display: block;margin-bottom: .4em;font-size: .9em;font-weight: 500;}
.pic-dash{position: relative;}
.pic-dash:after{
    position: absolute;
    content: '';
    top:10px;
    right: 10px;
	left:10px;
	bottom:10px;
    border:1px dashed #fff;
	border-radius: .8em;
    }
.season{border: 2px solid #FFC6DE;background: white; border-radius: 1em;padding: 1.5em;display: flex;align-items: center;justify-content: space-between;}
.season .ico{width: 90px;}
.season .event{width: calc(100% - 110px);font-weight: 700;}
.season.natu{border: 2px solid #8DC6DB;}
.season.aki{border: 2px solid #C99B65;}
.season.fuyu{border: 2px solid #Ccc;}
.app{background:#eee;border-radius: .7em;padding: 1em;color:#111;}
.app h5{font-weight: 700;font-size: 1.1em;margin-bottom: 1em;}
.app h5 span{padding-bottom: .3em;border-bottom: 2px solid #555;}
.app p{line-height: 1.5;margin-bottom: 1em;}
.app .pdf{;}
.app .pdf a{display: inline-block;background:#555;line-height: 1.3;padding: .4em .6em;color: #fff;border-radius: .4em;transition: .4s;}
.app .pdf a:hover{background: #000;color: #fff;}
.introduction #section02 .wrap{padding: 1em;border-radius: .5em;margin-bottom: 2em;border:1px solid #999;background: white;}
.office{font-weight: 700;line-height: 1.6;font-size: 1.1em;color: #EC560A;margin-bottom: 1.2em;}
.contactbox{background:#DCE8C3;padding: 1em;border-radius: .7em;}
.contactbox h4{font-weight: 700;text-align: center;font-size: 1.2em;margin-bottom: .8em;letter-spacing: 0;}
.contactbox .name{text-align: center;margin-bottom: 1em;line-height: 1!important;}
.contactbox .name span{display: block;font-size: 1.2em;font-weight: 700;margin-top: .2em;}
.contactbox .address{text-align: center;line-height: 1.4!important;margin-bottom: 1em;}
.contactbox .address span{display: block;}
.contactbox .telbox2{background: white;padding: 1em;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.contactbox .telbox2 .tel{margin-bottom: .5em;line-height: 1;}
.contactbox .telbox2 .tel:last-child{margin-bottom: 0;}
.contactbox .telbox2 .tel span{font-weight: 500;font-size: 1.3em;margin-left: 5px;color: #111;}

.introduction #section03{padding: 50px 0;position: relative;background:rgba(252,112,0,.07);}
.introduction #section03 .headline-service{ background: url("../images/t-intro2.png");background-position: center;background-repeat: no-repeat;background-size: auto 80px;}
.introduction #section03 .txt1{}
.service-contents{margin-bottom: 50px;}
.service-contents .txt2{margin-bottom: 1em;}
.service-contents h5{font-size: 1.3em;margin-bottom: .6em;color: #F56404;}
.service-contents h5 .fas{font-size: 1.3em;}
.introduction #section03 .use{margin-bottom: 1.5em;}
.introduction #section03 .use th{background: #F7AE6E!important;color: white;width: 100%;display: block;}
.introduction #section03 .use td{background: #fff!important;width: 100%;display: block;}

.introduction #section04{padding: 50px 0;position: relative;background: rgba(123,85,182,.07);}
.introduction #section04 .headline-service{ background: url("../images/t-intro3.png");background-position: center;background-repeat: no-repeat;background-size: auto 80px;}
.introduction #section04 .biz{background:rgba(191,148,209,.3);border-radius: .5em;padding: 1em;line-height: 1.4;margin-bottom: 10px; font-weight: 500;color: black;text-align: center;}
.introduction #section04 .use{margin-bottom: 1.5em;}
.introduction #section04 .use th{background:rgba(221,210,238,.2)!important;color:#222;width: 100%;display: block;}
.introduction #section04 .use td{background: #fff!important;width: 100%;display: block;}


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

@media (min-width: 667px) {
.introduction #section01 .btn-nav{height: 68px;}

.season{padding: 1em .5em;display: flex;align-items: center;justify-content: space-between;height: 120px;}
.season .ico{width: 70px;}
.season .event{width: calc(100% - 80px);}

.contactbox .name span{font-size: 1.5em;font-weight: 700;margin-top: .2em;}
.contactbox .address span{display:inline;margin-left: .6em;}
.contactbox .telbox2{background: white;padding: 1em;display: flex;flex-direction: column;justify-content: center;align-items:flex-start;height: 80px;}
.contactbox .telbox2 .tel{margin-bottom: .5em;line-height: 1!important;}

.introduction #section03 .use th{width: 170px;display: table-cell;}
.introduction #section03 .use td{width:auto;display: table-cell;}
.introduction #section04 .biz{display: flex;align-items: center;justify-content: center; height: 70px;margin-bottom: 20px;}
.introduction #section04 .use th{width: 170px;display: table-cell;}
.introduction #section04 .use td{width:auto;display: table-cell;}

}


@media (min-width: 768px) {
.introduction #section01{padding: 70px 0;}
.introduction #section01 .btn-nav{height: 75px;}

.introduction #section02{padding: 70px 0;}
.headline-service{height: 90px;font-size: 1.5em;background-size: auto 90px;}
.introduction #section03 .headline-service{ height: 90px;background-size: auto 90px;}

.season{padding: 1.5em 1em;}
.season .ico{width: 100px;}
.season .event{width: calc(100% - 120px);}
.app{padding: 2em;}
.app h5{font-weight: 700;font-size: 1.3em;margin-bottom: 1em;}
.app p{line-height: 1.5;margin-bottom: 1em;}
.introduction #section02 .wrap{padding: 2em;}
.office{font-size: 1.3em;}

.contactbox{padding: 3.5em;}
.contactbox h4{font-weight: 700;text-align: center;font-size: 1.5em;margin-bottom: .8em;letter-spacing: 0;}
.contactbox .name{text-align: center;margin-bottom: 1.3em;line-height: 1!important;font-size: 18px;}
.contactbox .name span{font-size: 1.5em;display: inline;margin-top:0;}

.contactbox .address{text-align: center;line-height: 1.4!important;margin-bottom: 2em;}
.contactbox .telbox2{padding: 2em;height: 90px;}
.contactbox .telbox2 .tel span{font-size: 1.5em;margin-left: 5px;}

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

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

}


@media (min-width: 992px) {
.introduction #section01 .container{max-width: 93%;}
.introduction #section01 .btn-nav{height: 80px;font-weight: 500;font-size: 1.1em;}

.headline-service{margin-bottom: 2em;height: 110px;font-size: 1.7em;background-size: auto 110px;}
.introduction #section02 p{padding-right: 2em;line-height: 2;}
.season{padding: 1.8em;height: 180px;}
.season .ico{width: 150px;}
.season .event{width: calc(100% - 180px);font-size: 1.1em;}
.app .pdf a{padding: .6em 1em;}
.contactbox ul{width: 600px;margin: 0 auto;}

.introduction #section03 .headline-service{ height: 110px;background-size: auto 110px;}
.introduction #section03 .txt1{padding-left: 2em;line-height: 2;}
.service-contents.last{margin-bottom: 80px;}
.service-contents .txt2{margin-bottom:0;padding-right: 2em;line-height: 2;}
.service-contents .order-md-2 .txt2{padding-right: 0;padding-left: 40px;}

.service-contents h5{font-size: 1.5em;margin-bottom: 1em;}
.service-contents h5 .fas{font-size: 1.5em;}
.service-contents .order-md-2 h5{padding-left: 40px;}
.introduction #section03 .use th{width: 200px;}
.introduction #section03 .use td{}

.introduction #section04 .headline-service{ height: 110px;background-size: auto 110px;}
.introduction #section04 .biz{display: flex;align-items: center;height: 85px;font-size: 1.1em;padding: 1em 1.5em;}
.introduction #section04 .use th{width: 200px;}
.introduction #section04 .use td{}

#target1{position: absolute;left:0;top:-85px;}
#target2{position: absolute;left:0;top:-85px;}
#target3{position: absolute;left:0;top:-85px;}

}


@media (min-width: 1200px) {
.introduction #section01{padding: 100px 0;}
.introduction #section01 .container{max-width: 1140px;}
.introduction #section01 .btn-nav{height: 92px;font-size: 1.3em;}

.introduction #section02{padding: 100px 0;}
.headline-service{margin-bottom: 2em;height: 150px;font-size: 2em;background-size: auto 150px;}
.introduction #section02 p{font-size: 1.1em;}
.season{padding: 2.3em 2em;height: 220px;}
.season .ico{width: 170px;}
.season .event{width: calc(100% - 200px);font-size: 1.1em;}
.app{padding: 4em;}
.app h5{font-weight: 700;font-size: 1.5em;margin-bottom: 1em;}
.app p{line-height: 1.5;margin-bottom: 1em;}
.introduction #section02 .wrap{padding: 3em;}
.contactbox ul{width: 850px;margin: 0 auto;}
.contactbox .telbox2{padding: 2em 1em 2em 2.5em;height: 120px;}
.contactbox .telbox2 .tel span{font-size: 1.8em;margin-left: 5px;}

.introduction #section03{padding: 100px 0;}
.introduction #section03 .headline-service{ height: 150px;background-size: auto 150px;}
.introduction #section03 .txt1{font-size: 1.1em;}
.service-contents .txt2{font-size: 1.1em;}
.service-contents.last{margin-bottom: 120px;}

.introduction #section04{padding: 100px 0;}
.introduction #section04 .headline-service{ height: 150px;background-size: auto 150px;}
.introduction #section04 .biz{height:100px;font-size: 1.2em;padding: 1em 1.5em;}



}



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


.company #section01{padding: 50px 0px 50px;position: relative;}
.info-open a{transition: .4s;background: #E7F4C0; color: #222;display: block;padding: 1em;border-radius: 25px;text-align: center;}

.pdf-list{margin-bottom: .8em;}
.pdf-list:last-child{margin-bottom: 0;}
.pdf-list a{display: block;position: relative;padding-left: 30px;padding-bottom: .3em;border-bottom: 1px solid #999;color: #222;}
.pdf-list a:before{position: absolute;left:0;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 24px;/*画像の幅*/
  height: 24px;/*画像の高さ*/
  background-image: url(../images/PDF_32.png);
  background-size: contain;
  vertical-align: middle;}
.company #section01 h5{font-weight: 500;margin-bottom: 1em;font-size: 1.2em;color: #388B3A;}
.zumen{position: relative;display: block;transition: .4s;}
.zumen::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
font-weight: 900;
color: black;
font-size: 2em;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);}
.zumen:hover{filter:hue-rotate(90deg);}


.company #section02{padding: 50px 0px 50px;position: relative;background:rgba(231,237,89,.09);}
.company #section02 .txt1{margin-bottom: 1.5em;}
.illustbox{background:rgba(223,241,255,.5);display: flex;align-items: center;justify-content: center;width: 260px;height: 260px;border-radius: 50%;margin: 0 auto;padding: 1.5em;margin-bottom: 1em;}
.illust-txt{text-align: center;font-weight: 500;line-height: 1.5;}
.company #section02 .tab-content .tab-pane{background: white;padding: 1.5em;border-radius: 1em;border: 1px solid #999;margin-bottom: 50px;}
.company #section02 .tab-content .tab-pane .table:last-child{margin-bottom: 0;}
.company #section02 h5{font-weight: 500;margin-bottom: 1.3em;font-size: 1.2em;color: #388B3A;letter-spacing: 0;padding-bottom: .4em;border-bottom: 1px solid #388B3A;}
.company #section02 h5 .fas{margin-right: .2em;}
.company #section02 h6{font-weight: 500;margin-bottom: 1em;font-size: 1em;color: #222;letter-spacing: 0;}
.company #section02 h6 span{background: #189B02;color: white;padding: .3em 1.2em;border-radius: 20px;line-height: 1;}
.company #section02 h6 .fas{margin-right: .2em;}


.company .table{font-size: .95em;letter-spacing: .03rem;border-bottom: 1px solid #dee2e6;margin-bottom:2.5em;}
.company .table th{font-weight:normal;width: 100%;display: block;background:rgba(97,181,72,.1)!important;padding: 15px .5em;}
.company .table.gaiyo th{background:rgba(0,0,0,.03)!important;}
.company .table td{width: 100%;display: block;padding-left: 2em;background: white!important;}
.company .table td span{color: #333;}

.company #section03{padding: 50px 0px 50px;position: relative;}
.company #section03 .index{font-weight: 700;margin-bottom: .5em;}


@media (min-width: 667px) {
.info-open{width: 350px;margin: 0 auto;}

.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: 40px 0px 70px;}
.pdf-list{width: 500px;margin: 0 auto;margin-bottom: .7em;}



.company #section02{padding: 70px 0px 70px;}
.company #section02 .txt1{margin-bottom: 0;}
.illustbox{width: 100%;height: 200px;border-radius: 50%;margin: 0 auto;padding: 1.5em;margin-bottom: 1em;}
.illust-txt{font-size: 1.1em;line-height: 1.3;}

.company #section02 h5{font-weight: 500;margin-bottom: 1em;font-size: 1.4em;color: #388B3A;letter-spacing: 0;}

.company .table{font-size: 1em;margin-bottom: 4.5em;}
.company .table th{width: 180px;}
.company .table.gaiyo th{width: 120px;}




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

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

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

.company #section06{padding: 70px 0px;}
.company #section06 .address2{font-size: .9em;line-height: 1.6;margin-bottom: 0;}

}




@media (min-width: 992px) {
.pdf-list{width: 680px;margin: 0 auto;margin-bottom: .7em;}
.pdf-list a{display: block;position: relative;padding-left: 40px;padding-bottom: .9em;border-bottom: 1px solid #999;color: #222;}
.pdf-list a:before{position: absolute;left:0;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 32px;/*画像の幅*/
  height: 32px;/*画像の高さ*/
  background-image: url(../images/PDF_32.png);
  background-size: contain;
  vertical-align: middle;}

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

.company #section02 .txt1{margin-bottom: 0;line-height: 2;}
.illustbox{width: 100%;height: 280px;margin-bottom: 1em;}
.illust-txt{font-size: 1.3em;line-height: 1.3;}
.company #section02 .tab-content .tab-pane{padding: 2.5em;}

.company #section02 h6{font-weight: 500;margin-bottom:1em;font-size: 1.1em;color: #222;letter-spacing: 0;}
.company #section02 h6 .fas{margin-right: .2em;}

}



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

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

.company .table.gaiyo th{width: 180px;padding:15px;}
.company .table.gaiyo td{padding: 15px; }



.company #section02{padding: 100px 0px 100px;}
.company .table th{padding: 1.5em 1.2em;width: 230px;}
.company .table td{padding: 1.5em 1em;}
.company #section02 .txt1{margin-bottom: 0;line-height: 2;padding: 0 1.5em;}
.illustbox{width: 100%;height: 340px;margin-bottom:1em;padding: 2.5em;}
.illust-txt{font-size: 1.3em;line-height: 1.3;}
.company #section02 .tab-content .tab-pane{padding: 3.5em;}


}




/* news.html
--------------------------------------------------------- */
.news #section01{padding: 50px 0;position: relative;}
.news #section01 .nav-tabs {margin-bottom: 0px;}

.news-cate{}
.news-cate a{background: #f7f7f7;padding: .4em;padding: .5em;display: block;margin-bottom: .4em;color: #111;border-radius: .3em;transition: .4s;}
.news-cate a:hover{background: rgba(150,198,234,1.00);}

.news-cate a:last-child{margin-bottom:0;}
.news-cate a.active{background:  rgba(195,224,134,1.00);}

.news #section02{padding: 50px 0;position: relative;border-top:5px dotted rgba(201,227,146,1.00);}
.news-title{text-align: center;padding: .5em;margin-bottom: 1.6em;background: rgba(195,224,134,.8);color: black;font-weight: 500;font-size: 1.2em;border-radius: .5em;}

.news-contents{
display: flex;
    align-items: center;
    position: relative;
}
.news-contents .inner{position: relative;
z-index: 5;
width: 100%;
    padding: 1em 1.2em;
    background-color: #f1f5f8;
    color: #111;
}
.news-contents .inner.pic-dash{position: relative;}
.news-contents .inner.pic-dash:after{
    position: absolute;
    content: '';
    top:10px;
    right: 10px;
	left:10px;
	bottom:10px;
    border:1px dashed #A3CDE6;
	border-radius: .0em;
    }
.news-contents::before {
    position: absolute;
    bottom: -5px;
    right: 7px;
    z-index:1;
    transform: rotate(4deg);
    width: 70%;
    height: 50px;
    background-color:rgba(209,209,209,.3);
    content: "";
    filter: blur(6px);
}
.news-contents .update{margin-bottom: 1.5em;line-height: 1!important;}
.news-contents .update span{background: #eee;line-height: 1; padding:0.1em .8em;}
.news-contents .news-index{font-size: 1.2em;font-weight: 500;margin-bottom: 1.5em;color:#01B000;}

.download{background: #fff;padding: 20px;position: relative;margin: 4em 0;}
.box-title {
    position: absolute;
    display: inline-block;
	font-weight: 500;
    top: -28px;
    left: 0px;
    padding: 0 9px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    background: #fff;
    color: #111;
    border-radius: 8px 8px 0px 0px;
}
.btn-file {
position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: .8em .7em .8em 1em;
    border-radius: 3px;
    background-color:rgba(143,210,132,.3);border:1px rgba(86,168,72,1.00);
    color: #222;
    font-size: .9em;
	margin-bottom: 10px;
	transition: .5s;
	letter-spacing: 0;
}
.btn-file .fas{margin-right: .2em;}
.btn-file .fas.fa-file-pdf{color:#F50307;}
.btn-file .fas.fa-file-word{color: #073CF5;}
.btn-file .fas.fa-file-excel{color:#359839;}

.btn-file:hover {color: #222!important;background:#f6f6f6;}
.download ul li:last-child .btn-file {margin-bottom: 0;}

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

.news-cate{display: flex;flex-wrap: wrap;}
.news-cate a{width: 48%;display: flex;align-items: center;margin: 0 1% 10px;line-height: 1.3;height: 55px;}

}

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

.news #section02{padding: 70px 0;}
.news-title{padding: .8em .5em;margin-bottom: 1.6em;font-size: 1.4em;}

.news-contents .inner{position: relative;
z-index: 5;
width: 100%;
    padding: 2em 2.2em;
    background-color: #f1f5f8;
    color: #111;
}
.news-contents .news-index{font-size: 1.4em;margin-bottom: 1.5em;}

.btn-file {margin-bottom: 0px;}

}


@media (min-width: 992px) {
.news-cate a{width: 24%;display: flex;align-items: center;margin: 0 .5% 10px;line-height: 1.3;height: 60px;}

.news-contents .inner{padding: 3.5em 3.2em;}

}

@media (min-width: 1200px) {
.news #section01 .container {max-width: 1140px;}

.news #section02{padding: 100px 0;}
.news-title{padding: .8em .5em;margin-bottom: 2.6em;font-size: 1.5em;}

.news-contents .inner{padding: 4.5em 4.2em;}
.news-contents .news-index{font-size: 1.6em;margin-bottom: 1.5em;}

.download{padding: 30px;position: relative;margin: 5em 0 3em;}
.box-title {
    position: absolute;
    display: inline-block;
    top: -36px;
    left: 0px;
    padding: .2em 1.5em .3em;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    border-radius: 5px 5px 0px 0px;
}

}







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


.contact #section01{padding: 30px 0px 50px;position: relative;}
.contact #section01 .container {max-width: 96%;}

.contact #section01 .wrap{padding: 1.5em;position: relative;background: rgba(6,103,191,.07);}
.contact #section01 h3{font-weight: 700;text-align: center;color: black;margin-bottom: 1.2em;font-size: 1.1em;}
.contact #section01 .wrap .tel{font-size: 1.2em;text-align: center;}
.contact #section01 .wrap .tel .call{font-family: ' Barlow ';font-family: 500;font-size: 1.5em;margin-left: .2em;letter-spacing: .1rem;}
.contact #section01 .wrap .daihyo{font-size: 13px;margin-left: .4em;}
.contact #section01 .wrap .time{font-size: 12px;margin-top: .2em;display: block;letter-spacing: 0rem;}

.contact #section02{padding: 50px 0px;position: relative;background-image: linear-gradient(180deg, rgba(233, 233, 233, .3) 40%, rgba(255, 255, 255, 1) 60%);}
.contact #section02 .container {max-width: 96%;}

.contact #section02 h3{font-weight: 700;text-align: center;color: black;margin-bottom: 1.2em;font-size: 1.1em;}

.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 span.hissu{color: white;background:darkorange; padding: 3px 5px;border-radius: 2px;font-size: 12px;line-height: 1.5;}
.contact .table {margin-bottom: 30px;}
.contact .table th{background: rgba(225,234,241,.6)!important;vertical-align: middle;font-weight: 700;position: relative;display: block;}
.contact .table th span.hissu{color: white;background: darkorange; padding: 3px 5px;border-radius: 2px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1.5;}
.contact .table td{background: white!important;vertical-align: middle;display: block;}


.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 .table th{display: table-cell;width: 180px;}
.contact .table td{display: table-cell;width: auto;}


}


@media (min-width: 768px) {

.contact #section01{padding: 40px 0px 70px;}
.contact #section01 .container {max-width: 680px;}

.contact #section01 .wrap{padding: 2.5em;position: relative;}
.contact #section01 h3{margin-bottom: 1.2em;font-size: 1.2em;}

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

.contact #section02 h3{margin-bottom: 1.2em;font-size: 1.2em;}
.contact .table {margin-bottom: 60px;}
.contact .table th{display: table-cell;width: 200px;}

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

}


@media (min-width: 992px) {

.contact #section01 .wrap{padding: 3em 3em;position: relative;}
.contact #section01 h3{margin-bottom: 1em;font-size: 1.6em;}
.contact #section01 .wrap .tel{font-size: 1.4em;text-align: center;}
.contact #section01 .wrap .tel .call{font-family: ' Barlow ';font-family: 500;font-size: 1.5em;margin-left: .2em;letter-spacing: .1rem;}
.contact #section01 .wrap .daihyo{font-size: 13px;margin-left: .4em;}
.contact #section01 .wrap .time{font-size: 12px;margin-top: .1em;display: block;letter-spacing: .08rem;}

.contact #section02 .container {max-width: 1000px;}
.contact #section02 h3{margin-bottom: 1em;font-size: 1.6em;}


}




@media (min-width: 1200px) {

.contact #section01{padding: 70px 0px 100px;}
.contact #section01 .container {max-width: 920px;}
.contact #section01 .wrap{padding: 4em 4em;position: relative;}
.contact #section01 h3{margin-bottom: 1em;font-size: 1.8em;}

.contact #section01 .wrap .tel{font-size: 1.6em;line-height: 1;}
.contact #section01 .wrap .tel .call{font-size: 1.5em;margin-left: .2em;letter-spacing: .2rem;}
.contact #section01 .wrap .daihyo{font-size: 13px;margin-left: .4em;}
.contact #section01 .wrap .time{font-size: 12px;margin-top: .5em;display: block;letter-spacing: .08rem;}

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

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

}




.doi-box{padding: 30px 15px;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;}
.doi-box label{font-size: 13px;margin-bottom: 15px;width: auto;display:inline-block;}
.doi-box p a{color: #F46A02;font-size: 15px;transition: .3s;font-weight: bold;}
.doi-box p a:hover{color: #333;}
.doi-box .btn-lg{font-size: 13px;padding: 10px 5px;letter-spacing: 0;}

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

@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 darkorange!important;}

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


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

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:85px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}
header{display: block;}
.cb-header2 {display: none;}
.header {
  position:absolute;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  height: 85px;
  padding: 0 15px;
  display: flex;
  align-items: center;justify-content: space-between;
  background: white;
}
.header .leaf{position: absolute;top:0;left:0px;width: 40px;}
.logo{margin-left:20px;width: 120px;}


.menu-list {
  display: flex;
  justify-content:flex-end; /* メニューアイテムを右寄せ */
}
.menu-item {position: relative;margin: 0 .3em;}
.menu-item:last-child {margin: 0 0 0 .3em;}
.menu-item::after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
font-weight: 900;
position: absolute;
right:-2.5em;
top:50%;
transform: translateY(-50%);
font-size:3px;
color: #ccc;
}
.menu-item:last-child::after {display: none;}
/* メニューアイテムのホバースタイル */
.menu-item a {
position: relative;
font-size: 14px;
  align-items: center;
  color: #111;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  transition: .3;
  padding: 0 .3em;
  line-height: 1.5;
  letter-spacing: 0;
}
.menu-item a.active {color: #ffF;background: #66cc33;border-radius: 15px;}

.home #section03 .container ul{width: 97%;margin: 0 auto;margin-top: 70px;}
.home #section04 .shape1{position: absolute;right:20px;top:25%;width: 30%;}


footer .leaf1{left:3%;bottom:-10px;width: 85px;}
footer .leaf2{right:10%;top:-20px;width: 80px;}
footer .address{text-align: center;font-size: 1em;}
footer .telbox{width: 500px;margin: 0 auto;margin-bottom: 1em;}
footer .telbox li{border-bottom: none;padding-bottom:0;margin-bottom:0;border-right: 1px dashed #D7F1E5;}
footer .telbox li:last-child{border-right: none;}
footer .tel{text-align: center;}
.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin-bottom: 1.8em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li a{letter-spacing:0rem;border-right:none; padding:0em .5em 1em;text-align: left;border-bottom: none;line-height: 1;}



.drawer_menu{display: none!important;}

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

}
