@charset "UTF-8";

.wpcf7-spinner{display: none!important;}

#topics .wysiwyg.news #toc_container,#topics .wysiwyg.blog #toc_container{display: none!important;}
.ajax-load-more-wrap.white .alm-load-more-btn{ background: none!important; border: none!important;}
#send_button,button{font-family: "Noto Sans JP", serif;font-optical-sizing: auto;font-style: normal!important;}

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

/* system-common */
.page-list {font-size: 2.2rem;margin: 50px 0 100px;text-align: center;line-height: 1;}
.page-list .page{width: 40px;height: 40px;background: #ED6B00;display: inline-block;padding:  0 0;margin: 0 12px;color: #fff;border-radius: 10px;}
.page-list .pvarr{position: relative; }
.page-list .nextarr{ position: relative;}
.page-list .page-numbers.current{width: 40px;height: 40px;background: url(../images/topics/pagenavi-acv.svg)no-repeat top center;display: inline-block;margin: 0 12px;}
.page-list .page-numbers{padding-top: 8px;}
.page-list .pvarr{position: relative;font-size: 1.8rem;font-weight: 500;margin-right: 35px;}
.page-list .nextarr{position: relative;font-size: 1.8rem;font-weight: 500;margin-left: 35px;}
.page-list .pvarr::before{content: "";width: 8px;height: 11px;display: inline-block;position: absolute;left: -15px;top: 10px;background: url(../images/topics/pagenavi-arr.svg) no-repeat center center;transition: all 0.3s ease-in-out;}
.page-list .nextarr::before{content: "";width: 8px;height: 11px;display: inline-block;position: absolute;right: -15px;top: 10px;background: url(../images/topics/pagenavi-arr.svg) no-repeat center center;transform: scale(-1, 1);transition: all 0.3s ease-in-out;}
.page-list a:hover .pvarr::before{ left: -20px;}
.page-list a:hover .nextarr::before{ right: -20px; }

.pagen{width: 100%;margin: 0 auto 90px auto;font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.page-navi {font-size: 1.8rem;display: flex;justify-content: center; /* ← 横方向の中央揃え */flex-wrap: wrap;}
.page-navi li {display: inline-block;font-size: 1.8rem;font-weight: 500;border-radius: 12px;}
.page-navi li.active { background: #ccc; }
.page-navi a {padding: 12px 48px;display: inline-block;position: relative;background: #ED6B00;border-radius: 10px;}
.page-navi .fast {margin-right: 77px;}
.page-navi .last {margin-left: 79px;}

.page-navi .fast a{color: #fff; background: #000;}
.page-navi .last a{color: #fff; background: #000;}

.page-navi .fast a::before{content: "";width: 8px;height: 11px;display: inline-block;position: absolute;left: -9px;top: 26px;background: url(../images/topics/pagenavi-arr.svg) no-repeat center center;transition: all 0.3s ease-in-out;}
.page-navi .last a::before{content: "";width: 8px;height: 11px;display: inline-block;position: absolute;right: -8px;top: 26px;background: url(../images/topics/pagenavi-arr.svg) no-repeat center center;transform: scale(-1, 1);transition: all 0.3s ease-in-out;}
.page-navi .fast a:hover::before{ left: -20px;}
.page-navi .last a:hover::before{ right: -20px; }

.pagen .list{ float: right; }
.pagen .list a{ margin: 0 auto; color: #fff; padding: 7px 30px; font-size: 16px; text-align: center; display: inline-block; background: #000; }
.pagen .list a:hover{ background: #666; text-decoration: none; }
.btnArea { text-align: center; margin: 50px 0 20px; padding: 0; }
.btnArea a{ font-weight: bold; margin: 0 auto; color: #fff; padding: 20px 50px; font-size: 16px; text-align: center; display: block; background: #000; letter-spacing: 1px; width: 60%;}
.btnArea a:hover{ background: #666; text-decoration: none; }
.btnArea-s { text-align: center;}
.btnArea-s a{ font-weight: bold; margin: 0 auto; color: #fff; padding: 10px 50px; font-size: 16px; text-align: center; display: inline-block; background: #000; letter-spacing: 1px;}
.btnArea-s a:hover{ background: #666; text-decoration: none; }
.btnArea-s::after{  content: ''; display: block; margin-bottom: 100px;}
.borderwrap{ margin-bottom: 40px;}
.borderwrap h3{font-size: 2.8rem;font-weight: bold;margin-bottom: 20px;padding-bottom: 15px;border-bottom: 1px #ccc solid;line-height: 1.6;}
.borderwrap p{ font-size: 16px; line-height: 1.8;}
.taxttl{text-align: center;font-size: 1.8rem;margin-bottom: 30px;font-weight: 500;padding: 20px 0;}

.systemtab-list {margin-bottom: 110px;display: flex;flex-wrap: wrap;line-height: 24px;}
.systemtab-list li{flex-basis: 100%;display: flex;border: #ccc 1px solid;margin-bottom: -4px;}
.systemtab-list li .systemtab-list-ttl{flex-basis: 24.3%;padding: 17px;background: #37434E;border-right: 1px solid #E0E0E0;color: #fff;text-align: center;}
.systemtab-list li p{flex-basis: 76%;padding: 17px 32px;background: #fff;letter-spacing: 1.12px;}
.systemtab-list li:nth-of-type(2n) {}
.other-ttl{text-align: center;border-bottom: 1px dotted #333;padding-bottom: 20px;margin-bottom: 30px;}

#search-area{ background: #f8f8f8; border: #ccc solid 1px; padding: 40px; margin-bottom: 30px; }
#search-area .works-search{width: 400px!important;height:50px;padding-top: 5px!important;overflow: hidden;display: block;margin: 0 auto;border: 0;background: #333;color: #fff;font-size: 18px;border-radius: 10px;}
#search-area .sh-ttl{ font-size: 16px; line-height: 1.6; letter-spacing: 0.8px; font-weight: 500; border-bottom: 1px dotted; padding-bottom: 10px; margin-bottom: 20px; }
#search-area .shbox{ margin-bottom: 30px; }

p.sub-title1{font-size: 24px; position: absolute; top: 10px;left: 0;}
p.sub-title1 .span1{font-size: 14px; position: absolute; left: 40px; top: -15px}
p.sub-title1 .span2{font-size: 40px; position: absolute; left: 100px; top: -15px}
.catebox{  width: 1100px;margin: 0 auto;position: relative;}
.serchcategory1{    position: relative; margin-left: 172px;}
.serchcategory1 .icon {width: 150px; display: inline-block; margin-bottom: 15px; margin-right: 30px; font-size: 18px; font-weight: bold; text-align: center; padding: 10px 10px; position: relative; color: #fff;}
.serchcategory1 .icon:after{ content: ""; width: 20px; height: 20px; background: url(../images/common/category-icon.png) no-repeat right top; position: absolute; right: -13px; top: 35px; z-index: 1}

.cate-list { background: #f8f8f8; margin-bottom: 20px; padding: 20px; }
.cate-list .cate-ttl{border-bottom: 1px dotted #333;padding-bottom: 10px;margin-bottom: 20px;font-size: 22px;font-weight: 700;}
.cate-list span{ display: inline-block; margin-right: 20px; }
.cate-list span a{display: inline-block;  padding: 10px 20px; color: #fff; }
.cate-list span a:hover{ text-decoration: none; }
.tag-list { background: #f8f8f8; margin-bottom: 20px; padding: 20px; }
.tag-list .tag-ttl{border-bottom: 1px dotted #333;padding-bottom: 10px;margin-bottom: 20px;font-size: 22px;font-weight: 700;}
.tag-list span{ display: inline-block; margin-right: 20px; }
.tag-list span a{display: inline-block;  padding: 10px 20px; border: 1px solid #333; }
.tag-list span a:hover{ text-decoration: none; }

.system-contents{}
.system-contents iframe{ width: 100%; height: 400px; }
.system-contents .mapbox{  }
.system-contents .mapbox .mapttl{ margin-top: 30px; }
.system-contents .mapbox iframe{ width: 100%; height: 400px; }
.system-tblbox { margin-top: 40px; }
.system-tblbox tr td:nth-child(1){ width: 15%; background: #f8f8f8; font-size: 16px; font-weight: 700;  }
.system-tblbox tr td:nth-child(2){ width: 35%; background: #fff; font-size: 16px;  }
.system-tblbox tr td:nth-child(3){ width: 15%; background: #f8f8f8; font-size: 16px; font-weight: 700;  }
.system-tblbox tr td:nth-child(4){ width: 35%; background: #fff; font-size: 16px;  }


/* business -------------------------------------*/
#business .aclink{display: block; padding-top: 150px; margin-top: -150px;}
#business .businessbox{  width: 1200px; margin: 0 auto;}
#business .businessbox h2{font-size: 2.4rem;font-weight: 900;background: #ED6B01;color: #fff;padding: 10px 20px;margin-bottom: 40px;}

#business .businessbox ul{ margin-bottom: 70px;}
#business .businessbox ul li{box-shadow: 0px 3px 6px #00000029;border-radius: 10px;width: 100%;margin-bottom: 40px;padding: 40px;}
#business .businessbox ul li .photo{ width: 400px; height: 300px; float: left; }
#business .businessbox ul li .photo img{ width: 100%; height: 300px; }

#business .businessbox ul li .textbox{padding: 40px 0px 40px 30px;width: 700px;float: left;}
#business .businessbox ul li .textbox h3{ font-size: 2.9rem; font-weight: 900; margin-bottom: 10px; }
#business .businessbox ul li .textbox .systext{ font-size: 1.6rem; margin-bottom: 30px; }
#business .businessbox ul li .textbox .dlbtn a{ margin: 0; }

/* topics -------------------------------------*/
#works .cate-box{width: 960px;margin: 0 auto 80px;}
#works .cate-box .cate-in-box {padding: 23px 20px 20px 120px;border-radius: 20px 20px 20px 20px;background: #fff;box-shadow: 0px 3px 6px #00000029;margin-bottom: 13px;position: relative;}
#works .cate-box .cate-in-box .catttl{font-size: 1.6rem;font-weight: bold;position: absolute;top: 26px;left: 20px;}
#works .cate-box 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; }
#works .cate-box ul li{margin: 0 10px 5px 0px;}
#works .cate-box ul li a{display: inline-block;border: #DCE9EA 1px solid;border-radius: 30px;padding: 5px 17px; transition: all 0.3s ease-in-out;}
#works .cate-box ul li a:hover,#works .cate-box ul li.acv a{ background: #DCE9EA;}

#works  ul.system-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 auto 90px;width: 1200px;}
#works  ul.system-list li {position: relative;width: 23.4%;margin-right: 2.1%;margin-bottom: 50px;}
#works  ul.system-list li:nth-child(4n) { margin-right: 0px; }
#works  ul.system-list li a {  }
#works  ul.system-list li .cate2{border: 1px solid #DCE9EA;border-radius: 30px;text-align: center;margin-bottom: 10px;}
#works  ul.system-list li a:hover {  }
#works  ul.system-list figure.photo {border-radius: 10px;position: relative;top: 0;left: 0;overflow: hidden;margin-bottom: 15px;}
#works  ul.system-list figure.photo img{ width: 100%; height: 218px;transition: transform 0.3s ease; }
#works  ul.system-list li a:hover figure.photo img { transform: scale(1.05); /* 103%ズーム */ }
#works  ul.system-list p.cate {font-size: 1.6rem;line-height: 1.7;font-weight: 500;letter-spacing: 0rem;margin-bottom: 11px;position: relative;text-align: center;}
#works  ul.system-list p.cate span {  }
#works  ul.system-list h3 {font-size: 1.8rem;line-height: 1.44;font-weight: 700;letter-spacing: 0rem;margin-bottom: 15px;position: relative;border-bottom: 1px dotted #707070;padding-bottom: 14px;}
#works  ul.system-list li a span.more {display: block;line-height: 1;margin: 0 0 0 auto;position: relative;left: 0;transition: all 0.3s ease-in-out;width: 60px;}
#works  ul.system-list li a:hover span.more { left: -5px;}
#works  ul.system-list span.more img {  }

#works .system-contents{width: 1200px;margin: 0 auto;padding: 40px 0 0;}
#works .system-contents .system-ttl{ }
#works .system-contents .system-ttl{font-size: 2.8rem;font-weight: 900;margin-bottom: 20px;}
#works .system-contents .system-i-pic{margin-bottom: 30px;}
#works .system-contents .house-bx{width: 800px;margin: 0 auto 30px;background: #f8f8f8;border-radius: 20px;padding: 20px 40px;}
#works .system-contents .house-bx p{position: relative;font-size: 1.8rem;border-bottom: 1px dotted #ccc;padding: 0 0 5px 140px;margin-bottom: 5px;}
#works .system-contents .house-bx p span{position: absolute;top: 0;left: 0;font-weight: bold;}

#works .system-contents .point-box{border: 10px solid #51CE3A;padding: 20px;margin-bottom: 30px;}
#works .system-contents .point-box h3{text-align: center;font-size: 2.8rem;font-weight: 900;border-bottom: 1px dotted #ccc;margin-bottom: 20px;}
#works .system-contents .point-box p{ }
#works .system-contents .categset span{display: inline-block;border: 1px solid #DCE9EA;border-radius: 30px;padding: 0 20px;margin-right: 10px;}

#works .system-contents .system-gallery{margin: 0 auto -22px;position: relative;padding: 0px 0rem 0px 6rem;}
#works .system-contents .system-gallery h3{margin: 0 auto 30px;text-align: center;font-size: 3rem;font-weight: 900;}
#works .system-contents .system-gallery .gallery-list{width: 100%;margin-bottom: 50px;font-size: 1.6rem;line-height: 1.5;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;}
#works .system-contents .system-gallery li {display: flex;justify-content: center;align-items: tio;overflow: hidden;position: relative;box-sizing: border-box;margin-bottom: 77px;width: 31.5%;margin-right: 2.5%;}
#works .system-contents .system-gallery li p{font-size: 1.6rem;line-height: 1.7;letter-spacing: 0.048rem;}
#works .system-contents .system-gallery li:nth-child(3n){margin-right: 0;}
#works .system-contents .system-gallery li figure{position: relative;overflow: hidden;margin-bottom: 15px;height: 252px;border-radius: 30px;}
#works .system-contents .system-gallery li figure img {width: 100%;height: 15vw;object-fit: cover;flex-shrink: 0;transition: transform 0.5s ease;}
#works .system-contents .system-gallery li figure::before { content: ""; display: block; padding-top: 100%; /* 正方形になる */ } 
#works .system-contents .system-gallery li figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
#works .system-contents .system-gallery li figure:hover img { transform: scale(1.05); }
#works .system-contents .system-gallery li a{position: relative;display: block;width: 100%;}  
#works .system-contents .system-gallery li.one-column { flex: 1 1 100%; }
#works .system-contents .system-gallery li.two-column {flex: 1 1 calc(50% - 20px);}
#works .system-contents .system-gallery .zoom{position: absolute;bottom: 0;right: 0;}
#works .system-contents .system-gallery .zoom img{ }
#works .system-contents .contactbtn{width: 305px;margin: 0 auto;padding-bottom: 80px;}
#works button.mfp-arrow-right::before,
#works button.mfp-arrow-right::after,
#works button.mfp-arrow-left::before,
#works button.mfp-arrow-left::after{ display: none;}
#works button.mfp-arrow-left{background: url(../images/common/arr.svg)no-repeat;width: 40px;height: 40px;left: 40px;top: 55%;transform: scale(-1, 1);}
#works button.mfp-arrow-right{background: url(../images/common/arr.svg)no-repeat;width: 40px;height: 40px;right: 40px;top: 55%;}
#works .system-contents .page-navi .contactbtn{}
#works .system-contents .page-navi .contactbtn a{ width: 197px; height: 60px; padding: 16px 0 0 25px; }

.wysiwyg ul,.wysiwyg ol{margin-bottom: 35px;margin-left: 33px;}
.wysiwyg ul li::marker{line-height: 0;position: relative;content: "";}
.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 blockquote{background: #E8EBED;position: relative;padding: 47px 49px 47px 48px;}
.wysiwyg blockquote::before{content: url(../images/topics/inicon.svg);position: absolute;top: -11px;left: 29px;}
.wysiwyg blockquote p{font-size: 16px;letter-spacing: 1.12px;line-height: 2;margin-bottom: 11px;}
.wysiwyg blockquote cite{font-size: 16px; letter-spacing: 1.12px; line-height: 2; color: #9F9E9E; text-align: right;}

.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: -1px; /* 左端に配置 */top: 47%;transform: translateY(-50%); /* 垂直中央揃え */  /* 背景色を指定 */color: #fff; /* 文字色を白に */border-radius: 50%; /* 丸くする */width: 25px; /* マーカーの幅 */height: 25px; /* マーカーの高さ */display: flex;align-items: center;justify-content: center;font-size: 1.8rem; /* 数字のサイズ */color: #639360;font-weight: 700;font-family: "Zen Kaku Gothic Antique", sans-serif;}

.priv-title{ text-align: center; margin-bottom: 20px; }
.priv-text{ padding: 20px; overflow-y:scroll; height: 250px; border:#ccc solid 1px; margin-bottom: 30px; background: #fff; }
.priv-text .priv-ttl{ margin-bottom: 10px; font-size: 16px; font-weight: bold; }
.priv-text p{ margin-bottom: 20px; font-size: 13px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: #ccc solid 1px; }
.priv{text-align: left;margin-bottom: 30px;}
.priv-text .tt{ margin-bottom: 10px;  font-size: 20px; color: #333; font-weight: bold; }

/* form -------------------------------------*/
.form-Box{margin: 0 auto 60px 0;line-height: 1.6;background: #fff;border-radius: 30px;}
.form-Box h2{}
.form-Box .form-in-Box{padding: 79px 2.6rem 60px;max-width: 1150px;margin: 0 auto;}
.form-Box .form-list { font-size: 16px; margin-bottom: 30px;}
.form-Box .error { margin-bottom: 16px;}
.form-Box .attention-color { color: #f00;}
.form-Box .form-list li { padding-left: 16px; text-indent: -16px; margin-bottom: 3px; }
.form-Box table {margin-bottom: 42px;font-size: 1.6rem;letter-spacing: 0.08rem;line-height: 21px;width: 100%;border-collapse: collapse;top: -12px;position: relative;}
.form-Box th {text-align: left;width: 32.5%;padding: 35px 0px 5px 41px;vertical-align: top;position: relative;border-bottom: 1px solid #c4ac7e;color: #000;font-size: 1.6rem;letter-spacing: 0.048rem;font-weight: bold;}
.form-Box td {text-align: left;width: auto;padding: 25px 40px 25px 0px;vertical-align: top;font-size: 16px;letter-spacing: 0.8px;border-bottom: 1px solid #c4ac7e;}
.form-Box td img { max-width: 100%; height: auto;}
.form-Box .from-btn-01 { text-align: center; }
.form-Box .from-btn-02 { margin-top: 24px; width: 900px; margin-left: auto; margin-right: auto; text-align: center; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
.form-Box .button {border: 0;padding: 0;margin: 0;text-align: center;}
.form-Box .button:hover { cursor: pointer; cursor: hand; opacity: 0.8;}
.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea {font-size: 1.5rem;letter-spacing: 0.75px;padding: 13px 15px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;border: 1px solid #c4ac7e;background: #efede9;/* box-shadow: inset 2px 2px 0px #0000000D; */width: 100%;font-family: "Noto Sans JP", sans-serif!important;border-radius: 5px;}
.form-Box textarea {width: 100%; min-height: 120px;}
.form-Box textarea::placeholder{ font-family: "Noto Sans JP", sans-serif!important; font-optical-sizing: auto; font-style: normal; font-size: 16px; line-height: 1.6; letter-spacing: 0.8px; font-weight: 400;}
.form-Box td.ad-adress {position: relative;padding-left: 49px;}
.form-Box td.ad-adress .pcode{position: absolute;top: 24px;left: 18px;font-size: 17px;}
.form-Box td.ad-adress .pcode2{position: absolute;top: 21px;left: 18px;font-size: 17px;}
::placeholder { color: #D3D0D0; }
#your-date-picker,#your-date-picker2 {background: url('../images/common/calendar.svg') no-repeat right 15px center #E9EFE9;border: 1px solid #D3D9CA;border-radius: 5px;}

.form-Box .pritext .wpcf7-list-item.first.last{width: 10px;margin: 0;display: inline;}

#your-motivate{ margin-bottom: 15px;  display: block;}

.form-Box .wpcf7-radio{margin: 0;position: relative;padding: 0 0 0;top: 6px;display: block;margin-bottom: 16px;}
.pritext .wpcf7-not-valid-tip { position: absolute; top: 30px; left: 0; width: 260px; }
#postal_code{ width: 140px; }
.pcode{position: relative;display: inline-block;left: -8px;top: 3px;margin-right: 3px;}
#address01{/* margin-bottom: 19px; */}
#address02{ height: 44px; min-height: 0; padding: 8px 12px; font-weight: 400; }
#prefecture{margin-bottom: 22px;}
#prefecture {appearance: none; /* デフォルトの矢印を非表示に */-webkit-appearance: none;-moz-appearance: none;background: url('../images/common/form-arr.svg') no-repeat right center #fff; /* カスタム矢印を指定 */background-size: auto 100%; /* 矢印のサイズを調整 */}
#your-interested {appearance: none; /* デフォルトの矢印を非表示に */-webkit-appearance: none;-moz-appearance: none;/* background: url('../images/common/form-arr.svg') no-repeat right center #fff; */ /* カスタム矢印を指定 *//* background-size: auto 100%; */ /* 矢印のサイズを調整 */}
.form-Box td.tfile .input_area span{ display: block; font-size: 1.2rem; letter-spacing: 0.036rem;}

.ptextt{text-align: center;display: block;margin-bottom:  40px;}

.required{  }
.form-Box th p{ display: inline;}
.form-Box th.required::after{content: "※";display: inline-block;position: relative;color: #F09D00;font-size: 1.4rem;}
.form-Box th::after{}

input[type="radio"] {position: relative;width: 16px;height: 16px;border: 1px solid #F09D00;background: #fff;border-radius: 50%;-webkit-appearance: none;-moz-appearance: none;appearance: none;top: 3px;margin-right: 0px;}
input[type="radio"]:checked:before {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 10px;height: 10px;border-radius: 50%;background: #F09D00;content: '';}

.btn-confirm{ text-align: center; }

.confirm_button:disabled,.confirm_button:disabled:hover{ font-family: "Zen Kaku Gothic Antique", sans-serif; filter:alpha(opacity=50); -moz-opacity: 0.5;  opacity: 0.5;cursor: default !important; }
.confirm_button,.confirm_button:disabled:hover{overflow: hidden;display: block;width: 321px;height: 71px;background: #FF7600;color: #fff;position: relative;font-size: 1.8rem;letter-spacing: 0.054rem;padding: 0px 30px 0;transition: all 0.3s ease-in-out;text-align: left;margin: 0 auto;font-weight: 500;border-radius: 46px;border: none;box-shadow: 0px 3px 6px #00000029;border: 3px solid #fff;}
.confirm_button .arr,.confirm_button:disabled:hover .arr { /* スムーズに変化 */width: 23px;height: 23px;display: block;position: absolute;top: 22px;right: 20px;transition: all 0.3s ease-in-out;background: #fff;border-radius: 50%;padding: 2px 6px 0 9px;line-height: 1;}
.confirm_button:hover{ opacity: 0.9; }
.confirm_button:hover .arr { right: 15px; opacity: 0.7;}
.confirm_button .arr img{filter: invert(68%) sepia(54%) saturate(6295%) hue-rotate(359deg) brightness(100%) contrast(107%);width: 6px;position: relative;top: -3px;}

.confirm_area{max-width: 680px;margin: 0 auto;}

.back_button{font-family: "Zen Kaku Gothic Antique", sans-serif;width: 321px;height: 71px;background: #F7F4EE;color: #404040;position: relative;font-size: 1.8rem;letter-spacing: 0.054rem;padding: 0px 0 0 20px;transition: all 0.3s ease-in-out;text-align: left;margin: 0 auto;font-weight: 500;border-radius: 36px;border: none;}
.back_button .arr { /* スムーズに変化 */width: 23px;height: 23px;display: block;position: absolute;top: 22px;right: 20px;transition: all 0.3s ease-in-out;background: #fff;border-radius: 50%;padding: 2px 6px 0 9px;line-height: 1;}
.back_button:hover{  opacity: 0.9;}
.back_button:hover .arr { right: 15px; }

#send_area{width: 300px;position: relative;float: right;margin-left: 29px;/* left: 10px; */}
#send_button{font-family: "Zen Kaku Gothic Antique", sans-serif;width: 321px;height: 71px;background: #FF7600;color: #fff;position: relative;font-size: 1.8rem;letter-spacing: 0.054rem;padding: 0px 40px 0;transition: all 0.3s ease-in-out;text-align: left;margin: 0 auto;font-weight: 500;border-radius: 36px;border: none;box-shadow: 0px 3px 6px #00000029;border: 3px solid #fff;}
#send_area::before {content: "";width: 7px;background: url(../images/common/arr.svg)no-repeat left 9px center #fff;width: 23px;height: 23px;border-radius: 50%;background-size: 7px auto;display: block;position: absolute;top: 25px;right: 15px;transition: all 0.3s ease; /* スムーズに変化 */transform: scale(1);transform-origin: center;z-index: 3;}
#send_area:hover::before { right: 10px; }
#send_area:hover{ opacity: 0.9; }

#confirm_area{ margin: 0 0 20px;}


.confirm_area{margin: 0 auto;}
#back_area{position: relative;float: left;/* left: -10px; */margin-bottom: 30px;}
.confirm_area{/* text-align: center; */padding-top: 11px;}
.mw_wp_form_confirm .confirm-hidden {display: none;}
.btn-send{ text-align: center; }
.btn-item{ display: inline-block; margin: 0 10px; }
#prif .fmbtmtext{font-size: 14px;line-height: 1.6;letter-spacing: 0.98px;font-weight: 400;text-align: center;margin-bottom: 117px;}
#prif .fmbtmtext a{ text-decoration: underline;}


}

@media screen and (min-width:768px) and ( max-width:1500px) {
#send_area{width: 307px;position: relative;float: none;margin: 0 auto 30px;}
#back_area{ width: 307px; position: relative;float: none; margin: 0 auto;}

}
@media screen and (min-width:768px) and ( max-width:1250px) {

}

@media screen and (min-width:768px) and ( max-width:1100px) {


}
@media screen and (min-width:768px) and ( max-width:1000px) {
  
}

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

.page-list {font-size: 3.47vw;margin: 13.33vw 0 20.77vw;text-align: center;line-height: 1;}
.page-list .page{height: 6.67vw;width: 6.67vw;background: url(../images/topics/pagenavi.svg)no-repeat top center;display: inline-block;padding:  0 0;margin: 0 3.2vw;color: #fff;background-size: 100% auto;font-weight: bold;font-size: 4.00vw;}
.page-list .pvarr{position: relative; }
.page-list .nextarr{ position: relative;}
.page-list .page-numbers.current{height: 6.67vw;width: 6.67vw;background: url(../images/topics/pagenavi-acv.svg)no-repeat top center;display: inline-block;background-size: 100% auto;font-size: 4.00vw;font-weight: bold;color: #639360;}
.page-list .page-numbers{padding-top: 1.23vw;}
.page-list .pvarr{position: relative;font-size: 3.47vw;font-weight: 500;margin-right: 1.33vw;}
.page-list .nextarr{position: relative;font-size: 3.47vw;font-weight: 500;margin-left: 1.33vw;}
.page-list .pvarr::before{content: "";width: 1.47vw;height: 2.93vw;display: inline-block;position: absolute;left: -2.6vw;top: 1.17vw;background: url(../images/topics/pagenavi-arr.svg) no-repeat center center;transition: all 0.3s ease-in-out;background-size: 100% auto;}
.page-list .nextarr::before{content: "";width: 1.47vw;height: 2.93vw;display: inline-block;position: absolute;right: -2.6vw;top: 1.17vw;background: url(../images/topics/pagenavi-arr.svg) no-repeat center center;transition: all 0.3s ease-in-out;background-size: 100% auto;transform: scale(-1, 1);}

.page-navi .fast a{color: #fff; background: #000;}
.page-navi .last a{color: #fff; background: #000;}


.pagen{width: auto;margin: 0 auto 19.7vw auto;}
.pagen:nth-of-type(1)  {margin-bottom: 5vw;}

.page-navi {font-size: 4.8vw;display: flex;justify-content: center; /* ← 横方向の中央揃え */flex-wrap: wrap;}
.page-navi li {display: inline-block;font-size: 3.47vw;font-weight: 500;border-radius: 2vw;overflow: hidden;}
.page-navi li.active { background: #ccc; }
.page-navi a {padding: 3.2vw 6.13vw;display: inline-block;margin: 0;position: relative;background: #ED6B00;color: #fff;}
.page-navi .fast {margin-right: 2.63vw;}
.page-navi .last {margin-left: 3.07vw;}

.page-navi .fast a::before{content: "";width: 1.53vw;height: 2.93vw;display: inline-block;position: absolute;left: -1vw;top: 5.13vw;background: url(../images/topics/pagenavi-arr.svg) no-repeat center center;transition: all 0.3s ease-in-out;background-size: 100% auto;}
.page-navi .last a::before{content: "";width: 1.53vw;height: 2.93vw;display: inline-block;position: absolute;right: -1vw;top: 4.93vw;background: url(../images/topics/pagenavi-arr.svg) no-repeat center center;transform: scale(-1, 1);transition: all 0.3s ease-in-out;background-size: 100% auto;}
.page-navi li .contactbtn {}
.page-navi li .contactbtn a{ width: 41.87vw; padding: 3.3vw 3.3vw 3.3vw 7vw; }

.pagen .list{ float: right; }
.pagen .list a{ margin: 0 auto; color: #fff; font-size: 3.8vw; padding: 1vw 4vw; text-align: center; display: inline-block; background: #000; }
.pagen .list a:hover{ background: #666; text-decoration: none; }
.btnArea { text-align: center; margin: 10vw auto; padding: 0; }
.btnArea a{ font-weight: bold; margin: 0 auto; color: #fff; padding: 2.5vw 8vw; font-size: 3.2vw; text-align: center; display: block; background: #000; letter-spacing: 0.2vw;}
.btnArea-s { text-align: center;}
.btnArea-s a{ font-weight: bold; margin: 0 auto; color: #fff; padding: 3vw 10vw; font-size: 3.2vw; text-align: center; display: inline-block; background: #000; letter-spacing: 0.2vw;}
.btnArea-s::after{  content: ''; display: block; margin-bottom: 10vw;}
.borderwrap{ width: 94vw; margin: 0 auto 10vw; line-height: 1.6;}
.borderwrap h3{font-size: 4.2vw;font-weight: bold;margin-bottom: 5vw;padding-bottom: 5vw;border-bottom: 0.2vw #ccc solid;}
.borderwrap p{font-size: 3.6vw;text-align: left;}

.page-numbers.current{}
.page-numbers.next,.page-numbers.prev{font-size: 3.47vw;font-weight: 500;}

#event .fmtextt{ font-size: 3vw; letter-spacing: 0; line-height: 1.6; z-index: 3; position: relative;padding: 5vw 3vw 0vw;
        margin: 0 0 -10vw;}



.catebox{ margin: 0 4vw 4vw; }
p.sub-title1{font-size: 5vw; position: relative; left: 8vw}
p.sub-title1 .span1{font-size: 3vw; position: absolute; left: 10vw; top: -3vw}
p.sub-title1 .span2{font-size: 6vw; position: absolute; left: 25vw; top: -1vw}
.serchcategory1{ width: 90vw; margin: 0 auto 10vw; position: relative; top: 5vw; 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;}
.serchcategory1 a{ width: 47%;  color: #fff; margin-bottom: 3vw; margin-right: 3%;}
.serchcategory1 .icon {display: inline-block;  font-size: 3.6vw; font-weight: bold; text-align: center; padding: 2vw 0; position: relative;width: 100%;}
.serchcategory1 .icon:after{ content: ""; width: 20vw; height: 20vw; background: url(../images/common/category-icon.png) no-repeat right top; position: absolute; right: -1vw; top: 5vw; z-index: 1}
.fmname{ width: 47%!important; }

.cate-list {background: #f8f8f8;margin-bottom: 2.6vw;padding: 3.6vw;}
.cate-list .cate-ttl{border-bottom: 0.1vw dotted #333;padding-bottom: 1.3vw;margin-bottom: 2.6vw;font-size: 3.8vw;font-weight: 700;}
.cate-list span{ display: inline-block; margin-right: 2.6vw; }
.cate-list span a{display: inline-block;  padding: 1.3vw 2.6vw; color: #fff; }
.cate-list span a:hover{ text-decoration: none; }

.tag-list {background: #f8f8f8;margin-bottom: 2.6vw;padding: 3.6vw;}
.tag-list .tag-ttl{border-bottom: 0.1vw dotted #333;padding-bottom: 1.3vw;margin-bottom: 2.6vw;font-size: 3.8vw;font-weight: 700;}
.tag-list span{ display: inline-block; margin-right: 2.6vw; }
.tag-list span a{display: inline-block;  padding: 1.3vw 2.6vw; border: 1px solid #333; }
.tag-list span a:hover{ text-decoration: none; }
.taxttl{text-align: center;font-size: 3.6vw;margin-bottom: 4vw;}
.other-ttl{text-align: center;border-bottom: 0.1vw dotted #333;padding-bottom: 2.6vw;margin-bottom: 3.9vw;}

.systemtab-list {margin-bottom: 6.3vw;/* display: flex; */flex-wrap: wrap;line-height: 24px;}
.systemtab-list li{flex-basis: 100%;display: flex;border: #ccc 1px solid;margin-bottom: -4px;}
.systemtab-list li .systemtab-list-ttl{flex-basis: 28.4%;padding: 3vw;background: #37434E;border-right: 1px solid #E0E0E0;color: #fff;text-align: center;}
.systemtab-list li p{flex-basis: 76%;padding: 17px 32px;background: #fff;letter-spacing: 1.12px;line-height: 1.6;}
.systemtab-list li:nth-of-type(2n) {}


.system-contents{}
.system-contents iframe{ width: 100%; height: 70vw; }

.system-contents .mapbox{  }
.system-contents .mapbox .mapttl{ margin-top: 5vw; }
.system-contents .mapbox iframe{ width: 100%; height: 70vw; }

.required{  }
.required::after{content: "【必須】";}

.system-tblbox tr td:nth-child(1){display: block;width: 100%;background: #f8f8f8;font-size: 3.6vw;font-weight: 700;margin: 0; margin-bottom: -1px;}
.system-tblbox tr td:nth-child(2){display: block;width: 100%;background: #fff;font-size: 3.6vw;margin: 0; margin-bottom: -1px;}
.system-tblbox tr td:nth-child(3){ display: block; width: 100%; background: #f8f8f8; font-size: 3.6vw; font-weight: 700; margin: 0; margin-bottom: -1px; }
.system-tblbox tr td:nth-child(4){ display: block; width: 100%; background: #fff; font-size: 3.6vw; margin: 0;  margin-bottom: -1px;}
.system-tblbox tr{margin-bottom: -1px;display: block;}
.system-tblbox { margin-top: 6vw; }

#search-area{background: #f8f8f8;border: #ccc solid 0.1vw;padding: 5.2vw;margin: 0 5vw 3.9vw;}
#search-area .works-search{height: 9.5vw;padding-top: 0.7vw!important;overflow: hidden;display: block;margin: 0 4vw;border: 0;background: #333;color: #fff;font-size: 3.6vw;border-radius: 1.3vw;width: 70vw;}
#search-area .sh-ttl{ font-size: 3.6vw; line-height: 1.6; letter-spacing: 0.3vw; font-weight: 500; border-bottom: 0.1vw dotted; padding-bottom: 1.3vw; margin-bottom: 2.6vw; }
#search-area .shbox{margin-bottom: 4.9vw;}

/* business -------------------------------------*/
#business .businessbox{   margin: 0 4vw;}
#business .businessbox h2{font-size: 5vw;font-weight: 900;background: #ED6B01;color: #fff;padding: 1.42vw 3.43vw;margin-bottom: 5.66vw;}

#business .businessbox ul{ margin-bottom: 16.91vw;}
#business .businessbox ul li{box-shadow: 0.0vw 0.72vw 1.45vw #00000029;border-radius: 2.42vw;width: 100%;margin-bottom: 9.66vw;padding: 4vw 4vw 11vw;}
#business .businessbox ul li .photo{height: 52.46vw;overflow: hidden;}
#business .businessbox ul li .photo img{width: 100%;height: 52.46vw;}

#business .businessbox ul li .textbox{}
#business .businessbox ul li .textbox h3{font-size: 5.4vw;font-weight: 900;margin-bottom: 2.42vw;line-height: 1.6;}
#business .businessbox ul li .textbox .systext{ font-size: 3.86vw; margin-bottom: 7.25vw; }
#business .businessbox ul li .textbox .dlbtn a{ margin: 0; }


/* topics -------------------------------------*/
#works .cate-box{margin: 0 3vw 19.32vw;}
#works .cate-box .cate-in-box {padding: 7.06vw 4.83vw 3.83vw 24.99vw;border-radius: 4.83vw 4.83vw 4.83vw 4.83vw;background: #fff;box-shadow: 0.0vw 0.72vw 1.45vw #00000029;margin-bottom: 3.14vw;position: relative;}
#works .cate-box .cate-in-box .catttl{font-size: 3.26vw;font-weight: bold;position: absolute;top: 6.28vw;left: 4.83vw;}
#works .cate-box 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; }
#works .cate-box ul li{margin: 0 2.42vw 1.21vw 0.0vw;}
#works .cate-box ul li a{display: inline-block;border: #DCE9EA 0.24vw solid;border-radius: 7.25vw;padding: 1.21vw 4.11vw;transition: all 0.3s ease-in-out;font-size: 2.1vw;}
#works .cate-box ul li a:hover,#works .cate-box ul li.acv a{ background: #DCE9EA;}

#works  ul.system-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 3vw 21.74vw;}
#works  ul.system-list li {position: relative;width: 49%;margin-right: 2%;margin-bottom: 12.08vw;}
#works ul.system-list li:nth-child(2n) { margin-right: 0.0vw; }
#works  ul.system-list li a {  }
#works  ul.system-list li .cate2{border: 0.24vw solid #DCE9EA;border-radius: 7.25vw;text-align: center;margin-bottom: 2.42vw;font-size: 2.6vw;}
#works  ul.system-list li a:hover {  }
#works  ul.system-list figure.photo {border-radius: 2.42vw;position: relative;top: 0;left: 0;height: 35vw;overflow: hidden;margin-bottom: 3.62vw;}
#works  ul.system-list figure.photo img{width: 100%;height: 35vw;transition: transform 0.3s ease;}
#works  ul.system-list li a:hover figure.photo img { transform: scale(1.05); /* 103%ズーム */ }
#works  ul.system-list p.cate {font-size: 3.86vw;line-height: 1.7;font-weight: 500;letter-spacing: 0.0vw;margin-bottom: 2.66vw;position: relative;text-align: center;}
#works  ul.system-list p.cate span {  }
#works  ul.system-list h3 {font-size: 3.45vw;line-height: 1.44;font-weight: 700;letter-spacing: 0.0vw;margin-bottom: 3.62vw;position: relative;border-bottom: 0.24vw dotted #707070;padding-bottom: 3.38vw;}
#works  ul.system-list li a span.more {display: block;line-height: 1;margin: 0 0 0 auto;position: relative;left: 0;transition: all 0.3s ease-in-out;width: 14.49vw;}
#works  ul.system-list li a:hover span.more { left: 0vw;}
#works  ul.system-list span.more img {  }

#works .system-contents{margin: 0 4vw;}
#works .system-contents .system-ttl{ }
#works .system-contents .system-ttl{font-size: 5.56vw;font-weight: 900;margin-bottom: 0.83vw;}
#works .system-contents .system-i-pic{margin-bottom: 7.25vw;}
#works .system-contents .house-bx{margin: 0 auto 7.25vw;background: #f8f8f8;border-radius: 4.83vw;padding: 5vw;}
#works .system-contents .house-bx p{position: relative;font-size: 3.65vw;border-bottom: 0.24vw dotted #ccc;padding: 0 0 1.21vw 0vw;margin-bottom: 1.21vw;}
#works .system-contents .house-bx p span{position: relative;top: 0;left: 0;font-weight: bold;display: block;}

#works .system-contents .point-box{border: 2.42vw solid #51CE3A;padding: 4.83vw;margin-bottom: 7.25vw;}
#works .system-contents .point-box h3{text-align: center;font-size: 4.46vw;font-weight: 900;border-bottom: 0.24vw dotted #ccc;margin-bottom: 4.83vw;}
#works .system-contents .point-box p{font-size: 3.4vw;}
#works .system-contents .categset span{display: inline-block;border: 0.24vw solid #DCE9EA;border-radius: 7.25vw;padding: 0 4.83vw;margin-right: 2.42vw;font-size: 3.1vw;}

#works .system-contents .system-gallery{margin: 0 auto 0vw;position: relative;}
#works .system-contents .system-gallery h3{margin: 0 0 4.3vw;text-align: center;font-size: 5.2vw;font-weight: 900;}
#works .system-contents .system-gallery li p{font-size: 2.97vw;letter-spacing: 0.10vw;letter-spacing: 1.5;}
#works .system-contents .system-gallery .gallery-list{width: 100%;margin-bottom: 50px;font-size: 1.6rem;line-height: 1.5;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;}
#works .system-contents .system-gallery li {display: flex;justify-content: center;overflow: hidden;position: relative;box-sizing: border-box;margin-bottom: 3.4vw;width: 47.7%;margin-right: 4.2%;}
#works .system-contents .system-gallery li:nth-child(2n){margin-right: 0;}
#works .system-contents .system-gallery li figure{position: relative;overflow: hidden;margin-bottom: 2.1vw;height: 26.8vw;border-radius: 2.67vw;}
#works .system-contents .system-gallery li figure img {width: 100%;height: 15vw;object-fit: cover;flex-shrink: 0;transition: transform 0.5s ease;}
#works .system-contents .system-gallery li figure::before { content: ""; display: block; padding-top: 100%; /* 正方形になる */ } 
#works .system-contents .system-gallery li figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

#works .system-contents .system-gallery li figure:hover img { transform: scale(1.05); }
#works .system-contents .system-gallery li a{position: relative;display: block;width: 100%;}  
#works .system-contents .system-gallery li.one-column { flex: 1 1 100%; }
#works .system-contents .system-gallery li.two-column {flex: 1 1 calc(50% - 5.33vw);}
#works .system-contents .system-gallery .zoom{position: absolute;bottom: 0;right: 0;}
#works .system-contents .system-gallery .zoom img{ }

#works .system-contents .contactbtn{margin: 0 4vw;padding-bottom: 19.32vw;}
#works button.mfp-arrow-right::before,
#works button.mfp-arrow-right::after,
#works button.mfp-arrow-left::before,
#works button.mfp-arrow-left::after{ display: none;}
#works button.mfp-arrow-left{background: url(../images/common/arr.svg)no-repeat;height: 9.66vw;left: 9.66vw;top: 55%; background-size: 100% auto;transform: scale(-1, 1);}
#works button.mfp-arrow-right{background: url(../images/common/arr.svg)no-repeat;height: 9.66vw;right: 9.66vw;top: 55%; background-size: 100% auto;}
#works .system-contents .page-navi .contactbtn{}
#works .system-contents .page-navi .contactbtn a{  height: 14.49vw; padding: 3.86vw 0 0 6.04vw; }



.mfp-wrap,.mfp-bg{ width: 100vw!important;}
.mfp-title{font-size: 3.73vw;line-height: 1.4!important;padding: 0 2vw;margin-right: 9vw;}
.mfp-counter{top: 1.9vw!important;font-size: 2.93vw!important;right: 1vw!important;}
img.mfp-img{ width: 100%!important;}

.wysiwyg ul,.wysiwyg ol{margin-bottom: 7.9vw;}
.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: #639360;position: absolute;display: block;width: 1.60vw;height: 1.60vw;border-radius: 2.66vw;top: 2.2vw;left: -2vw;}
.wysiwyg li{margin-bottom: 3.8vw;padding-left: 1vw;font-size: 3.73vw;letter-spacing: 0.11vw;line-height: 1.6;}
.wysiwyg ol li::marker{ font-size: 3.9vw;}

.wysiwyg blockquote{background: #E8EBED;position: relative;padding: 12.7vw 5.8vw 11.4vw;}
.wysiwyg blockquote::before{content:"";background: url(../images/topics/inicon.svg)no-repeat;background-size: 100% auto;width: 9.1vw;height: 10vw;position: absolute;top: -3.2vw;left: 8.2vw;display: block;}
.wysiwyg blockquote p{font-size: 3.9vw;letter-spacing: 0.69vw;line-height: 2;margin-bottom: 2.7vw;}
.wysiwyg blockquote cite{font-size: 4.26vw;letter-spacing: 0.29vw;line-height: 2;color: #9F9E9E;text-align: right;}

.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: 4.27vw; /* 数字のサイズ */color: #639360;font-weight: bold;}

/* form -------------------------------------*/

.form-Box .base-title{ margin: 0 3.2vw; }
.form-Box{padding: 15.4vw 8vw;line-height: 1.6;border-radius: 8.00vw;background: #fff;}
.form-Box .form-Box-inner{ background: #fff; padding: 5vw 3vw;}
.form-Box .form-list { font-size: 3.2vw; margin-bottom: 10vw;}
.form-Box .error { margin-bottom: 3.6vw;}
.form-Box .attention-color { color: #f00;}
.form-Box .form-list li { padding-left: 3.6vw; text-indent: -3.6vw; margin-bottom: 0.4vw; }
.form-Box table {margin: 0 0vw 5.9vw;font-size: 3.4vw;line-height: 1.6;margin-top: 6vw;width: auto;position: relative;z-index: 5;}
.form-Box tr { margin-bottom: 0 !important}
.form-Box th p{ display: inline;}
.form-Box th {text-align: left;width: 93vw;vertical-align: top;display: block;font-size: 3.73vw;font-weight: bold;letter-spacing: 0.17vw;position: relative;color: #20371B;padding: 5vw 0 3vw 0;}
.form-Box td {border-bottom: 0;text-align: left;width: 84vw;padding: 1.4vw 0vw 4.63vw 0vw;vertical-align: top;display: block;border-bottom: #efede9 1px solid;}
.form-Box .from-btn-01 { text-align: center; }
.form-Box .from-btn-02 { margin-top: 10vw;}
.form-Box .button { border: 0; padding: 0; margin: 0; background: none;}
.form-Box .from-btn-02 p { margin-bottom: 3vw;}
.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea {font-family: "Noto Sans JP", sans-serif!important;width: 100%;margin-bottom: 0vw;background: #efede9;font-size: 4.3vw;border: 1px solid #c4ac7e;padding: 2.8vw 3vw;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;border-radius: 1.33vw;box-sizing: border-box;/* box-shadow: inset 0.53vw 0.53vw 0px #0000000D; */}
.form-Box input.input-txt1 {width: 25vw; }
.form-Box textarea {font-size: 4.3vw;line-height: 1.6;}
.form-Box select{font-size: 4.3vw;padding: 3vw 2vw 4vw;/* width: 60vw; */-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}

.form-Box td.ad-adress {position: relative;padding-left: 9.47vw;}
.form-Box td.ad-adress .pcode{position: absolute;top: 2.4vw;left: 1.2vw;font-size: 4.93vw;}
.form-Box td.ad-adress .pcode2{position: absolute;top: 2.4vw;left: 1.2vw;font-size: 4.93vw;}
::placeholder { color: #D3D0D0; }

.priv-title{ text-align: center; margin-bottom: 4vw; }
.priv-text{ padding: 3vw; overflow-y:scroll; height: 40vw; border:#ccc solid 0.2vw; margin-bottom: 5vw; background: #fff; }
.priv-text .priv-ttl{margin-bottom: 2vw;font-size: 3.8vw;font-weight: bold;}
.priv-text p{margin-bottom: 4vw;font-size: 3.2vw;margin-bottom: 4vw;padding-bottom: 4vw;border-bottom: #ccc solid 0.2vw;text-align: left;}
.priv{ text-align: center; margin-bottom: 5vw; }
.priv-text .tt{ margin-bottom: 3vw;  font-size: 4.8vw; font-weight: bold; }
.form-Box td.tfile .input_area span{display: block;font-size: 3.20vw;letter-spacing: 0.1vw;padding-top: 1vw;}


.form-Box .wpcf7-radio{margin: 0;position: relative;left: -5.1vw;padding: 0 0 0;top: 1.6vw;display: block;margin-bottom: 0.7vw;font-size: 4.26vw;}

#postal_code{width: 41.33vw;position: relative;top: 0.6vw;}
.pcode{font-size: 4.26vw;position: relative;display: inline-block;left: 0.1vw;top: 0.7vw;margin-right: 3vw;}
#address01{margin-bottom: 5.6vw;}
#address02{/* height: 16.9vw; */margin-bottom: -1vw;}
#prefecture{margin-bottom: 6.3vw;}
#prefecture {appearance: none; /* デフォルトの矢印を非表示に */-webkit-appearance: none;-moz-appearance: none;background: url('../images/common/form-arr.svg') no-repeat right center #fff; /* カスタム矢印を指定 */background-size: auto 100%; /* 矢印のサイズを調整 */width: 100%;top: 0.8vw;position: relative;padding: 2.4vw 3.6vw;border: none;color: #37434E;border: 1px solid #AFAFAF;}
#your-interested {appearance: none; /* デフォルトの矢印を非表示に */-webkit-appearance: none;-moz-appearance: none; /* カスタム矢印を指定 */background-size: auto 100%; /* 矢印のサイズを調整 */width: 100%;top: 0.8vw;position: relative;padding: 0 0 0 3vw;font-size: 3.73vw;letter-spacing: 0.1vw;margin-top: -2.5vw;}

.required{  }
.form-Box th.required::after{content: "※";color: #F09D00;font-size: 3.73vw;}

input[type="radio"] {position: relative;height: 4.1vw;width: 4.1vw;border: 0.2vw solid #F09D00;background: #fff;border-radius: 50%;-webkit-appearance: none;-moz-appearance: none;appearance: none;top: 1.4vw;left: 0.5vw;margin-right: 1vw;}
input[type="radio"]:checked:before {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);height: 2.67vw;width: 2.67vw;border-radius: 50%;background: #F09D00;content: '';}

input#address02 {white-space: pre-wrap;/* height: auto; *//* border: #9F9E9E 1px solid; *//* padding: 4vw; */}
input#address02::placeholder { white-space: pre-wrap; }

.btn-confirm{ text-align: center; }
#your-date-picker,#your-date-picker2 {background: url('../images/common/calendar.svg') no-repeat right 4.00vw center #E9EFE9;border: 1px solid #D3D9CA;border-radius: 1.33vw;background-size: 5vw;}

#your-interested .wpcf7-list-item{margin-right: 5.7vw;}

.confirm_button:disabled{ font-family: "Zen Kaku Gothic Antique", sans-serif; filter:alpha(opacity=50); -moz-opacity: 0.5;  opacity: 0.5;cursor: default !important; }
.confirm_button{overflow: hidden;display: block;width: 76vw;height: 17.15vw;background: #FF7600;color: #fff;position: relative;font-size: 4.35vw;letter-spacing: 0.13vw;padding: 0.0vw 7.25vw 0;transition: all 0.3s ease-in-out;text-align: left;margin: 0 4vw;font-weight: 500;border-radius: 11.11vw;border: none;box-shadow: 0.0vw 0.72vw 1.45vw #00000029;border: 0.72vw solid #fff;}
.confirm_button .arr{ /* スムーズに変化 */height: 5.56vw;width: 5.56vw;display: block;position: absolute;top: 5.31vw;right: 4.83vw;transition: all 0.3s ease-in-out;background: #fff;border-radius: 50%;padding: 0.48vw 1.45vw 0 2.17vw;line-height: 1;}
.confirm_button .arr img{filter: invert(68%) sepia(54%) saturate(6295%) hue-rotate(359deg) brightness(100%) contrast(107%);position: relative;top: -0.6vw;width: 1.6vw;}

.confirm_area{margin: 0 4vw;}

.back_button{font-family: "Zen Kaku Gothic Antique", sans-serif;height: 17.15vw;width: 75vw;background: #F7F4EE;color: #404040;position: relative;font-size: 4.35vw;letter-spacing: 0.13vw;padding: 0.0vw 0 0 4.83vw;transition: all 0.3s ease-in-out;text-align: left;margin: 0 4vw;font-weight: 500;border-radius: 8.7vw;border: none;}
.back_button .arr{ /* スムーズに変化 */height: 5.56vw;width: 5.56vw;display: block;position: absolute;top: 5.31vw;right: 4.83vw;transition: all 0.3s ease-in-out;background: #fff;border-radius: 50%;padding: 0.48vw 1.45vw 0 2.17vw;line-height: 1;}
.back_button .arr img{position: relative;top: -0.6vw;width: 1.6vw;}

#send_area{position: relative;/* left: 2.42vw; */}
#send_button{font-family: "Zen Kaku Gothic Antique", sans-serif;height: 17.15vw;width: 77vw;background: #FF7600;color: #fff;position: relative;font-size: 4.35vw;letter-spacing: 0.13vw;padding: 0.0vw 9.66vw 0;transition: all 0.3s ease-in-out;text-align: left;margin: 0 4vw 4vw;font-weight: 500;border-radius: 8.7vw;border: none;box-shadow: 0.0vw 0.72vw 1.45vw #00000029;border: 0.72vw solid #fff;}
#send_area::before {content: "";width: 1.69vw;background: url(../images/common/arr.svg)no-repeat left 2.17vw center #fff;width: 5.56vw;height: 5.56vw;border-radius: 50%;background-size: 1.69vw auto;display: block;position: absolute;top: 6.04vw;right: 7.62vw;transition: all 0.3s ease; /* スムーズに変化 */transform: scale(1);transform-origin: center;z-index: 3;}



#back_area{position: relative;}
.confirm_area{/* text-align: center; */padding-top: 1.4vw;font-size: 4.266vw;margin: 0;padding-bottom: 4vw;}
#your-motivate{margin-bottom: 3vw;display: block;position: relative;}


.mw_wp_form_confirm .confirm-hidden {display: none;}
.btn-send{ text-align: center; }
.btn-item{ display: inline-block; margin: 0 2.4vw; }
.form-Box textarea::placeholder{ font-family: "Noto Sans JP", sans-serif!important; font-optical-sizing: auto; font-style: normal;color: #999999; font-weight: 400;}

#prif .fmbtmtext{font-size: 3.20vw;line-height: 5.6vw;letter-spacing: 0.26vw;font-weight: 400;text-align: left;margin-bottom: 12.3vw;position: relative;top: -2vw;left: 0.8vw;text-align: center;}
#prif .fmbtmtext a{ text-decoration: underline;}


.wp-block-table table {border-collapse: unset!important;width: 100%;}
.wpcf7 input[type="file"]::-webkit-file-upload-button { appearance: none; /* デフォルトのボタンスタイルを無効化 */ -webkit-appearance: none; /* Safari対応 */ background-color: #f5f5f5; /* 背景色 */ color: #000; /* テキスト色 */ border: 1px solid #ccc; /* ボーダー */ padding: 1vw 3vw; /* パディング */ border-radius: 0.5vw; /* 角丸 */ cursor: pointer; /* ポインタ */ font-size: 3.6vw; }
}

