@charset "UTF-8";

body { opacity: 0; }

body.fadein { animation: fadeIn 0.5s ease-in forwards; }
body.fadeout { animation: fadeOut 0.5s ease-in forwards; }

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font: inherit;	vertical-align: baseline;	box-sizing:border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {	display: block;}
body {color: #000;line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {	content: '';	content: none;}
table {border-collapse: collapse;/* border-spacing: 0; */}

form button:hover{ cursor: pointer; cursor: hand; opacity: 0.8; }
.wysiwyg  iframe{ max-width: 100%; }

img{ width: 100%; height: auto;}

/* WEB FONTs 游ゴシックかすれ予防*/
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 100; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 200; }
.f-gothic {font-family: "Zen Kaku Gothic Antique", sans-serif;}
.main-title .jp{ font-family: "Zen Kaku Gothic Antique", sans-serif; }
.page-list{ font-family: "Zen Kaku Gothic Antique", sans-serif; }

/* .fadeCom{opacity: 0; -webkit-transition: 1500ms ease; -o-transition: 1500ms ease; transition: 1500ms ease; -webkit-transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825); -ms-transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825); transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825); -webkit-transition-property: opacity,transform; -o-transition-property: opacity,transform; transition-property: opacity,transform; }

.fadeCom__On{-webkit-transform:translate3d(0, 0, 0) scale(1,1); -ms-transform:translate3d(0, 0, 0) scale(1,1); transform:translate3d(0, 0, 0) scale(1,1); opacity: 1; }
===== 表示 ===== */
.fadeCom { opacity: 0; -webkit-transition: 1500ms ease; -o-transition: 1500ms ease; transition: 1500ms ease; -webkit-transform: translate3d(0, 30px, 0); -ms-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); -webkit-transition-property: opacity, transform; -o-transition-property: opacity, transform; transition-property: opacity, transform; }

