@charset "UTF-8";
/*webフォント読み込み*/
@font-face { /*notosansミディアム*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Medium.otf"); src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("truetype"); font-weight: 500; }
@font-face { /*notosansボールド*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Bold.otf"); src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("truetype"); font-weight: 700; }
/* Link
=========================================== */
a:link, a:visited { color: #000; text-decoration: none; }

a { outline: none; transition: 0.3s; color: #000; text-decoration: none; }

a img { transition: 0.3s; }

:focus { outline: none; }

/* 共通設定
=========================================== */
.pc { display: none !important; }

body { overflow: hidden; background: #fff; color: #000000; font-size: 16px; line-height: 2.1875; font-family: YakuHanJP,'Noto Sans JP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-style: normal; font-weight: 500; overflow-wrap: anywhere; /* 収まらない場合に折り返す */ word-break: normal; /* 単語の分割はデフォルトに依存 */ line-break: strict; /* 禁則処理を厳格に適用 */ }

h1, h2, h3, h4, h5, h6 { line-height: 1.5; font-weight: 700; }

body#tinymce { min-width: inherit !important; }

input, select, textarea { font-family: YakuHanJP,'Noto Sans JP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; color: #141414; }

table { width: 100%; }

img { max-width: 100%; height: auto; width: 100%; }

.no-pc { display: inline-block; text-decoration: none !important; }

.inb { display: inline-block; }

.block { display: block; }

.wrap { position: relative; }

/*共通見出し設定*/
.titles01 { margin-bottom: 60px; line-height: 1.1; font-size: 40px; font-weight: 700; position: relative; text-align: center; }

.titles01 .en { display: block; font-size: 13px; line-height: 1; color: #0061A5; margin-bottom: 16px; }
.titles01 .en > span { display: inline-block; padding: 0 15px; background: url("../img/common/tit-ico01.svg") no-repeat left top 2px, url("../img/common/tit-ico01.svg") no-repeat right top 2px; }

.titles01 .jp { display: block; font-size: 30px; line-height: 1; }

.titles02 { font-size: 22px; font-weight: 700; line-height: 1.5; padding-bottom: 20px; border-bottom: solid 2px #DEDEDE; margin-bottom: 30px; position: relative; }

.titles02:before { content: ""; width: 40px; height: 2px; background: #0061A5; position: absolute; left: 0; bottom: -2px; }

/*共通ボタン設定*/
.btn01 { width: 100%; transition: 0.3s; }

.btn01 a { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 70px; position: relative; text-decoration: none; color: #fff; font-size: 16px; line-height: 22px; text-align: center; border-radius: 5px; font-weight: 500; border: solid 1px #0061A5; background: #0061A5; box-sizing: border-box; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.btn01 a .arrow { z-index: 2; width: 34px; height: 22px; margin-right: 15px; background: #fff; border-radius: 10px; transition: 0.3s; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }

.btn01 a .arrow img { display: block; transition: 0.3s; opacity: 1 !important; }

.btn01.contact-btn a .ico { margin-right: 7px; }

.btn01.contact-btn a .ico img { transition: 0.3s; display: block; }

.link-btn01 a { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; line-height: 22px; font-size: 16px; }
.link-btn01 a .arrow { z-index: 2; width: 34px; height: 22px; margin-right: 15px; background: #0061A5; border-radius: 10px; transition: 0.3s; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; top: 1px; border: solid 1px #0061A5; box-sizing: border-box; box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }
.link-btn01 a .arrow img { display: block; transition: 0.3s; opacity: 1 !important; }

/*グラデーション*/
.gra-bg { display: inline-block; padding: 5px 12px; background: linear-gradient(120deg, #D80000 0%, #D80000 20%, #D85E00 100%); color: #fff; border-radius: 10px; }

.gra-text { background: linear-gradient(180deg, #D80000 0%, #D85E00 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }

/*スライダー　ふわっ*/
div#mv-slider, div.slider01, div.gallery-main, div.gallery-thumb, div.belt-slider { opacity: 0; transition: opacity .3s linear; }

div#mv-slider.slick-initialized, div.slider01.slick-initialized, div.gallery-main.slick-initialized, div.gallery-thumb.flex.slick-initialized, div.belt-slider.slick-initialized { opacity: 1; }

/*font*/
.robo { font-family: 'roboto'; }

.pop { font-family: 'pop'; }

.tright { text-align: right; }

.tleft { text-align: left; }

.tcenter { text-align: center; }

.flL { float: left; }

.flR { float: right; }

.bold { font-weight: bold; }

.inb { display: inline-block; }

.block { display: block; }

.red { color: #E30606; }

.blue { color: #0075A4; }

.blue02 { color: #0093D6; }

.yellow { color: #FFD400; }

.orange { color: #EE5A35; }

.green { color: #087F82; }

.d-green { color: #005E4B; }

.green02 { color: #01A9AE; }

.navy { color: #374b8e; }

.pink { color: #ff7373; }

.gray { color: #818181; }

/*header
---------------------------------------------------------------*/
div#header { background: #fff; width: 100%; position: relative; z-index: 200; height: 80px; display: flex; flex-wrap: wrap; align-items: center; box-sizing: border-box; padding: 0 5.33vw; }
div#header .logo { width: 206px; }

.tel-num a { color: #0C66A5; font-weight: 700; font-size: 22px; }

div.head-inner.flex .center, div.head-inner.flex .btn01.contact-btn, div.head-inner.flex div#menu-btn { display: none; }

/* nav
=========================================== */
html.huopen { overflow: hidden; }

.sp-nav-btn { width: 40px; height: 40px; position: fixed; top: 20px; right: 5.33vw; z-index: 202; box-sizing: content-box; background: #409CCA; border-radius: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); border: solid 1px #409CCA; }

.sp-nav-btn span.bar01 { content: ""; width: 50%; height: 2px; position: absolute; top: 14px; right: 25%; transition: 0.3s; }

.sp-nav-btn span.bar03 { content: ""; width: 20%; height: 2px; position: absolute; bottom: 12px; right: 40%; transition: 0.3s; }

.sp-nav-btn span.bar02 { position: absolute; width: 35%; height: 2px; top: 20px; right: 32.5%; transition: 0.3s; }

.sp-nav-btn > span { overflow: hidden; }

.sp-nav-btn > span > span { width: 120px; height: 2px; background: #FFFFFF; display: block; position: absolute; left: -80px; top: 0; border-radius: 4px; }

.sp-nav-btn.opon { background: #0061A5; border-color: #fff; }

.sp-nav-btn.opon span.bar02 { opacity: 0; }

.sp-nav-btn.opon span.bar01 { box-shadow: none; transform: rotateZ(45deg); top: 19px; }

.sp-nav-btn.opon span.bar03 { transform: rotateZ(-45deg); bottom: 19px; width: 50%; right: 25%; }

.overlay-nav { display: none; }

.overlay-nav.opon { z-index: 15; opacity: 1; }

div.navs-list-wrap { position: fixed; width: calc(100% - 55px); height: 100%; z-index: 200; top: 0; box-sizing: border-box; background: #0061A5; right: calc(-100% - 60px); transition: 0.3s; padding: 78px 5.33vw 50px; }

div.navs-list-wrap.opon { right: 0; }

div.navs-list-wrap span.dr-arrow img { display: none; }

ul.navs-list { height: calc(100vh - 70px); overflow: auto; box-sizing: border-box; padding: 0 0 95px; width: 100%; }

.navs-list > li { width: 100%; }

.navs-list > li { border-bottom: solid 1px #2679B3; }

.navs-list > li .drop-wrap { display: none; }

.navs-list > li:last-child { border-top: none; border-bottom: none; }

.navs-list > li ul.snav-in.flex > li > a { display: block; padding: 14px 0 14px 40px; text-decoration: none; font-weight: 500; background: url("../img/common/sp-arrow01.png") no-repeat left -3px center; color: #fff; font-weight: 500; font-size: 14px; line-height: 22px; background-size: 40px; }

.navs-list > li ul.snav-in.flex > li > .dr-tit { font-weight: 700; padding: 14px 0 14px 40px; background: url("../img/common/sp-arrow02.png") no-repeat center left 4px; color: #fff; font-weight: 500; font-size: 14px; line-height: 22px; background-size: 30px; }

.navs-list > li ul.snav-in.flex > li > .dr-tit.on { background-image: url("../img/common/sp-arrow03.png"); }

.navs-list > li.sp-nav-contact { padding: 20px 5%; border-bottom: none; }

ul.nav-sub { border-top: solid 1px #2679B3; padding: 30px 0; margin-top: 15px; font-size: 14px; }
ul.nav-sub > li { border-bottom: dashed 1px #2679B3; padding: 0 0 28px 0; margin-bottom: 28px; }
ul.nav-sub > li a { color: #fff; display: block; line-height: 1.875; padding-left: 22px; background: url("../img/common/sp-arrow04.svg") no-repeat left top 10px; }
ul.nav-sub > li:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }

.btns-nav.flex { justify-content: space-between; }
.btns-nav.flex > div { width: calc(50% - 10px); height: 56px; display: table; }
.btns-nav.flex > div a { display: table-cell; background: #fff; border-radius: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); color: #0061A5; font-size: 14px; font-weight: 700; text-align: center; vertical-align: middle; line-height: 20px; }
.btns-nav.flex .nav-btn01 a span { display: inline-block; padding-top: 23px; background: url("../img/common/ico-mail-sp.svg") no-repeat center top 5px; }
.btns-nav.flex .tel-num a span { display: inline-block; padding-top: 23px; background: url("../img/common/ico-tel-sp.svg") no-repeat center top 5px; }
.btns-nav.flex .tel-num .tel-c { display: none; }

.sp-bh { text-align: right; font-size: 12px; line-height: 20px; color: #fff; margin-top: 10px; }

.navs-list > li { box-sizing: border-box; width: 100%; margin-bottom: 15px; padding-bottom: 15px; }

.navs-list > li:last-child { margin-bottom: 0; padding-bottom: 0; }

.navs-list > li.nav-contact { border-bottom: none; margin-bottom: 20px; padding-bottom: 0; }

.navs-list > li.nav01.drop .dr-tit { width: 50%; box-sizing: border-box; margin-left: auto; }

.navs-list > li.line01 { position: relative; }
.navs-list > li.line01 ul.snav-in.flex li.left { position: absolute; left: 0; top: 0; z-index: 2; }
.navs-list > li.line01 ul.snav-in.flex li.right { width: 100%; }
.navs-list > li.line01 ul.snav-in.flex li.right .dr-tit { margin-left: 44.56%; }

ul.dr-sub { margin-top: 10px; display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.dr-sub > li { margin-bottom: 10px; }
ul.dr-sub > li a { background: none; position: relative; padding-left: 12px; }
ul.dr-sub > li a:before { content: "-"; position: absolute; left: 0; top: 0; }
ul.dr-sub > li:last-child { margin-bottom: 0; }

ul.snav-in.flex { align-items: center; justify-content: space-between; }
ul.snav-in.flex li.left { width: 40.56%; position: relative; }
ul.snav-in.flex li.left:before { content: ""; width: 1px; height: 50px; background: #2679B3; position: absolute; right: 0; top: 0; }
ul.snav-in.flex li.right { width: 55.35%; }

/* contents */
/*-------------------------------------------*/
.bg-blue { background: #F5F9FF; }

/*パンくず
---------------------------------------------------------------*/
div#bread { z-index: 2; position: relative; padding: 30px 5.33vw 0; }

#bread ul { display: flex; flex-wrap: wrap; align-items: center; }

#bread ul li { display: flex; flex-wrap: wrap; align-items: center; font-size: 13px; font-weight: 500; color: #BCBCBC; vertical-align: middle; }

ul.bread-list li a { font-size: 13px; color: #BCBCBC; }
ul.bread-list li a img { display: block; vertical-align: middle; }

ul.bread-list li:after { content: ""; width: 10px; height: 1px; display: inline-block; position: relative; background: #BCBCBC; vertical-align: middle; margin: 0 7px; }

ul.bread-list li:last-child:after { content: none; }

/* メインビジュアル */
/*-------------------------------------------*/
/*TOPページ*/
div#mv { position: relative; z-index: 3; letter-spacing: 0; }

/* footer */
/*-------------------------------------------*/
aside.aside01 { padding: 50px 5.33vw 1px; background: #F5F5F5; }
aside.aside01 .tit-head.flex { box-sizing: border-box; margin-bottom: 20px; }
aside.aside01 .tit-head.flex .titles01 { text-align: center; }
aside.aside01 .tit-head.flex .sbBox { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; }
aside.aside01 .tit-head.flex .sbBox .sb { width: 53.86vw; box-sizing: border-box; position: relative; background: #ABABAB; border-radius: 2.66vw; line-height: 1.69; color: #fff; padding: 5.33vw; font-size: 3.46vw; }
aside.aside01 .tit-head.flex .sbBox .sb p { display: inline; }
aside.aside01 .tit-head.flex .sbBox .sb:before { content: ""; width: 0; height: 0; border-left: solid 4.8vw #ABABAB; border-top: solid 2.4vw transparent; border-bottom: solid 2.4vw transparent; position: absolute; top: 50%; left: calc(100% - 1px); transform: translateY(-50%); }
aside.aside01 .tit-head.flex .sbBox .hum { width: 31.4vw; margin-bottom: -20px; }

div.aside-inner.flex { box-sizing: border-box; padding: 10.66vw 6.66vw; margin-bottom: -75px; border-radius: 5px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); background: rgba(255, 255, 255, 0.5); backdrop-filter: blur(5px); }
div.aside-inner.flex > div.box { width: 100%; padding-bottom: 8vw; margin-bottom: 8vw; border-bottom: solid 1px #BCBCBC; }
div.aside-inner.flex > div.box .btn01 { max-width: 100%; }
div.aside-inner.flex > div.box .tel-set { height: 18.66vw; text-align: center; border-radius: 1.33vw; background: #0061A5; color: #fff; box-sizing: border-box; padding-top: 7px; }
div.aside-inner.flex > div.box .tel-set .tel-num a { font-size: 4.8vw; color: #fff; line-height: 1; }
div.aside-inner.flex > div.box .tel-set .tel-bh { font-size: 2.66vw; line-height: 1.2; }
div.aside-inner.flex > div.box:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
div.aside-inner.flex .btn01 a { border-radius: 1.33vw; font-size: 4.26vw; }

h3.aside-sub { text-align: center; font-weight: 700; color: #727171; font-size: 4.26vw; margin-bottom: 5.33vw; }
h3.aside-sub > span { display: inline-block; padding-left: 11.73vw; position: relative; }
h3.aside-sub > span:before { content: ""; background: url("../img/common/ico-line.svg") no-repeat left top; width: 9.6vw; height: 8.8vw; position: absolute; left: 0; top: 0; background-size: contain; }
h3.aside-sub .big { font-size: 5.86vw; }

div.box02 h3.aside-sub > span { padding-left: 10.66vw; }
div.box02 h3.aside-sub > span:before { background: url("../img/common/ico-mail02.svg") no-repeat left top; width: 8.53vw; height: 5.86vw; top: 1.86vw; background-size: contain; }

div.box03 h3.aside-sub > span { padding-left: 8.26vw; }
div.box03 h3.aside-sub > span:before { background: url("../img/common/ico-tel.svg") no-repeat left top; width: 5.6vw; height: 8.53vw; top: 0; background-size: contain; }

div.btns01.flex { justify-content: space-between; }
div.btns01.flex > .btn01 { width: 36vw; }

.btn01.blank-btn a { position: relative; }
.btn01.blank-btn a span.ico-blank { position: absolute; z-index: 2; right: 2.66vw; bottom: 2.6vw; }
.btn01.blank-btn a span.ico-blank img { display: block; transition: 0.3s; width: 2.93vw; }

div#ftBox01 { padding: 155px 5.33vw 100px; color: #fff; background: url("../img/common/ft-bg-sp.jpg") no-repeat center top; background-size: cover; }

div#ftBox01 .wrap > div.left { text-align: center; }

div#ftBox01 .wrap > div.right { display: none; }

h2.ft-logo { margin: 0 auto 15px; max-width: 283px; }
h2.ft-logo img { filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(7500%) hue-rotate(69deg) brightness(106%) contrast(106%); }

div.copyright { font-size: 13px; max-width: 284px; margin: 0 auto; white-space: nowrap; }

.ft-adress-tel { font-size: 13px; text-align: left; max-width: 284px; margin: 0 auto; }
.ft-adress-tel a { color: #fff; }

div.fnav { display: flex; flex-wrap: wrap; max-width: 650px; line-height: 1.875; }
div.fnav > div { margin-right: 60px; }
div.fnav > div a { color: #fff; }
div.fnav > div:last-child { margin-right: 0; }

div.f-tit { margin-top: 25px; }

div.f-tit:first-child { margin-top: 0; }

ul.sub-nav { margin-top: 15px; }
ul.sub-nav > li { margin-bottom: 15px; line-height: 22px; font-size: 13px; position: relative; padding-left: 10px; }
ul.sub-nav > li:before { content: "-"; position: absolute; left: 0; top: 0; }
ul.sub-nav > li:last-child { margin-bottom: 0; }

/* TOPへ戻る */
/*-------------------------------------------*/
div#top-link { position: absolute; left: 0; top: 0; opacity: 0; z-index: -20; }

div#page-top { position: absolute; right: 5.33vw; top: -25px; opacity: 0; z-index: -3; transition: opacity 0.3s; width: 50px; }

div#page-top a { display: block; width: 50px; height: 50px; border-radius: 100%; text-align: center; box-sizing: border-box; line-height: 1; font-size: 15px; font-weight: 700; text-decoration: none; position: relative; }

.fixed div#page-top { opacity: 1; z-index: 6; }

div#scr { position: fixed; z-index: 110; left: 0; bottom: 0; width: 100%; background: rgba(0, 97, 165, 0.7); backdrop-filter: blur(10px); box-sizing: border-box; padding: 5px; height: 60px; }

div.scr-inner.flex { justify-content: space-between; }
div.scr-inner.flex > div.scr-btn { width: calc(33.33% - 3px); display: table; height: 50px; }
div.scr-inner.flex > div.scr-btn a { text-decoration: none; display: table-cell; border-radius: 5px; background: #fff; text-align: center; vertical-align: middle; color: #727171; }
div.scr-inner.flex > div.scr-btn a p.scr-bh { font-size: min(13px, 3.46vw); width: 100%; line-height: 1.2; margin-top: 3px; }
div.scr-inner.flex > div.scr-btn .ico { display: block; margin: 0 auto; }
div.scr-inner.flex > div.scr-btn .ico img { display: block; }

div.scr-btn.scr01 a { padding-top: 5px; }
div.scr-btn.scr01 .ico { max-width: 49px; width: 41.17%; }

div.scr-btn.scr02 .ico { width: 58.8%; max-width: 70px; }

div.scr-btn.scr03 .ico { width: 68.9%; max-width: 82px; }

/* iOSでのデフォルトスタイルをリセット */
input[type="password"], textarea, input[type="text"], input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; box-sizing: border-box; cursor: pointer; }

input[type="password"]::-webkit-search-decoration, textarea::-webkit-search-decoration, select::-webkit-search-decoration, input[type="text"]::-webkit-search-decoration, input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="password"]::focus, textarea::focus, select::focus, input[type="text"]::focus, input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

select { color: #222; padding: 5px; box-sizing: border-box; }

/* TOP
------------------------------------------*/
/*TOPアニメーション*/
.mv-text.anima-t { transform: translateY(50px); opacity: 0; transition: 0.3s; }

.mv-text.anima-t.anima { animation: fuwa 0.3s ease-out 0.8s 1 forwards; }

div#top-news.anima-t { transform: translateY(50px); opacity: 0; transition: 0.3s; }

div#top-news.anima-t.anima { animation: fuwa 0.3s ease-out 0.3s 1 forwards; }

.top-cont01.flex.anima-t { transform: translateY(50px); opacity: 0; transition: 0.3s; }

.top-cont01.flex.anima-t.anima { animation: fuwa 0.3s ease-out 0.3s 1 forwards; }

section#top-sec02 .wrap.anima-t .text, section#top-sec02 .wrap.anima-t .btn01 { transform: translateY(50px); opacity: 0; transition: 0.3s; }

section#top-sec02 .wrap.anima-t.anima .text, section#top-sec02 .wrap.anima-t.anima .btn01 { animation: fuwa 0.3s ease-out 0.5s 1 forwards; }

section#top-sec03 .tit-head.flex .text.anima-t { transform: translateY(50px); opacity: 0; transition: 0.3s; }

section#top-sec03 .tit-head.flex .text.anima-t.anima { animation: fuwa 0.3s ease-out 0.3s 1 forwards; }

.service-list01.flex div.box.anima-t { transform: translateY(80px); opacity: 0; transition: 0.3s; }

.service-list01.flex div.box.anima-t.anima { animation: fuwa02 0.5s ease-out 0.4s 1 forwards; }

section#top-sec04 .tit-head.flex .text.anima-t { transform: translateY(50px); opacity: 0; transition: 0.3s; }

section#top-sec04 .tit-head.flex .text.anima-t.anima { animation: fuwa 0.3s ease-out 0.3s 1 forwards; }

.slider01.works-s-list01.anima-t article.works-art01 { transform: translateY(80px); opacity: 0; transition: 0.3s; }

.slider01.works-s-list01.anima-t.anima article.works-art01 { animation: fuwa02 0.5s ease-out 0.4s 1 forwards; }

.rec-cont.anima-t .textBox, .rec-cont.anima-t .link-btn01 { transform: translateY(50px); opacity: 0; transition: 0.3s; }

.rec-cont.anima-t.anima .textBox, .rec-cont.anima-t.anima .link-btn01 { animation: fuwa 0.5s ease-out 0.4s 1 forwards; }

.sbBox.anima-t .sb, .sbBox.anima-t .hum { transform: translateY(50px); opacity: 0; transition: 0.3s; }

.sbBox.anima-t.anima .sb { animation: fuwa 0.5s ease-out 0.8s 1 forwards; }
.sbBox.anima-t.anima .hum { animation: fuwa 0.5s ease-out 0.4s 1 forwards; }

.aside-inner.flex .box.anima-t h3.aside-sub, .aside-inner.flex .box.anima-t .tel-set, .aside-inner.flex .box.anima-t .btn01 { transform: translateY(50px); opacity: 0; transition: 0.3s; }
.aside-inner.flex .box.box03.anima-t.anima h3.aside-sub, .aside-inner.flex .box.box03.anima-t.anima .tel-set { animation: fuwa 0.5s ease-out 0.4s 1 forwards; }
.aside-inner.flex .box.box01.anima-t.anima h3.aside-sub, .aside-inner.flex .box.box01.anima-t.anima .btn01 { animation: fuwa 0.5s ease-out 0.4s 1 forwards; }
.aside-inner.flex .box.box02.anima-t.anima h3.aside-sub, .aside-inner.flex .box.box02.anima-t.anima .btn01 { animation: fuwa 0.5s ease-out 0.4s 1 forwards; }

@keyframes fuwa { 0% { transform: translateY(50px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; } }
@keyframes fuwa02 { 0% { transform: translateY(80px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; } }
/*TOPアニメーション終わり*/
div#mv-slider { margin-bottom: 0; }
div#mv-slider .slick-counter { color: #fff; position: absolute; line-height: 6.4vw; right: 74.66vw; bottom: 53.33vw; z-index: 5; font-size: 4.26vw; }
div#mv-slider ul.slick-dots { text-align: right; bottom: 56.73vw; display: flex; width: 60.26vw; right: 10.66vw; z-index: 5; }
div#mv-slider ul.slick-dots li { width: 100%; height: 1.06vw; margin: 0; position: absolute; left: 0; top: 0; background: #FFFFFF; }
div#mv-slider ul.slick-dots li.slick-active { padding: 0; z-index: 3; }
div#mv-slider ul.slick-dots li.slick-active button { width: 0; animation: dot01 5s ease-out 0s 1 forwards; }
div#mv-slider ul.slick-dots button { width: 0; height: 1.06vw; background: #409CCA; padding: 0; transition: 5s; }
div#mv-slider ul.slick-dots button:before { content: none; }

span.dot-sikiri { margin: 0 2.66vw; }

@keyframes dot01 { 0% { width: 0; }
  100% { width: 100%; } }
.scr-text { background: url("../img/common/scroll-bg.png") no-repeat right center; height: 120px; width: 120px; position: absolute; bottom: -60px; left: 0; right: 0; margin: 0 auto; z-index: 5; padding-top: 45px; box-sizing: border-box; background-size: contain; }
.scr-text a { display: block; position: relative; padding-bottom: 40px; text-align: center; }
.scr-text a img { display: block; width: 48px; margin: 0 auto; }
.scr-text a .bar { width: 10px; height: 35px; position: absolute; bottom: 0; left: 0; right: 0; overflow: hidden; margin: 0 auto; }
.scr-text a .bar:before { content: ""; width: 1px; height: 35px; background: #fff; position: absolute; left: 0; right: 0; margin: 0 auto; }
.scr-text a span.hishi { position: absolute; left: 0; top: -60px; animation: scr01 1.6s linear 0.2s infinite forwards; }

@keyframes scr01 { 0% { top: -60px; }
  100% { top: 60px; } }
.m-slider { height: 149.33vw !important; overflow: hidden; }

.slide-img { height: 149.33vw; width: 100%; }

.m-slider.m-slider01 .slide-img { background: url("../img/main/sp-slide01.jpg") no-repeat center top; background-size: cover; }

.m-slider.m-slider02 .slide-img { background: url("../img/main/sp-slide02.jpg") no-repeat center top; background-size: cover; }

.m-slider.m-slider03 .slide-img { background: url("../img/main/sp-slide03.jpg") no-repeat center top; background-size: cover; }

.mv-text { position: absolute; top: 34.13vw; left: 0; right: 0; width: 81.06vw; z-index: 2; margin: 0 auto; }
.mv-text img { width: 81.06vw; height: 43.46vw; }

.home div#contents { background: #F5F5F5; }

.tit-head.flex { align-items: center; justify-content: space-between; margin-bottom: 40px; display: block; }
.tit-head.flex .titles01 { margin-bottom: 30px; }

div#top-news { align-items: center; background: #FFFFFF; padding: 25px 25px 30px; margin: 0 auto 100px; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
div#top-news .link-btn01 { margin-top: 30px; }

.news-tit { line-height: 30px; width: 100%; font-weight: 700; font-size: 18px; border-bottom: solid 1px #BCBCBC; margin-bottom: 15px; padding-bottom: 15px; }

article.news-art { display: flex; flex-wrap: wrap; align-items: center; color: #727171; width: 100%; }
article.news-art .news-date { font-size: 16px; width: 100%; color: #727171; }
article.news-art h3 { width: 100%; }
article.news-art h3 a { text-decoration: underline; display: block; font-weight: 500; color: #727171; width: 100%; line-height: 31px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

section#top-sec01 { padding: 90px 5.33vw calc(100px + 19.46vw); background: url("../img/top/bg-b-sp.svg") no-repeat center bottom -1px, url("../img/top/bg01-sp.jpg") repeat-x center top, #fff; background-size: 100%,auto; }
section#top-sec01 .titles01 { margin-bottom: 30px; }

.top-cont01.flex { display: block; }
.top-cont01.flex .left { box-sizing: border-box; margin-bottom: 10px; }
.top-cont01.flex .right { color: #727171; }
.top-cont01.flex .link-btn01 { margin-top: 50px; }

.copy01 { font-size: 22px; font-weight: 700; line-height: 1.76; }

section#top-sec02 { background: url("../img/top/bg02-sp.jpg") no-repeat center top; background-size: cover; overflow: hidden; margin-top: -1px; }
section#top-sec02 .wrap { padding: 80px 5.33vw; color: #fff; box-sizing: border-box; }
section#top-sec02 .wrap .titles01 .en { color: #fff; }
section#top-sec02 .wrap .titles01 .en span { background-image: url("../img/common/tit-ico02.svg"), url("../img/common/tit-ico02.svg"); }
section#top-sec02 .wrap .titles01 .jp { color: #fff; }
section#top-sec02 .wrap > .text { margin-bottom: 60px; }
section#top-sec02 .wrap .btn01 { margin: 60px auto 0; }

div.v-slider { position: relative; width: 100vw; margin-left: -5.33vw; }

div.v-slider > div.vslider { z-index: 2; width: 437.32vw; display: flex; flex-wrap: wrap; }

.vslide-wrapper { width: 218.66vw; display: flex; flex-wrap: wrap; }

div#vslide01 { margin-bottom: 10.66vw; }
div#vslide01 .vs02 { width: 53.33vw; }
div#vslide01 .vs01 { width: 40vw; }

div#vslide02 .vs01 { width: 40vw; }
div#vslide02 .vs02 { width: 53.33vw; }

.vslide-list { overflow: hidden; padding-left: 8vw; height: 40vw; display: flex; flex-wrap: wrap; align-items: center; }
.vslide-list img { border-radius: 5px; }

.vslider01 .vslide-wrapper:first-child { animation: loop 90s -45s linear infinite; }

.vslider01 .vslide-wrapper:last-child { animation: loop2 90s linear infinite; }

.vslider02 .vslide-wrapper:first-child { animation: loop3 90s -45s linear infinite; }

.vslider02 .vslide-wrapper:last-child { animation: loop4 90s linear infinite; }

@keyframes loop { 0% { transform: translateX(100%); }
  to { transform: translateX(-100%); } }
@keyframes loop2 { 0% { transform: translateX(0); }
  to { transform: translateX(-200%); } }
@keyframes loop3 { 0% { transform: translateX(-100%); }
  to { transform: translateX(100%); } }
@keyframes loop4 { 0% { transform: translateX(-200%); }
  to { transform: translateX(0); } }
section#top-sec03 { padding: 100px 5.33vw calc(100px + 19.46vw); background: url(../img/p02/bg-bottom01-sp.svg) no-repeat center bottom -1px, #fff; background-size: 100%; }
section#top-sec03 .tit-head.flex { box-sizing: border-box; align-items: flex-end; }
section#top-sec03 .tit-head.flex .text { line-height: 1.9; color: #727171; position: relative; }
section#top-sec03 .btn01 { margin: 60px auto 0; }

.service-list01.flex div.box { width: 100%; margin-bottom: 40px; }
.service-list01.flex div.box a { display: block; text-decoration: none; }
.service-list01.flex div.box a .img { border-radius: 5px; overflow: hidden; position: relative; margin-bottom: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.service-list01.flex div.box a .img img { display: block; transition: 0.3s; }
.service-list01.flex div.box a .img .arrow { z-index: 2; width: 13.33vw; height: 10.66vw; background: #fff; border-radius: 2.66vw; transition: 0.3s; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border-radius: 1.33vw 0 1.33vw 0; position: absolute; right: 0; bottom: 0; }
.service-list01.flex div.box a .img .arrow img { display: block; transition: 0.3s; opacity: 1 !important; width: 3.46vw; }
.service-list01.flex div.box a .cont { line-height: 1.9; }
.service-list01.flex div.box a .cont .tit { line-height: 1.5; font-size: 18px; font-weight: 700; margin-bottom: 20px; }
.service-list01.flex div.box a .cont .text { color: #727171; }
.service-list01.flex div.box:last-child { margin-bottom: 0; }

section#top-sec04 { padding: 60px 5.33vw 70px; overflow: hidden; }
section#top-sec04 .link-btn01 { margin-top: 50px; }
section#top-sec04 .tit-head.flex { box-sizing: border-box; }
section#top-sec04 .tit-head.flex .text { line-height: 1.9; color: #727171; position: relative; }
section#top-sec04 .tit-head.flex .text p { display: inline; }

button.slick-arrow { opacity: 1; z-index: 2; transition: 0s; width: 70px; height: 60px; box-sizing: border-box; border: none; border: solid 1px #0061A5; border-radius: 5px; transition: 0.3s; box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }

button.slick-prev.slick-arrow { background: url("../img/common/slide-arrow01.svg") no-repeat center #0061A5; left: 0; }

button.slick-next.slick-arrow { background: url("../img/common/slide-arrow02.svg") no-repeat center #0061A5; right: 0; }

button.slick-arrow:before { content: none; }

div.slider01.works-s-list01 { width: 100%; padding-bottom: 45px; margin-bottom: 0; }
div.slider01.works-s-list01 .slick-list { overflow: visible; }
div.slider01.works-s-list01 article.works-art01 { margin-right: 6.33vw; width: 89.34vw; }
div.slider01.works-s-list01 ul.slick-dots { text-align: left; bottom: 0; display: flex; width: 100%; justify-content: center; }
div.slider01.works-s-list01 ul.slick-dots li { width: calc(100% / 10); height: 6px; margin: 0; }
div.slider01.works-s-list01 ul.slick-dots li.slick-active { padding: 0; }
div.slider01.works-s-list01 ul.slick-dots li.slick-active button { background: #2F719D; }
div.slider01.works-s-list01 ul.slick-dots button { width: 100%; height: 6px; background: #BEBEBE; padding: 0; }
div.slider01.works-s-list01 ul.slick-dots button:before { content: none; }
div.slider01.works-s-list01 button.slick-arrow { top: 33.33vw; width: 13.33vw; height: 11.46vw; border-radius: 1.33vw; }
div.slider01.works-s-list01 button.slick-prev.slick-arrow { left: -10px; background-size: 4.26vw; }
div.slider01.works-s-list01 button.slick-next.slick-arrow { right: -10px; background-size: 4.26vw; }

article.works-art01 { width: 100%; }
article.works-art01 a { display: block; text-decoration: none; }
article.works-art01 a .img { overflow: hidden; border-radius: 5px; margin-bottom: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
article.works-art01 a .img .in-img { padding-top: 75%; transition: 0.3s; border-radius: 5px; }
article.works-art01 a .cont { line-height: 1.9; color: #727171; }

section.rec-sec { background: url("../img/top/bg03-sp.jpg") no-repeat center top; background-size: 100%; padding: 90.66vw 5.33vw 1px; position: relative; }
section.rec-sec .titles01 { margin-bottom: 30px; }

div.rec-cont { box-sizing: border-box; padding: 45px 25px 40px; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(5px); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 5px; }
div.rec-cont .textBox { padding-bottom: 40px; margin-bottom: 40px; border-bottom: solid 1px #BCBCBC; line-height: 1.9; }
div.rec-cont .link-btn01 { text-align: center; }

div#fancybox-outer { box-shadow: none !important; background: #fff; border-radius: 5px; padding: 15px; }

a#fancybox-close { background: url("../img/common/batsu.svg") no-repeat center; background-size: contain; border-radius: 0; right: 0; top: -60px; transition: 0.3s; }
a#fancybox-close > span { display: none; }

a#fancybox-close:hover { opacity: 0.7; }

.titles01.t-ico01 .en { background: url("../img/top/t-ico01.svg") no-repeat center top; height: 31px; display: block; background-size: contain; }
.titles01.t-ico01 .en > span { display: none; }

.titles01.t-ico02 .en { background: url("../img/top/t-ico02.svg") no-repeat center top; height: 32px; display: block; background-size: contain; }
.titles01.t-ico02 .en > span { display: none; }

.titles01.t-ico03 .en { background: url("../img/top/t-ico03.svg") no-repeat center top; height: 34px; display: block; background-size: contain; }
.titles01.t-ico03 .en > span { display: none; }

.titles01.t-ico04 .en { background: url("../img/top/t-ico04.svg") no-repeat center top; height: 29px; display: block; background-size: contain; }
.titles01.t-ico04 .en > span { display: none; }

.titles01.t-ico05 .en { background: url("../img/top/t-ico05.svg") no-repeat center top; height: 32px; display: block; background-size: contain; }
.titles01.t-ico05 .en > span { display: none; }

.titles01.tit-c .en { background: url("../img/top/tit-ico-contact.svg") no-repeat center top; height: 47px; display: block; background-size: contain; }
.titles01.tit-c .en > span { display: none; }

/*　02　料金表
----------------------------------*/
body:not(.home) { background-image: url("../img/p02/umv-bg-sp.jpg"); background-repeat: no-repeat; background-position: center top 60px; background-size: 100%; }
body:not(.home) aside.aside01:before { content: ""; width: 100%; height: 19.46vw; background: url("../img/p02/bg-bottom01-sp.svg") repeat-x center top; position: absolute; left: 0; bottom: calc(100% - 1px); background-size: 100%; }
body:not(.home) aside.aside01 { background: #F5F5F5; position: relative; padding-top: 7px; }
body:not(.home) aside.aside01 .tit-head.flex { display: none; }

.mv-tit { text-align: center; margin-top: 8vw; }
.mv-tit > span { display: inline-block; width: 89.34vw; background: url("../img/p02/mv-tit-bg-sp.jpg") no-repeat center; background-size: cover; border-radius: 40vw; color: #fff; font-weight: 700; font-size: 6.4vw; line-height: 1.58; padding: 4.5vw 6.4vw; box-sizing: border-box; }

.umv-text01 { text-align: center; margin: 5.33vw auto 0; color: #727171; padding: 0 5.33vw; font-size: 4.26vw; line-height: 2.1875; }

div#p02Box01 { padding: 80px 5.33vw; }

div.links01.flex { margin-bottom: 80px; margin-top: -4vw; justify-content: space-between; }

div.link-btn { width: 42.66vw; height: 18.66vw; display: table; margin-top: 4vw; }
div.link-btn a { text-decoration: none; position: relative; display: table-cell; text-align: center; vertical-align: middle; padding-bottom: 2.66vw; font-size: 4.26vw; font-weight: 700; color: #BCBCBC; border: solid 1px #BCBCBC; border-radius: 1.33vw; }
div.link-btn a span.arrow { position: absolute; left: 0; right: 0; bottom: 2.66vw; margin: 0 auto; z-index: 2; width: 3.46vw; }
div.link-btn a span.arrow img { display: block; transition: 0.3s; opacity: 1; }
div.link-btn a:hover { background: #0061A5; color: #fff; border-color: #0061A5; }
div.link-btn a:hover span.arrow img { filter: brightness(0) saturate(100%) invert(83%) sepia(100%) saturate(1%) hue-rotate(208deg) brightness(103%) contrast(102%); }

div.link-btn:nth-child(5n) { margin-right: 0; }

.p02-cont01.flex { display: block; }
.p02-cont01.flex .img { margin-top: 10.66vw; }

.priceTBL01 .col01 { width: 21.33vw; }
.priceTBL01 .col02 { width: 47.2vw; }
.priceTBL01 .col03 { width: 21.33vw; }
.priceTBL01 th, .priceTBL01 td { box-sizing: border-box; border: solid 1px #DEDEDE; line-height: 1.375; font-size: 4.26vw; }
.priceTBL01 thead th { background: #0061A5; color: #fff; font-weight: 700; text-align: center; vertical-align: middle; height: 16vw; }
.priceTBL01 tbody { background: #fff; }
.priceTBL01 tbody th { padding: 1.73vw; }
.priceTBL01 tbody th, .priceTBL01 tbody td { height: 16vw; color: #727171; line-height: 1.375; font-weight: 500; vertical-align: middle; }
.priceTBL01 tbody td.col02 { padding: 1.6vw 1.73vw; text-align: left; }
.priceTBL01 tbody td.col03 { padding: 1.6vw; }
.priceTBL01 tbody.tbo02 { background: #F5F9FB; }
.priceTBL01 dl.flex.price-dl { justify-content: flex-end; align-items: center; text-align: right; }

section.price-sec { margin-bottom: 80px; }

section.price-sec:last-child { margin-bottom: 0; }

section.price-sec.price-sec01 { margin-bottom: 110px; }

.priceTBL01.priceTBL01-2 .col01 { width: 21.33vw; }
.priceTBL01.priceTBL01-2 .col02 { width: 47.2vw; }
.priceTBL01.priceTBL01-2 .col03 { width: 21.33vw; }

.scr-wrap { background: url("../img/p02/swipe.svg") no-repeat center top; padding-top: 16.26vw; background-size: 60.26vw; }

.price-img01 { text-align: center; margin-bottom: 30px; overflow: auto; width: 94.67vw; }
.price-img01 img { width: 940px; max-width: none; }

.price-img02 { text-align: center; margin-bottom: 30px; overflow: auto; width: 94.67vw; }
.price-img02 img { width: 746px; max-width: none; }

.price-op { color: #727171; font-size: 13px; }

.p02-cont02.flex { margin-top: 60px; display: block; }
.p02-cont02.flex .cont .priceTBL01.priceTBL01-2 .col01 { width: 68.26vw; }
.p02-cont02.flex .cont .priceTBL01.priceTBL01-2 .col02 { width: 21.33vw; }
.p02-cont02.flex .cont .priceTBL01.priceTBL01-2 dl.flex.price-dl dt, .p02-cont02.flex .cont .priceTBL01.priceTBL01-2 dl.flex.price-dl dd { width: auto; }
.p02-cont02.flex .img { margin-top: 10.66vw; }

h3.num-tit { margin-bottom: 20px; display: flex; flex-wrap: wrap; align-items: center; font-size: 18px; color: #409CCA; line-height: 1.18; }
h3.num-tit .num { width: 28px; height: 28px; border-radius: 100%; line-height: 28px; text-align: center; font-size: 18px; font-weight: 700; color: #fff; background: #409CCA; margin-right: 7px; }
h3.num-tit .text { width: calc(100% - 36px); }

section.price-sec.price-sec03 .inBox03 { margin-bottom: 40px; margin-top: 40px; }
section.price-sec.price-sec03 .inBox03 .priceTBL01.priceTBL01-2 .col01 { width: 21.33vw; }
section.price-sec.price-sec03 .inBox03 .priceTBL01.priceTBL01-2 .col02 { width: 47.2vw; }
section.price-sec.price-sec03 .inBox03 .priceTBL01.priceTBL01-2 .col03 { width: 21.33vw; }
section.price-sec.price-sec03 .inBox03 .priceTBL01.priceTBL01-2 dl.flex.price-dl dd { width: auto; }
section.price-sec.price-sec03 .inBox04.flex { display: block; }
section.price-sec.price-sec03 .inBox04.flex h3.num-tit { color: #EC5918; }
section.price-sec.price-sec03 .inBox04.flex h3.num-tit .num { background: #EC5918; }
section.price-sec.price-sec03 .inBox04.flex .priceTBL01 thead th { background: #EC9018; }
section.price-sec.price-sec03 .inBox04.flex .priceTBL01 tbody tr:nth-child(2n) th, section.price-sec.price-sec03 .inBox04.flex .priceTBL01 tbody tr:nth-child(2n) td { background: #FFF9F2; }
section.price-sec.price-sec03 .inBox04.flex .left { margin-bottom: 40px; }
section.price-sec.price-sec03 .inBox04.flex .left .priceTBL01 .col01 { width: 66.26vw; }
section.price-sec.price-sec03 .inBox04.flex .left .priceTBL01 .col02 { width: 23.33vw; }
section.price-sec.price-sec03 .inBox04.flex .right h3.num-tit { color: #EC5918; align-items: flex-start; }
section.price-sec.price-sec03 .inBox04.flex .right h3.num-tit .num { background: #EC5918; }
section.price-sec.price-sec03 .inBox04.flex .right h3.num-tit .text { line-height: 1.44; }
section.price-sec.price-sec03 .inBox04.flex .right .priceTBL01 td { text-align: center; vertical-align: middle; padding: 2vw; }
section.price-sec.price-sec03 .inBox04.flex .right .priceTBL01 .col01 { width: 25%; }
section.price-sec.price-sec03 .inBox04.flex .right .priceTBL01 .col02 { width: 25%; }
section.price-sec.price-sec03 .inBox04.flex .right .priceTBL01 .col03 { width: 25%; }
section.price-sec.price-sec03 .inBox04.flex .right .priceTBL01 .col04 { width: 25%; }
section.price-sec.price-sec03 .inBox04.flex .right .priceTBL01 td.hide { opacity: 0; border: none; }

.pr-bikou01 { margin-top: 20px; line-height: 22px; color: #727171; font-size: 13px; }

div#p02Box02 { padding: 60px 5.33vw; background: #F5F5F5; }
div#p02Box02 .p02-cont02.flex { margin-top: 60px; margin-bottom: 30px; }
div#p02Box02 .inBox04.flex { display: block; }
div#p02Box02 .inBox04.flex .priceTBL01 tbody tr:nth-child(2n) th, div#p02Box02 .inBox04.flex .priceTBL01 tbody tr:nth-child(2n) td { background: #F5F9FB; }
div#p02Box02 .inBox04.flex .left { margin-bottom: 30px; }
div#p02Box02 .inBox04.flex .left .priceTBL01 .col01 { width: 66.26vw; }
div#p02Box02 .inBox04.flex .left .priceTBL01 .col02 { width: 23.33vw; }
div#p02Box02 .inBox04.flex .right h3.num-tit { color: #EC5918; align-items: flex-start; }
div#p02Box02 .inBox04.flex .right h3.num-tit .num { background: #EC5918; }
div#p02Box02 .inBox04.flex .right h3.num-tit .text { line-height: 1.44; }
div#p02Box02 .inBox04.flex .right .priceTBL01 td { text-align: center; vertical-align: middle; padding: 2vw; }
div#p02Box02 .inBox04.flex .right .priceTBL01 .col01 { width: 25%; }
div#p02Box02 .inBox04.flex .right .priceTBL01 .col02 { width: 25%; }
div#p02Box02 .inBox04.flex .right .priceTBL01 .col03 { width: 25%; }
div#p02Box02 .inBox04.flex .right .priceTBL01 .col04 { width: 25%; }
div#p02Box02 .inBox04.flex .right .priceTBL01 td.hide { background: #F5F5F5 !important; border: none; }
div#p02Box02 .inBox04.flex .right .priceTBL01 thead th { background: #EC9018; }
div#p02Box02 .inBox04.flex .right .priceTBL01 tbody tr:nth-child(2n) th, div#p02Box02 .inBox04.flex .right .priceTBL01 tbody tr:nth-child(2n) td { background: #FFF9F2; }

div#p02Box03 { padding: 80px 5.33vw calc(80px + 19.46vw); }
div#p02Box03 .priceTBL01 .col01 { width: 20.8vw; }
div#p02Box03 .priceTBL01 .col02 { width: 24.66vw; }
div#p02Box03 .priceTBL01 .col03 { width: 44.4vw; }
div#p02Box03 .priceTBL01 tr.bg-2 th, div#p02Box03 .priceTBL01 tr.bg-2 td { background: #F5F9FB; }
div#p02Box03 .priceTBL01 tbody td.col02 { text-align: right; }

/*　03　浄化槽点検・浄化槽清掃・し尿汲み取り
----------------------------------*/
div#p03Box01 { padding: 80px 5.33vw; }
div#p03Box01 .btn01 { margin: 40px auto 0; }

.p03-cont01.flex { display: block; margin-bottom: 80px; }
.p03-cont01.flex .cont { color: #727171; }
.p03-cont01.flex .img { width: 67.2vw; margin: 30px auto 0; }

.tri-list03.flex { display: block; }
.tri-list03.flex > .box { margin-bottom: 40px; color: #727171; }
.tri-list03.flex > .box .img { margin-bottom: 15px; }
.tri-list03.flex > .box > h3 { color: #0061A5; font-size: 18px; margin-bottom: 10px; }
.tri-list03.flex > .box:last-child { margin-bottom: 0; }

div#p03Box02 { background: #EDF4F9; padding: 60px 5.33vw; }
div#p03Box02 .wrap > section { margin-bottom: 40px; }
div#p03Box02 .wrap > section:last-child { margin-bottom: 0; }

section.car-box .img img { border-radius: 5px; }
section.car-box .cont { width: 82.66vw; position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; margin: -10.66vw 0 0; }
section.car-box .cont .sb { width: 41.86vw; height: 30.4vw; position: relative; background: #fff; border-radius: 1.33vw; display: table; color: #727171; }
section.car-box .cont .sb > div { display: table-cell; text-align: center; vertical-align: middle; font-size: 4.8vw; line-height: 1.33; padding: 0 2.66vw; }
section.car-box .cont .sb > div .blue { color: #0061A5; }
section.car-box .cont .sb:after { content: ""; border-left: solid 4vw #fff; border-top: solid 2.4vw transparent; border-bottom: solid 2.4vw transparent; width: 0; height: 0; position: absolute; left: calc(100% - 1px); top: 0; bottom: 0; margin: auto 0; }
section.car-box .cont .img01 { width: 32.8vw; }

section.area-box .img { overflow: auto; }
section.area-box .img img { width: 136vw; max-width: none; }
section.area-box > p { margin-bottom: 15px; color: #727171; }
section.area-box .cont { margin-top: 20px; box-sizing: border-box; background: #fff; border-radius: 5px; padding: 20px; }
section.area-box .cont ul { color: #EC9018; line-height: 27px; border-bottom: solid 1px #DEDEDE; padding-bottom: 20px; margin-bottom: 20px; }
section.area-box .cont .are-text { color: #727171; font-size: 13px; }
section.area-box .cont > .box { width: 100%; box-sizing: border-box; }
section.area-box .cont > .box h3 { color: #EC9018; font-size: 16px; font-weight: 500; margin-bottom: 7px; }
section.area-box .cont > .box h3 .komoji { font-size: 13px; }
section.area-box .cont > .box .text { font-size: 13px; font-weight: 500; color: #727171; }
section.area-box .cont > .box.box01 { border-bottom: solid 1px #DEDEDE; padding-bottom: 15px; margin-bottom: 15px; }

ul.dot-list > li:before { content: "・"; }

div#p03Box03 { padding: 80px 5.33vw calc(80px + 19.46vw); }

article.faq-art { margin-bottom: 40px; }

article.faq-art:last-child { margin-bottom: 0; }

h3.q-tit { background: #0061A5; color: #fff; font-weight: 700; font-size: 18px; display: flex; flex-wrap: wrap; align-items: flex-start; line-height: 26px; padding: 17px 20px; align-items: center; }
h3.q-tit .q-num { width: 45px; }
h3.q-tit .text { width: calc(100% - 46px); box-sizing: border-box; padding-left: 20px; border-left: solid 1px #fff; }

.a-text > div { padding-top: 30px; padding-left: 25px; display: flex; flex-wrap: wrap; align-items: flex-start; }
.a-text > div .a-tit { width: 40px; line-height: 26px; color: #0061A5; font-size: 18px; font-weight: 700; }
.a-text > div .a-text { line-height: 35px; color: #727171; width: calc(100% - 41px); margin-top: -5px; padding-left: 20px; border-left: solid 1px #BCBCBC; box-sizing: border-box; }

/*　04　水まわりサービス
----------------------------------*/
h1.mv-tit-img { margin-top: 8vw; text-align: center; padding: 0 5.33vw; }

div#p04Box01 { padding: 96px 5.33vw 60px; background: url("../img/p04/bg01-sp.jpg") repeat-x center bottom; }
div#p04Box01 .btn01 { margin: 40px auto 0; }

div#p04Box02 { padding: 96px 5.33vw 60px; background: url("../img/p04/bg01-sp.jpg") repeat-x center bottom; }
div#p04Box02 .s-tit > span:after { background: url("../img/p04/t-ico02.svg") no-repeat; background-size: contain; width: 44px; height: 34px; left: calc(100% - 20px); top: -16px; }
div#p04Box02 .btn01 { margin: 40px auto 0; }
div#p04Box02 .trou-list-box.flex .img { width: 50.66vw; }

div#p04Box03 { padding: 96px 5.33vw 50px; background: url("../img/p04/bg01-sp.jpg") repeat-x center bottom; position: relative; margin-bottom: calc(140px + 19.46vw); }
div#p04Box03 .s-tit > span:after { background: url("../img/p04/t-ico03.svg") no-repeat; background-size: contain; width: 32px; height: 30px; top: -12px; }
div#p04Box03 .btn01 { margin: 40px auto 0; }
div#p04Box03 .trou-list-box.flex .img { width: 61.33vw; }

div#p04Box03:after { content: ""; background: url("../img/p04/bg01-bottom.jpg") repeat-x center top; width: 100%; left: 0; top: calc(100% - 10px); height: 60px; position: absolute; background-size: auto 60px; }

.p04-cont01.flex { display: block; }
.p04-cont01.flex > .cont .text { color: #727171; }
.p04-cont01.flex > .img { margin-top: 30px; }
.p04-cont01.flex > .img img { border-radius: 5px; }

.s-tit { margin-bottom: 30px; line-height: 1.4; font-size: 26px; }
.s-tit > span { display: inline-block; position: relative; }
.s-tit > span:after { content: ""; background: url("../img/p04/t-ico01.svg") no-repeat; background-size: contain; width: 32px; height: 45px; position: absolute; left: 100%; top: -12px; }

.trou-list-box.flex { position: relative; display: block; margin-top: 60px; margin-bottom: 60px; }
.trou-list-box.flex h3 { margin-bottom: 20px; padding-bottom: 20px; border-bottom: solid 1px #DEDEDE; text-align: center; }
.trou-list-box.flex h3 img { max-width: none; width: 71.73vw; }
.trou-list-box.flex > .trou-cont { position: relative; z-index: 2; }
.trou-list-box.flex > .trou-cont ul.check-list01:first-child { margin-bottom: 20px; }
.trou-list-box.flex .img { margin: 30px auto 0; width: 55.46vw; }

ul.check-list01 > li { font-size: 18px; font-weight: 700; padding-left: 29px; line-height: 26px; background: url("../img/p04/ico-check.svg") no-repeat left top 1px; margin-bottom: 20px; }
ul.check-list01 > li:last-child { margin-bottom: 0; }

.sb-blue { text-align: center; margin-bottom: 9.33vw; }
.sb-blue > span { display: block; padding: 3.13vw 6.13vw 2.13vw; background: #409CCA; text-align: center; color: #fff; font-weight: 700; border-radius: 13.33vw; position: relative; line-height: 7.2vw; font-size: 4.8vw; }
.sb-blue > span .big { font-size: 6.93vw; color: #FFDCB4; }
.sb-blue > span:before { content: ""; width: 6.4vw; height: 4.26vw; background: url("../img/p04/tri01.svg") no-repeat center bottom; position: absolute; left: 0; right: 0; top: calc(100% - 1px); margin: 0 auto; background-size: 10.4vw; }

div.trou-list01.flex { display: block; }
div.trou-list01.flex div.box { margin-bottom: 2.66vw; box-sizing: border-box; border-radius: 5px; border: solid 1px #ECECEC; background: #fff; padding: 5.33vw; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
div.trou-list01.flex div.box .img { width: 29.33vw; }
div.trou-list01.flex div.box .cont { width: 44vw; }
div.trou-list01.flex div.box .cont h4 { line-height: 1.45; font-weight: 700; font-size: 5.86vw; padding-bottom: 4vw; margin-bottom: 4vw; border-bottom: solid 1px #DEDEDE; }
div.trou-list01.flex div.box:last-child { margin-bottom: 0; }

ul.trou-icos.flex { margin: -1.86vw 0 0 -1.86vw; }
ul.trou-icos.flex > li { margin: 1.86vw 0 0 1.86vw; box-sizing: border-box; min-width: 10.13vw; line-height: 6.93vw; height: 6.93vw; border-radius: 5.33vw; color: #fff; background: #7AAACD; font-size: 3.46vw; padding: 0 1.6vw; text-align: center; }
ul.trou-icos.flex > li.no-bg { background: none; padding: 0; min-width: 0; color: #727171; }

/*　05　信条とポリシー
----------------------------------*/
div#p05Box01 { padding: 80px 5.33vw calc(80px + 19.46vw); }

section.creed-sec { padding-bottom: 60px; margin-bottom: 60px; background: url("../img/p05/line01.svg") repeat-x left bottom; }
section.creed-sec .cont > .text { color: #727171; }
section.creed-sec .img { margin-top: 30px; }

section.creed-sec:last-child { padding-bottom: 0; margin-bottom: 0; background: none; }

.creed-tit { margin-bottom: 30px; display: flex; flex-wrap: wrap; align-items: center; }
.creed-tit .text { width: calc(100% - 13.33vw); }
.creed-tit .text > span { display: block; font-weight: 700; }
.creed-tit .text > span.line01 { font-size: 4.26vw; }
.creed-tit .text > span.line02 { font-size: 6.8vw; }
.creed-tit .num { margin-right: 2.66vw; display: inline-block; padding-top: 3.2vw; background: url("../img/p05/num-top.svg") no-repeat center top; background-size: contain; }
.creed-tit .num > span { text-align: center; display: block; width: 10.66vw; height: 10.66vw; line-height: 10.66vw; border-radius: 100%; color: #fff; font-weight: 700; font-size: 6.8vw; background: #0061A5; }

/*　06　会社案内
----------------------------------*/
div#p06Box01 { padding: 80px 5.33vw; }

.p06-cont01.flex { margin-bottom: 80px; justify-content: space-between; }
.p06-cont01.flex .cont { width: 574px; }
.p06-cont01.flex .cont .text { color: #727171; }
.p06-cont01.flex .cont .big-text { margin: 22px 0; font-size: 20px; line-height: 38px; }
.p06-cont01.flex .img { margin-top: 50px; position: relative; }
.p06-cont01.flex .img .nameBox { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 20px; }
.p06-cont01.flex .img .nameBox > span { display: block; }
.p06-cont01.flex .img .nameBox > span.line01 { font-size: 13px; }
.p06-cont01.flex .img .nameBox > span.line02 { font-size: 18px; }

.titles03 { margin-bottom: 30px; font-size: 26px; line-height: 1.42; font-weight: 700; }

div.ph-box { position: relative; }
div.ph-box .image { margin-bottom: 20px; }
div.ph-box .titles03 { margin-bottom: 20px; line-height: 36px; padding-left: 46px; background: url("../img/p06/ico01.svg") no-repeat left center; }
div.ph-box .box01 { margin-bottom: 40px; }
div.ph-box .box01 > .text { color: #727171; }
div.ph-box .box02 { margin-bottom: 40px; }
div.ph-box .box02 .titles03 { background-image: url("../img/p06/ico02.svg"); padding-left: 55px; background-position: left top 5px; padding-bottom: 3px; margin-bottom: 17px; }
div.ph-box .box02 > .text { color: #727171; }
div.ph-box .box03 .titles03 { background-image: url("../img/p06/ico03.svg"); margin-bottom: 10px; }
div.ph-box .box03 > .text { color: #727171; }

ul.hishi-list > li { margin-bottom: 10px; display: flex; flex-wrap: wrap; align-items: center; }
ul.hishi-list > li .num { width: 29px; height: 29px; background: url("../img/p06/hishi.svg") no-repeat center; text-align: center; line-height: 29px; color: #fff; font-size: 16px; margin-right: 5px; }
ul.hishi-list > li .text { font-size: 16px; max-width: calc(100% - 34px); color: #727171; }
ul.hishi-list > li:last-child { margin-bottom: 0; }

div#p06Box02 { padding: 60px 5.33vw; background: #EDF4F9; }
div#p06Box02 .wrap > section.box01 { margin-bottom: 60px; }
div#p06Box02 .wrap section.box02 > p { color: #727171; }
div#p06Box02 .wrap section.box02 .p06-map { height: 400px; margin-top: 30px; }
div#p06Box02 .wrap section.box02 .p06-map iframe { width: 100%; height: 100%; }

.comTBL a { color: #727171; }
.comTBL th, .comTBL td { box-sizing: border-box; padding: 13px 20px; line-height: 34px; vertical-align: middle; display: block; }
.comTBL th { color: #fff; background: #0061A5; text-align: left; font-weight: 700; font-size: 18px; }
.comTBL td { background: #fff; color: #727171; }
.comTBL .prf-link { width: 152px; text-align: center; }
.comTBL .prf-link .link-text { margin-top: 10px; }
.comTBL .prf-link .link-text a { color: #000000; }

a.blank { display: inline-block; padding-right: 22px; background: url("../img/p06/ico-blank.svg") no-repeat right center; }

div#p06Box03 { padding: 80px 5.33vw calc(160px + 19.46vw); overflow: hidden; }
div#p06Box03 .wrap .history-list.flex { display: block; }

.history-list.flex .slick-list.draggable { width: 94.67vw !important; }
.history-list.flex button.slick-arrow { top: auto; transform: translateY(0); bottom: -100px; }
.history-list.flex button.slick-prev.slick-arrow { left: calc(50% - 80px); }
.history-list.flex button.slick-next.slick-arrow { right: calc(50% - 80px); }

.historyBox { padding-bottom: 20px; margin-bottom: 20px; background: url("../img/p06/hs-line.svg") repeat-x left bottom; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.historyBox .ageBox { width: 115px; height: 63px; display: table; position: relative; }
.historyBox .ageBox > div { display: table-cell; text-align: center; vertical-align: middle; background: #0061A5; border-radius: 5px; color: #fff; font-weight: 700; font-size: 16px; }
.historyBox .ageBox > div .line01 { line-height: 1; }
.historyBox .ageBox > div .line01 .age-r { margin-left: 5px; }
.historyBox .ageBox > div .line02 { font-size: 13px; font-weight: 500; line-height: 1; margin-top: 8px; }
.historyBox .text { width: calc(100% - 125px); line-height: 30px; }

.historyBox:last-child { padding-bottom: 0; margin-bottom: 0; background: none; }

/*　07　プライバシーポリシー
----------------------------------*/
div#p07Box01 { padding: 80px 5.33vw calc(80px + 19.46vw); }

.p07-cont01 { border: solid 1px #DEDEDE; border-radius: 30px; background: #fff; color: #727171; padding: 40px; box-sizing: border-box; margin: 0 auto; }
.p07-cont01 .text01 { padding-bottom: 30px; margin-bottom: 30px; border-bottom: solid 1px #DEDEDE; }

.pp-texts > div.box { margin-bottom: 30px; }
.pp-texts > div.box:last-child { margin-bottom: 0; }

/*　08　採用情報
----------------------------------*/
div#p08Box01 { margin-top: 80px; overflow: hidden; position: relative; }
div#p08Box01 div.cont01 { margin: 0 auto; color: #fff; box-sizing: border-box; padding: 60px 5.33vw; position: relative; z-index: 6; background: rgba(0, 97, 165, 0.7); backdrop-filter: blur(10px); }
div#p08Box01 div#belt-slide02 { margin-bottom: 0; height: 53.33vw; overflow: hidden; }
div#p08Box01 div#belt-slide02 .belt-slid { width: 63.46vw; }

.btn-set02.flex { justify-content: center; margin-top: 50px; }
.btn-set02.flex .link-btn01.link-btn03 { margin-right: 40px; }
.btn-set02.flex .link-btn01.link-btn03:last-child { margin-right: 0; }

.link-btn01.link-btn03 a { color: #fff; }
.link-btn01.link-btn03 a .arrow { margin-right: 0; margin-left: 15px; border-color: #fff; background: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }

.link-btn01.link-btn03:hover a .arrow { box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); background: #0061A5; }
.link-btn01.link-btn03:hover a .arrow img { filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(6%) hue-rotate(13deg) brightness(103%) contrast(100%); }

div#p08Box02 { padding: 80px 5.33vw calc(80px + 19.46vw); }

article.rec-art { width: 100%; margin: 0 0 40px; }
article.rec-art a { display: block; text-decoration: none; }
article.rec-art a .img { overflow: hidden; margin-bottom: 18px; }
article.rec-art a .img .in-img { padding-top: 75%; transition: 0.3s; }
article.rec-art a dl.rec-dl01.flex { background: url("../img/p08/line01.svg") repeat-x left bottom; padding-bottom: 20px; margin-bottom: 20px; align-items: flex-start; justify-content: space-between; }
article.rec-art a dl.rec-dl01.flex dt { width: 72px; color: #fff; font-size: 14px; background: #7AAACD; border-radius: 30px; text-align: center; }
article.rec-art a dl.rec-dl01.flex dd { width: calc(100% - 87px); color: #727171; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
article.rec-art a dl.rec-dl01.flex:last-child { background: none; padding-bottom: 0; margin-bottom: 0; }

article.rec-art:last-child { margin-bottom: 0; }

/*詳細*/
div#p08sBox01 { padding: 60px 5.33vw 80px; }

.cates { margin: 0 0 20px; width: 72px; color: #fff; font-size: 14px; background: #7AAACD; border-radius: 30px; text-align: center; }

h1.rec-tit { margin-bottom: 30px; font-size: 22px; font-weight: 700; }

div#p08sBox02 { padding: 80px 5.33vw 50px; background: #EDF4F9; position: relative; margin-bottom: calc(140px + 19.46vw); }

div#p08sBox02:after { content: ""; background: url("../img/p04/bg01-bottom.jpg") repeat-x center top; width: 100%; left: 0; top: calc(100% - 10px); height: 60px; position: absolute; background-size: auto 60px; }

/*フォーム*/
ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 10px; }

ul.contact-state > li { display: table; width: 34%; height: 62px; position: relative; margin-left: -1.5%; }

ul.contact-state > li > span { display: table-cell; text-align: center; vertical-align: middle; background: #2679B3; color: #fff; font-size: 16px; font-weight: 500; }

ul.contact-state > li.state01 { margin-left: 0; clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0% 50%); }

ul.contact-state > li.state02 { clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%); opacity: 0.5; }

ul.contact-state > li.state03 { clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 10px 50%); opacity: 0.5; }

ul.contact-state > li.state01 > span { background: #003B64; color: #fff; }

ul.contact-state > li > span span.num { margin-right: 10px; }

ul.contact-state > li.state02 > span { background: #0061A5; color: #fff; }

ul.contact-state > li:after { content: ""; width: 0; height: 0; border-left: solid 8px #9A9A9A; border-top: solid 8px transparent; border-bottom: solid 8px transparent; position: absolute; top: 0; bottom: 0; left: calc(100% + 16px); margin: auto 0; }

ul.contact-state > li:last-child:after { content: none; }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }

ul.contact-state.contact-state02 > li.state01 { opacity: 0.5; }

ul.contact-state.contact-state02 > li.state02 { opacity: 1; }

.contactTBL th, .contactTBL td { display: block; box-sizing: border-box; font-size: 18px; padding: 30px 0; color: #000000; line-height: 1.66; }
.contactTBL th { padding-bottom: 15px; }
.contactTBL td { padding-top: 0; color: #727171; }
.contactTBL .wpcf7-list-item { margin-left: 0; display: inline-block; margin-right: 30px; margin-bottom: 10px; }
.contactTBL input[type="checkbox"], .contactTBL input[type="radio"] { transform-origin: left center; transform: scale(1.5); margin-right: 8px; }

ul.seinengappi.flex { display: block; }
ul.seinengappi.flex > li { min-width: 176px; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px; }
ul.seinengappi.flex > li span.inp { display: block; min-width: 150px; }
ul.seinengappi.flex > li span.inp input.wpcf7-text { width: 150px; }
ul.seinengappi.flex > li span.inp select { width: 100%; }
ul.seinengappi.flex > li span.text { margin-left: 10px; color: #727171; }
ul.seinengappi.flex > li:last-child { margin-bottom: 0; }

span.hissu { display: inline-block; color: #fff; padding: 2px 7px; background: #409CCA; margin-right: 15px; box-sizing: border-box; font-size: 14px; font-weight: 700; line-height: 27px; }

span.nini { display: inline-block; color: #fff; padding: 1px 6px; border: solid 1px #727171; margin-right: 15px; font-size: 14px; font-weight: 700; line-height: 25px; background: #727171; }

input.wpcf7-number, input.wpcf7-date, input.wpcf7-text { box-sizing: border-box; height: 60px; border: solid 1px #FFFFFF; padding: 5px 10px; font-size: 16px; background: #fff; width: 100%; }

input.wpcf7-date { padding: 5px 10px; }

select.wpcf7-select { box-sizing: border-box; height: 60px; border: solid 1px #FFFFFF; padding: 5px 10px; font-size: 16px; background: #fff; width: auto; }

select { background: #fff; border-radius: 0; }

textarea.wpcf7-textarea { box-sizing: border-box; height: 200px; border: solid 1px #FFFFFF; padding: 5px 10px; font-size: 16px; background: #fff; width: 100%; }

.contactTBL .select-con .wpcf7-list-item { display: inline-block; margin-right: 10px !important; }

.select-con { margin-bottom: 15px; }

.cours-area { margin-top: 5px; }

input#zip01 { width: 155px; }

select#pref3 { width: auto; }

input.wpcf7-form-control.wpcf7-text.time-zone { width: 450px; }

span.form-bikou { display: block; }

div.zip_list > div { margin-bottom: 20px; }
div.zip_list > div:last-child { margin-bottom: 0; }

p.juusho-text { margin-bottom: 5px; }

ul.address-list > li { margin-bottom: 30px; }
ul.address-list > li:last-child { margin-bottom: 0; }
ul.address-list .th { font-size: 14px; margin-bottom: 5px; }

.contactArea .codedropz-upload-handler { border: solid 1px #E1E1E1; border-radius: 8px; background: url("../img/p10/upload-mark.svg") no-repeat center top 40px #fff; padding: 50px 30px 30px; }

.contactArea .codedropz-upload-inner { color: #9A9A9A; line-height: 1.5; font-size: 16px; font-weight: 500; }

.contactArea .codedropz-upload-inner h3 { font-size: 16px; font-weight: 500; margin: 0; }

a.cd-upload-btn { width: 130px; height: 40px; display: inline-block; line-height: 35px; background: #000000; border: solid 1px #000000; border-radius: 4px; padding-top: 3px; font-size: 16px; margin-top: 8px; color: #fff; }

.contact-submit.flex { margin-top: 45px; justify-content: center; flex-direction: row-reverse; position: relative; }

.contact-submit.flex > p { width: 100%; text-align: center; margin-top: 30px; }

.inb { display: inline-block; }

.form-btn { width: 100%; position: relative; }

.form-btn input[type="submit"], .form-btn input[type="button"] { transition: 0.3s; border: solid 1px #0061A5; color: #fff; width: 100%; height: 70px; font-size: 16px; font-weight: 500; position: relative; z-index: 3; background: url("../img/p08/form-arrow01.svg") no-repeat center right calc(50% + 54px) #0061A5; border-radius: 5px; padding-left: 30px; box-sizing: border-box; padding-bottom: 2px; }

.form-btn.form-btn02 { margin-top: 30px; }

.form-btn.form-btn02 input[type="submit"], .form-btn.form-btn02 input[type="button"] { background-color: #727171; border-color: #727171; color: #fff; background-image: url("../img/p08/form-arrow02.svg"); }

.form-btn input { transition: 0.3s; cursor: pointer; }

.form-btn input:hover { background-color: #fff; color: #0061A5; background-image: url("../img/p08/form-arrow01h.svg"); }

.form-btn.form-btn02 input:hover { background-color: #fff; color: #727171; background-image: url("../img/p08/form-arrow02h.svg"); }

input.wpcf7-form-control.wpcf7-file.file01 { display: block; color: #fff; width: 100%; margin-bottom: 20px; }

input[type="file" i]::-webkit-file-upload-button { width: 200px; height: 60px; box-sizing: border-box; font-size: 16px; font-weight: 500; color: #fff; background: #5A5A5A; border: none; border-radius: 5px; }

.wpcf7-spinner { position: absolute !important; top: -25px !important; right: 50%; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 120px; margin-top: -120px; }

.wpcf7c-conf { background-color: #e8f0fe !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #e8f0fe inset !important; box-shadow: 0 0 0px 1000px #e8f0fe inset !important; }

::placeholder { font-size: 13px; color: #9A9A9A; line-height: 40px; }

a.green { color: #727171; text-decoration: underline; }

a.green:hover { text-decoration: none; }

.contactArea.che .contactTBL th, .contactArea.che .contactTBL td { color: #292929; }
.contactArea.che span.nini { color: #292929; border-color: #292929; }
.contactArea.che .che-hide { display: none; }

.contactArea.che { background: #eee; padding: 15px; }

.contactArea.che .contactTBL tr { border-bottom: solid 1px #000; }

.contactArea.che .contactTBL th, .contactArea.che .contactTBL td { padding-top: 5px; padding-bottom: 5px; vertical-align: middle; }

.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che .bikou-text01, .contactArea.che span.dnd-progress-bar, .contactArea.che input[type=checkbox] { display: none; }

.contactArea.che input[type=checkbox]:checked { display: inline-block; }

.contactArea.che input[type=checkbox] ~ span.wpcf7-list-item-label { display: none; }

.contactArea.che input[type=checkbox]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }

.contactArea.che input[type=radio] { display: none; }

.contactArea.che input[type=radio]:checked { display: inline-block; }

.contactArea.che input[type=radio] ~ span.wpcf7-list-item-label { display: none; }

.contactArea.che input[type=radio]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }

.contactArea.che textarea.wpcf7-textarea, .contactArea.che input.wpcf7-number, .contactArea.che input.wpcf7-date, .contactArea.che input.wpcf7-text, .contactArea.che select { font-weight: 700; }

/*　09 お問い合わせ
----------------------------------*/
div#p09Box01 { padding: 80px 5.33vw calc(80px + 19.46vw); }

.p09-telBox { background: #EDF4F9; padding: 30px 20px; margin-bottom: 30px; border-radius: 5px; text-align: center; }
.p09-telBox .tel-set { margin: 0 auto; line-height: 1; text-align: center; }
.p09-telBox .tel-set .tel-num a { font-size: 30px; font-weight: 500; color: #000000; }
.p09-telBox .tel-set .tel-bh { font-size: 10px; margin-top: 10px; }

h2.p09-sub { font-weight: 700; color: #000000; text-align: center; margin-bottom: 10px; }
h2.p09-sub > span { display: inline-block; padding-left: 29px; background: url("../img/common/ico-tel.svg") no-repeat left center; }
h2.p09-sub .big { font-size: 22px; margin-right: 3px; }

.p09-lineBox.flex { margin-bottom: 30px; background: #F2FCF6; border-radius: 5px; box-sizing: border-box; padding: 30px 25px; display: block; }
.p09-lineBox.flex h2.p09-sub { margin-bottom: 20px; width: 100%; }
.p09-lineBox.flex h2.p09-sub > span { background-image: url("../img/common/ico-line.svg"); padding-left: 40px; }
.p09-lineBox.flex .box01 { border-bottom: solid 1px #DEDEDE; padding-bottom: 30px; color: #727171; margin-bottom: 30px; }
.p09-lineBox.flex .box01 .inBox01 { margin-bottom: 20px; }
.p09-lineBox.flex .box01 .inBox02 { width: 41.6vw; margin: 0 auto 30px; }
.p09-lineBox.flex .box01 .inBox03 { width: 100%; margin-top: 10px; display: flex; flex-wrap: wrap; align-items: center; }
.p09-lineBox.flex .box01 .inBox03 .cates { margin-bottom: 0; margin-right: 10px; }
.p09-lineBox.flex .box01 .cates { margin-bottom: 10px; font-size: 16px; font-weight: 700; width: 90px; background: #06C755; }
.p09-lineBox.flex .box02 { color: #727171; }
.p09-lineBox.flex .box02 .img { margin-top: 20px; }

.p09-mailBox h2.p09-sub { margin-bottom: 30px; }
.p09-mailBox h2.p09-sub > span { background-image: url("../img/common/ico-mail-sp.svg"); background-size: 32px; padding-left: 40px; }
.p09-mailBox input.wpcf7-number, .p09-mailBox input.wpcf7-date, .p09-mailBox input.wpcf7-text, .p09-mailBox textarea, .p09-mailBox select { border: solid 1px #DEDEDE; }

/*　10 お知らせ
----------------------------------*/
div#p10Box01 { padding: 80px 5.33vw calc(80px + 19.46vw); }

article.news-art01 { margin-bottom: 40px; width: 100%; }
article.news-art01 .b-date { line-height: 24px; margin-bottom: 5px; }
article.news-art01 a { text-decoration: none; box-sizing: border-box; display: block; }
article.news-art01 a .img { width: 100%; border-radius: 5px; box-sizing: border-box; overflow: hidden; margin-bottom: 20px; }
article.news-art01 a .img .in-img { padding-top: 75.33%; border-radius: 4px; transition: 0.3s; }
article.news-art01 a .img.no-i { border: solid 1px #DEDEDE; }
article.news-art01 a .cont h2.tit { font-size: 18px; line-height: 1.4; font-weight: 500; width: 100%; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
article.news-art01 a .arrow { z-index: 2; width: 34px; height: 22px; margin-left: auto; margin-top: 20px; background: #0061A5; border-radius: 10px; transition: 0.3s; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; top: 1px; border: solid 1px #0061A5; box-sizing: border-box; box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
article.news-art01 a .arrow img { display: block; transition: 0.3s; opacity: 1 !important; }
article.news-art01 a:hover .img .in-img { transform: scale(1.1); }
article.news-art01 a:hover .arrow { background: #fff; box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
article.news-art01 a:hover .arrow img { filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(1466%) hue-rotate(182deg) brightness(97%) contrast(101%); }

article.news-art01:last-child { margin-bottom: 0; }

/*詳細*/
.b-date { margin-bottom: 10px; color: #727171; }

div#p10sBox01 { padding: 80px 5.33vw calc(80px + 19.46vw); }

.blog-text img[class*="wp-image-"] { margin-bottom: 35px; }
.blog-text iframe { max-width: 100%; }
.blog-text div { max-width: 100%; }
.blog-text a { max-width: 100%; }

/*ページャー*/
div#pager00 { text-align: center; }

div#pager00 .wp-pagenavi { margin-top: 60px; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; margin: 2px 5px; text-decoration: none; width: 38px; height: 38px; text-align: center; line-height: 38px; font-size: 18px; font-weight: 500; color: #BCBCBC; border: solid 1px #BCBCBC; border-radius: 5px; }

.wp-pagenavi a.page { position: relative; }

.wp-pagenavi span.extend { background: none; color: #BCBCBC; border: none; }

.wp-pagenavi > a:hover { color: #fff; background-color: #0061A5; border-color: #0061A5; }

.wp-pagenavi a.previouspostslink { color: transparent; background: url("../img/p10/ar02.svg") no-repeat center; margin-right: 15px; margin-left: 0; border: none; }

.wp-pagenavi a.nextpostslink { color: transparent; background: url("../img/p10/ar03.svg") no-repeat center; margin-left: 15px; margin-right: 0; border: none; }

.wp-pagenavi span.current { color: #fff; background: #0061A5; border-color: #0061A5; }

.wp-pagenavi a.first { color: transparent; background: url("../img/p10/ar01.svg") no-repeat center; border: none; }

.wp-pagenavi a.last { color: transparent; background: url("../img/p10/ar04.svg") no-repeat center; border: none; }

.wp-pagenavi a.previouspostslink:hover { opacity: 0.7; background-color: none !important; }

.wp-pagenavi a.nextpostslink:hover { opacity: 0.7; background-color: none !important; }

.wp-pagenavi a.first:hover { color: transparent; opacity: 0.7; background-color: none !important; }

.wp-pagenavi a.last:hover { color: transparent; opacity: 0.7; background-color: none !important; }

.wp-pagenavi span.pages { display: none; }

.post-navigation ul { justify-content: center; align-items: flex-start; margin-top: 60px; }

.post-navigation ul > li { margin-right: 20px; }

.post-navigation ul > li a { text-decoration: none; font-weight: 500; }

.post-navigation ul > li.prev, .post-navigation ul > li.next { width: 95px; text-align: center; }

.post-navigation ul > li.prev a { font-weight: 700; display: block; text-align: right; position: relative; }

.post-navigation ul > li.next a { font-weight: 700; display: block; position: relative; }

.post-navigation ul > li a > span { display: block; position: relative; padding-bottom: 20px; }

.post-navigation ul > li a span.arrow { width: 34px; height: 22px; border-radius: 20px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); transition: 0.3s; box-sizing: border-box; border: solid 1px #0061A5; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; }

.post-navigation ul > li.prev a span.arrow { background: url("../img/p10/arrow01.svg") no-repeat center #0061A5; display: inline-block; }

.post-navigation ul > li.next a span.arrow { background: url("../img/p10/arrow02.svg") no-repeat center #0061A5; display: inline-block; }

.post-navigation ul > li a:hover span.arrow { box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

.post-navigation ul > li.prev a:hover span.arrow { background-color: #fff; background-image: url("../img/p10/arrow01h.svg"); }

.post-navigation ul > li.next a:hover span.arrow { background-color: #fff; background-image: url("../img/p10/arrow02h.svg"); }

.post-navigation ul > li.blog-back { padding: 0 20px; border-right: solid 1px #BCBCBC; border-left: solid 1px #BCBCBC; text-align: center; }

.post-navigation ul > li.blog-back a > span { padding-bottom: 0; }

.post-navigation ul > li.blog-back a:hover { text-decoration: underline; }

.post-navigation ul > li.kara { z-index: -2; pointer-events: none; opacity: 0; }

.post-navigation ul > li:last-child { margin-right: 0; }

/*　11 実例紹介
----------------------------------*/
div#p11Box01 { padding: 80px 5.33vw calc(80px + 19.46vw); }

.works-list-all.flex article.works-art01 { margin: 0 0 40px; width: 100%; }
.works-list-all.flex article.works-art01 .infos { justify-content: space-between; }
.works-list-all.flex article.works-art01:last-child { margin-bottom: 0; }

.cate-lisBox { margin-bottom: 60px; margin-top: -20px; }
.cate-lisBox ul.cate-list.flex { width: calc(100% + 20px); margin-left: -20px; }
.cate-lisBox ul.cate-list.flex > li { margin: 20px 0 0 20px; }
.cate-lisBox ul.cate-list.flex > li a { display: block; padding: 6px 8px; color: #0061A5; border-radius: 5px; border: solid 1px #0061A5; line-height: 24px; text-decoration: none; }
.cate-lisBox ul.cate-list.flex > li a:hover { background: #0061A5; color: #fff; }
.cate-lisBox ul.cate-list.flex li.r_current a { pointer-events: none; background: #0061A5; color: #fff; }

.infos.flex.cnn2, .infos.flex.cnn3, .infos.flex.cnn4, .infos.flex.cnn5, .infos.flex.cnn6, .infos.flex.cnn7, .infos.flex.cnn8, .infos.flex.cnn9 { margin-top: -10px; margin-left: -10px; width: calc(100% + 10px); justify-content: flex-start !important; margin-bottom: 10px; }
.infos.flex.cnn2 > div, .infos.flex.cnn3 > div, .infos.flex.cnn4 > div, .infos.flex.cnn5 > div, .infos.flex.cnn6 > div, .infos.flex.cnn7 > div, .infos.flex.cnn8 > div, .infos.flex.cnn9 > div { margin-left: 10px; margin-top: 10px; }
.infos.flex.cnn2 .b-date, .infos.flex.cnn3 .b-date, .infos.flex.cnn4 .b-date, .infos.flex.cnn5 .b-date, .infos.flex.cnn6 .b-date, .infos.flex.cnn7 .b-date, .infos.flex.cnn8 .b-date, .infos.flex.cnn9 .b-date { width: 100%; margin-bottom: 0; }

/*詳細*/
div#p11sBox01 { padding: 80px 5.33vw calc(80px + 19.46vw); }

.infos { align-items: center; }
.infos .cates { width: auto; padding: 0 10px; margin: 0 0 0 20px; }

.ba-imgs.flex { justify-content: center; margin-bottom: 30px; }
.ba-imgs.flex > div { width: 100%; position: relative; }
.ba-imgs.flex > div .img .in-img { padding-top: 75%; border-radius: 5px; }
.ba-imgs.flex > div .cap { position: absolute; z-index: 2; left: 0; bottom: 0; color: #fff; border-radius: 0 1.33vw 0 1.33vw; padding: 2.66vw 1.33vw; background: #0061A5; line-height: 6.93vw; font-size: 4.8vw; font-weight: 700; box-sizing: border-box; text-align: center; width: 24vw; }
.ba-imgs.flex > div.right .cap { background: #A50000; }
.ba-imgs.flex > div.left + div.right { margin-top: 26.66vw; }
.ba-imgs.flex > div.left + div.right:before { content: ""; background: url("../img/p11/ba-arrow-sp.svg") no-repeat center; width: 16vw; height: 16vw; left: 50%; bottom: calc(100% + 5.33vw); transform: translateX(-50%); position: absolute; background-size: contain; }

.commentBox { background: #EDF4F9; border-radius: 5px; padding: 25px; color: #727171; }

h2.comme-tit { margin-bottom: 15px; color: #0061A5; font-size: 18px; padding-left: 33px; background: url("../img/p11/ico-sb.svg") no-repeat left top; }

/*　thanksページ等
----------------------------------*/
div#p100Box01 { padding: 80px 5.33vw calc(80px + 19.46vw); }
div#p100Box01 .btn01 { margin: 50px auto 0; }

.pp-title01 { font-size: 22px; border-bottom: solid 2px; margin-bottom: 25px; padding-bottom: 10px; }

.pp-title02:first-child { margin-top: 0; }

.pp-title02 { font-size: 18px; padding-left: 15px; position: relative; color: #004A67; margin-top: 50px; }

.pp-title02:before { content: ""; width: 5px; height: 65%; background: #004A67; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*　thanksページ等
----------------------------------*/
div#p100Box01 .btn01 { margin: 50px auto 0; }

.pp-title01 { font-size: 22px; border-bottom: solid 2px; margin-bottom: 25px; padding-bottom: 10px; }

.pp-title02:first-child { margin-top: 0; }

.pp-title02 { font-size: 18px; padding-left: 15px; position: relative; color: #004A67; margin-top: 50px; }

.pp-title02:before { content: ""; width: 5px; height: 65%; background: #004A67; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*デバイス幅ごとの調整（必要な幅があれば追加して調整）*/
@media screen and (min-width: 0px) and (max-width: 470px) { .wp-pagenavi span.extend { width: auto; margin: 2px; ont-size: 10px; }
  .wp-pagenavi a.nextpostslink { margin-left: 5px; width: 12px; background-size: contain; }
  .wp-pagenavi a.last { margin-right: 0; width: 20px; background-size: contain; }
  .wp-pagenavi a.previouspostslink { margin-right: 5px; width: 12px; background-size: contain; }
  .wp-pagenavi a.first { margin-left: 0; width: 20px; background-size: contain; }
  .wp-pagenavi > span, .wp-pagenavi > a { width: 30px; height: 30px; line-height: 30px; font-size: 16px; } }
@media screen and (min-width: 0px) and (max-width: 370px) { .wp-pagenavi > span, .wp-pagenavi > a { width: 26px; height: 26px; line-height: 26px; font-size: 14px; } }
