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

 .f-gothic { font-family: "Noto Sans JP", sans-serif;}
 .f-pro{font-family: "Prompt", sans-serif;}
.f-robo{font-family: "Roboto Slab", serif;}
.wysiwyg ul,.wysiwyg ol{list-style-type:none!important;}
.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;}

.is-visible.anime-fadeInUp {
   animation: fadeInUp 500ms 
ease-out forwards;
}

.is-visible {
   opacity: 1;
}
h1,h2,h3,h4,h5,h6,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,main,small,span,strike,strong,sub,summary,sup,tt,table,tbody,textarea,tfoot,thead,time,tr,th,td,u,ul,var,video{margin:0;padding:0;border:0;font-weight:initial;font:inherit;vertical-align:baseline;background:transparent}

*:focus{outline:none}

html{overflow-y:scroll;font-size:62.5%;font-family:"Noto Sans JP", sans-serif;font-style:normal;transition:0.1s}

html figure{margin: 0px 0 0;}

@media screen and (min-width:1024px) and (max-width:1280px){html{font-size:calc(10 * (100vw / 1280))}

}

@media screen and (min-width:561px) and (max-width:768px){html{font-size:calc(10 * (100vw / 768))}

}

@media screen and (max-width:375px){html{font-size:calc(10 * (100vw / 375))}

}

body{width:100%;position:relative;overflow-x:hidden;background: #FFEE4A;}

body b,body strong{font-weight:700}

@media (max-width:767px){body{min-width:auto;width:auto}

}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}

.sp-only{display:none}

@media (max-width:767px){.sp-only{display:block}

}

.sp_tb-only{display:none}

@media (max-width:1023px){.sp_tb-only{display:block}

}

@media (max-width:767px){.pc-only{display:none}

}

img{vertical-align:bottom;max-width:100%;height:auto;border:none;image-rendering:-webkit-optimize-contrast}