/* ===== 表示 ===== */
.fadeCom__On { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
/* loading------------------------------------------------ */
#wrap.load{opacity: 1;transition: opacity 1800ms;-moz-transition: opacity 1800ms;-webkit-transition: opacity 1800ms;-o-transition: opacity 1800ms;}
#com_loading__box {height: 100%; width: 100%; position: fixed; top: 0; left: 0; background: #fff; z-index: 99999999999999; -webkit-transition: all 400ms;   -o-transition: all 400ms;  -moz-transition: all 400ms;   transition: all 400ms; }
/*プログレスバー*/
#com_loading {width: 0; height: 5px; background: #222222; position: fixed; top: 0; left: 0; -webkit-transition: all 0.2s linear 0s;    -o-transition: all 0.2s linear 0s;  -moz-transition: all 0.2s linear 0s;   transition: all 0.2s linear 0s; }
#com_loading__img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate( -50%,-50% ); -ms-transform: translate( -50%,-50% ); transform: translate( -50%,-50% ); }
#com_loading__img img{ -webkit-filter: brightness(0); filter: brightness(0);}

/*確認画面と完了画面を非表示*/
.confirm_area, .thanks_area { display: none; }

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{ display: none; }
#systmttl{ display: none;}

/* common */
a:hover{ text-decoration: none; }
body{background: #fff;}



@media screen and (min-width: 768px), print {

html{font-size: 62.5%;}


.sp-h-menu{ display: none; }


.full-width { width: 100vw; position: relative; left: 50%;  right: 50%;  margin-left: -50vw;  margin-right: -50vw;}

#toc_container { overflow: hidden; }
.toggle-toc { display: inline-block; margin-left: 10px; color: #fff; cursor: pointer; }
.toc_title { display: flex; justify-content: space-between; align-items: center; background-color: #333; color: #fff; padding: 10px; }
.toc_list { display: block; /* 初期状態は表示 */ }
#global-nav{ display: none;}
/* bese */
body {font-size: 1.6rem;/* overflow-x: hidden; */line-height: 2;letter-spacing: 0rem;font-weight: 400;padding-top: 90px;}

header{background: #fff;width: 100%;border-radius: 0px 0px 30px 30px;height: 120px;position: fixed;top: 0;left: 0;z-index: 5;box-shadow: 0px 3px 6px #00000029;}
header .inner-Box{padding: 11px 0 0;position: relative;}
header .inner-Box .h-logo{width: 182px;margin: 0 0 0 34px;}
header .inner-Box .head-navi{display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;position: absolute;top: 42px;right: 542px;}
header .inner-Box .head-navi li{ }
header .inner-Box .head-navi li{font-size: 1.8rem;font-weight: bold;letter-spacing: 0;margin-left: 36px;position: relative;}
header .inner-Box .head-navi li a::before{content: url(../images/common/arr.svg);position: absolute;top: 0px;left: -12px;transition: all 0.3s ease-in-out;}
header .inner-Box .head-navi li a:hover::before{left: -9px;}

header .inner-Box .head-tel{position: absolute;top: 21px;right: 149px;}
header .inner-Box .head-tel li{position: relative;line-height: 1;letter-spacing: 0rem;margin-bottom: 7px;}
header .inner-Box .head-tel li .telttl{ font-size: 2.2rem; letter-spacing: 0rem; font-weight: bold; position: absolute; top: 8px; left: -125px; }
header .inner-Box .head-tel li .telno{color: #F09D00;font-size: 3.4rem;font-weight: 900;text-align: right;position: relative;}
header .inner-Box .head-tel li .telno::before{content: url(../images/common/tel.svg);position: absolute;top: 10px;left: -34px;filter: brightness(0) saturate(100%) invert(62%) sepia(86%) saturate(3013%) hue-rotate(11deg) brightness(106%) contrast(101%);transform: scale(0.75);}
header .inner-Box .head-mail{width: 89px;position: absolute;top: 20px;right: 26px;text-align: center;}
header .inner-Box .head-mail a img,
header .inner-Box .head-mail a 
{ transition: all 0.3s ease-in-out;}
header .inner-Box .head-mail a:hover img{ transform: scale(0.95); }
header .inner-Box .head-mail a:hover{ color: #666;}
header .inner-Box .head-mail span{font-size: 1.4rem;font-weight: bold;letter-spacing: 0;margin: -3px 0 0;display: block;}

#contentsend {margin: 0 auto -87px;position: relative;max-width: 1280px;z-index: 3;}
#contentsend h2 {font-size: 5rem;line-height: 1.68;font-weight: 700;letter-spacing: 0;margin-bottom: 30px;position: relative;text-align: center;}
#contentsend h2 span {display: block;font-size: 2rem;margin: -8px 0 0;}
#contentsend .inner-Box {margin: 0 auto;position: relative;background: #56D43F;border-radius: 30px;height: 211px;}
#contentsend .leftBox { background: #2EB010; width: 550px; border-radius: 20px 0px 0px 20px; height: 211px;}
#contentsend .leftBox figure.img {position: absolute;top: -11px;right: -10px;}
#contentsend .leftBox figure.img img{  }
#contentsend .leftBox p.timetext {font-size: 1.8rem;line-height: 1.88;font-weight: 900;letter-spacing: 0rem;margin-bottom: 30px;position: relative;text-align: center;color: #fff;padding: 0 27px 0 0;}
#contentsend span.mail {display: block;line-height: 1;width: 64px;position: absolute;top: 41px;left: 55px;}
#contentsend span.mail img {  }
#contentsend p.contactbtn {position: absolute;top: 40px;left: 588px;}
#contentsend p.contactbtn a {display: block;font-size: 2.4rem;line-height: 1.28;font-weight: 900;letter-spacing: 0;margin-bottom: 30px;background: transparent linear-gradient(180deg, #FF7600 0%, #FFB100 100%) 0% 0% no-repeat padding-box;box-shadow: 0px 3px 6px #00000029;border: 5px solid #FFFFFF;border-radius: 80px;width: 534px;height: 121px;color: #fff;text-align: left;padding: 30px 0 0 145px;transition: all 0.3s ease-in-out;}
#contentsend p.contactbtn a .arr{width: 42px;height: 42px;display: block;background: #fff;border-radius: 50%;padding: 1px 0 0 19px;position: absolute;top: 42px;right: 39px;transition: all 0.3s ease-in-out;}
#contentsend p.contactbtn a:hover .arr{right: 34px;}
#contentsend p.contactbtn a .arr img{width: 12px;filter: invert(59%) sepia(82%) saturate(1298%) hue-rotate(4deg) brightness(97%) contrast(102%);}
#contentsend p.contactbtn a:hover { opacity: 0.9; }

#contentsend .leftBox .head-tel{position: relative;top: 42px;left: 239px;width: 308px;margin-bottom: 57px;}
#contentsend .leftBox .head-tel li{position: relative;line-height: 1;letter-spacing: 0rem;margin-bottom: 0px;color: #fff;font-size: 3rem;}
#contentsend .leftBox .head-tel li .telttl{font-size: 3rem;letter-spacing: 0rem;font-weight: bold;position: absolute;top: 12px;left: -175px;}
#contentsend .leftBox .head-tel li .telno{font-size: 4.6rem;font-weight: 900;text-align: right;position: relative;}
#contentsend .leftBox .head-tel li .telno::before{content: url(../images/common/tel.svg);position: absolute;top: 14px;left: -37px;/* filter: brightness(0) saturate(100%) invert(62%) sepia(86%) saturate(3013%) hue-rotate(11deg) brightness(106%) contrast(101%); */transform: scale(0.95);}

#footerback{background: url(../images/common/contentsend-back00.png);}


footer{margin: 0 auto -12px;position: relative;background: url('../images/common/contentsfoot-back01.jpg')no-repeat top center;background-size: cover;}

#contentsfoot {width: 1274px;margin: 0 auto;padding: 214px 0 0;}
#contentsfoot .inner-Box {margin: 0 auto;position: relative;height: 528px;}
#contentsfoot .left-Box {position: relative;width: 50%;float: left;}
#contentsfoot .left-Box figure.f-logo {position: relative;top: 0;left: 0;width: 179px;margin-bottom: 40px;}
#contentsfoot .left-Box figure.f-logo img{  }
#contentsfoot .left-Box ul.ftlist {font-size: 1.8rem;letter-spacing: 0rem;font-weight: bold;padding: 0 0 0 14px;}
#contentsfoot .left-Box ul li {position: relative;margin-bottom: 7px;}
#contentsfoot .left-Box ul li a { color: #fff; position: relative; transition: all 0.3s ease-in-out;}
#contentsfoot .left-Box ul li a::before{content: url(../images/common/arr.svg);position: absolute;top: -2px;left: -17px;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);transition: all 0.3s ease-in-out;}
#contentsfoot .left-Box ul li a:hover::before{filter: invert(91%) sepia(0%) saturate(1%) hue-rotate(140deg) brightness(93%) contrast(86%); left: -12px; }
#contentsfoot .left-Box ul li a:hover { color: #ccc; }
#contentsfoot .left-Box p.ftext {position: relative;}
#contentsfoot .left-Box ul li.child {position: relative;padding-left: 13px;font-size: 1.6rem;margin-bottom: 7px;}
#contentsfoot .left-Box ul li.child a::before{content: "";position: absolute;top: 16px;left: -14px;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);width: 8px;height: 2px;display: block;background: #000;transition: all 0.3s ease-in-out;}
#contentsfoot .left-Box ul li.child a:hover::before {filter: invert(91%) sepia(0%) saturate(1%) hue-rotate(140deg) brightness(93%) contrast(86%); transform: rotate(90deg); transform-origin: center; }
#contentsfoot .left-Box ul li.child a:hover {  }

#contentsfoot .right-Box {margin: 0 auto;position: relative;width: 50%;padding-top: 96px;float: right;}
#contentsfoot .right-Box .inBox{width: 556px;height: 310px;margin: 0 0 0 auto;background: rgba(255,255,255,0.9);border-radius: 10px;padding: 14px 0 0 44px;}
#contentsfoot .right-Box figure.f-logo2 {position: relative;top: 0;left: 0;width: 267px;margin-bottom: 12px;}
#contentsfoot .right-Box figure.f-logo2 img{  }
#contentsfoot .right-Box ul.ftlist2 {display: -webkit-box; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#contentsfoot .right-Box ul li {position: relative;padding: 3px 0 0 87px;margin-bottom: -9px;}
#contentsfoot .right-Box ul li:nth-child(3n) { margin-right: 0px; }
#contentsfoot .right-Box h3 {font-size: 1.8rem;line-height: 1.68;font-weight: 700;letter-spacing: 0rem;position: absolute;top: 0;left: -3px;}
#contentsfoot .right-Box p.fctext {font-size: 1.6rem;line-height: 1.7;font-weight: 400;letter-spacing: 0rem;position: relative;margin-bottom: 3px;}
#contentsfoot .right-Box p.cftext2 {font-size: 1.6rem;line-height: 1.7;font-weight: 400;letter-spacing: 0rem;margin-bottom: 30px;padding: 0 0 0 27px;position: relative;}
#contentsfoot .right-Box p.cftext2 span.tel {display: inline-block;padding: 0 51px 0 0;position: relative;}
#contentsfoot .right-Box p.cftext2 span.tel::before {content: url(../images/common/tel.svg);position: absolute;top: 1px;left: -30px;width: 20px;height: 20px;/* black */-webkit-filter: brightness(0);filter: brightness(0);transform: scale(0.55);}
#contentsfoot .right-Box p.cftext2 span.map {position: relative;}
#contentsfoot .right-Box p.cftext2 span.map::before {content: url(../images/common/map.svg);position: absolute;top: 3px;left: -24px;width: 20px;height: 20px;}

#contentsfoot .right-Box p.yoshida{ }
#contentsfoot .right-Box p.yoshida span{font-weight: bold;position: relative;left: -6px;top: -5px;font-size: 14.2px;}
#contentsfoot .right-Box p.yoshida img{width: 200px;}

#contentsfoot .right-Box p.cftext2 a {  }
#contentsfoot .right-Box p.cftext2 a:hover {  }
footer .footer-contact-Box{ }

.copyright{font-size: 1.3rem;display: block;font-weight: 500;letter-spacing: 0rem;color: #fff;position: relative;padding: 14px 0 20px;background: #56D43F;text-align: center;}




#contentscomplete{text-align: center;}
#contentscomplete .inner-Box {margin: 0 auto;position: relative;max-width: 782px;padding: 89px 30px 80px 30px;}
#contentscomplete .inner-Box h2.ttl{position: relative;font-size: 30px;letter-spacing: 3px;line-height: 37px;left: 2px;margin-bottom: 13px;}
#contentscomplete .inner-Box h2.ttl span.tltext{position: relative;z-index: 3;}
#contentscomplete .inner-Box h2.ttl span.arr{position: absolute;left: 50%;transform: translateX(-50%);top: -40px;z-index: 1;}
#contentscomplete .inner-Box p.text{font-size: 14px;position: relative;z-index: 3;letter-spacing: 1.4px;line-height: 2;margin-bottom: 66px;}
#contentscomplete .inner-Box .contactbtn{ width: 305px; margin: 0 auto; text-align: left; }
#contentscomplete .inner-Box .photo{position: relative;top: -10px;width: 25.7%;margin-bottom: -18.5%;}
#contentscomplete .inner-Box .photo img{ width: 100%; height: auto; }
#contentscomplete .inner-Box .photo2{position: relative;top: -10px;width: 83.5%;left: 30.3%;margin-bottom: 4%;}
#contentscomplete .inner-Box .photo2 img{ width: 100%; height: auto; }


#glnavi{position: fixed;width: 76px;height: 75px;right: 30px;top: 29px;z-index: 1000;background: url(../images/common/common-open.png)no-repeat top center;}

#glnavi .menuttl{font-size: 10px;line-height: 1;letter-spacing: 1px;font-weight: 500;text-align: center;position: relative;top: 17px;/* left: 5px; */}
#glnavi.active .menuttl{font-size: 20px;letter-spacing: 4px;padding: 28px 0 31px 39px;text-align: center;display: none;}
/*+++ Reset +++*/

.dlbtn{
    text-align: left;
}
.dlbtn a{display: block;width: 411px;height: 90px;background: transparent linear-gradient(180deg, #56D43F 0%, #28BA0E 100%) 0% 0% no-repeat padding-box;box-shadow: 0px 3px 6px #00000029;border: 5px solid #FFFFFF;border-radius: 80px;margin: 0 auto;position: relative;font-size: 24px;color: #fff;font-weight: bold;padding: 18px 17px 0 0px;text-align: center;}
.dlbtn a:hover{ }
.dlbtn a .arr{width: 20px;height: 20px;display: block;background: #fff;border-radius: 50%;position: absolute;line-height: 0;padding: 5px 0px 0 3px;top: 30px;right: 39px;transition: all 0.3s ease-in-out;}
.dlbtn a:hover .arr{right: 34px;}
.dlbtn a .arr img{width: 6px;filter: invert(53%) sepia(66%) saturate(3107%) hue-rotate(77deg) brightness(103%) contrast(89%);}
.dlbtn a:hover { opacity: 0.9; }


.contactbtn2 a{position: relative;display: block;background: none;font-weight: 500;font-size: 1.7rem;letter-spacing: 0.17rem;line-height: 1.6;pad;width: 300px;height: 60px;border-radius: 30px;padding: 17px 29px 17px 32px;text-align: center;border: 1px solid #232323;transition: all 0.3s ease;}
.contactbtn2 a::before{content: "";width: 8px;height: 8px;display: block;background: #232323;border-radius: 50%;position: absolute;top: 25px;right: 19px;transition: transform 0.3s ease, background 0.3s ease; /* スムーズに変化 */transform: scale(1);transform-origin: center;}
.contactbtn2 a:hover{ letter-spacing:0.26rem;text-decoration: none; border: #6F6F6F 1px solid;color: #6F6F6F;}
.contactbtn2 a:hover::before { transform: scale(0.8); /* ホバー時に1.3倍 */ background: #6F6F6F;}

.contactbtnardw a{border: #665B50 1px solid;position: relative;display: block;background: #665B50;color: #fff;font-weight: 500;font-size: 16px;line-height: 1.6;letter-spacing: 1.6px;pad;width: 305px;height: 60px;border-radius: 30px;padding: 17px 29px;transition: all 0.3s ease;}
.contactbtnardw a span {position: absolute;top: 21px;right: 19px;line-height: 0;transition: top 0.3s;}
.contactbtnardw a span img{filter: invert(1);transform: rotate(90deg); transform-origin: center;width: 15px;height: auto;transition: filter 0.3s;}

.contactbtnardw a:hover{letter-spacing:0.26rem; text-decoration: none; border: #232323 1px solid;background: #fff;color: #232323;}
.contactbtnardw a:hover span.arr {top: 26px;}
.contactbtnardw a:hover span.arr img{ filter: invert(0);transform: rotate(90deg); transform-origin: center; }

.pritext{text-align: center;font-size: 1.6rem;position: relative;top: -3px;left: -19px;letter-spacing: 0.5px;margin-bottom: 24px;}
.pritext a{ color: #639360; text-decoration: underline;}
input[type="checkbox"] {position: relative;height: 22px;width: 22px;vertical-align: 0px;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;border: 1px solid #F09D00;background: #fff;top: 8px;left: 0;margin-right: 0!important;border-radius: 5px;}
input[type="checkbox"]:checked:before {position: absolute;top: -1px;left: 6px;transform: rotate(43deg);height: 14px;width: 6px;border-right: 3px solid #F09D00;border-bottom: 3px solid #F09D00;content: '';}

.open-main-Box{ width: 1200px; margin: 0 auto; text-align: center; }



/* 2カラムサイト----------------
#tow-cl{ width: 1100px; margin: 0 auto; padding: 20px 0;}
#tow-cl main{ width: 800px!important; float: left;  }
#tow-cl #side{ width: 280px; float: left; margin-right: 19px; background: #333; height: 800px; }
#blog #tow-cl #side{ display: none;}
#blog #tow-cl main{ width: 1100px !important;}*/

/*common layout*/
#main{margin: 0 auto -30px;position: relative;}
#contentsall{ width: 100%; }
#title_wrap{background: url(../images/common/h1.png) no-repeat #7b7b7b;padding: 80px 0 50px;background-blend-mode: multiply;color: #fff;background-size: cover;}

.main-title{ width: 100%; text-align: center; }
.main-title .en {font-family: "Gill Sans", "Gill Sans MT", "Calibri", "Roboto", "Helvetica Neue", sans-serif;font-optical-sizing: auto;font-style: normal;display: block;font-size: 4.5rem;font-weight: 400;margin-bottom: 20px;letter-spacing: 4px;/* text-transform: uppercase; */line-height: 1;position: relative;}
.main-title .en::before{}
.main-title .jp {display: block;line-height: 1;font-size: 3.2rem;font-weight: 700;letter-spacing: 0.38rem;position: relative;}
.main-title .arr{position: absolute;top: 0%;left: 103px;transform: translateY(-50%);z-index: -1;mix-blend-mode: multiply;}

h2.sub-title{ padding: 25px 20px 10px; margin-bottom: 50px; font-size: 28px; font-weight: bold; letter-spacing: 2px; text-align: center; border-bottom: solid 2px #000;}

.seo_bread_list{width: 100%;max-width: 890px;padding: 40px  6rem 0;margin: 0px auto 23px;font-size: 1.6rem;letter-spacing: 0.055rem;line-height: 1.4;/* overflow-x: auto; *//* display: none; */}
.homeicon{position: relative;display: inline-block;margin-right: 6px;top: -3px;}
.hmarr{position: relative;top: -3px;left: 0px;display: inline;margin: 0 4px;width: 7px;}

.seo_bread_list li{ margin-right: 20px; float: left;  }
.seo_bread_list a{color: #000000;}
.seo_bread_list a:hover{ text-decoration: none; }
.seo_bread_list li::after{ content: " >"; }
.seo_bread_list li:last-child::after{ content: ""; }

#panlistid {/* white-space: nowrap; */ /* 開業を防ぐ *//* overflow-x: auto; */ /* 横スクロールを有効化 *//* overflow-y: hidden; */ /* 不要な縦スクロールを非表示 *//* display: block; */ /* 要素を横並びに表示 */}
#panlistid ul {/* display: inline-flex; */ /* 子要素を横並びに *//* align-items: center; */ /* 要素の縦位置を中央揃え *//* list-style: none; */ /* liのデフォルトスタイルを削除 */line-height: 1.5;}
#panlistid span, #panlistid a {display: inline; /* インラインブロックで横並び */text-decoration: none; /* リンクの下線を削除 */}



/*pc・タブレットcss*/
/*pc_defaultset*/
.pc { display: block !important; }
/*pcのみ表示ブロック*/
.pc2 { display: inline-block !important; }
/*pcのみ表示ブロック*/
.sp, .sp2 { display: none !important; }
/*スマホのみ表示ブロック*/
.h_menu { display: none; }
/*スマホ用ヘッダ*/
.sp-header { display: none; }
/*スマホ用メニュー*/
#sp-global-nav { display: none; }
/*スマホ用メニュー*/
.sp-fix-list { display: none; }
/* Antialiasing ※任意　*/

.fit img { object-fit: cover; font-family: "object-fit: cover;"; }

html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none; overflow-x: hidden; }


body {-webkit-text-size-adjust: 100%;}
img { vertical-align: bottom; }
a {text-decoration: none;color: #000;transition: all 0.3s ease-in-out;}
a:hover {text-decoration: none;color: #666;}

/* clearfix */
.clearfix { zoom: 1; }
.clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }
/* wysiwyg */
.wysiwyg {word-wrap: break-word;margin: 0 0 3px;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { }
.wysiwyg img { max-width: 100% !important; height: auto; }
.wysiwyg p {min-height: 1.6rem;font-weight: 400;min-width: 10px;margin-bottom: 40px;font-size: 1.6rem;line-height: 1.7;letter-spacing: 0.08rem;}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {font-family: "Zen Kaku Gothic Antique", sans-serif; font-weight: bold; text-align: left;}
.wysiwyg h1 {padding: 12px 24px;font-size: 24px;line-height: 1.6;margin: 0 0 30px;}
.wysiwyg h2 {padding: 11px 18px;font-size: 2rem;letter-spacing: 0.1rem;line-height: 1.5;margin: 0px 0px 20px;font-weight: 700;}
.wysiwyg h3{font-size: 1.8rem;line-height: 1;font-weight: 700;letter-spacing: 0.054rem;margin-bottom: 15px;position: relative;padding: 5px 0 5px 19px;}
.wysiwyg h3::before{ content: ""; background: url(../images/privacy/icon01.svg)no-repeat top center; width: 12px;height: 12px;display: block;position: absolute;top: 6px;left: 0;}
.wysiwyg h4 { padding: 0 0 10px; font-size: 18px; line-height: 1.6; margin: 10px 5px;}
.wysiwyg h5 { padding: 0 0 10px; font-size: 18px; line-height: 1.6; margin: 10px 5px;}
.wysiwyg h6 {padding: 10px;font-size: 16px;line-height: 1.6;margin: 0 0 20px;}
.wysiwyg ul {list-style-type: disc;line-height: 1.6;font-size: 16px;margin: 5px 0 50px 21px;}
.wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 16px; margin: 5px 0 10px 20px}
.wysiwyg table{table-layout: fixed;margin-bottom: 30px;border-collapse: separate!important;border-spacing: 2px; }
.wysiwyg table th,
.wysiwyg table td {padding: 10px;font-size: 1.4rem;letter-spacing: 0.042rem;line-height: 21px;padding: 10px 10px!important;background: #fff;border-radius: 5px;}
.wysiwyg table th{background: rgba(206, 223, 188, 0.5);font-weight: 400;text-align: left;border-radius: 5px;color: #408040;}
.wysiwyg iframe{ height: 500px !important; width: 100% !important; margin: 0 auto 40px; display: block;}
.wysiwyg ul li::before {content: "";display: block;width: 8px;height: 8px;background: #639360;border-radius: 50%;position: absolute;top: 11px;left: -14px;}
.wysiwyg ul li { position: relative;}

/* リンク透明 
a img:hover { -ms-filter: "alpha( opacity=80 )"; filter: alpha(opacity=80); opacity: 0.8; }
/* リンク透明にしない
.noop a img:hover { -ms-filter: "alpha( opacity=100 )"; filter: alpha(opacity=100); opacity: 1.0; }
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* <div class="ggmap">iframeのコピーしたコード</div> */
.ggmap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.ggmap iframe, .ggmap object, .ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face { font-family: 'jp-sttl01';
/* お好きな名前にしましょう */
src: url("../font/.eot");
/* IE9以上用 */
src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
/* iOS, Android用 */
/* 念の為指定しておきます */
font-weight: normal;
/* 念の為指定しておきます */
font-style: normal; vertical-align: top; margin: 0px; padding: 0px; }
.myWebFontClass { font-family: 'jp-sttl01'; }
}

@media screen and (max-width: 1200px) {
body { overflow: visible; } 
}

@media screen and (min-width:768px) and ( max-width:1275px) {
  #contentsend {padding: 0 2.6rem;max-width: 920px;}
  #contentsend h2 {font-size: 5rem;line-height: 1.68;font-weight: 700;letter-spacing: 0;margin-bottom: 30px;position: relative;text-align: center;}
  #contentsend h2 span {display: block;font-size: 2rem;margin: -8px 0 0;}
  #contentsend .inner-Box {margin: 0 auto;position: relative;background: #56D43F;border-radius: 30px;height: auto;}
  #contentsend .leftBox {background: #2EB010;width: 100%;border-radius: 20px 20px 0px 0px;height: 211px;}
  #contentsend .leftBox figure.img {position: absolute;top: auto;right: -30px;width: 151px;bottom: -33px;}
  #contentsend p.contactbtn {position: relative;left: 0;top: 60px;margin: 0 auto;width: 530px;}

  #contentsend .leftBox .head-tel{position: relative;top: 42px;width: 548px;margin: 0 auto 57px;}
  
}

@media screen and (min-width:768px) and ( max-width:1200px) {
  #glnavi{right: 10px;top: 9px;}
  header .h-logo {padding: 20px 10px;}
  header .h-logo img{ width: 120px;}
  header .head-glnavi{right: 103px;top: 29px;}
  header .head-glnavi li{ margin-left: 20px; }  

  #contentsfoot .inner-Box{ padding: 0 30px;}
  #contentsfoot .inner-Box .left-Box {width: 20%;}
  #contentsfoot .inner-Box .right-Box {width: 80%;margin: 0;}
  #contentsfoot .inner-Box .right-Box .inBox{margin: 0;}

}
@media screen and (min-width:768px) and ( max-width:1000px) {
  header .inner-Box .head-navi{display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;position: absolute;top: 24px;right: 492px;width: 120px;}
  header .inner-Box .head-navi li{}
  
}

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

img{ width: 100%; max-width: 100%;}
.h-logo{position: absolute;z-index: 3;top: 2.9vw;left: 4vw;width: 27.3vw;}
.mw_wp_form input[type="file"] { display: inline-block; width: 100%; font-size: 3.8vw; }
html{ font-size:62.5%;}

body {overflow: hidden;/* font-size: 4.26vw; */letter-spacing: 0.29vw;font-family: sans-serif;-webkit-text-size-adjust: 100%;line-height: 2;}
.pc, .pc2 { display: none !important; }
/*pcのみ表示ブロック*/
.sp { display: block !important; }
/*スマホのみ表示ブロック*/
.sp2 { display: inline-block !important; }
/*スマホのみ表示ブロック*/
.no-br { display: none; }
/*スマホでbrを解除したい場合に使用*/
.sp_display_block { display: block !important; }
/*スマホでflexboxを解除したい場合等に使用*/
.pc-menu{ display: none; }
.side-fix{ display: none; }
.fix-list{ display: none; }
body{
}

.base-title{font-size: 3.73vw;line-height: 2;letter-spacing: 0.75vw;font-weight: 400;position: relative;margin: 0 1.3vw 0;}
.base-title .f-en{display: block;font-size: 3.20vw;line-height: 1;letter-spacing: 0.32vw;font-weight: 400;margin-bottom: 1.53vw;position: relative;z-index: 3;}
.base-title .jpn{position: relative;z-index: 3;font-size: 4.80vw;letter-spacing: 0.32vw;font-weight: bold;}
.base-title .arr{position: absolute;top: -8.03vw;left: 5.23vw;z-index: 0;width: 42.93vw;}

header{background: #fff;width: 100%;border-radius: 0.0vw 0.0vw 2.15vw 2.15vw;height: 18.99vw;position: absolute;top: 0;left: 0;z-index: 999;}
header .inner-Box{padding: 2.66vw 0 0;position: relative;}
header .inner-Box .h-logo{}
header .inner-Box .head-navi,header .inner-Box .head-tel{display: none;}


header .inner-Box .head-mail{position: absolute;top: 4.03vw;right: 20.28vw;text-align: center;width: 11.5vw;}
header .inner-Box .head-mail a img,
header .inner-Box .head-mail a 
{ transition: all 0.3s ease-in-out;}
header .inner-Box .head-mail a:hover img{ transform: scale(0.95); }
header .inner-Box .head-mail a:hover{ color: #666;}
header .inner-Box .head-mail span{font-size: 3.28vw;font-weight: bold;letter-spacing: 0;margin: 0vw 0 0;display: block;line-height: 1;}

#contentsmain{}


#contentsend {margin: 0 4.8vw -48.6vw;position: relative;z-index: 3;padding-top: 1vw;}
#contentsend h2 {font-size: 7.00vw;line-height: 1.45;font-weight: 700;letter-spacing: 0;margin-bottom: 4.35vw;position: relative;text-align: left;padding: 0 0 0 2.3vw;}
#contentsend h2 span {display: block;font-size: 4.11vw;margin: 1.1vw 0 0;}
#contentsend .inner-Box {position: relative;background: #56D43F;border-radius: 2.63vw;padding-bottom: 7.2vw;}
#contentsend .leftBox {background: #2EB010;border-radius: 2.63vw 2.63vw 0.0vw 0.0vw;height: 37.97vw;padding-top: 5.2vw;margin-bottom: 5.2vw;}
#contentsend .leftBox figure.img {position: absolute;top: -26vw;right: -2.4vw;width: 25.5vw;}
#contentsend .leftBox figure.img img{  }
#contentsend .leftBox p.timetext {font-size: 4.35vw;line-height: 1.88;font-weight: 900;letter-spacing: 0.0vw;margin-bottom: 7.25vw;position: relative;text-align: center;color: #fff;padding: 0 6.52vw 0 0;}
#contentsend span.mail {display: block;line-height: 1;width: 10.56vw;position: absolute;top: 6.2vw;left: 10.79vw;}
#contentsend span.mail img {  }
#contentsend p.contactbtn {position: relative;left: 0vw;}
#contentsend p.contactbtn a {display: block;font-size: 3.62vw;line-height: 1.2;font-weight: 900;letter-spacing: 0;margin-bottom: 7.25vw;background: transparent linear-gradient(180deg, #FF7600 0%, #FFB100 100%) 0% 0% no-repeat padding-box;box-shadow: 0.0vw 0.72vw 1.45vw #00000029;border: 1.21vw solid #FFFFFF;border-radius: 19.32vw;height: 19.43vw;color: #fff;text-align: left;padding: 4.15vw 0 0 22.42vw;transition: all 0.3s ease-in-out;margin: 0 2.9vw;}
#contentsend p.contactbtn a .arr{height: 6.54vw;width: 6.54vw;display: block;background: #fff;border-radius: 50%;padding: 0.54vw 1.8vw 0 2.99vw;position: absolute;top: 6.64vw;right: 8.62vw;transition: all 0.3s ease-in-out;}
#contentsend p.contactbtn a .arr img{filter: invert(59%) sepia(82%) saturate(1298%) hue-rotate(4deg) brightness(97%) contrast(102%);}

#contentsend .leftBox .head-tel{position: relative;margin-bottom: 2.77vw;padding: 0 0 0 38vw;}
#contentsend .leftBox .head-tel a{ color: #fff;}
#contentsend .leftBox .head-tel li{position: relative;line-height: 1;letter-spacing: 0.0vw;margin-bottom: 3vw;color: #fff;font-size: 7.25vw;}
#contentsend .leftBox .head-tel li .telttl{font-size: 5.31vw;letter-spacing: 0.0vw;font-weight: bold;position: absolute;top: 2.9vw;left: -32.2vw;}
#contentsend .leftBox .head-tel li .telno{font-size: 8.21vw;font-weight: 900;text-align: right;position: relative;}
#contentsend .leftBox .head-tel li .telno::before{content: "";background: url(../images/common/tel.svg)no-repeat;width: 6.52vw;height: 6.52vw;background-size: 100% auto;position: absolute;top: 4.08vw;left: -6.8vw;/* filter: brightness(0) saturate(100%) invert(62%) sepia(86%) saturate(3013%) hue-rotate(11deg) brightness(106%) contrast(101%); */transform: scale(0.95);background-size: 100% auto;}

#footerback{background: url(../images/common/contentsend-back00.png); background-size: 100% auto;}


footer{margin: 0;position: relative;background: url('../images/common/contentsfoot-back01.jpg')no-repeat top center;background-size: cover;padding: 42vw 0 0 0vw;}

#contentsfoot {padding: 17.79vw 0 0;}
#contentsfoot .inner-Box {margin: 0 4.5vw;position: relative;}
#contentsfoot .left-Box {position: relative;}
#contentsfoot .left-Box figure.f-logo {position: relative;top: 0;left: 0;margin: 0 28.9vw 19.56vw 28.6vw;}
#contentsfoot .left-Box figure.f-logo img{  }
#contentsfoot .left-Box ul.ftlist {display: none;}

#contentsfoot .right-Box {position: relative;padding-bottom: 34.5vw;}
#contentsfoot .right-Box .inBox{margin: 0 0 0 auto;background: rgba(255,255,255,0.9);border-radius: 2.42vw;padding: 10.38vw 0 10vw 9.63vw;}
#contentsfoot .right-Box figure.f-logo2 {display: none;}
#contentsfoot .right-Box ul.ftlist2 {display: -webkit-box; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#contentsfoot .right-Box ul li {position: relative;padding: 0vw 0 0 0;margin-bottom: -2.9vw;}
#contentsfoot .right-Box h3 {font-size: 4.35vw;line-height: 1.68;font-weight: 700;letter-spacing: 0.0vw;position: relative;top: 0;left: 0vw;margin-bottom: 1.9vw;}
#contentsfoot .right-Box p.fctext {font-size: 3.86vw;line-height: 1.5;font-weight: 400;letter-spacing: 0.0vw;position: relative;margin-bottom: 0.02vw;}
#contentsfoot .right-Box p.cftext2 {font-size: 3.86vw;line-height: 1.7;font-weight: 400;letter-spacing: 0.0vw;margin-bottom: 7.25vw;padding: 0 0 0 6.52vw;position: relative;}
#contentsfoot .right-Box p.cftext2 span.tel {display: inline-block;padding: 0 12.32vw 0 0;position: relative;}
#contentsfoot .right-Box p.cftext2 span.tel::before {content: "";background:  url(../images/common/tel.svg)no-repeat;position: absolute;top: 1.44vw;left: -6.3vw;width: 5.31vw;height: 5.31vw;/* black */-webkit-filter: brightness(0);filter: brightness(0);background-size: 100% auto;}
#contentsfoot .right-Box p.cftext2 span.map {position: relative;}
#contentsfoot .right-Box p.cftext2 span.map::before {content: "";background: url(../images/common/map.svg)no-repeat;position: absolute;top: 0.72vw;left: -5.5vw;width: 4.11vw;height: 5.31vw;background-size: 100% auto;}

#contentsfoot .right-Box p.cftext2 a {  }
#contentsfoot .right-Box p.cftext2 a:hover {  }
footer .footer-contact-Box{ }

.copyright{font-size: 3.14vw;display: block;font-weight: 500;letter-spacing: 0.0vw;text-align: right;color: #fff;position: relative;right: 0vw;padding: 3.88vw 0 27.83vw;background: #56D43F;text-align: center;}


#contentsfoot .right-Box p.yoshida{ }
#contentsfoot .right-Box p.yoshida span{font-weight: bold;position: relative;left: 0vw;top: 0vw;font-size: 4.03vw;display: block;margin-bottom: 3vw;}
#contentsfoot .right-Box p.yoshida img{
    width: 46vw;
}


#glnavi .menuttl{font-size: 3.14vw;line-height: 1;letter-spacing: 0vw;font-weight: 700;text-align: center;position: relative;top: 8.93vw;left: 0.23vw;color: #fff;}
#glnavi.active .menuttl{}
/*+++ Reset +++*/
#glnavi{position: fixed;top: 2.4vw;right: 2.5vw;width: 14.49vw;height: 14.49vw;background: #404040;border-radius: 1.5vw;z-index: 1000;}
.zdo_drawer_buttonsp::before{height: 0.2vw;content: "";display: block;position: relative;top: 0;left: 0;}
.zdo_drawer_buttonsp * { margin: 0; padding: 0; outline: none; border: none; font: inherit; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-align: left; text-decoration: none; list-style: none; }
.zdo_drawer_buttonsp {display: block;padding: 0;width: 8.45vw;height: 4.59vw;background: none;border: none;text-align: center;letter-spacing: 0.1em;cursor: pointer;outline: none;z-index: 999;position: absolute;top: 2.9vw;right: 2.8vw;}
.zdo_drawer_buttonsp .zdo_drawer_bar {display: block;height: 1px;width: 8.45vw;transition: all 0.2s;transform-origin: 0% 0%;transform: translateY(-50%);position: absolute;left: 0;}
.zdo_drawer_buttonsp .zdo_drawer_bar1 { top: 0; }
.zdo_drawer_buttonsp .zdo_drawer_bar2 {top: 45%;}
.zdo_drawer_buttonsp .zdo_drawer_bar3 {top: 4.2vw;}
#glnavi.active .zdo_drawer_buttonsp{/* top: 8.5vw; */}
#glnavi.active .zdo_drawer_buttonsp .zdo_drawer_bar {left: 0.0vw}
#glnavi.active .zdo_drawer_buttonsp .zdo_drawer_bar1 {transform: rotate(0.5rad) translateY(-137%);/* top: -3vw; */width: 9.3vw;}
#glnavi.active .zdo_drawer_buttonsp .zdo_drawer_bar2 { opacity: 0; }
#glnavi.active .zdo_drawer_buttonsp .zdo_drawer_bar3 {transform: rotate(-0.5rad) translateY(-50%);top: calc(100% - 0.0vw);width: 9.4vw;top: 4.4vw;}
#glnavi.active .zdo_drawer_buttonsp .zdo_drawer_menu_text { display: none; }
#glnavi.active .zdo_drawer_buttonsp .zdo_drawer_close { display: block; }
.zdo_drawer_buttonsp {color: #fff;}
.zdo_drawer_buttonsp .zdo_drawer_bar {background-color: #fff;}
#glnavi .head-sns{position: fixed;bottom: 2rem;right: 2rem;/* black *//* -webkit-filter: brightness(0); *//* filter: brightness(0); */mix-blend-mode: difference;z-index: 5;}
#glnavi .head-sns li{margin-bottom: 4.27vw;}
#glnavi .head-sns li span{font-size: 3.2vw;letter-spacing: 0.32vw;line-height: 1;display: block;font-weight: 400;margin-bottom: 0vw;position: relative;left: 0vw;mix-blend-mode: difference;color: #fff;}

#global-nav{ background: url(../images/common/sp-open-back01.jpg)no-repeat; background-size: cover; color: #DDD2A3;overflow-y: auto;overflow-x: hidden;/*  */position: fixed;left: 0;top: 0;z-index: 999;display: none;width: 100vw;height: 100vh;}
#global-nav .global-in-nav{padding-bottom: 35vw;}

#global-nav .ttt-Box ul.ftlist {font-size: 4.35vw;letter-spacing: 0.0vw;font-weight: bold;padding: 0 8.9vw 0;display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 15.9vw;}
#global-nav .ttt-Box ul li {position: relative;margin-bottom: 1.19vw;width: 50%;font-size: 4.83vw;}
#global-nav .ttt-Box ul li:nth-child(1){width: 100%;}
#global-nav .ttt-Box ul li:nth-child(4){width: 100%;margin-bottom: 5.4vw!important;}
#global-nav .ttt-Box ul li a {color: #fff;position: relative;transition: all 0.3s ease-in-out;padding: 0 0 0 4vw;display: block;}
#global-nav .ttt-Box ul li a::before{content: "";background:  url(../images/common/arr.svg)no-repeat;width: 1.69vw;height: 3.14vw;position: absolute;top: 3.1vw;left: 0vw;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);transition: all 0.3s ease-in-out;background-size: 100% auto;}
#global-nav .ttt-Box p.ftext {position: relative;}
#global-nav .ttt-Box ul li.child {position: relative;padding-left: 3.94vw;font-size: 4.35vw;margin-bottom: 1.69vw;}
#global-nav .ttt-Box ul li.child a::before{content: "";position: absolute;top: 4.06vw;left: 0.2vw;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);width: 2.23vw;height: 0.68vw;display: block;background: #000;transition: all 0.3s ease-in-out;}
#global-nav .ttt-Box ul li.child a:hover::before {filter: invert(91%) sepia(0%) saturate(1%) hue-rotate(140deg) brightness(93%) contrast(86%); transform: rotate(90deg); transform-origin: center; }
#global-nav .f-logo{padding: 3vw 0 0 4vw;width: 32.3vw;margin-bottom: 18vw;}

#global-nav .nin-Box {margin: 0 4vw;position: relative;background: #56D43F;border-radius: 15.25vw;}

#global-nav .nin-Box {position: relative;background: #56D43F;border-radius: 2.63vw;padding-bottom: 7.2vw;}
#global-nav .nin-Box .leftBox {background: #2EB010;border-radius: 2.63vw 2.63vw 0.0vw 0.0vw;height: 37.97vw;padding-top: 5.2vw;margin-bottom: 5.2vw;}
#global-nav .nin-Box .leftBox figure.img {position: absolute;top: -26vw;right: -2.4vw;width: 25.5vw;}
#global-nav .nin-Box .leftBox figure.img img{  }
#global-nav .nin-Box .leftBox p.timetext {font-size: 4.35vw;line-height: 1.88;font-weight: 900;letter-spacing: 0.0vw;margin-bottom: 7.25vw;position: relative;text-align: center;color: #fff;padding: 0 6.52vw 0 0;}
#global-nav .nin-Box span.mail {display: block;line-height: 1;width: 10.56vw;position: absolute;top: 6.2vw;left: 10.79vw;}
#global-nav .nin-Box span.mail img {  }
#global-nav .nin-Box p.contactbtn {position: relative;left: 0vw;}
#global-nav .nin-Box p.contactbtn a {display: block;font-size: 3.62vw;line-height: 1.2;font-weight: 900;letter-spacing: 0;margin-bottom: 7.25vw;background: transparent linear-gradient(180deg, #FF7600 0%, #FFB100 100%) 0% 0% no-repeat padding-box;box-shadow: 0.0vw 0.72vw 1.45vw #00000029;border: 1.21vw solid #FFFFFF;border-radius: 19.32vw;height: 19.43vw;color: #fff;text-align: left;padding: 4.15vw 0 0 22.42vw;transition: all 0.3s ease-in-out;margin: 0 2.9vw;}
#global-nav .nin-Box p.contactbtn a .arr{height: 6.54vw;width: 6.54vw;display: block;background: #fff;border-radius: 50%;padding: 0.54vw 1.8vw 0 2.99vw;position: absolute;top: 6.64vw;right: 8.62vw;transition: all 0.3s ease-in-out;}
#global-nav .nin-Box p.contactbtn a .arr img{filter: invert(59%) sepia(82%) saturate(1298%) hue-rotate(4deg) brightness(97%) contrast(102%);}

#global-nav .nin-Box .leftBox .head-tel{position: relative;margin-bottom: 2.77vw;padding: 0 0 0 38vw;display: block;}
#global-nav .nin-Box .leftBox .head-tel a{ color: #fff;}
#global-nav .nin-Box .leftBox .head-tel li{position: relative;line-height: 1;letter-spacing: 0.0vw;margin-bottom: 3vw;color: #fff;font-size: 7.25vw;}
#global-nav .nin-Box .leftBox .head-tel li .telttl{font-size: 5.31vw;letter-spacing: 0.0vw;font-weight: bold;position: absolute;top: 2.9vw;left: -32.2vw;}
#global-nav .nin-Box .leftBox .head-tel li .telno{font-size: 8.21vw;font-weight: 900;text-align: right;position: relative;}
#global-nav .nin-Box .leftBox .head-tel li .telno::before{content: "";background: url(../images/common/tel.svg)no-repeat;width: 6.52vw;height: 6.52vw;background-size: 100% auto;position: absolute;top: 4.08vw;left: -6.8vw;/* filter: brightness(0) saturate(100%) invert(62%) sepia(86%) saturate(3013%) hue-rotate(11deg) brightness(106%) contrast(101%); */transform: scale(0.95);background-size: 100% auto;}


.dlbtn{}
.dlbtn a{display: block;height: 15.74vw;background: transparent linear-gradient(180deg, #56D43F 0%, #28BA0E 100%) 0% 0% no-repeat padding-box;box-shadow: 0.0vw 0.72vw 1.45vw #00000029;border: 1.21vw solid #FFFFFF;border-radius: 19.32vw;margin: 0 13vw;position: relative;font-size: 4vw;color: #fff;font-weight: bold;padding: 3.15vw 4.11vw 0 0.0vw;text-align: center;}
.dlbtn a .arr{height: 4.83vw;width: 4.83vw;display: block;background: #fff;border-radius: 50%;position: absolute;line-height: 0;padding: 1.21vw 0.0vw 0 0.72vw;top: 4.45vw;right: 5.42vw;transition: all 0.3s ease-in-out;}
.dlbtn a .arr img{filter: invert(53%) sepia(66%) saturate(3107%) hue-rotate(77deg) brightness(103%) contrast(89%);width: 1.5vw;}


#pullnavi { opacity: 0; transition: opacity 0.3s, transform 0.3s; transform: translateY(-100%); }
#pullnavi.upMove { opacity: 0; transform: translateY(-100%); }
#pullnavi.dwMove { opacity: 1; transform: translateY(0); }

#pullnavi {position: fixed;top: 0;left: 0;z-index: 10;}
#pullnavi {background: #fff;width: 100%;box-shadow: 0.0vw 0.8vw 5.33vw #00000029;}
#pullnavi .inbox{width: 100%;min-height: 18.67vw;margin: 0.0vw auto 5.33vw auto;padding-top: 3.73vw;position: relative;}


#fixbtn{ display: none!important;}

#contentscomplete{text-align: center;margin-bottom: 18.8vw;}
#contentscomplete .inner-Box {margin: 0 5.5vw;position: relative;padding: 15.7vw 0 0;}
#contentscomplete .inner-Box h2.ttl{position: relative;font-size: 8.0vw;letter-spacing: 0.8vw;line-height: 9.87vw;left: 0.53vw;margin-bottom: 3.47vw;}
#contentscomplete .inner-Box h2.ttl span.tltext{position: relative;z-index: 3;}
#contentscomplete .inner-Box h2.ttl span.arr{position: absolute;left: 50%;transform: translateX(-50%);top: -10.67vw;z-index: 1;}
#contentscomplete .inner-Box p.text{font-size: 3.73vw;position: relative;z-index: 3;letter-spacing: 0.37vw;line-height: 2;margin-bottom: 9.6vw;text-align: left;}
#contentscomplete .inner-Box .contactbtn{  margin: 0 4vw; text-align: left; }
#contentscomplete .inner-Box .contactbtn a{ margin: 0 -0.2vw; }
#contentscomplete .inner-Box .photo{position: relative;top: -2.67vw;width: 22.6vw;margin: 0 0 -16.4vw -5.5vw;}
#contentscomplete .inner-Box .photo img{ width: 100%; height: auto; }
#contentscomplete .inner-Box .photo2{position: relative;top: -2.67vw;width: 73.5vw;margin: 0 0vw 5vw 21.1vw;}
#contentscomplete .inner-Box .photo2 img{ width: 100%; height: auto; }

.ptextt{font-size: 3.3vw;margin-bottom: 6vw;display: block;}

.base-title{font-size: 5.87vw;line-height: 1;font-weight: 400;letter-spacing: 0.559vw;margin: 0 0 8vw;position: relative;}
.base-title span{display: inline-block;position: relative;}

.base-title2{font-size: 8vw;line-height: 1;font-weight: 400;letter-spacing: 0.55vw;margin-bottom: 2.9vw;padding-left: 2.2vw;position: relative;color: #fff;}
.base-title2 span{display: inline-block;position: relative;}
.base-title2::before{content: "";background: #9F9E9E;height: 4.53vw;width: 4.53vw;position: absolute;left: 0.8vw;top: -0.4vw;}


.contactbtnardw a{border: #665B50 0.2vw solid;position: relative;display: block;background: #665B50;color: #fff;font-size: 4.26vw;line-height: 1.6;letter-spacing: 0.42vw;pad;padding: 4.7vw 3.6vw 1.4vw 8.3vw;height: 16.2vw;border-radius: 11vw;transition: background 0.3s, color 0.3s, border 0.3s;text-align: left;margin: 0 5.1vw;}
.contactbtnardw a span.arr {transform: rotate(90deg); transform-origin: center;position: absolute;top: 5.7vw;right: 5.4vw;line-height: 0;transition: right 0.3s;}
.contactbtnardw a span.arr img{filter: invert(1);height: auto;transition: filter 0.3s;width: 4vw;}

#title_wrap{background: url(../images/common/h1.png)no-repeat #777;background-size: cover;margin-bottom: 7.6vw;margin-top: 13vw;padding-bottom: 3vw;background-blend-mode: multiply;color: #fff;padding-top: 10vw;}
.main-title{width: 100%;position: relative;text-align: center;}
.main-title .jp {display: inline;font-size: 5.13vw;font-weight: 700;letter-spacing: 0.81vw;position: relative;z-index: 3;left: 0vw;}

.pritext{text-align: center;font-size: 3.87vw;position: relative;top: 0vw;left: 0vw;letter-spacing: -0.07vw;margin-bottom: 6.4vw;}
.pritext a{ color: #639360; text-decoration: underline;}
input[type="checkbox"] {position: relative;width: 5.27vw;height: 5.37vw;vertical-align: 0.0vw;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;border: 1px solid #F09D00;background: #fff;top: 2.07vw;border-radius: 0.9vw;}
input[type="checkbox"]:checked:before {position: absolute;top: 0vw;left: 1.2vw;transform: rotate(43deg);height: 3.43vw;width: 1.8vw;border-right: 0.8vw solid #F09D00;border-bottom: 0.8vw solid #F09D00;content: '';}


.sp-fix-list {position: fixed;bottom: 0;width: 100vw;z-index: 996;display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;align-items: flex-end;}
.sp-fix-list li img{ height: 16.91vw;}
.sp-fix-list .tel2{}
.sp-fix-list .icon{}

h2.sub-title{ font-weight: bold; padding: 3vw 3vw 1vw; margin-bottom: 5vw; font-size: 5vw; letter-spacing: 0.3vw; text-align: center; border-bottom: solid #000 0.2vw;}

.seo_bread_list{/* width: 100%; */padding: 5.2vw 3.8vw 3.5vw 5.2vw;margin: 0 auto;font-size: 3.2vw;color: #666;line-height: 1.6;position: relative;}
/*.seo_bread_list{display: none;}*/
.seo_bread_list a {/* color: #B4AB9C; */}
.seo_bread_list .homeicon{width: 4.5vw;height: auto;position: relative;top: -0.3vw;}
.seo_bread_list .hmarr{width: 2.1vw;height: 2vw;margin: 0 1vw 0 0.8vw;position: relative;top: 1.4vw;z-index: 3;left: 0.1vw;}

.seo_bread_list li{ margin-right: 1.5vw; float: left;  }
.seo_bread_list li::after{ content: ">"; }
.seo_bread_list li:last-child::after{ content: none; } 
#panlistid {white-space: nowrap;overflow-x: auto;overflow-y: hidden;display: block;padding: 4.37vw 6vw 0.67vw 0;margin-left: 5.3vw;margin-bottom: 5.3vw;font-size: 2.93vw;display: none;}
#panlistid ul {display: inline-flex;/* align-items: center; *//* gap: 0.47vw; */padding: 0;margin: 0;list-style: none;}
#panlistid a.home {display: inline-block;text-decoration: none;color: #000;font-size: 3.2vw;}
#panlistid img.hmarr {}

/* 2カラムサイト---------------- */
#tow-cl #side{ display: none;}

.fit img { object-fit: cover; }
.wysiwyg img { width: auto !important; height: auto !important; }
html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none; overflow-x: hidden; }

*:focus { outline: none!important;}
a {-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;color: #333;}

body { -webkit-text-size-adjust: 100%; }
img {vertical-align: bottom;width: 100%;height: auto;}
a {text-decoration: none;color: #333;}
a:hover { text-decoration: underline; }
.nobd a:hover { text-decoration: none !important; }
.clearfix { zoom: 1; }
.clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }
#main{}
/* wysiwyg */
.wysiwyg {word-wrap: break-word;margin-bottom: 3.4vw;font-size: 3.6vw;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
.wysiwyg img { max-width: 100% !important; height: auto; }
.wysiwyg p {min-height: 3.73vw;min-width: 3vw;line-height: 1.7;font-size: 3.73vw;letter-spacing: 0.11vw;margin-bottom: 5vw;font-weight: 400;}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {color: #225333;font-weight: 500;text-align: left;}
.wysiwyg h1 { padding: 3vw; font-size: 4.2vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg h2 {padding: 1vw 4vw;font-size: 4.27vw;line-height: 1.66;margin: 0.2vw 0 3.4vw;letter-spacing: 0.24vw;}
.wysiwyg h3{font-size: 4.27vw;line-height: 1.6;font-weight: 700;letter-spacing: 0.16vw;margin-bottom: 3.2vw;position: relative;color: #225333;padding: 0.0vw 0 0 5.07vw;}
.wysiwyg h3::before{ content: ""; background: url(../images/privacy/icon01.svg)no-repeat top center; width: 3.2vw;height: 3.2vw;display: block;position: absolute;top: 1.6vw;left: 0; background-size: 100% auto;}
.wysiwyg h4 { padding: 0 0 3vw; font-size: 4vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg h5 { padding: 0 0 3vw; font-size: 3.6vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg h6 { padding: 3vw; font-size: 3.6vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg ul {list-style-type: disc;line-height: 1.6;margin: 0.2vw 0 3.2vw 2vw;}
.wysiwyg ol {list-style-type: decimal;line-height: 1.6;font-size: 3.6vw;margin: 0.2vw 0 4.2vw 7vw;}
.wysiwyg table{table-layout: fixed;margin-bottom: 8.0vw;border-collapse: separate!important;border-spacing: 0.53vw; }
.wysiwyg table th,
.wysiwyg table td {padding: 2.67vw;font-size: 3.73vw;letter-spacing: 0.11vw;line-height: 5.6vw;padding: 2.67vw 2.67vw!important;background: #fff;border-radius: 1.33vw;}
.wysiwyg table th{background: rgba(206, 223, 188, 0.5);font-weight: 400;text-align: left;border-radius: 1.33vw;color: #408040;}
.wysiwyg iframe{ height: 50vw !important; width: 100% !important; margin-bottom: 4vw!important; }
#gallery .vkfs button[type=submit] .vkfs_submit-text{}
/* img-block */
/* アンカーリンク調整 */
.hideAnchor { display: block; height: 0; overflow: hidden; text-indent: -9999px; margin-top: -2vw; padding-bottom: 2vw; }
/* スクロール縦 */
.scroll-y { box-sizing: border-box; overflow-y: scroll; transform: translateZ(0); }
/* リンク透明 */
a img:hover { -ms-filter: "alpha( opacity=80 )"; filter: alpha(opacity=80); opacity: 0.8; }
a:hover { text-decoration: none; }
/* リンク透明にしない */
.noop a img:hover { -ms-filter: "alpha( opacity=100 )"; filter: alpha(opacity=100); opacity: 1.0; }
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* <div class="ggmap">iframeのコピーしたコード</div> */
.sp-ggmap { position: relative; padding-bottom: 56.25%; padding-top: 5vw; height: 0; overflow: hidden; }
.sp-ggmap iframe, .sp-ggmap object, .sp-ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face { font-family: 'jp-sttl01';
/* お好きな名前にしましょう */
src: url("../font/.eot");
/* IE9以上用 */
src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
/* iOS, Android用 */
/* 念の為指定しておきます */
font-weight: normal;
/* 念の為指定しておきます */
font-style: normal; vertical-align: top; margin: 0px; padding: 0px; }
.myWebFontClass { font-family: 'jp-sttl01'; }
}
@media screen and (max-height: 450px) {
/* 高さ450px以下の場合 andoroidのフォーム対策 ストーカーバナー用　*/
.sp-fix-list{display: none;}
}

.wysiwyg h1 {background-color: #ED6B00;color: #fff;}
.wysiwyg h2 {background: #51CE3A;}
.wysiwyg h3 {
    border-left: 4px solid #ED6B00;
}
.wysiwyg h4 { border-bottom: 1px solid #000;}
.wysiwyg h5 { border-bottom: 1px dashed #000;}
.wysiwyg h6 {background-color: #DCE9EA;}


