@charset "UTF-8";

/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;	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 {	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;}
hr{ border: none;}
form button:hover{ cursor: pointer; cursor: hand; opacity: 0.8; }
 .wysiwyg  iframe{ max-width: 100%; }


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

/* 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: #ccc; 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: #fff; 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% ); max-width: 80px; width: 60%; }

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

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

   /* 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: "游ゴシック", "Yu Gothic", YuGothic, sans-serif; }


.f-en{ font-family: "Work Sans", sans-serif; font-optical-sizing: auto; }
.f-en02{font-family: "Asset", serif;}
.f-min{ font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Sawarabi Mincho","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.slick-dots li.slick-active button{background: #28343B;}
.clgr{ background: #E8E8E8;}

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

   .morebtn{display: block;text-align: center;}
   .morebtn a{display: block;width: 240px;height: 60px;font-weight: 500;font-size: 13px;letter-spacing: 0.65px;margin: 0 auto;padding: 20px 0 0 0px;position: relative;transition: all 0.3s ease-in-out;text-align: left;color: #fff;border-bottom: #707070 1px solid;}
   .morebtn a span.arr {display: inline-block;line-height: 1;width: 30px;height: 16px;background: #fff;border-radius: 10px;text-align: center;line-height: 0;padding-top: 5px;position: absolute;top: 22px;right: 0;transition: all 0.3s ease-in-out;}
   .morebtn a span.arr img{transition: all 0.3s ease-in-out;}
   .morebtn a:hover{text-decoration: none;}
   .morebtn a:hover span.arr{ background: #090909;}
   .morebtn a:hover span.arr img{ -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
   
   .morebtn2{display: block;text-align: center;}
   .morebtn2 a{display: block;width: 320px;height: 60px;font-weight: 500;font-size: 13px;letter-spacing: 0.65px;margin: 0 auto;padding: 20px 0 0 40px;position: relative;transition: all 0.3s ease-in-out;text-align: left;background: #1A1C1D;color: #fff;border-bottom: #707070 1px solid;}
   .morebtn2 a span.arr {display: inline-block;line-height: 1;width: 30px;height: 16px;background: #fff;border-radius: 10px;text-align: center;line-height: 0;padding-top: 5px;position: absolute;top: 22px;right: 39px;transition: all 0.3s ease-in-out;}
   .morebtn2 a span.arr img{transition: all 0.3s ease-in-out;}
   .morebtn2 a:hover{text-decoration: none; background: #fff; color: #000;}
   .morebtn2 a:hover span.arr{ background: #090909;}
   .morebtn2 a:hover span.arr img{ -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
   
   .more3 {display: block;width: 320px;height: 60px;font-weight: 500;font-size: 13px;letter-spacing: 0.65px;margin: 0 auto;padding: 20px 0 0 0px;position: relative;transition: all 0.3s ease-in-out;text-align: left;border-bottom: #707070 1px solid;}
   .more3 span.arr {display: inline-block;line-height: 1;width: 30px;height: 16px;background: #333;border-radius: 10px;text-align: center;line-height: 0;padding-top: 5px;position: absolute;top: 13px;right: 0;transition: all 0.3s ease-in-out;}
   .more3 span.arr img{ -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1);}

      
a span.arr{ }

.side-fix{/* display: none; */}

.system-pic{position: relative;overflow: hidden;}
.system-pic img{display: block;transition: transform 0.4s ease;transform: scale(1);transform-origin: center center;}
a:hover .system-pic img{transform: scale(1.05);}
.full-width { width: 100vw; position: relative; left: 50%;  right: 50%;  margin-left: -50vw;  margin-right: -50vw;}
/* bese */
body {padding-top: 80px;font-size: 16px;overflow-x: hidden;line-height: 1.6;letter-spacing: 0.8px;font-weight: 500;}

header{width: 100%;height: 80px;margin: 0px auto auto;position: absolute;top: 0;left: 0;transition: all 0.3s ease-in-out;z-index: 6;}
header div{margin: 0 auto;position: relative;height: 80px;}
header .h-logo{padding: 19px 0 0 70px;display: block;width: 260px;position: fixed;}
header ul.h-sns{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: 25px;right: 100px;}
header ul.h-sns li{margin-left: 40px;}
header ul.h-sns li a{color: #fff;font-size: 15px;font-weight: 400;letter-spacing: 0;}

#contentsend {
        margin: 0px auto 0px;
        position: relative;
        }