a{color:#523E1E;text-decoration:none}

a:hover{text-decoration:none}

li{list-style:none}

#sp-menu{display:none}

#sp-menu__button{background:#523E1E;width: 11.6vw;height: 11.6vw;top: 2.5vw;right: 2.5vw;border-radius:50%;border:none;cursor:pointer;position:fixed;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;transition:0.5s;z-index:1000;margin:0;padding:0}

@media (min-width:768px) and (max-width:1023px){#sp-menu__button{width:7rem;height:7rem}

}

#sp-menu__button .item{height:1.5rem;position:relative;transition:all 0.5s}

#sp-menu__button .item:before,#sp-menu__button .item:after{content:"";width: 4.00vw;height: 0.25vw;background-color:#ffffff;position:absolute;left:50%;transform:translateX(-50%);transition:all 0.5s}

#sp-menu__button .item:before{top:0}

#sp-menu__button .item:after{bottom:0}

#sp-menu__button .item span{position:absolute;width: 4.00vw;height: 0.25vw;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#ffffff;transition:0.5s}

@media (max-width:1023px){#sp-menu{display:block}

}

.circle-bg{position:fixed;z-index:3;width:12rem;height:12rem;border-radius:50%;background:#FFEE4A;transform:scale(0);right:-6rem;top:-6rem;transition:all 0.5s}

@media (max-width:1023px){.sp-menu__inner{display:none}

}

body.menuactive{overflow:hidden;position:fixed;width:100%}

@media (max-width:1023px){body.menuactive #sp-menu{position:absolute;}

body.menuactive #sp-menu__button .item{width:5rem;height:5rem;position:relative}

body.menuactive #sp-menu__button .item:after,body.menuactive #sp-menu__button .item:before{content:"";position:absolute;left:50%;top:50%;background:#ffffff;border-radius:3rem;transform-origin:center}

body.menuactive #sp-menu__button .item:before{transform:translate(-50%, -50%) rotate(45deg)}

body.menuactive #sp-menu__button .item:after{transform:translate(-50%, -50%) rotate(-45deg)}

body.menuactive #sp-menu__button .item span{transform:translate(100%);opacity:0}

body.menuactive .sp-menu__inner{display:block;position:fixed;z-index:999;width:100%;height:100vh;overflow:auto;-webkit-overflow-scrolling:touch;left:0;top:0;padding:5rem 3rem;box-sizing:border-box}

body.menuactive .circle-bg{transform:scale(50)}

}

@media (min-width:768px) and (max-width:1023px){body.menuactive .sp-menu__inner{padding:5vw 10vw}

}

@media (max-width:1023px){.sp-menu{}

.sp-menu__nav-item{position:relative;border-bottom:dashed 1px #958707;padding:1.5rem 0;font-weight:700;font-size:max(1.6rem, 14px)}

.sp-menu__nav-item:not(:last-child){margin-bottom:0}

.sp-menu__nav-list{margin-bottom:4rem}

.sp-menu__sub-nav-list{margin:1.5rem 0 0.5rem;display:none}

.sp-menu__sub-nav-item{font-weight:400;font-size:max(1.4rem, 13px);padding-left:1em;position:relative}

.sp-menu__sub-nav-item::before{content:"-";position:absolute;left:0}

.sp-menu__sub-nav-item:not(:last-child){margin-bottom:1rem}

.sp-menu__sub-nav-item .sp-menu__nav-link{font-weight:500}

.sp-menu__nav-link{color:#523E1E;font-weight:700}

.sp-menu__button a{font-size:max(1.6rem, 14px) !important}

.sp-menu .nav-toggle{display:none}

.sp-menu .sp-menu__nav-label{cursor:pointer;display:block;position:relative;font-weight:700}

.sp-menu .toggle-icon{display:inline-block;width:12px;height:12px;position:absolute;top:50%;transform:translateY(-50%);right:1rem}

.sp-menu .toggle-icon::before,.sp-menu .toggle-icon::after{content:"";position:absolute;background-color:#523E1E;transition:transform 0.2s ease-in-out}

.sp-menu .toggle-icon::before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}

.sp-menu .toggle-icon::after{height:100%;width:2px;top:0;left:50%;transform:translateX(-50%)}

.sp-menu .nav-toggle:checked+.sp-menu__nav-label .toggle-icon::after{transform:translateX(-50%) rotate(90deg)}

.sp-menu .nav-toggle:checked~.sp-menu__sub-nav-list{display:block}

}

.header{width:100%;height: 9rem;position: relative;z-index:1}

.header__inner{padding:0 3rem;display:flex;justify-content:space-between}

@media (max-width:767px){.header__inner{padding:0}

}

.header__logo{margin-top:3rem}

@media (max-width:767px){.header__logo{width:22.5rem;margin-top:1.5rem;text-align:center}

}

.header__logo-img{width:20rem;margin-bottom:1rem}

@media (max-width:767px){.header__logo-img{width: 33vw;}

}

.header__logo-title{font-size:max(1.2rem, 11px);text-align:center;line-height:1.6;font-weight:700}

@media (max-width:767px){.header__logo-title{font-size:max(1.1rem, 11px);line-height:1.5}

}

.header__nav{display:flex;justify-content:flex-end;height:9rem}

@media (max-width:1023px){.header__nav{display:none}

}

.header__nav-list{display:flex;align-items:center}

.header__nav-link:hover{color:#FF6F24}

.header__nav-item{position:relative;line-height:1;font-size:max(1.5rem, 13px);font-weight:700;cursor:pointer}

.header__nav-item:not(:last-child){margin-right:3rem}

.header__nav-item:hover{color:#FF6F24}

.header__nav-item--arrow{position:relative;padding-right:1.5rem}

.header__nav-item--arrow::after{content:"";position:absolute;display:block;background:url("../images/common/icon-arrow-down.svg") no-repeat;width:8px;height:8px;right:0;top:50%;transform:translateY(-50%)}

.header__nav-item--arrow:hover{color:#523E1E}

.header__nav-item:hover .header__sub-nav-wrap{visibility:visible;opacity:1}

.header__nav-button{width:auto !important}

.header__nav-button a{padding:1.5rem 2rem;font-size:max(1.4rem, 12px)}

.header__sub-nav-wrap{visibility:hidden;opacity:0;position:absolute;list-style:none;padding-top:2rem;left:50%;transform:translateX(-50%);z-index:1000;transition:0.5s}

.header__sub-nav{background:#ffffff;padding:2.5rem;border-radius:2rem;width:23rem;box-shadow:0 8px 16px rgba(0, 0, 0, 0.2)}

.header__sub-nav-link:hover{color:#FD734A}

.header__sub-nav-item{font-size:max(1.4rem, 13px);line-height:1.5;font-weight:500;position:relative;padding-left:0.8em}

.header__sub-nav-item:not(:last-child){margin-bottom:1rem}

.header__sub-nav-item::before{content:"";position:absolute;top:1rem;left:0;border-radius:50%;width:4px;height:4px;background-color:#523E1E}



.footer{background-color:#523E1E;border-radius:10rem 0 0 0;z-index: 3;position: relative;}
@media (max-width:767px){.footer{border-radius:5rem 0 0 0}
}
.footer__inner{max-width:1200px;width:90vw;margin:auto;padding: 8.8rem 0 4rem;position: relative;}
@media (max-width:1023px){.footer__inner{width:84vw;padding:7rem 0 4rem}
}
.footer__content{display:flex;margin-bottom: 4.2rem;}
@media (max-width:1023px){.footer__content{flex-direction:column;margin-bottom:3rem}
}
.footer__cta-wrap{margin: 3rem 20.1rem 0 0;}
@media (max-width:1023px){.footer__cta-wrap{margin:0 0 4rem}
}
.footer__cta{background:#ffffff;border-radius:2rem;padding:3rem 3rem 4rem;position:relative}
.footer__cta-button .button__link{background-color:#FD734A;box-shadow:0 3px 0 0 #9f4227}
.footer__cta-text{color:#523E1E;text-align:center;line-height:1.8;margin-bottom:2rem;font-weight:700;font-size: 1.6rem;}
.footer__illust{position:absolute;top:-3.9rem;left: 50%;transform:translateX(-50%)}
.footer__illust-mask{position:relative;width:15.8rem;height:4rem;overflow:hidden}
.footer__illust-item{position:absolute;width:100%;height:100%;top:0;left:0}
.footer__copyright{font-family:"Prompt", sans-serif;color:#ffffff;font-size:max(1.2rem, 11px);display:block;text-align:right;letter-spacing: 0.06em;margin-right: 0.4rem;}
@media (max-width:767px){.footer__copyright{text-align:center}
}
.footer__nav{display:flex;justify-content:space-between;width: 35vw;margin-top: 38px;}
@media (max-width:767px){.footer__nav{flex-direction:column}
}
.footer__nav-list{width: calc((100% - 11rem)/3);position: relative;}
@media (max-width:767px){.footer__nav-list{width:100%}
.footer__nav-list:last-child .footer__nav-item{margin-bottom:0}
}
.footer__nav-item{color:#ffffff;font-weight:700;font-size:max(1.6rem, 14px);letter-spacing: 0.08rem;margin-bottom: 2.3rem;}
.footer__nav-item:not(:last-python script.footer__copyrightchild){margin-bottom:3rem}
@media (max-width:767px){.footer__nav-item{
   position:relative;border-bottom:dashed 1px #96938d;padding:1.5rem 0;font-size:max(1.5rem, 13px)}
.footer__nav-item:not(:last-child){margin-bottom:0}
}
.footer__sub-nav-list{margin-top: 1rem;}
@media (max-width:767px){.footer__sub-nav-list{margin:1.5rem 0 0.5rem;display:none}
}
.footer__sub-nav-item{font-weight:400;font-size:max(1.4rem, 13px);padding-left: 0.7em;position:relative;margin-right: -10px;}
.footer__sub-nav-item::before{content:"-";position:absolute;left:0}
.footer__sub-nav-item:not(:last-child){margin-bottom: 0.6rem;}
.footer__nav-link{color:#ffffff}
.footer__nav-link:hover{color:#FD734A}
@media (max-width:767px){.footer{}
.footer .nav-toggle{display:none}
.footer .footer__nav-label{cursor:pointer;display:block;position:relative}
.footer .toggle-icon{display:inline-block;width:12px;height:12px;position:absolute;top:50%;transform:translateY(-50%);right:1rem}
.footer .toggle-icon::before,.footer .toggle-icon::after{content:"";position:absolute;background-color:#fff;transition:transform 0.2s ease-in-out}
.footer .toggle-icon::before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}
.footer .toggle-icon::after{height:100%;width:2px;top:0;left:50%;transform:translateX(-50%)}
.footer .nav-toggle:checked+.footer__nav-label .toggle-icon::after{transform:translateX(-50%) rotate(90deg)}
.footer .nav-toggle:checked~.footer__sub-nav-list{display:block}
}

.button{width:32rem;max-width:100%;margin-left:auto;margin-right:auto}
.button__link{color:#ffffff;background:#523E1E;padding:1.8rem 0;border-radius:30px;box-shadow:0 3px 0 0 #281b07;font-weight:700;font-size:max(1.6rem, 14px);box-sizing:border-box;display:block;transition:0.3s ease;text-align:center;margin:auto;cursor:pointer}
.button__link:hover{ text-decoration: none; box-shadow:none;transform:translateY(3px);background:#FD734A;color:#ffffff}
@media (max-width:767px){.button__link{max-width:100%;padding:1.5rem}
}
.button__link:disabled{background:#ccc;pointer-events:none;color:#999}
.button-circle{display:flex;align-items:center;justify-content:flex-end;font-size:max(1.4rem, 12px);position:relative;transition:0.3s}
.button-circle__icon-wrap{position:relative;width:3rem;height:3rem;background-color:#523E1E;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-left:1rem;transition:transform 0.3s ease-in-out, background-color 0.3s ease;clip-path:circle(50%)}
.button-circle__icon{position:absolute;width:8px;height:8px;transition:transform 0.5s ease-in-out}
.button-circle__icon-wrap::before{content:"";position:absolute;width:8px;height:8px;left:-3rem;background-image:url("../images/common/icon-arrow.svg");background-size:contain;background-repeat:no-repeat;transition:left 0.5s ease-in-out}


@media screen and (min-width: 768px),print {
   /* bese */
   .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;}
   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: 50px;}
   .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;margin-bottom: 30px;}
   .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 { color: #333; font-weight: bold; text-align: left;}
   .wysiwyg h1 { padding: 12px 24px; font-size: 24px; line-height: 1.6; margin: 10px 5px;}
   .wysiwyg h2 {padding: 20px 12px 22px 68px;font-size: 2.5rem;line-height: 1.6;letter-spacing: 0.125rem;border-radius: 10px;margin-bottom: 20px;margin-top: 20px;position: relative;}
   .wysiwyg h2::before{content: "";width: 10px;height: 10px;display: block;border: 2px solid #523E1F;background: #FD734A;position: absolute;top: 33px;left: 32px;}
   .wysiwyg h3 {padding: 13px 20px;font-size: 20px;line-height: 1.6;margin: 10px 0px 29px 0px;border-radius: 10px;}
   .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;}
   

.wysiwyg ul,.wysiwyg ol{margin-bottom: 35px;margin-left: 33px; list-style-type:none!important;}
.wysiwyg ul li::marker{line-height: 0;position: relative;content: "";}
.wysiwyg ul li::before {content: "";display: block;width: 10px;height: 10px;background: #56C0EF;position: absolute;top: 8px;left: -17px;border: #523E1F 1px solid;}
.wysiwyg ul li { position: relative;}

.wysiwyg li{margin-bottom: 11px;font-size: 1.6rem;letter-spacing: 0.048rem;line-height: 1.7;font-weight: 400;}
.wysiwyg ol li::marker{font-size: 15px;}

.wysiwyg ol {list-style: none; /* デフォルトのマーカーを削除 */padding: 0;margin: 0 0 41px 17px;counter-reset: list-item; /* リスト番号をリセット */}
.wysiwyg ol > li {position: relative;padding-left: 23px; /* 数字とテキストの間隔 */margin-bottom: 13px; /* リスト間の余白 */counter-increment: list-item; /* カウンターをインクリメント */}
.wysiwyg ol > li::before {content: counter(list-item) "."; /* リスト番号を表示 */position: absolute;left: -4px; /* 左端に配置 */top: 47%;transform: translateY(-50%); /* 垂直中央揃え */  /* 背景色を指定 */ /* 文字色を白に */border-radius: 50%; /* 丸くする */width: 25px; /* マーカーの幅 */height: 25px; /* マーカーの高さ */display: flex;align-items: center;justify-content: center;font-size: 1.6rem; /* 数字のサイズ */letter-spacing: 0.064rem;color: #FD734A;font-weight: 700;}


   /* リンク透明 */
   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 (max-width: 767px) {

.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; font-family: sans-serif; -webkit-text-size-adjust: 100%;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; }


.seo_bread_list{width: 100%;padding: 2vw 2vw 3.5vw;margin: 0 auto;font-size: 2.25vw;letter-spacing: 0;color: #666;line-height: 1.6;}
/*.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; }

*: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;/* max-width: 100%; */height: auto;width: 100%;}
a {text-decoration: none;}
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;}
.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.92;font-size: 3.25vw;margin-bottom: 4vw;}
.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 {border-radius: 2vw;padding: 4.4vw 3vw 4.4vw 11.8vw;font-size: 3.75vw;line-height: 1.6;margin: 0.2vw 0 4.2vw;position: relative;}
.wysiwyg h2::before{content: "";width: 2.5vw;height: 2.5vw;display: block;border: 0.5vw solid #523E1F;background: #FD734A;position: absolute;top: 5.95vw;left: 4.4vw;}

.wysiwyg h3 {font-size: 3.25vw;line-height: 1.6;padding: 3.8vw 4vw;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 4vw;}
.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; }

.wysiwyg ul,.wysiwyg ol{margin-bottom: 7.9vw; list-style-type:none;}
.wysiwyg ul{list-style-type: none;}
.wysiwyg ul li{ position: relative;}
.wysiwyg ul li::marker{line-height: 0;content: "";display: none;list-style-type: none;}
.wysiwyg ul li::before{content: "";background: #56C0EF;position: absolute;display: block;width: 2.2vw;height: 2.2vw;top: 1.6vw;left: -3.2vw;border: 2.1px solid #523E1F;}
.wysiwyg li{margin-bottom: 3.8vw;padding-left: 2vw;font-size: 3.73vw;letter-spacing: 0.11vw;line-height: 1.6;}
.wysiwyg ol li::marker{ font-size: 3.9vw;}

.wysiwyg ol { list-style: none; /* デフォルトのマーカーを削除 */ padding: 0; margin: 0 0 10.93vw; counter-reset: list-item; /* リスト番号をリセット */counter-reset: list-item 1; }
.wysiwyg ol > li {position: relative;padding-left: 5.03vw; /* 数字とテキストの間隔 */margin-bottom: 3.47vw; /* リスト間の余白 */counter-increment: list-item; /* カウンターをインクリメント */}
.wysiwyg ol > li::before {font-family: "Zen Kaku Gothic Antique", sans-serif;content: counter(list-item) "."; /* リスト番号を表示 */position: absolute;left: -1.4vw; /* 左端に配置 */top: 47%;transform: translateY(-50%); /* 垂直中央揃え */  /* 背景色を指定 */ /* 文字色を白に */border-radius: 50%; /* 丸くする */width: 6.67vw; /* マーカーの幅 */height: 6.67vw; /* マーカーの高さ */display: flex;align-items: center;justify-content: center;font-size: 3.25vw; /* 数字のサイズ */font-weight: 700;color: #FD734A;}


/* 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: #dcdcdc;}
.wysiwyg h2 {
    background: #fff;
}
.wysiwyg h3 {
    background: #F1E046;
}
.wysiwyg h4 { border-bottom: 1px solid #000;}
.wysiwyg h5 { border-bottom: 1px dashed #000;}
.wysiwyg h6 { background-color: #eee; border: 1px dotted #999;}

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

.header__logo{background: #FFEE4A;height: 160px;width: 270px;padding: 0 66px 0 0px;border-radius: 0px 0px 50px 0px;position: relative;}
.header__logo::before{content: url(../images/common/h1arr.svg);position: absolute;top: 5.9rem;right: -3.9rem;}
.header__logo::after{content: url(../images/common/h1arr.svg);position: absolute;bottom: -4.2rem;left: 3rem;}

.morebtntop{ }
.morebtntop a{display: block;width: 350px;height: 64px;background: #523E1E;margin: 0 auto;border-radius: 60px;color: #fff;padding: 20px 0 0;text-align: center;}
.morebtntop a:hover{background:#FD734A; text-decoration: none;}


.main-title{margin: 0 6rem 2rem;background: url(../images/common/h1.jpg)center;height: 380px;text-align: center;border-radius: 4rem;}
.main-title .en{font-family: "Rammetto One", sans-serif;font-weight: normal;font-size: max(10rem, 80px);letter-spacing: 0;line-height: 1;text-align: center;margin-bottom: 1.7rem;color: #FFEE4A;-webkit-text-stroke: 4px #523E1E;display: block;padding: 133px 0 0;}
.main-title .en span.col1{ color: #56C0EF;}
.main-title .en span.col2{ color: #FD734A;}
.main-title .jp{font-size: 1.8rem;font-weight: bold;}

#end-contact{background: url(../images/common/end-back.jpg)no-repeat top center;color: #fff;text-align: center;border-radius: 0px 110px 0px 0px;height: 640px;margin-bottom: -100px;padding: 147px 0 0;z-index: 3;position: relative;}
#end-contact h2{font-family: "Noto Sans JP", sans-serif;font-weight: 500;font-size: 2.4rem;letter-spacing: 0.12rem;line-height: 1.75;margin-bottom: 41px;}
#end-contact { }

.morebtn{ }
.morebtn a{display: block;width: 520px;height: 80px;  box-shadow: 0 3px 0 0 #9f4227; margin: 0 auto;color: #fff;font-size: 1.8rem;letter-spacing: 0.09rem;font-family: "Noto Sans JP", sans-serif;background: #FD734A;border-radius: 60px;font-weight: 500;padding: 23px 0 0;transition: all 0.3s ease-in-out; position: relative; top: 0;}
.morebtn a:hover{ text-decoration: none; box-shadow: 0 0px 0 0 #9f4227; top: 3px;}

.nav-toggle{ display: none;}
.homelink{position: absolute;top: -51px;left: 0;letter-spacing: 0.08rem;}

#bottom-subnv{position: absolute;bottom: 42px;left: 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;}
#bottom-subnv li{margin-right: 2.6rem;}
#bottom-subnv li a{font-size: 1.3rem;color: #93897A;letter-spacing: 0.065rem;font-weight: 500;}
#bottom-subnv li a::before{content: "-";display: inline-block;margin-right: 5px;}


}
@media screen and (max-width: 767px) {
   .header{height: 18.8vw;z-index: 10;}
   .header__logo{padding: 0 5.8vw 0 0.0vw;border-radius: 0.0vw 0.0vw 9.5vw 0.0vw;position: relative;margin: 3.2vw 0 0 2.9vw;width: 37vw;}
   .header__logo .header__logo-title{font-size: 2.50vw;position: absolute;top: 2.2vw;line-height: 1.4;left: 34.7vw;width: 40vw;letter-spacing: 0.13vw;}

.main-title{margin: 0 2.5vw;background: url(../images/common/h1.jpg)center;height: 37.5vw;text-align: center;border-radius: 5vw;}
.main-title .en{font-family: "Rammetto One", sans-serif;font-weight: normal;font-size: 8.75vw;letter-spacing: 0;line-height: 1;text-align: center;margin-bottom: 1.7vw;color: #FFEE4A;-webkit-text-stroke: 0.5vw #523E1E;display: block;padding: 11.85vw 0 0;}
.main-title .en span.col1{ color: #56C0EF;}
.main-title .en span.col2{ color: #FD734A;}
.main-title .jp{font-size: 3.75vw;font-weight: bold;}
   
.main-title.n404{
    height: 110vw;
}

   #end-contact{background: url(../images/common/sp-end-back.jpg)no-repeat top center;color: #fff;text-align: center;border-radius: 0.0vw 12.5vw 0.0vw 0.0vw;margin-bottom: -12.5vw;padding: 20.75vw 0 46.2vw;background-size: 100% auto;z-index: 3;position: relative;display: none;}
   #end-contact h2{font-family: "Noto Sans JP", sans-serif;font-weight: 500;font-size: 4.50vw;letter-spacing: 0.23vw;line-height: 1.75;margin-bottom: 7.75vw;}
   #end-contact { }
   
   .morebtn{ }
   .morebtn a{display: block;width: 70vw;height: 14vw;box-shadow: 0 0.75vw 0 0 #9f4227;margin: 0 auto;color: #fff;font-size: 3.75vw;letter-spacing: 0.22vw;font-family: "Noto Sans JP", sans-serif;background: #FD734A;border-radius: 15.0vw;font-weight: 500;padding: 3.95vw 0 0;transition: all 0.3s ease-in-out;position: relative;top: 0;}
   .morebtn a:hover{ text-decoration: none; box-shadow: 0 0.0vw 0 0 #9f4227; top: 0.75vw;}
   
   .morebtntop{padding-bottom: 0vw;}
.morebtntop a{display: block;height: 14vw;background: #523E1E;margin: 0 12.3vw;border-radius: 15.0vw;color: #fff;padding: 4.3vw 0 0;font-size: 3.75vw;}
.morebtntop a:hover{background:#FD734A; text-decoration: none;}

   .nav-toggle{ display: none;}
   .homelink{position: relative;top: 0vw;left: 0;letter-spacing: 0.2vw;}
   
   .footer__nav{width: 100%;}

#bottom-subnv{position:relative;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: 2vw 0 7vw;}
#bottom-subnv li{margin-right: 1.6vw;}
#bottom-subnv li a{font-size: 2.50vw;color: #93897A;letter-spacing: 0.16vw;font-weight: 500;}
#bottom-subnv li a::before{content: "-";display: inline-block;margin-right: 1.21vw;}

#bottom-subnv2{position:relative;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: 2vw 0 7vw;}
#bottom-subnv2 li{margin-right: 1.6vw;}
#bottom-subnv2 li a{font-size: 2.50vw;color: #93897A;letter-spacing: 0.16vw;font-weight: 500;}
#bottom-subnv2 li a::before{content: "-";display: inline-block;margin-right: 1.21vw;}



.footer__nav-item{ margin-bottom: 0vw;}

}



