@charset "UTF-8";
/* ----------------------------
import css
---------------------------- */ 
@import url("reset.css");
body{
font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
min-width:1200px;
}
body,html{
width: 100%;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-size: 1em;
line-height: 1.8em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
}
a:active {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #66F;
text-decoration: underline;
}
a:link {
color: #0000FF;
text-decoration: underline;
transition: all 0.3s ease-out;
}
a:hover {
color: #00F;
text-decoration: underline;
}
#container {
margin: 0px auto 0 auto;
position: relative;
text-align: center;
width: 100%;
background-color: #FFF;
overflow: hidden;
}
a[href^="tel:"] {
pointer-events: none;
text-decoration: none;
color: #000;
}
.hd,
#sp_menu,
#footer_bt {
display: none !important;
}
/*=============================================================
 web fonts
=============================================================*/
.Poppins_M {
font-family: poppins, sans-serif;
font-weight: 500;
font-style: normal;
}
.Poppins_B {
font-family: "poppins", sans-serif;
font-weight: 600;
font-style: normal;
}
.Poppins_eb {
font-family: poppins, sans-serif;
font-weight: 800;
}
.Noto_Sans_M {
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
}
.Noto_Sans_B {
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 700;
}
.Zen_Maru_Gothic_M {
font-family: zen-maru-gothic, sans-serif;
font-weight: 500;
}
.Zen_Maru_Gothic_B {
font-family: zen-maru-gothic, sans-serif;
font-weight: 700;
}
.Zen_Maru_Gothic_BL {
font-family: zen-maru-gothic, sans-serif;
font-weight: 900;
}

/*=============================================================
#header
=============================================================*/
#header {
margin: 0px auto 0 auto;
width: 100%;
padding: 0px 0 35px 0;
text-align: left;
position: absolute;
background-image: url("../image/header_bg.png");
background-repeat: repeat-x;
background-position: center bottom;
top: 0;
z-index: 10;
}
#header .bg {
padding: 20px 0 0px 0;
background-color: #FFF;
}
#header h1 {
font-family: zen-maru-gothic, sans-serif;
font-weight: 500;
font-size: clamp(0.813rem, 0.67rem + 0.36vw, 0.938rem);
line-height: 1.5em;
width: 94%;
margin: 0px auto 0 auto;
}
#header dl {
width: 95%;
margin: 10px auto 0 auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#header dt {
flex: 0 0 auto;
max-width: 265px;
width: 20%;
}
#header dt img {
width: 100%;
height: auto;
}
#header dd {
padding-top: 10px;
width: 80%;
max-width: 1000px;
box-sizing: border-box;
}
#header dd ul {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
margin: 0px;
padding: 0;
list-style: none;
}
#header dd ul li {
font-family: zen-maru-gothic, sans-serif;
font-weight: 700;
margin: 0 0 0 1.2em;
font-size: clamp(0.75rem, 0.321rem + 1.07vw, 1.125rem);
line-height: 1.3em;
min-width: auto;
display: inline-block;
}
#header dd ul li a {
text-decoration: none;
color: #40382e;
display: block;
}
#header dd ul li:nth-of-type(1) a {
color: #cc5833;
}
#header dd ul li:nth-of-type(2) a {
color: #1389bf;
}
#header dd ul li:nth-of-type(3) a {
color: #3ca621;
}
#header dd ul li:nth-of-type(4) a {
color: #cc9a33;
}
#header dd ul li:nth-of-type(5) a {
color: #a0663e;
}
#header dd ul li:nth-of-type(6) a {
color: #21a65c;
}
#header dd ul li a:before {
content: '';
display: inline-block;
background-image: url("../image/navi_icon1.png");
width: 15px;
height: 18px;
background-size: contain;
vertical-align: middle;
margin-right: 5px;
position: relative;
top: -2px;
}
#header dd ul li:nth-of-type(2) a:before {
background-image: url("../image/navi_icon2.png");
}
#header dd ul li:nth-of-type(3) a:before {
background-image: url("../image/navi_icon3.png");
}
#header dd ul li:nth-of-type(4) a:before {
background-image: url("../image/navi_icon4.png");
}
#header dd ul li:nth-of-type(5) a:before {
background-image: url("../image/navi_icon5.png");
}
#header dd ul li:nth-of-type(6) a:before {
background-image: url("../image/navi_icon6.png");
}
#header dd ul li:nth-of-type(7) a:before {
background-image: url("../image/navi_icon7.png");
}
#header dd ul li a:hover {}
#header dd ul li a.link-ani {
position: relative;
display: inline-block;
text-decoration: none;
flex: 0 0 auto;
}
#header dd ul li a.link-ani::after {
content: "";
position: absolute;
left: 0;
bottom: -6px;
width: 0;
height: 4px;
background: #CACACA;
transition: width 0.3s ease;
}
#header dd ul li a.link-ani:hover::after {
width: 100%;
}

/*=============================================================
animation
=============================================================*/
/* まだ見えてない状態 */
.fadein,
.fadein-up,
.fadein-left,
.fadein-right {
  opacity: 0;
  transform: translateY(100px);
  transition: all .2s ease-out;
}
/* 左から・右から */
.fadein-left {
  transform: translateX(-20px);
}
.fadein-right {
  transform: translateX(20px);
}
/* 表示されたとき */
.fadein.show,
.fadein-up.show,
.fadein-left.show,
.fadein-right.show {
  opacity: 1;
  transform: translate(0,0);
}

/*=============================================================
#contents
=============================================================*/

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background: #9fb7d4;
color: #fff;
font-size: 18px;
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-decoration: none;
font-weight: bold;
height: 100%;
width: 100%;
line-height: 2.5;
font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
background-color: #8a969e;
}
#footer {
margin: -150px auto 0 auto;
text-align: center;
padding-bottom: 100px;
padding-top: 250px;
overflow: hidden;
position: relative;
width: 100%;
background-color: #298840;
}
#footer h6:before {
content: '';
display: block;
width: 1244px;
height: 14px;
background-image: url("../image/footer_line.png");
background-size: contain;
vertical-align: middle;
position: relative;
margin: 0px auto 80px auto;
}
#footer h6 {
font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
line-height: 1.8em;
color: #FFF;
position: relative;
}
#footer .logo {
margin: 50px auto 0 auto;
}
#footer ul {
text-align: left;
margin: 150px auto 0 auto;
max-width: 1200px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
#footer ul li {
font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
line-height: 1.8em;
}
#footer ul li a {
color: #FFF;
position: relative;
display: inline-block;
text-decoration: none;
flex: 0 0 auto;
}
#footer ul li a:before {
content: '';
display: inline-block;
width: 15px;
height: 18px;
background-image: url("../image/footer_navi_icon.png");
background-size: contain;
vertical-align: middle;
margin-right: 8px;
position: relative;
top: -2px;
}
#footer ul li a:hover {}
#footer ul li a::after {
content: "";
position: absolute;
left: 0;
bottom: -6px;
width: 0;
height: 2px;
background: #FFF;
transition: width 0.3s ease;
}
#footer ul li a:hover::after {
width: 100%;
}
#footer p.copyright {
font-family: poppins, sans-serif;
font-weight: 500;
font-style: normal;
color: #FFF;
margin: 80px auto 0 auto;
}