#contentsend h2 {text-align: center;margin-bottom: 48px;}
#contentsend h2 span{  }
#contentsend h2 img {  }
#contentsend .inner-Box { margin: 0 auto; position: relative; }
#contentsend .inner-Box ul.bottom-list {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;}
#contentsend .inner-Box ul li {position: relative;width: 33.33%;text-align: center;}
#contentsend .inner-Box ul li a {display: block;height: 240px; width: 100%; position: relative;}
#contentsend .inner-Box ul li a::before{content: "";background: #000;width: 100%;height: 240px;display: block;position: absolute;z-index: 2;transition: all 0.3s ease-in-out;}
#contentsend .inner-Box ul li a:hover::before{opacity: 0;}
#contentsend .inner-Box ul li:nth-child(1) a { background: url(../images/common/contentsend-photo01.png)no-repeat top center; background-size: cover; }
#contentsend .inner-Box ul li:nth-child(2) a { background: url(../images/common/contentsend-photo02.png)no-repeat top center; background-size: cover; }
#contentsend .inner-Box ul li:nth-child(3) a { background: url(../images/common/contentsend-photo03.png)no-repeat top center; background-size: cover; }
#contentsend .inner-Box ul li a:hover {  }
#contentsend .inner-Box figure.img {position: relative;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;}
#contentsend .inner-Box figure.img img{  }
#contentsend .inner-Box span.arr { position: absolute; bottom: 20px; right: 20px; display: block; line-height: 1; width: 30px; height: 16px; background: #fff; border-radius: 10px; line-height: 1; }
#contentsend .inner-Box span.arr img {position: relative;top: -5px;}
#contentsend .inner-Box2 {margin: 0 auto;position: relative;background: #fff;text-align: center;padding: 90px 0 56px;}
#contentsend .inner-Box2 p.tel {position: relative;top: 0;left: 0;margin-bottom: 17px;}
#contentsend .inner-Box2 p.timetext {font-size: 14px;line-height: 1.75;font-weight: 500;letter-spacing: 0px;margin-bottom: 30px;position: relative;}

#fix-header{background: #fff;position: fixed;width: 100%;height: 40px;z-index: 10;top: -40px;transition: all 0.3s ease-in-out;}
#fix-header.acv{ top: 0;}
#fix-header .h-logo{padding: 0px 0 0 20px;}
#fix-header .h-logo img{ width: 130px; height: auto;}
#fix-header .h-img{position: absolute;bottom: 0;right: 515px;}

#fix-header .h-btn{position: absolute;top: 0px;right: 480px;}
#fix-header .h-btn2{position: absolute;top: 0px;right: 280px;}
#fix-header .h-btn3{position: absolute;top: 0px;right: 80px;}


#fixnavi{right: 30px;position: relative;}

#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: 0px 3px 20px #00000029;}
#pullnavi .inbox{width: 100%;min-width: 1280px;height: 70px;margin: 0px auto 20px auto;padding-top: 14px;position: relative;}

   .pc-menu{position: fixed;top: 0;right: 0;z-index: 999;}
   .pc-menu:hover{ opacity: 0.8; cursor: pointer; cursor: hand;}

   .side-fix{position: fixed;top: 110px;right: 0;z-index: 10;width: 46px;}
   .side-fix ul{ 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;}
   .side-fix ul li{ margin-bottom: 1px;}
   .fix-pagetop{position: fixed;bottom: 0;right: 0;}
   #pc-menu-open{display: none;background: #1A1C1D;background-size: cover;width: 100vw;height: 100vh;position: fixed;top: 0;z-index: 10000;overflow-y: scroll;}
   #pc-menu-open .open-close-01{position: absolute;top: 0;right: 0;}
   #pc-menu-open .bn-list{width: 34.5%;float: left;margin-left: 6.8%;}
   #pc-menu-open .bn-list li{margin-bottom: 16px;}
   #pc-menu-open .bn-list li img{ width: 100%; }
   #pc-menu-open .f-logo{padding: 30px 0 0 40px;margin-bottom: 77px;}
   #pc-menu-open .f-logo img{width: 320px;}
   #pc-menu-open .footer-Box a{color: #fff;}
   #pc-menu-open .f-link-Box{margin-bottom: 159px;width: 49.9%;float: left;margin-left: 8.7%;}
   #pc-menu-open .f-link-Box .parent{ font-size: 14px; color: #fff; }
   #pc-menu-open .f-link-Box .child{ font-size: 14px;}
   #pc-menu-open .f-link-Box a::before{padding-right: 4px;}
   #pc-menu-open .f-link-Box .fficon a::before{content: "";margin-right: 9px;}
   /*footer .f-link-Box li::before{ content: "> "; }*/
   #pc-menu-open .f-link-Box ul{margin-bottom: 53px;}
   #pc-menu-open .f-link-Box li{margin-bottom: 9.3px;font-size: 14px;font-weight: 400;letter-spacing: 0px;margin-right: -20px;}
   #pc-menu-open .f-link-Box li a{display: block;margin-bottom: 8px;}
   #pc-menu-open .f-link-Box li span{font-weight: 400;display: block;font-size: 12px;letter-spacing: 0px;margin-bottom: 27px;color: #fff;}
   #pc-menu-open .f-link-Box .mmb1{margin-bottom: 268px;}
   #pc-menu-open .f-link-Box .mmb2{margin-bottom: 77px;}

   #pc-menu-open .f-link-Box li a.blank::after{ content: ""; background: url(../images/common/blank.svg)no-repeat; width: 15px; height: 13px; display: inline-block; position: relative; left: 6px; top: 1px; }

   #pc-menu-open .f-link-l{float: left;width: 29.2%;position: relative;top: -5px;}
   #pc-menu-open .f-link-l2{float: left;width: 38.7%;position: relative;top: -5px;}
   #pc-menu-open .f-link-l3{float: left;width: 32.1%;position: relative;top: -5px;}
   #pc-menu-open .f-link-l4{float: left;width: 19%;position: relative;top: -5px;}
   
   #pc-menu-open .f-link-l4 li:nth-child(2){ margin-bottom: 55px; }




   .open-main-Box{max-width: 1430px;padding: 0 20px;margin: 0 auto;}

   footer{width: 100%;background: #1A1C1D;padding: 61px 40px 40px;line-height: 1.6;color: #fff;position: relative;}
   footer a{ color: #fff;}
   footer .footer-Box{margin: 0 auto -13px;font-size: 16px;color: #fff;position: relative;max-width: 1603px;padding: 0 0px 71px 0px;}
   footer .footer-Box a{color: #fff;}
   footer .f-link-Box{margin-bottom: 159px;width: 74%;float: left;}
   footer .f-link-Box .parent{ font-size: 14px; color: #fff; }
   footer .f-link-Box .child{ font-size: 14px;}
   footer .f-link-Box a::before{padding-right: 4px;}
   footer .f-link-Box .fficon a::before{content: "";margin-right: 9px;}
   /*footer .f-link-Box li::before{ content: "> "; }*/
   footer .f-link-Box ul{margin-bottom: 53px;}
   footer .f-link-Box li{margin-bottom: 9.3px;font-size: 14px;font-weight: 400;letter-spacing: 0px;}
   footer .f-link-Box li a{display: block;margin-bottom: 8px;}
   footer .f-link-Box li span{font-weight: 400;display: block;font-size: 12px;letter-spacing: 0px;margin-bottom: 27px;}

   footer .f-link-Box li a.blank::after{ content: ""; background: url(../images/common/blank.svg)no-repeat; width: 15px; height: 13px; display: inline-block; position: relative; left: 6px; top: 1px; }

   footer .f-link-l{float: left;width: 20.4%;position: relative;top: -5px;}
   footer .f-link-l2{float: left;width: 25.8%;position: relative;top: -5px;}
   footer .f-link-l3{float: left;width: 28.7%;position: relative;top: -5px;}
   footer .f-link-l4{float: left;width: 19%;position: relative;top: -5px;}
   
   footer .f-link-l4 li:nth-child(2){ margin-bottom: 55px; }
   footer .page-top{position: absolute;top: -61px;right: 2px;}
   footer .f-con-Box{text-align: right;padding-top: 240px;width: 26%;float: left;}
   footer .f-con-Box .f-logo{margin-bottom: 27px;}
   footer .f-con-Box .fttext{margin-bottom: 35px;font-size: 13px;letter-spacing: 0.65px;font-weight: 400;line-height: 1.99;}
   footer .pagetop{position: fixed;bottom: 14px;right: 15px;}
   footer .f-con-Box ul.h-sns{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; justify-content: flex-end;}
   footer .f-con-Box ul.h-sns li{margin-left: 40px;}
   footer .f-con-Box ul.h-sns li a{color: #fff;font-size: 15px;font-weight: 400;letter-spacing: 0;}


   footer .copyright{font-size: 12px;font-weight: 400;display: block;letter-spacing: 0px;position: absolute;bottom: 102px;line-height: 2.17;left: 0;color: #5B5E62;text-align: left;}
   footer .copyright a{ color: #5B5E62;}
   /* common */
   
   /* 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;}*/
   /* 1カラムサイト */
   /*#one-cl{ }*/
   

   .main-title{width: 100%;padding: 28px 0 25px;text-align: center;margin-bottom: 0px;background: #1A1C1D;color: #fff;}
   .main-title .en {display: none;}
   .main-title .jp {display: block;font-size: 24px;font-weight: 400;letter-spacing: 3px;}
   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: 1200px; margin: 0 auto 20px; }
   .seo_bread_list li{ margin-right: 20px; float: left;  }
   .seo_bread_list li::after{ content: " >"; }
   .seo_bread_list li:last-child::after{ content: ""; }
   
   /*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: #222222;}
   a:hover { text-decoration: underline; }
   .nobd a:hover { text-decoration: none !important; }
   
   /* 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-bottom: 30px;}
   .wysiwyg strong { font-weight: bolder; }
   .wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
   .wysiwyg img {max-width: 100% !important;width: auto!important;height: auto!important;!importan;!importa;!import;!impor;!impo;!impoe;!impo;!impoe;!impo;!imp;!im;!i;!;}
   .wysiwyg p { min-height: 15px; min-width: 10px; line-height: 1.6;}
   .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {color: #333;font-weight: bold;text-align: left!important;}
   .wysiwyg a{ color: #BF9C28;}
   .wysiwyg h1 { padding: 12px 24px; font-size: 24px; line-height: 1.6; margin: 10px 5px;}
   .wysiwyg h2 { padding: 12px; font-size: 22px; line-height: 1.6; margin: 10px 5px;}
   .wysiwyg h3 { padding: 5px 20px; font-size: 20px; line-height: 1.6; margin: 10px 5px;}
   .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: 10px 5px;}
   .wysiwyg ul { list-style-type: disc; line-height: 1.6; font-size: 16px; margin: 5px 0 10px 20px}
   .wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 16px; margin: 5px 0 10px 20px}
   .wysiwyg table{ table-layout: fixed;}
   .wysiwyg table th,
   .wysiwyg table td { border: 1px solid #999; padding: 10px; font-size: 16px; margin: 10px 5px;}
.wysiwyg iframe{ height: 500px !important; width: 800px !important; margin: 0 auto 40px; display: block;}
   
   /* リンク透明 
   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) {
   html { overflow: auto; }
   body { overflow: visible; }
   }

   @media screen and (min-width:768px) and ( max-width:1300px) {
#pc-menu-open .bn-list{margin-left: 3%;}
#pc-menu-open .f-link-Box{width: 54.9%;float: left;margin-left: 3.7%;}

   }
   

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

.none-sp{
   display: none;
}
   
   .morebtn{display: block;text-align: center;}
   .morebtn a{display: block;height: 14.49vw;font-weight: 500;font-size: 3.14vw;letter-spacing: 0.16vw;margin: 0 16vw;padding: 5.23vw 0 0 0.0vw;position: relative;transition: all 0.3s ease-in-out;text-align: left;border-bottom: #707070 0.24vw solid;}
   .morebtn a span.arr {display: inline-block;line-height: 1;width: 7.25vw;height: 3.86vw;background: #000;border-radius: 2.42vw;text-align: center;line-height: 0;padding: 1.21vw 2vw 0 2.2vw;position: absolute;top: 5.61vw;right: -2vw;transition: all 0.3s ease-in-out;}
   .morebtn a span.arr img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
   
   .morebtn2{display: block;text-align: center;}
   .morebtn2 a{display: block;height: 14.49vw;font-weight: 500;font-size: 3.14vw;letter-spacing: 0.16vw;margin: 0 11.3vw;padding: 4.83vw 0 0 9.66vw;position: relative;transition: all 0.3s ease-in-out;text-align: left;background: #1A1C1D;color: #fff;border-bottom: #707070 0.24vw solid;}
   .morebtn2 a span.arr {display: inline-block;line-height: 1;width: 7.25vw;height: 3.86vw;background: #fff;border-radius: 2.42vw;text-align: center;line-height: 0;padding: 1.21vw 2.4vw 0 1.8vw;position: absolute;top: 5.31vw;right: 9.42vw;transition: all 0.3s ease-in-out;}
   .morebtn2 a span.arr img{transition: all 0.3s ease-in-out;}
   
   .more3 {display: block;height: 14.49vw;font-weight: 500;font-size: 3.14vw;letter-spacing: 0.16vw;margin: 0 4vw;padding: 4.83vw 0 0 0.0vw;position: relative;transition: all 0.3s ease-in-out;text-align: left;border-bottom: #707070 0.24vw solid;}
   .more3 span.arr {display: inline-block;line-height: 1;width: 7.25vw;height: 3.86vw;background: #333;border-radius: 2.42vw;text-align: center;line-height: 0;padding: 1.11vw 2vw 0 2vw;position: absolute;top: 3.64vw;right: 0;transition: all 0.3s ease-in-out;}
   .more3 span.arr img{ -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
   

.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: 3.6vw;line-height: 1.6;}
.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; }
#pc-menu-open{ display: none; }
#g-nav{ display: none; }

.sp-header{height: 10.5vw;}
.sp-header .h-logo{padding: 4.1vw 0 0 2.9vw;position: fixed;z-index: 4;}
.sp-header .h-logo img {height: 6.4vw;width: auto;}
.sp-header .h-menu {position: fixed;top: 0;right: 0;z-index: 997;}
.sp-header .h-menu img {height: 14.4vw;width: auto;}

#fix-header{ display: none; }
nav#sp-global-nav a{ color: #fff;}
nav#sp-global-nav {font-size: 3.8vw;z-index: 999;position: fixed;top: 0;width: 100vw;height: 100vh;display: none;background: #1A1C1D;background-size: cover;box-sizing: border-box;overflow: scroll;color: #fff;}
nav#sp-global-nav .h-logo {padding: 4.7vw 0 0 2.9vw;margin-bottom: 11.7vw;}
nav#sp-global-nav .h-logo img {height: 7.85vw;width: auto;}
nav#sp-global-nav .open-close-01 {position: fixed;top: 0;right: 0;z-index: 998;}
nav#sp-global-nav .open-close-01 img {height: 14.5vw;width: auto;}
nav#sp-global-nav .bn-list{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: 0 0 6.6vw 2.9vw;}
nav#sp-global-nav .bn-list li{width: 30.3vw;margin-right: 1.6vw;margin-bottom: 2.9vw;}
nav#sp-global-nav .bn-list li:nth-child(4) { width: 44.1vw; }
nav#sp-global-nav .bn-list li:nth-child(5) { width: 44.1vw; }

nav#sp-global-nav .open-left{width: 50%;float: left;padding: 0 2.6vw 0 3.9vw;margin-bottom: 9.2vw;}
nav#sp-global-nav .open-right{width: 50%;float: left;padding: 0 4.2vw 0 2.1vw;}
nav#sp-global-nav .f-link-l{}
nav#sp-global-nav .f-link-l li{ margin-bottom: 2vw; }
nav#sp-global-nav .f-link-l li span{color: #fff;font-size: 2.90vw;font-weight: 300;letter-spacing: 0;display: block;border-bottom: 1px solid #D9D9D9;padding-bottom: 3.1vw;margin-bottom: 5vw;}
nav#sp-global-nav .f-link-l li a{color: #fff;display: block;position: relative;font-size: 3.38vw;line-height: 1.71;border-bottom: #444444 1px solid;padding-bottom: 5.1vw;margin-bottom: 5vw;padding-right: 1vw;}
nav#sp-global-nav .f-link-l li a::before{ content: ">"; position: absolute; right: 0; top: 0;}
nav#sp-global-nav .mmb1{ margin-bottom: 13.2vw!important; }

nav#sp-global-nav li a.blank::after{ content: ""; background: url(../images/common/blank.svg)no-repeat; width: 3.62vw; height: 3.14vw; display: inline-block; position: relative; left: 1.45vw; top: 0.24vw;  background-size: 100% auto;}


nav#sp-global-nav .f-home-link{margin-bottom: 18vw;}
nav#sp-global-nav .f-home-link a{font-size: 5.31vw;letter-spacing: 0;font-weight: 300;display: block;position: relative;background-size: 100% auto;padding: 3.8vw 5.2vw 4.7vw 5.2vw;color: #fff;border-bottom: #D9D9D9 1px solid;}
nav#sp-global-nav .f-home-link a::before{}

nav#sp-global-nav .f-con-Box{margin-bottom: 42vw;padding-top: 14vw;text-align: center;}
nav#sp-global-nav .f-con-Box .f-logo{
    margin: 0 23.2vw 5vw 23.6vw;
}
nav#sp-global-nav .f-con-Box .fttext{margin-bottom: 4.45vw;font-size: 3.38vw;letter-spacing: 0vw;font-weight: 400;line-height: 1.89;}
nav#sp-global-nav .pagetop{position: fixed;bottom: 3.38vw;right: 3.62vw;}
nav#sp-global-nav .f-con-Box ul.h-sns{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-left: 20.4vw;}

nav#sp-global-nav .f-con-Box ul.h-sns li{margin-right: 7.16vw;width: 5.9vw;}
nav#sp-global-nav .f-con-Box ul.h-sns li a{color: #fff;font-size: 3.62vw;font-weight: 400;letter-spacing: 0;}


nav#sp-global-nav .f-con-Box ul.h-sns li:nth-child(2){
        width: 8.454vw;
        position: relative;
}


.side-fix{ display: none!important; }
.sp-fix-list { position: fixed; bottom: 0; width: 100%; 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 .tel {  }
.sp-fix-list .icon { }


.pagetop{ display: none;}

.sp-page-top a {text-align: center;display: block;padding: 5vw 0 5vw;}
.sp-page-top a img {width: 14.5vw;height: auto;}

#contentsend {margin: 0 auto 11.5vw;position: relative;}
#contentsend h2 {text-align: center;margin: 0 8.6vw 11.59vw;}
#contentsend h2 span{  }
#contentsend h2 img {  }
#contentsend .inner-Box {position: relative;}
#contentsend .inner-Box ul.bottom-list {}
#contentsend .inner-Box ul li {position: relative;width: 100%;text-align: center;}
#contentsend .inner-Box ul li a {display: block;position: relative;}
#contentsend .inner-Box ul li a:hover {  }
#contentsend .inner-Box figure.img {}
#contentsend .inner-Box figure.img img{  }
#contentsend .inner-Box span.arr { display: none; }
#contentsend .inner-Box2 {margin: 0 11.4vw;position: relative;background: #fff;text-align: center;padding: 15.04vw 0 0;}
#contentsend .inner-Box2 p.tel {position: relative;top: 0;left: 0;margin-bottom: 4.11vw;}
#contentsend .inner-Box2 p.timetext {font-size: 3.38vw;line-height: 1.75;font-weight: 500;letter-spacing: 0.0vw;margin-bottom: 7.25vw;position: relative;}

.sp-page-top{position: absolute;top: -5vw;right: 0;}
.page-top{ display: none; }


.open-main-Box{margin: 0 4vw;}



footer{width: 100%;background: #1A1C1D;padding: 14.56vw 22.26vw 41.66vw 5.26vw;line-height: 1.6;color: #fff;position: relative;background-size: 100% auto;}
footer a{ color: #fff;}
footer .f-con-Box{ margin-bottom: 22vw; }
footer .f-con-Box .f-logo{margin-bottom: 4.62vw;margin-right: 19vw;}
footer .f-con-Box .fttext{margin-bottom: 5.45vw;font-size: 3.14vw;letter-spacing: 0.16vw;font-weight: 400;line-height: 1.99;}
footer .pagetop{position: fixed;bottom: 3.38vw;right: 3.62vw;}
footer .f-con-Box ul.h-sns{ 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; }
footer .f-con-Box ul.h-sns li{margin-right: 7.16vw;width: 5.9vw;}
footer .f-con-Box ul.h-sns li a{color: #fff;font-size: 3.62vw;font-weight: 400;letter-spacing: 0;}

footer .f-con-Box ul.h-sns li:nth-child(2){
        width: 8.454vw;
        position: relative;
}

footer .copyright{font-size: 2.42vw;font-weight: 400;display: block;letter-spacing: 0.0vw;position: relative;line-height: 2;left: 0;color: #5B5E62;text-align: left;margin-right: -20vw;}
footer .copyright a{ color: #5B5E62;}

.main-title{width: 100%;text-align: center;margin-top: 3.9vw;margin-bottom: 0;padding: 6.1vw 0 5vw;background: #1A1C1D;color: #fff;}
.main-title .en {display: none;}
.main-title .jp {display: block;font-size: 4.83vw;letter-spacing: 0.24vw;font-weight: 400;}

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: 2vw 1.3vw 3.5vw;margin: 0 auto;font-size: 2.90vw;color: #666;line-height: 1.6;display: none;}
/*.seo_bread_list{display: none;}*/
 .seo_bread_list a { color: #666;}
.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; } 

/* 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; }
/* WEB FONTs 游ゴシックかすれ予防*/

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

body { -webkit-text-size-adjust: 100%; }
img {vertical-align: bottom;width: 100%;height: auto;}
a { text-decoration: none; color: #090909; }
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: "."; }

/* wysiwyg */
.wysiwyg {word-wrap: break-word;margin-bottom: 5vw;font-size: 3.6vw;margin-top: 4vw;}
.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: 3vw;min-width: 3vw;line-height: 1.6;margin-bottom: 5vw;}
.wysiwyg a{ color: #BF9C28;}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 { color: #333; font-weight: bold; text-align: left;}
.wysiwyg h1 { padding: 3vw; font-size: 4.2vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg h2 {padding: 3vw;font-size: 4.2vw;line-height: 1.6;margin: 0.2vw 0 4.2vw;text-align: left!important;}
.wysiwyg h3 {font-size: 4.2vw;line-height: 1.6;padding: 1vw 2vw;margin: 0.2vw 0 4.2vw;}
.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 4.2vw 8vw}
.wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 3.6vw; margin: 0.2vw 0 4.2vw 8vw}
.wysiwyg table {width: 100% !important;/* table-layout: fixed; */}
.wysiwyg table th,
.wysiwyg table td { border: 0.2vw solid #999; padding: 3vw; font-size: 3.6vw; margin: 0.2vw 0 4.2vw 8vw}
.wysiwyg iframe{ height: 50vw !important; width: 100% !important; margin-bottom: 4vw!important; }

#popupbanner{position: fixed;right: 2.25vw;bottom: 22.25vw;z-index: 10;width: 46vw;}
#popupbanner a{ }
#popupbanner a img{ width: 100%; height: auto;}
#popupbanner span{position: absolute;top: -3.4vw;right: -1vw;display: block;}

/* 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; }
/* リンク透明にしない */
.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: #707070;color: #fff;}
.wysiwyg h2 { border-top: 1px solid #333; border-bottom: 1px solid #333;}
.wysiwyg h3 {border-left: 6px solid #BF9C28;}
.wysiwyg h4 { border-bottom: 1px solid #000;}
.wysiwyg h5 { border-bottom: 1px dashed #000;}
.wysiwyg h6 {background-color: #EBEBDE;}


