@charset "UTF-8";
/* CSS Document */
/* font
=========================================== */
@font-face { /*NotoSansJP*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Regular.ttf"); src: url("../fonts/font/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Regular.woff") format("woff"), url("../fonts/font/NotoSansJP-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*NotoSansJPボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Bold.ttf"); src: url("../fonts/font/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Bold.woff") format("woff"), url("../fonts/font/NotoSansJP-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*NotoSansJPブラック*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Black.ttf"); src: url("../fonts/font/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Black.woff") format("woff"), url("../fonts/font/NotoSansJP-Black.ttf") format("truetype"); font-weight: 900; }
@font-face { /*Poppinsボールド*/
font-family: 'pop'; src: url("../fonts/font/Poppins-Bold.ttf"); src: url("../fonts/font/Poppins-Bold.woff2") format("woff2"), url("../fonts/font/Poppins-Bold.woff") format("woff"), url("../fonts/font/Poppins-Bold.ttf") format("truetype"); font-weight: 700; }
/* Link
=========================================== */
a:link, a:visited { color: #000000; text-decoration: none; }

a:hover, a:active { color: #000000; text-decoration: underline; }

a { outline: none; transition: 0.3s; }

a img { transition: 0.3s; }

:focus { outline: none; }

/* LAYOUT
=========================================== */
body { overflow: hidden; width: 100%; }

.pc { display: none !important; }

.sp { display: block; }

body { color: #000000; background: #FFFFFF; font-size: 14px; line-height: 1.5; font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 700; font-style: normal; word-break: break-all; }

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

table { width: 100%; table-layout: fixed; }

h1, h2, h3, h4, h5, h6 { font-weight: 900; }

.wrap { position: relative; }

input, select { -webkit-appearance: auto; appearance: auto; }

/*共通設定*/
.btn01 { width: 100%; max-width: 350px; height: 60px; margin: 40px auto 0; }

.btn01 a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 18px 50px 19px; box-sizing: border-box; position: relative; border: 1px solid #000000; border-radius: 30px; }

.btn01 a .btn-text { font-size: 16px; font-weight: 900; }

.btn01 a .arrow { display: block; width: 26px; height: 26px; border-radius: 50%; background: url("../img/common/btn_arrow.svg") no-repeat center, #000000; background-size: 5px; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: 0.3s; }

.btn02 { display: inline-block; }

.btn02 a { display: inline-flex; align-items: center; }

.btn02 a .btn-text { font-size: 18px; font-weight: 900; }

.btn02 a .arrow { display: inline-block; width: 32px; height: 32px; border-radius: 50%; border: 1px solid #000000; box-sizing: border-box; background: url("../img/common/btn_arrow.svg") no-repeat center, #000000; background-size: 8px; margin-left: 16px; transition: 0.3s; }

.btn02 a:hover { text-decoration: none; }

.btn02 a:hover .arrow { background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: 8px; }

.title01 { font-size: 36px; font-weight: 900; line-height: 47px; padding-bottom: 20px; position: relative; margin-bottom: 32px; }

.title01::before { content: ""; display: block; width: 60px; height: 3px; background: #E20D16; border-radius: 1px; position: absolute; bottom: 0; left: 0; }

.title01.tcenter::before { left: 50%; transform: translateX(-50%); }

.title01.shiro::before { background: #FFFFFF; }

.tel_box { text-align: center; }

.tel_box .tel .num { font-size: 32px; font-weight: 700; line-height: 45px; letter-spacing: -0.012em; color: #FFFFFF; padding-left: 20px; position: relative; }

.tel_box .tel .num::before { content: ""; display: block; width: 16px; height: 23px; background: url("../img/common/icon_tel.svg") no-repeat center; background-size: contain; position: absolute; top: 11px; left: 0; }

.tel_box .tel-text { line-height: 20px; color: #FFFFFF; margin-top: -6px; }

.midashi01 { font-size: 20px; line-height: 1.45; font-weight: 900; padding-left: 11px; box-sizing: border-box; position: relative; margin-bottom: 12px; }

.midashi01::before { content: ""; display: block; width: 3px; height: calc(100% - 5px); border-radius: 2px; background: #000000; position: absolute; bottom: 0; left: 0; }

.under-cont > section { padding: 70px 5% 80px; }

.under-cont > section:first-child { padding-top: 55px; }

.under-cont > section:nth-child(2n) { background: #F6F6F6; }

/*ウェブフォント*/
.normal { font-weight: 400; }

.bold { font-weight: 700; }

.black { font-weight: 900; }

.common_text { line-height: 2; }

.tate { writing-mode: vertical-rl; white-space: pre; letter-spacing: -0.3em; }

.safari .tate { letter-spacing: 0.1em; }

@-moz-document url-prefix() { .tate { letter-spacing: 0.1em; } }
.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

.pop { font-family: 'pop'; }

/*色*/
.shiro { color: #fff; }

.kuro { color: #000000; }

.red { color: #E20D16; }

.mt20 { margin-top: 20px; }

.flex { width: 100%; margin: 0; padding: 0; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/*header
---------------------------------------------------------------*/
#header { width: 100%; height: 50px; position: fixed; transition: 0.3s; left: 0; right: 0; top: 0; margin: auto; z-index: 100; background: #FFFFFF; box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); }

#header .header_inner { height: 100%; justify-content: space-between; align-items: center; flex-wrap: nowrap; }

#header .header_inner .logo_box { width: auto; margin-left: 20px; position: relative; z-index: 1; }

#header .header_inner .logo { width: 166px; }

#header .header_inner .logo a { display: block; width: 100%; }

#header .header_inner .right { height: 100%; justify-content: flex-end; margin-right: 72px; }

#header .header_inner .right .right_top { height: 100%; justify-content: flex-end; align-items: center; }

#header .header_inner .right .right_top .tel_box { width: 36px; height: 36px; }

#header .header_inner .right .right_top .tel_box .tel { width: 100%; height: 100%; }

#header .header_inner .right .right_top .tel_box .tel a { display: block; width: 100%; height: 100%; border: 1px solid #000000; border-radius: 50%; background: url("../img/common/icon_tel02.svg") no-repeat center; background-size: 16px; box-sizing: border-box; }

#header .header_inner .right .right_top .tel_box .tel .num { display: none; }

#header .header_inner .right .right_top .tel_box .tel .num::before { display: none; }

#header .header_inner .right .right_top .tel_box .tel-text { display: none; }

#header .header_inner .right .right_top .btn_box { display: none; }

/*gnav*/
.gnav { display: none; }

/* banner */
#fixed-campaign { width: 175px; height: 50px; position: fixed; bottom: 60px; right: 10px; z-index: 10; }

#fixed-campaign a { display: flex; width: 100%; height: 100%; background: url("../img/common/fixed-bg.jpg") no-repeat center; background-size: cover; border: 1px solid #000000; box-sizing: border-box; border-radius: 5px; overflow: hidden; }

#fixed-campaign a .text_box { width: calc(100% - 16px); padding: 2px 6px; box-sizing: border-box; }

#fixed-campaign a .text_box img { width: 144px; }

#fixed-campaign a .arrow { width: 16px; background: url("../img/common/fixed-arrow.svg") no-repeat center, #000000; background-size: 6px; }

/* CTA */
#fixed-box { width: 100%; height: 50px; position: fixed; bottom: 0; left: 0; z-index: 10; }

#fixed-box .btn { width: 50%; height: 100%; }

#fixed-box .btn a { display: block; width: 100%; height: 100%; text-align: center; padding: 10px 0 13px; box-sizing: border-box; }

#fixed-box .btn a span { font-size: 18px; position: relative; }

#fixed-box .btn a span::before { content: ""; display: block; position: absolute; left: 0; }

#fixed-box .btn.btn_estimate a { background: #EF0F18; }

#fixed-box .btn.btn_estimate a span { padding-left: 29px; }

#fixed-box .btn.btn_estimate a span::before { width: 21px; height: 24px; background: url("../img/common/icon_estimate.svg") no-repeat center; background-size: contain; top: 2px; }

#fixed-box .btn.btn_contact a { background: #CF131A; }

#fixed-box .btn.btn_contact a span { padding-left: 31px; }

#fixed-box .btn.btn_contact a span::before { width: 23px; height: 16px; background: url("../img/common/icon_contact.svg") no-repeat center; background-size: contain; top: 6px; }

/* nav
=========================================== */
.sp-nav-btn { width: 32px; height: 23px; position: relative; z-index: 101; box-sizing: border-box; text-align: center; transition: 0.3s; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }

.sp-nav-btn > span { width: 100%; height: 1px; background: #000000; position: absolute; left: 0; transition: 0.3s; }

.sp-nav-btn .border01 { top: 0; }

.sp-nav-btn .border02 { top: 50%; transform: translateY(-50%); }

.sp-nav-btn .border03 { bottom: 0; }

.sp-nav-btn.opon .border01 { transform: translate(-50%, -50%) rotateZ(45deg); top: 50%; left: 50%; }

.sp-nav-btn.opon .border02 { display: none; }

.sp-nav-btn.opon .border03 { transform: translate(-50%, 50%) rotateZ(-45deg); bottom: 50%; left: 50%; }

.sp-nav-list .overlay-nav { visibility: hidden; width: 100%; height: calc(100% - 50px); position: fixed; top: 50px; left: 0; background: rgba(0, 0, 0, 0.4); opacity: 0; }

.sp-nav-list .overlay-nav.opon { visibility: visible; opacity: 1; }

.sp-nav-list .navs-list { position: fixed; width: 100%; height: calc(100% - 50px); z-index: 99; top: 50px; background: #fff; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 20px; box-sizing: border-box; }

.sp-nav-list .navs-list.opon { right: 0; }

.sp-nav-list .navs-list > ul { margin-bottom: 20px; }

.sp-nav-list .navs-list > ul > li { border-bottom: 1px solid #D6D6D6; }

.sp-nav-list .navs-list > ul > li > a, .sp-nav-list .navs-list ul li .nav-midashi { display: block; padding: 20px 30px 20px 0; box-sizing: border-box; font-size: 15px; font-weight: 900; line-height: 22px; position: relative; }

.sp-nav-list .navs-list > ul > li > a::after { content: ""; display: block; width: 24px; height: 24px; border-radius: 50%; background: url("../img/common/btn_arrow.svg") no-repeat center, #000000; background-size: 5px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

.sp-nav-list .navs-list ul li .nav-midashi::after { content: ""; display: block; width: 24px; height: 24px; background: url("../img/common/nav-open.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s; }

.sp-nav-list .navs-list ul li .nav-midashi.on::after { background: url("../img/common/nav-close.svg") no-repeat center; background-size: contain; }

.sp-nav-list .navs-list > ul > li:first-child > a { padding-top: 0; }

.sp-nav-list .navs-list ul li .sp-nav { display: none; padding: 20px; box-sizing: border-box; background: #F1F1F1; margin-bottom: 20px; }

.sp-nav-list .navs-list ul li .sp-nav01 ul { justify-content: space-between; }

.sp-nav-list .navs-list ul li .sp-nav01 ul li { width: 49%; margin-top: 12px; }

.sp-nav-list .navs-list ul li .sp-nav01 ul li:nth-child(-n+2) { margin-top: 0; }

.sp-nav-list .navs-list ul li .sp-nav01 ul li a { font-size: 15px; line-height: 22px; }

.sp-nav-list .navs-list ul li .sp-nav01 ul li a::before { content: "-"; margin-right: 5px; }

.sp-nav-list .navs-list ul li .sp-nav02 div.flex { justify-content: space-between; align-items: flex-start; }

.sp-nav-list .navs-list ul li .sp-nav02 div.flex .nav_in { width: 49%; }

.sp-nav-list .navs-list ul li .sp-nav02 div.flex .nav_in > p { color: #535353; margin-bottom: 13px; }

.sp-nav-list .navs-list ul li .sp-nav02 div.flex .nav_in ul { border-left: 1px solid #D6D6D6; padding-left: 9px; box-sizing: border-box; }

.sp-nav-list .navs-list ul li .sp-nav02 div.flex .nav_in ul li { margin-bottom: 12px; }

.sp-nav-list .navs-list ul li .sp-nav02 div.flex .nav_in ul li:last-child { margin-bottom: 0; }

.sp-nav-list .navs-list ul li .sp-nav02 div.flex .nav_in ul li a { font-size: 15px; line-height: 22px; }

.sp-nav-list .navs-list .btn_box { justify-content: space-between; margin-bottom: 20px; }

.sp-nav-list .navs-list .btn_box .btn { width: calc(50% - 3px); height: 50px; }

.sp-nav-list .navs-list .btn_box .btn a { display: block; width: 100%; height: 100%; text-align: center; padding: 10px 0 13px; box-sizing: border-box; border-radius: 25px; }

.sp-nav-list .navs-list .btn_box .btn a span { font-size: 18px; position: relative; }

.sp-nav-list .navs-list .btn_box .btn a span::before { content: ""; display: block; position: absolute; left: 0; }

.sp-nav-list .navs-list .btn_box .btn.btn_estimate a { background: #EF0F18; }

.sp-nav-list .navs-list .btn_box .btn.btn_estimate a span { padding-left: 29px; }

.sp-nav-list .navs-list .btn_box .btn.btn_estimate a span::before { width: 21px; height: 24px; background: url("../img/common/icon_estimate.svg") no-repeat center; background-size: contain; top: 2px; }

.sp-nav-list .navs-list .btn_box .btn.btn_contact a { background: #CF131A; }

.sp-nav-list .navs-list .btn_box .btn.btn_contact a span { padding-left: 30px; }

.sp-nav-list .navs-list .btn_box .btn.btn_contact a span::before { width: 23px; height: 16px; background: url("../img/common/icon_contact.svg") no-repeat center; background-size: contain; top: 6px; }

.sp-nav-list .navs-list .tel_box { background: #F1F1F1; padding: 14px 0 17px; box-sizing: border-box; border-radius: 5px; }

.sp-nav-list .navs-list .tel_box .tel .num { color: #000000; }

.sp-nav-list .navs-list .tel_box .tel .num::before { background: url("../img/common/icon_tel02.svg") no-repeat center; background-size: contain; }

.sp-nav-list .navs-list .tel_box .tel-text { color: #000000; }

/* main */
/*-------------------------------------------*/
#main { margin-top: 50px; }

#main.home_main { width: 100%; position: relative; }

#main.home_main::before { content: ""; width: 100%; aspect-ratio: 3 / 2; background: url("../img/main/main_bg_sp01.png") no-repeat left top; background-size: cover; position: absolute; top: 0; left: 0; z-index: -1; }

#main.home_main .main_top { display: block; padding: 20px 5% 86.67vw; box-sizing: border-box; position: relative; }

#main.home_main .main_top .main_slide { width: 100%; aspect-ratio: 5 / 4; position: absolute; bottom: 0; left: 0; margin-bottom: 0; z-index: -1; }

#main.home_main .main_top .main_slide .slide-img { width: 100%; aspect-ratio: 5 / 4; }

#main.home_main .main_top .main_slide .slide-img.slide-img01 { background: url("../img/main/main_img_sp.jpg") no-repeat left bottom; background-size: cover; }

#main.home_main .main_top .main_slide .slide-img.slide-img02 { background: url("../img/main/main_img02_sp.jpg") no-repeat left bottom; background-size: cover; }

#main.home_main .main_top .main_slide .slide-img.slide-img03 { background: url("../img/main/main_img03_sp.jpg") no-repeat left bottom; background-size: cover; }

#main.home_main .main_top .main_box .title_box { max-width: 350px; margin: 0 auto 8px; position: relative; }

#main.home_main .main_top .main_box .title_box h2 { font-size: 20px; }

#main.home_main .main_top .main_box .title_box h2 em { font-size: 34px; line-height: 1.47; letter-spacing: -0.012em; }

#main.home_main .main_top .main_box .title_box h2 .mini { font-size: 20px; margin: 0 -6px 0 -5px; }

#main.home_main .main_top .main_box .title_box h2 .big { display: block; font-size: 25px; line-height: 1.43; letter-spacing: -0.02em; margin-top: 3px; }

#main.home_main .main_top .main_box .title_box .box_in { display: inline-block; padding: 0 16px; position: absolute; bottom: -8px; right: -10px; }

#main.home_main .main_top .main_box .title_box .box_in::before, #main.home_main .main_top .main_box .title_box .box_in::after { content: ""; display: block; width: 15px; height: 40px; background: url("../img/main/mark02.png") no-repeat center; background-size: contain; position: absolute; top: 3px; }

#main.home_main .main_top .main_box .title_box .box_in::before { left: 0; transform: scale(-1, 1); }

#main.home_main .main_top .main_box .title_box .box_in::after { right: 0; }

#main.home_main .main_top .main_box .title_box .box_in p { font-size: 13px; text-align: center; }

#main.home_main .main_top .main_box .title_box .box_in p.text-bg { display: none; }

#main.home_main .main_top .main_box .title_box .box_in p span { display: block; font-size: 14px; margin-top: -8px; }

#main.home_main .main_top .main_box .title_box .box_in p span em { font-size: 26px; line-height: 1.4; letter-spacing: -0.02em; font-weight: 700; }

#main.home_main .main_top .main_box .main-list { margin-top: 20px; }

#main.home_main .main_top .main_box .main-list li { width: calc((100% / 3) - 2px); margin: 3px 3px 0 0; }

#main.home_main .main_top .main_box .main-list li:nth-child(-n+3) { margin-top: 0; }

#main.home_main .main_top .main_box .main-list li:nth-child(3n) { margin-right: 0; }

#main.home_main .main_top .main_box .main-list li a { display: block; width: 100%; font-size: 13px; line-height: 20px; color: #FFFFFF; text-align: center; padding: 3px 0 4px; box-sizing: border-box; background: #E20D16; border-radius: 2px; }

#main.home_main .main_top .main_box .cnt { max-width: 400px; margin: 0 auto; align-items: flex-start; }

#main.home_main .main_top .main_box .cnt .left { display: flex; align-items: flex-end; width: 150px; position: relative; }

#main.home_main .main_top .main_box .cnt .left::before { content: ""; display: block; width: 58px; height: 66px; background: url("../img/main/zero-bg.png") no-repeat center; background-size: contain; position: absolute; bottom: -19px; right: 0; z-index: -1; }

#main.home_main .main_top .main_box .cnt .left .text01 { font-size: 20px; line-height: 25px; letter-spacing: -0.02em; white-space: nowrap; }

#main.home_main .main_top .main_box .cnt .left .text01 em { display: block; font-size: 25px; line-height: 30px; }

#main.home_main .main_top .main_box .cnt .left .text01 .mini { font-size: 17px; }

#main.home_main .main_top .main_box .cnt .left img { width: 58px; margin: 0 -5px 0 4px; }

#main.home_main .main_top .main_box .cnt .left .text02 { font-size: 16px; }

#main.home_main .main_top .main_box .cnt .right { width: calc(100% - 160px); margin-left: 10px; }

#main.home_main .main_top .main_box .cnt .right li { line-height: 20px; padding-left: 22px; box-sizing: border-box; position: relative; margin-bottom: 2px; }

#main.home_main .main_top .main_box .cnt .right li .text-bg { display: none; }

#main.home_main .main_top .main_box .cnt .right li:last-child { margin-bottom: 0; }

#main.home_main .main_top .main_box .cnt .right li::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/common/icon_check01.svg") no-repeat center; background-size: 10px; border: 1px solid #AEAEAE; box-sizing: border-box; border-radius: 3px; position: absolute; top: 2px; left: 0; }

#main.home_main .main_top .main_box .btn01 { margin-top: 20px; animation: poyopoyo 2s ease-out infinite; }

@keyframes poyopoyo { 0%, 40%, 60%, 80% { transform: scale(1); }
  50%, 70% { transform: scale(0.95); } }
#main.home_main .main_top .main_box .btn01 a { padding: 16px 50px 17px; background: #000000; }

#main.home_main .main_top .main_box .btn01 a .btn-text { font-size: 18px; line-height: 26px; color: #FFFFFF; position: relative; padding-left: 28px; box-sizing: border-box; }

#main.home_main .main_top .main_box .btn01 a .btn-text::before { content: ""; display: block; width: 18px; height: 24px; background: url("../img/common/icon_estimate.svg") no-repeat center; background-size: contain; position: absolute; top: 3px; left: 0; }

#main.home_main .main_top .main_box .btn01 a .arrow { width: 26px; height: 26px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: 5px; border: 1px solid #FFFFFF; box-sizing: border-box; right: 20px; }

#main.home_main .main_top .medal_box { width: 256px; justify-content: space-between; position: absolute; bottom: 10px; right: 10px; z-index: 1; }

#main.home_main .main_bottom { display: block; padding: 38px 5% 0; box-sizing: border-box; background: #F6F6F6; }

#main.home_main .main_bottom .text_box { margin-bottom: 24px; }

#main.home_main .main_bottom .text_box h3 { font-size: 24px; margin-bottom: 12px; }

#main.home_main .main_bottom .text_box h3 em { font-size: 30px; }

#main.home_main .main_bottom .text_box .text01 { font-size: 16px; line-height: 1.625; }

#main.home_main .main_bottom .brand-box .brand-list { justify-content: space-between; }

#main.home_main .main_bottom .brand-box .brand-list li { display: inline-flex; align-items: center; justify-content: center; height: 60px; background: rgba(255, 255, 255, 0.56); border-radius: 10px; box-shadow: 0 12px 12px rgba(0, 0, 0, 0.08); }

#main.home_main .main_bottom .brand-box .brand-list li img { width: auto; height: 16px; }

#main.home_main .main_bottom .brand-box .brand-list01 { margin-bottom: 4px; }

#main.home_main .main_bottom .brand-box .brand-list01 li:first-child { width: 52%; }

#main.home_main .main_bottom .brand-box .brand-list01 li:last-child { width: 47%; }

#main.home_main .main_bottom .brand-box .brand-list01 li:last-child img { height: 28px; }

#main.home_main .main_bottom .brand-box .brand-list02 li:first-child { width: 49%; }

#main.home_main .main_bottom .brand-box .brand-list02 li:first-child img { height: 42px; margin-bottom: 8px; }

#main.home_main .main_bottom .brand-box .brand-list02 li:last-child { width: 50%; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; height: 160px; background: #141414; }

#main.kasou > .wrap { display: table; width: 100%; height: 100%; }

#main.kasou h1.main_title { display: table-cell; font-size: 28px; line-height: 1.43; font-weight: 900; color: #fff; vertical-align: middle; text-align: center; }

/*キャンペーンページ*/
#main.kasou.campaign { background: url("../img/main/campaign_bg_sp.jpg") no-repeat center; background-size: cover; position: relative; }

#main.kasou.campaign::before, #main.kasou.campaign::after { content: ""; display: block; width: 173px; height: 60px; position: absolute; top: 0; }

#main.kasou.campaign::before { background: url("../img/main/campaign_img01.png") no-repeat top left; background-size: contain; left: 0; }

#main.kasou.campaign::after { background: url("../img/main/campaign_img02.png") no-repeat top right; background-size: contain; right: 0; }

#main.kasou.campaign h1.main_title { color: #000000; }

/*詳細ページ*/
body.single main { background: #F6F6F6; }

/*コピーページ*/
#main.home_main.area_main .main_top .main_box .title_box .sub_title { font-weight: 900; margin-bottom: 4px; }

#main.home_main.area_main .main_top .main_box .title_box .sub_title em { font-size: 18px; }

#main.home_main.area_main .main_top .main_box .title_box .sub_title .text-bg { display: none; }

/*パンくず*/
div#bread { width: 100%; padding: 8px 5% 0; box-sizing: border-box; }

ul.bread-list { justify-content: flex-start; }

ul.bread-list li { font-size: 12px; line-height: 18px; font-weight: 700; }

ul.bread-list li a { text-decoration: none; }

ul.bread-list li a:hover { text-decoration: underline; }

ul.bread-list li::after { content: "＞"; margin: 0 2px; }

ul.bread-list li:last-child::after { display: none; }

body.single div#bread { margin-top: 50px; background: #F6F6F6; }

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger { position: absolute; left: 0; top: 50px; z-index: -100; }

/* CLEARFIX
=========================================== */
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden; font-size: 0.1em; line-height: 0; }

.cf { min-height: 1px; }

* html .cf { height: 1px; /*¥*/ 	                 /*/ height: auto; overflow: hidden; /**/ }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

/*ライトボックス設定*/
#fancybox-wrap { padding: 0 !important; width: 100% !important; left: 0 !important; }

div#fancybox-content { border: none; width: 92% !important; padding: 2%; margin: 2%; height: auto !important; }

div#fancybox-outer { background: none; }

#fancybox-close { position: absolute; top: 0 !important; right: 0 !important; }

section { position: relative; }

/* footer */
/*-------------------------------------------*/
#contact-sec { padding: 70px 5% 80px; background: url("../img/common/contact_bg.jpg") no-repeat center; background-size: cover; }

#contact-sec .title { font-size: 34px; letter-spacing: -0.04em; margin-bottom: 24px; text-align: center; }

#contact-sec .cnt { display: block; margin-bottom: 40px; }

#contact-sec .cnt .left { margin-bottom: 28px; text-align: center; }

#contact-sec .cnt .left .text01 { display: block; font-size: 24px; }

#contact-sec .cnt .left .text01 em { font-size: 27px; }

#contact-sec .cnt .left .text-list { max-width: 300px; margin: 11px auto 8px; }

#contact-sec .cnt .left .text-list li { width: calc(50% - 2px); font-size: 17px; padding-left: 24px; box-sizing: border-box; position: relative; margin-top: 4px 4px 0 0; text-align: left; }

#contact-sec .cnt .left .text-list li:nth-child(-n+2) { margin-top: 0; }

#contact-sec .cnt .left .text-list li:nth-child(2n) { margin-right: 0; }

#contact-sec .cnt .left .text-list li::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/icon_check02.svg") no-repeat center; background-size: 7px; border: 1px solid #AEAEAE; box-sizing: border-box; border-radius: 3px; position: absolute; top: 4px; left: 0; }

#contact-sec .cnt .left .text-list li span { position: static; margin-left: 5px; }

#contact-sec .cnt .left .text02 { display: block; font-size: 29px; }

#contact-sec .cnt .right { width: 100%; }

#contact-sec .cnt .right .tag-list li { display: inline-block; padding: 2px 8px 4px 6px; box-sizing: border-box; border-width: 1px; border-style: solid; border-color: rgba(255, 255, 255, 0.4); border-radius: 13px; margin: 0 2px 2px 0; font-size: 12px; letter-spacing: -0.04em; }

#contact-sec .cnt .right .tag-list li span { font-size: 13px; }

#contact-sec .btn_box { display: block; position: relative; z-index: 1; }

#contact-sec .btn_box .btn { width: 100%; height: 120px; margin-bottom: 5px; }

#contact-sec .btn_box .btn:last-child { margin-bottom: 0; }

#contact-sec .btn_box .btn > a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; border-radius: 5px; box-sizing: border-box; }

#contact-sec .btn_box .btn > a:hover { text-decoration: none; }

#contact-sec .btn_box .btn > a > p { font-size: 27px; box-sizing: border-box; position: relative; padding-right: 32px; }

#contact-sec .btn_box .btn > a > p::before { content: ""; display: block; position: absolute; left: 0; }

#contact-sec .btn_box .btn > a > p .arrow { display: inline-block; width: 28px; height: 28px; border-radius: 50%; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: 6px; border: 1px solid #FFFFFF; box-sizing: border-box; margin-left: 4px; position: absolute; top: 9px; right: 0; }

#contact-sec .btn_box .tel_box { width: 100%; height: 120px; margin-bottom: 5px; padding-top: 26px; box-sizing: border-box; background: rgba(255, 255, 255, 0.08); border-radius: 5px; }

#contact-sec .btn_box .btn_estimate > a { background: #EF0F18; }

#contact-sec .btn_box .btn_estimate > a > p { padding-left: 35px; }

#contact-sec .btn_box .btn_estimate > a > p::before { width: 27px; height: 35px; background: url("../img/common/icon_estimate.svg") no-repeat center; background-size: contain; top: 4px; }

#contact-sec .btn_box .btn_contact > a { background: #CF131A; }

#contact-sec .btn_box .btn_contact > a > p { padding-left: 42px; }

#contact-sec .btn_box .btn_contact > a > p::before { width: 34px; height: 27px; background: url("../img/common/icon_contact.svg") no-repeat center; background-size: contain; top: 8px; }

#map-sec { width: 100%; aspect-ratio: 75 / 56; position: relative; }

#map-sec iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#partner-sec { padding: 70px 5% 80px; position: relative; }

#partner-sec::before { content: ""; display: block; width: 100%; height: 86px; background: url("../img/top/bg-text02.png") repeat-x center; background-size: cover; position: absolute; bottom: 160px; left: 0; animation: bgMove02 50s linear infinite; }

@keyframes bgMove02 { 0% { background-position: 0 0; }
  100% { background-position: -1256px 0; } }
#partner-sec .title01 { margin-bottom: 32px; }

#partner-sec .img_box { margin-bottom: 40px; }

#maker-sec { padding: 70px 5% 80px; background: #F6F6F6; }

#maker-sec .cnt { display: block; margin-bottom: 20px; }

#maker-sec .cnt .title01 { text-align: center; }

#maker-sec .cnt .title01::before { left: 50%; transform: translateX(-50%); }

#maker-sec .cnt02 { display: block; margin-bottom: 40px; }

#maker-sec .cnt02:last-child { margin-bottom: 0; }

#maker-sec .cnt02 .medal00 { margin: 0 auto 20px; }

#maker-sec .cnt02 .maker_box { padding: 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 5px; }

#maker-sec .cnt02 .maker_box h3 { font-size: 16px; margin-bottom: 20px; }

#footer { padding: 80px 5% 90px; background: #111111; }

#footer .footer_box { display: block; }

#footer .footer_box .left { margin-top: 80px; text-align: center; }

#footer .footer_box .left .logo { display: inline-block; width: 208px; margin-bottom: 30px; }

#footer .footer_box .left .logo a { display: block; width: 100%; }

#footer .footer_box .left .info_box { width: 100%; margin-bottom: 30px; }

#footer .footer_box .left .info_box .address { margin-bottom: 8px; }

#footer .footer_box .left .insta-icon { display: inline-block; width: 40px; height: 40px; }

#footer .footer_box .left .insta-icon a { display: block; width: 100%; height: 100%; background: url("../img/common/icon_insta.svg") no-repeat center; background-size: contain; transition: 0s; }

#footer .footer_box .right .navs-list { width: 100%; display: flex; justify-content: space-between; }

.navs-list > ul.navs-list00 { width: 50%; }

.navs-list > ul.navs-list00 > li { font-weight: 900; color: #FFFFFF; margin-bottom: 20px; }

.navs-list > ul.navs-list00 > li:last-child { margin-bottom: 0; }

.navs-list > ul.navs-list00 > li a { font-weight: 900; color: #FFFFFF; }

.navs-list > ul.navs-list00 > li.nav-service.nav-service-midashi { color: #C8C8C8; }

.navs-list > ul.navs-list00 > li.nav-service { margin-bottom: 12px; }

.navs-list > ul.navs-list02 > li:nth-last-child(3) { margin-bottom: 40px; }

.navs-list > ul.navs-list00 > li .nav-midashi { color: #C8C8C8; margin-bottom: 5px; }

.navs-list > ul.navs-list00 > li .sp-nav { padding-left: 8px; box-sizing: border-box; border-left: 1px solid #464646; }

.navs-list > ul.navs-list00 > li .sp-nav > li { margin-bottom: 12px; }

.navs-list > ul.navs-list00 > li .sp-nav > li:last-child { margin-bottom: 0; }

.navs-list > ul.navs-list00 > li .sp-nav > li a { font-weight: 700; color: #FFFFFF; }

.navs-list > ul.navs-list00 > li.mini { margin-bottom: 12px; }

.navs-list > ul.navs-list00 > li.mini:last-child { margin-bottom: 0; }

#footer .copyright { font-size: 12px; text-align: center; margin-top: 60px; }

/*parts
=========================================== */
.slider01 { margin-bottom: 100px !important; }
.slider01 .slick-list { overflow: visible; }
.slider01 .slick-prev, .slider01 .slick-next { width: 60px; height: 60px; background: transparent; border-radius: 50%; border: 1px solid #000000; box-sizing: border-box; transition: 0.3s; transform: translate(0, 0); top: auto; bottom: -100px; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 11px; height: 16px; opacity: 1; background: url("../img/common/slide_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { background: #000000; }
.slider01 .slick-prev:hover::before, .slider01 .slick-prev:focus::before, .slider01 .slick-next:hover::before, .slider01 .slick-next:focus::before { filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
.slider01 .slick-prev { left: 50%; transform: translateX(-65px); }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { right: 50%; transform: translateX(65px); }

.cate-list { width: auto; }
.cate-list li { display: inline-block; font-size: 15px; font-weight: 700; color: #E20D16; padding: 0 8px 1px; border: 1px solid #E20D16; box-sizing: border-box; border-radius: 12px; margin-right: 4px; }
.cate-list li.parent { background: #E20D16; color: #FFFFFF; }
.cate-list li.area { border: 1px solid #000000; background: #000000; color: #FFFFFF; }

.medal00 { width: 124px; height: 120px; background: url("../img/main/mark01.png") no-repeat center; background-size: contain; box-sizing: border-box; text-align: center; }
.medal00 img { width: 100%; }
.medal00 .text { position: relative; z-index: 1; }
.medal00 .text p { width: 100%; font-size: 20px; line-height: 28px; }
.medal00 .text p.text-bg { -webkit-text-stroke: 3px #FFFFFF; text-stroke: 3px #FFFFFF; position: absolute; top: 0; left: 0; z-index: -1; }

.medal01 { padding-top: 17px; }
.medal01 .text { margin-top: -3px; }

.medal02 { padding-top: 35px; }
.medal02 .text { margin-top: 5px; }
.medal02 .text p .mini { display: block; font-size: 10px; line-height: 15px; margin-bottom: -3px; }

.staff00 { width: 100%; aspect-ratio: 1 / 1; }
.staff00 a { display: block; width: 100%; height: 100%; border-radius: 5px; box-shadow: 0 0 12px rgba(0, 0, 0, 0.24); position: relative; }
.staff00 a .img { width: 100%; height: 100%; border-radius: 5px; overflow: hidden; }
.staff00 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.staff00 a h3 { display: flex; flex-direction: column; align-items: flex-start; position: absolute; bottom: 15px; left: -15px; }
.staff00 a h3 span { display: inline-block; padding: 4px 6px 5px; box-sizing: border-box; }
.staff00 a h3 span.text01 { font-size: 20px; background: #E20D16; }
.staff00 a h3 span.text02 { font-size: 18px; background: #FFFFFF; }

.blog00 a { display: block; width: 100%; }
.blog00 a .img { width: 100%; aspect-ratio: 590 / 437; border-radius: 5px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
.blog00 a .img .in_img { width: 100%; height: 100%; border-radius: 5px; overflow: hidden; }
.blog00 a .info { align-items: center; margin-bottom: 10px; }
.blog00 a .info .time { font-size: 15px; color: #9D9D9D; margin-top: 10px; margin-right: 8px; }
.blog00 a .info .cate-list { margin-top: 10px; }
.blog00 a .title { font-size: 15px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

#blog-sec .cnt { display: block; }
#blog-sec .cnt .title01 { text-align: center; }
#blog-sec .cnt .title01::before { left: 50%; transform: translateX(-50%); }
#blog-sec .cnt #blog-slider { margin-bottom: 140px !important; }
#blog-sec .cnt #blog-slider .blog00 { margin: 0 10px; }
#blog-sec .campaign_box { margin-top: 80px; }
#blog-sec .campaign_box a { display: block; background: url("../img/top/bg02.jpg") top left; background-size: contain; border-radius: 5px; border: 1px solid #000000; overflow: hidden; position: relative; }
#blog-sec .campaign_box a .text_box { padding: 23px 20px 29px; box-sizing: border-box; max-width: 350px; margin: 0 auto; }
#blog-sec .campaign_box a .text_box .text01 { display: flex; align-items: center; font-size: 15px; position: relative; z-index: 2; }
#blog-sec .campaign_box a .text_box .text01 em { display: inline-block; padding: 3px 8px 5px; box-sizing: border-box; border-radius: 3px; background: #E20D16; line-height: 1.44; margin-right: 2px; }
#blog-sec .campaign_box a .text_box .text01 em:last-child { margin-right: 8px; }
#blog-sec .campaign_box a .text_box .text01 span { line-height: 1.33; display: inline-block; margin-left: 8px; }
#blog-sec .campaign_box a .text_box h3 { font-size: 32px; padding-left: 10px; box-sizing: border-box; position: relative; z-index: 1; }
#blog-sec .campaign_box a .text_box h3 span.mark { margin-right: 10px; padding-right: 16px; position: relative; }
#blog-sec .campaign_box a .text_box h3 span.mark::before { content: ""; display: block; width: 70px; height: 70px; background: url("../img/top/mark.png") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
#blog-sec .campaign_box a .text_box h3 span.mark span.tate { font-size: 16px; line-height: 1; position: absolute; top: 3px; right: 0; }
#blog-sec .campaign_box a .img { width: 100%; aspect-ratio: 67 / 26; }
#blog-sec .campaign_box a .arrow { display: inline-block; width: 40px; height: 40px; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 8px; background-color: #000000; border-top-left-radius: 12px; position: absolute; bottom: -1px; right: -1px; transition: 0.3s; }

#blog-sec.home-blog-sec { padding: 70px 5% 80px; background: #F6F6F6; }
#blog-sec.home-blog-sec .cnt .title_box .btn02 { margin-top: 60px; }

.works01 a { display: block; width: 100%; }
.works01 a .time { color: #9D9D9D; font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.works01 a .img { width: 100%; aspect-ratio: 670 / 497; border-radius: 5px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); overflow: hidden; }
.works01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.works01 a .cate-list { margin-top: 5px; }
.works01 a .cate-list li { margin-top: 5px; }
.works01 a .title { font-size: 15px; margin-top: 8px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

#works-sec .cnt { text-align: center; }
#works-sec .cnt .title { font-size: 36px; margin-bottom: 4px; }
#works-sec #works-slider { margin-top: 32px; margin-bottom: 140px !important; }
#works-sec #works-slider .works01 { margin: 0 10px; }
#works-sec .btn01 { margin-top: 0; }

.totalBox { display: inline-block; padding: 0 16px; position: relative; }
.totalBox::before, .totalBox::after { content: ""; display: block; width: 15px; height: 40px; background: url("../img/main/mark02.png") no-repeat center; background-size: contain; position: absolute; top: 0; }
.totalBox::before { left: 0; transform: scale(-1, 1); }
.totalBox::after { right: 0; }
.totalBox p { display: flex; align-items: center; text-align: center; }
.totalBox p .big { margin-left: 10px; }
.totalBox p em { font-size: 27px; line-height: 38px; letter-spacing: -0.02em; font-weight: 700; }

#contact-sec02 { padding: 70px 5% 80px; background: url("../img/common/contact_bg_sp.jpg") no-repeat center; background-size: cover; }
#contact-sec02 .title { font-size: 34px; line-height: 50px; margin-bottom: 12px; text-align: center; }
#contact-sec02 .text01 { font-size: 15px; line-height: 1.4; }
#contact-sec02 .btn_box { display: block; margin-top: 20px; }
#contact-sec02 .btn_box .tel_box { display: flex; align-items: center; flex-direction: column; padding: 20px 0; box-sizing: border-box; background: rgba(255, 255, 255, 0.08); border-radius: 5px; margin-bottom: 12px; }
#contact-sec02 .btn_box .tel_box p.midashi { font-size: 20px; }
#contact-sec02 .btn_box .btn { margin-top: 12px; }
#contact-sec02 .btn_box .btn > a { display: flex; align-items: center; flex-direction: column; width: 100%; padding: 33px 0 35px; border-radius: 5px; box-sizing: border-box; background: #CF131A; }
#contact-sec02 .btn_box .btn > a > p { font-size: 27px; box-sizing: border-box; position: relative; padding: 0 31px 0 42px; }
#contact-sec02 .btn_box .btn > a > p::before { content: ""; display: block; width: 34px; height: 27px; background: url("../img/common/icon_contact.svg") no-repeat center; background-size: contain; position: absolute; top: 9px; left: 0; }
#contact-sec02 .btn_box .btn > a > p .arrow { display: inline-block; width: 27px; height: 27px; border-radius: 50%; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: 6px; border: 1px solid #FFFFFF; box-sizing: border-box; position: absolute; top: 8px; right: 0; }
#contact-sec02 .btn_box .btn > a p.midashi { font-size: 20px; padding: 0; }
#contact-sec02 .btn_box .btn > a p.midashi::before { display: none; }

.wrap.twin div#two-side { margin-top: 60px; }
.wrap.twin div#two-side .side_box { margin-bottom: 40px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-title { font-size: 20px; line-height: 1.45; font-weight: 900; padding: 0 0 12px 11px; box-sizing: border-box; border-bottom: 1px solid #D6D6D6; position: relative; }
.wrap.twin div#two-side .side_box .side-title::before { content: ""; display: block; width: 3px; height: calc(100% - 17px); border-radius: 2px; background: #000000; position: absolute; top: 4px; left: 0; }
.wrap.twin div#two-side .side_box .side-link > li { border-bottom: 1px solid #D6D6D6; }
.wrap.twin div#two-side .side_box .side-link > li > a { display: block; padding: 20px 0; box-sizing: border-box; font-size: 15px; font-weight: 900; }
.wrap.twin div#two-side .side_box .side-link > li .child-link > li { margin-bottom: 12px; }
.wrap.twin div#two-side .side_box .side-link > li .child-link > li:last-child { margin-bottom: 20px; }
.wrap.twin div#two-side .side_box .side-link > li .child-link > li > a { display: block; padding-left: 10px; box-sizing: border-box; font-size: 15px; font-weight: 700; position: relative; }
.wrap.twin div#two-side .side_box .side-link > li .child-link > li > a::before { content: "-"; display: block; position: absolute; top: 0; left: 0; }
.wrap.twin div#two-side .side_box .side-link > li .child-link > li.on_cat > a { color: #E20D16; }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a { color: #E20D16; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 40px; height: 40px; border: 1px solid #000000; box-sizing: border-box; margin: 0 2px; text-decoration: none; font-size: 13px; font-weight: 700; color: #000000; line-height: 40px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 60px; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { background: #000000; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { width: auto; font-size: 10px; border: 0; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; width: 5px; height: 8px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 10px; height: 9px; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first { margin-left: 0; }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.last { margin-right: 0; }

.post-navigation { margin-top: 60px; }

.post-navigation ul { justify-content: center; align-items: center; position: relative; }

.post-navigation ul > li a { display: flex; align-items: center; justify-content: center; width: 28.8vw; max-width: 110px; padding: 15px 10px; border: 1px solid #000000; box-sizing: border-box; position: relative; font-size: 14px; font-weight: 700; line-height: 20px; color: #000000; }
.post-navigation ul > li a::before { content: ""; display: block; width: 8px; height: 12px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); }

.post-navigation ul > li.prev a { padding-left: 24px; }
.post-navigation ul > li.prev a::before { left: 12px; transform: translateY(-50%) scale(-1, 1); }

.post-navigation ul > li.next a { padding-right: 24px; }
.post-navigation ul > li.next a::before { right: 12px; }

.post-navigation ul > li.blog-back { margin: 0 5px; }
.post-navigation ul > li.blog-back a { background: #000000; color: #FFFFFF; }
.post-navigation ul > li.blog-back a::before { display: none; }

.post-navigation ul > li.kara { opacity: 0; pointer-events: none; }

/*TOPページ　p01
=========================================== */
#loader_wrap { z-index: 999; position: fixed; display: flex; align-items: center; justify-content: center; width: 100vw; height: 100dvh; top: 0; background: #fff; pointer-events: none; transition: all 0.4s; }
#loader_wrap .loader-logo { width: 61.33vw; animation: logoAnime 1.6s forwards; opacity: 0; transform: scale(0); }
@keyframes logoAnime { 0% { opacity: 0; transform: scale(0); }
  25% { opacity: 1; transform: scale(1.2); }
  30% { opacity: 1; transform: scale(1); }
  70% { opacity: 1; transform: scale(1); }
  75% { opacity: 1; transform: scale(1.2); }
  100% { opacity: 0; transform: scale(0); } }
#loader_wrap #loader-bg { position: fixed; width: 100px; height: 100px; border-radius: 50%; background: #D63758; transform: scale(0); top: calc(50% - 50px); left: calc(50% - 50px); animation: logoBg 0.6s forwards; animation-delay: 1.6s; }
@keyframes logoBg { 0% { transform: scale(0); }
  100% { transform: scale(30); } }
#topbox01 { padding: 40px 5% 80px; background: #F6F6F6; position: relative; z-index: 1; }
#topbox01::before { content: ""; width: 100%; aspect-ratio: 375 / 298; background: url("../img/main/main_bg_sp02.png") no-repeat center top; background-size: contain; position: absolute; top: 61px; left: 0; z-index: -1; }
#topbox01 .wrap { z-index: 1; }
#topbox01 .campaign-list .campaign00 { margin-bottom: 20px; }
#topbox01 .campaign-list .campaign00:last-child { margin-bottom: 0; }
#topbox01 .campaign-list .campaign00 a { display: block; background: #FFFFFF; border-radius: 5px; border: 1px solid #000000; box-sizing: border-box; overflow: hidden; position: relative; }
#topbox01 .campaign-list .campaign00 a .img { width: 100%; aspect-ratio: 67 / 50; }
#topbox01 .campaign-list .campaign00 a .text_box { padding: 20px 20px 28px; box-sizing: border-box; }
#topbox01 .campaign-list .campaign00 a .text_box .title_box h3 { font-size: 20px; line-height: 1.45; }
#topbox01 .campaign-list .campaign00 a .text_box .title_box .icon { display: inline-flex; align-items: center; flex-wrap: wrap; border-radius: 5px; background: #E20D16; margin-top: 9px; }
#topbox01 .campaign-list .campaign00 a .text_box .title_box .icon em { display: inline-block; width: 130px; height: 100%; padding: 3px 0 4px; box-sizing: border-box; background: #C5070F; border-radius: 5px 0 0 5px; font-size: 16px; line-height: 1.44; text-align: center; }
#topbox01 .campaign-list .campaign00 a .text_box .title_box .icon span { display: inline-block; width: calc(100% - 130px); padding: 0 11px 0 9px; box-sizing: border-box; font-size: 13px; }
#topbox01 .campaign-list .campaign00 a .text_box .text01 { line-height: 1.43; margin-top: 8px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#topbox01 .campaign-list .campaign00 a .text_box .list { margin-top: 20px; }
#topbox01 .campaign-list .campaign00 a .text_box .list li { display: block; text-align: center; margin-bottom: 12px; }
#topbox01 .campaign-list .campaign00 a .text_box .list li:last-child { margin-bottom: 0; }
#topbox01 .campaign-list .campaign00 a .text_box .list li .midashi { display: block; padding: 1px 0 2px; box-sizing: border-box; text-align: center; background: #EEEEEE; border-radius: 1px; margin-bottom: 8px; }
#topbox01 .campaign-list .campaign00 a .text_box .list li .text { display: block; }
#topbox01 .campaign-list .campaign00 a .text_box .list li .text .point { display: inline-flex; line-height: 24px; margin-left: 25px; position: relative; }
#topbox01 .campaign-list .campaign00 a .text_box .list li .text .point::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #000000; border-width: 6px 0px 6px 9px; position: absolute; top: 6px; left: -17px; }
#topbox01 .campaign-list .campaign00 a .text_box .list li .text .point em { font-size: 32px; margin: -4px 2px 0; }
#topbox01 .campaign-list .campaign00 a .arrow { display: inline-block; width: 40px; height: 40px; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 8px; background-color: #000000; border-top-left-radius: 12px; position: absolute; bottom: -1px; right: -1px; transition: 0.3s; }

#topbox02 { padding-bottom: 80px; position: relative; }
#topbox02::before { content: ""; display: block; width: 100%; height: 126px; background: #F6F6F6; position: absolute; top: -1px; left: 0; z-index: -1; }
#topbox02 .box_in { width: 100%; padding: 65px 0 56px; box-sizing: border-box; position: relative; }
#topbox02 .box_in::before { content: ""; display: block; width: 0; height: 100%; background: url("../img/top/bg01.jpg") no-repeat center right; background-size: cover; position: absolute; top: 0; left: 0; z-index: -1; transition: ease-in-out 0.5s !important; }
#topbox02 .box_in .cnt { display: block; width: 100%; padding: 0 5%; box-sizing: border-box; clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); transition: ease-in-out 0.5s !important; transition-delay: 0.7s !important; }
#topbox02 .box_in .cnt .text_box { margin-bottom: 40px; }
#topbox02 .box_in .cnt .img_box { width: 100%; max-width: 320px; margin: 0 auto; }
#topbox02 .box_in.bg_in::before { width: calc(100% - 10px); }
#topbox02 .box_in.bg_in .cnt { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
#topbox02 .wrap { padding: 0 5%; box-sizing: border-box; }
#topbox02 .service-list { margin-top: 80px; }
#topbox02 .service-list .service00 { margin-bottom: 78px; }
#topbox02 .service-list .service00:first-child .img_box { display: none; }
#topbox02 .service-list .service00:last-child { margin-bottom: 0; }
#topbox02 .service-list .service00 .text_box { margin-bottom: 32px; }
#topbox02 .service-list .service00 .text_box h3 { font-size: 32px; line-height: 1.44; margin-bottom: 20px; }
#topbox02 .service-list .service00 .text_box h3 span { display: block; font-size: 14px; margin-bottom: 4px; }
#topbox02 .service-list .service00 .link-list li { margin-bottom: 40px; }
#topbox02 .service-list .service00 .link-list li:last-child { margin-bottom: 0; }
#topbox02 .service-list .service00 .link-list li a { display: block; padding: 8px 30px 12px 0; box-sizing: border-box; border-bottom: 1px solid #D6D6D6; font-size: 24px; font-weight: 900; position: relative; }
#topbox02 .service-list .service00 .link-list li a::before { content: ""; display: block; width: 60px; height: 1px; background: #E20D16; position: absolute; bottom: -1px; left: 0; transition: 0.3s; }
#topbox02 .service-list .service00 .link-list li a::after { content: ""; display: block; width: 24px; height: 24px; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 6px; background-color: #000000; border-radius: 50%; position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s; }

#topbox03 { padding: 70px 5% 80px; background: #F6F6F6; }
#topbox03 .cnt { display: block; padding: 0 20px; box-sizing: border-box; }
#topbox03 .cnt .left { padding-bottom: 32px; position: relative; }
#topbox03 .cnt .left .title01 { margin-bottom: 0; }
#topbox03 .cnt .left img { display: block; width: 120px; position: absolute; bottom: -5px; right: -5px; }
#topbox03 .cnt .left .btn01 { display: none; }
#topbox03 .cnt .right .reason00 { display: block; margin-bottom: 50px; }
#topbox03 .cnt .right .reason00:last-child { margin-bottom: 0; }
#topbox03 .cnt .right .reason00 .img_box { margin-bottom: 32px; }
#topbox03 .cnt .right .reason00 .text_box h3 { font-size: 24px; line-height: 35px; position: relative; z-index: 1; margin-bottom: 16px; }
#topbox03 .cnt .right .reason00 .text_box h3 em { font-size: 28px; }
#topbox03 .cnt .right .reason00 .text_box h3 .num { font-size: 60px; line-height: 84px; letter-spacing: 0.02em; color: transparent; -webkit-text-stroke: 1px #C8C8C8; text-stroke: 1px #C8C8C8; position: absolute; top: -32px; left: -15px; z-index: -1; }

#topbox04 { padding: 70px 5% 80px; position: relative; }
#topbox04::before { content: ""; display: block; width: 107vw; height: 107vw; background: url("../img/top/bg-text01.png") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: bgMove01 50s linear infinite; }
@keyframes bgMove01 { 0% { transform: translate(-50%, -50%) rotate(0); }
  100% { transform: translate(-50%, -50%) rotate(-360deg); } }
#topbox04 .slider-cont { display: block; }
#topbox04 .slider-cont .text_box { margin-bottom: 40px; }
#topbox04 .slider-cont #staff-slider { margin-bottom: 140px !important; }
#topbox04 .slider-cont #staff-slider .slick-list { overflow: hidden; padding: 12px 0; box-sizing: border-box; }
#topbox04 .slider-cont #staff-slider .slick-prev { left: 20px; transform: translateX(0); }
#topbox04 .slider-cont #staff-slider .slick-next { right: auto; left: 90px; transform: translateX(0); }
#topbox04 .slider-cont #staff-slider .slick-counter { width: 75px; height: 60px; background: url("../img/top/line01.svg") no-repeat center; background-size: contain; position: absolute; right: 20px; bottom: -100px; }
#topbox04 .slider-cont #staff-slider .slick-counter .current, #topbox04 .slider-cont #staff-slider .slick-counter .total { font-family: 'pop'; font-size: 24px; line-height: 34px; font-weight: 700; color: #000000; position: absolute; }
#topbox04 .slider-cont #staff-slider .slick-counter .current { top: 0; left: 0; }
#topbox04 .slider-cont #staff-slider .slick-counter .total { bottom: 0; right: 0; }
#topbox04 .slider-cont #staff-slider .staff00 { margin: 0 15px; }
#topbox04 .slider-cont #staff-slider .staff00.slick-current a h3 span { box-shadow: 0 0 12px rgba(0, 0, 0, 0.24); }
#topbox04 .shikaku_box { margin-top: 60px; padding: 32px 20px; box-sizing: border-box; background: #F6F6F6; border-radius: 10px; }
#topbox04 .shikaku_box h3 { font-size: 14px; font-weight: 700; margin-bottom: 24px; }
#topbox04 .shikaku_box h3 span { display: inline-block; padding: 0 30px; box-sizing: border-box; position: relative; }
#topbox04 .shikaku_box h3 span::before, #topbox04 .shikaku_box h3 span::after { content: ""; display: block; width: 18px; height: 48px; background: url("../img/main/mark02.png") no-repeat center; background-size: contain; position: absolute; top: 0; }
#topbox04 .shikaku_box h3 span::before { left: 0; transform: scale(-1, 1); }
#topbox04 .shikaku_box h3 span::after { right: 0; }
#topbox04 .shikaku_box h3 span em { display: block; font-size: 23px; font-weight: 900; }
#topbox04 .shikaku_box p.point { width: 300px; padding: 12px 0 14px; box-sizing: border-box; background: #FFFFFF; border-radius: 25px; margin: 0 auto; }
#topbox04 .shikaku_box p.point span { display: inline-block; font-weight: 900; padding-left: 30px; box-sizing: border-box; position: relative; }
#topbox04 .shikaku_box p.point span::before { content: ""; display: block; width: 24px; height: 22px; background: url("../img/top/star.png") no-repeat center; background-size: contain; position: absolute; bottom: 0; left: 0; }
#topbox04 .shikaku_box .shikaku-list { display: block; margin-top: 40px; }
#topbox04 .shikaku_box .shikaku-list li { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 8px; border-bottom: 1px solid #D5D5D5; margin-bottom: 16px; }
#topbox04 .shikaku_box .shikaku-list li span { display: block; font-weight: 700; }
#topbox04 .shikaku_box .shikaku-list li span.th { width: calc(100% - 40px); }
#topbox04 .shikaku_box .shikaku-list li span.td { width: 40px; text-align: right; }
#topbox04 .shikaku_box .shikaku-list01 li { padding-left: 30px; box-sizing: border-box; position: relative; }
#topbox04 .shikaku_box .shikaku-list01 li::before { content: ""; display: block; width: 24px; height: 22px; background: url("../img/top/star.png") no-repeat center; background-size: contain; position: absolute; top: 0; left: 0; }
#topbox04 .shikaku_box .shikaku-list01 li span { font-weight: 900; }
#topbox04 .shikaku_box .shikaku-list.hidden-view { display: none; }
#topbox04 .shikaku_box .shikaku-list.hidden-view.open { display: block; }
#topbox04 .shikaku_box .button { width: 200px; height: 35px; background: #000000; border-radius: 18px; position: relative; cursor: pointer; margin: 0 auto; }
#topbox04 .shikaku_box .button::before { content: "もっと見る"; display: inline-block; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox04 .shikaku_box .hidden-view.open + .button::before { content: "閉じる"; }

#topbox05 { padding: 70px 5% 80px; overflow: hidden; }
#topbox05 .title01 { margin-bottom: 0; position: relative; z-index: 1; }
#topbox05 .bg-img { width: 100%; aspect-ratio: 335 / 314; position: relative; }
#topbox05 .bg-img::before { content: ""; display: block; width: 100vw; aspect-ratio: 375 / 502; background: url("../img/top/img04_sp.png") no-repeat center; background-size: contain; position: absolute; top: -37.87vw; left: 50%; transform: translateX(-50%); }
#topbox05 .bg-img .area-link { position: absolute; }
#topbox05 .bg-img .area-link a { display: block; width: 100%; height: 100%; position: relative; }
#topbox05 .bg-img .area-link a span { font-size: 4.8vw; position: absolute; }
#topbox05 .bg-img .area-link01 { width: 35.73vw; aspect-ratio: 67 / 80; top: -6.93vw; left: 15.47vw; }
#topbox05 .bg-img .area-link01 a { background: url("../img/top/img04-gifu.png") no-repeat center; background-size: contain; }
#topbox05 .bg-img .area-link01 a span { top: 19.07vw; right: 10.13vw; }
#topbox05 .bg-img .area-link02 { width: 27.47vw; aspect-ratio: 103 / 181; top: 31.47vw; left: 4.53vw; }
#topbox05 .bg-img .area-link02 a { background: url("../img/top/img04-mie.png") no-repeat center; background-size: contain; }
#topbox05 .bg-img .area-link02 a span { top: 21.47vw; right: 7.2vw; }
#topbox05 .bg-img .area-link03 { width: 30.67vw; aspect-ratio: 115 / 101; top: 26.13vw; left: 25.73vw; }
#topbox05 .bg-img .area-link03 a { background: url("../img/top/img04-aichi.png") no-repeat center; background-size: contain; }
#topbox05 .bg-img .area-link03 a span { top: 8vw; right: 11.07vw; }
#topbox05 .bg-img .area-link04 { width: 42.93vw; aspect-ratio: 161 / 123; top: 19.73vw; left: 46.4vw; }
#topbox05 .bg-img .area-link04 a { background: url("../img/top/img04-shizuoka.png") no-repeat center; background-size: contain; }
#topbox05 .bg-img .area-link04 a span { top: 17.73vw; left: 9.07vw; }
#topbox05 .point { font-size: 24px; position: absolute; right: 14.67vw; bottom: 160px; }
#topbox05 .point em { font-size: 28px; }
#topbox05 p.common_text { position: relative; z-index: 1; }

/*キャンペーンページ共通パーツ　p02~p03
=========================================== */
#campaign-sec.campaignBox01 { padding-top: 55px; }
#campaign-sec.campaignBox01 .cnt .left h2 em { font-size: 32px; }

.campaignBox02 .cnt { display: block; }
.campaignBox02 .cnt .left { margin-bottom: 40px; }
.campaignBox02 .cnt .left .include-list { display: flex; justify-content: center; }
.campaignBox02 .cnt .left .include-list li { display: block; width: 16vw; max-width: 60px; height: 150px; background: #FFFFFF; border-radius: 5px; border: 1px solid #000000; box-sizing: border-box; text-align: center; position: relative; margin-right: 8.5vw; }
.campaignBox02 .cnt .left .include-list li:last-child { margin-right: 0; }
.campaignBox02 .cnt .left .include-list li:last-child::before { display: none; }
.campaignBox02 .cnt .left .include-list li::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/p04/icon_plus.svg") no-repeat center; background-size: contain; position: absolute; right: -7vw; top: 50%; transform: translateY(-50%); }
.campaignBox02 .cnt .left .include-list li .num { display: block; font-size: 15px; line-height: 21px; padding-bottom: 2px; background: #E20D16; border-radius: 3px 3px 0 0; }
.campaignBox02 .cnt .left .include-list li .text { display: block; font-size: 16px; line-height: 60px; margin-top: 2px; letter-spacing: -0.4em; writing-mode: vertical-rl; white-space: pre; }
.campaignBox02 .cnt .left .sub_text { margin-top: 12px; padding-left: 1em; text-indent: -1em; }
.campaignBox02 .cnt .right .koumoku-table tr { display: block; padding: 20px 0; border-bottom: 1px solid #D6D6D6; }
.campaignBox02 .cnt .right .koumoku-table tr:first-child { border-top: 1px solid #D6D6D6; }
.campaignBox02 .cnt .right .koumoku-table tr th { display: block; margin-bottom: 12px; }

/*非常用発電設備 無償点検キャンペーン　p02
=========================================== */
.link_box { margin-top: 40px; }
.link_box a { display: block; background: url("../img/top/bg02.jpg") top left; background-size: contain; border-radius: 5px; border: 1px solid #000000; padding-top: 18px; box-sizing: border-box; justify-content: space-between; overflow: hidden; position: relative; }
.link_box a .text_box { text-align: center; margin-bottom: 20px; }
.link_box a .text_box h3 { font-size: 28px; line-height: 1.37; font-weight: 900; margin-bottom: 8px; }
.link_box a .text_box p { line-height: 1.43; }
.link_box a .img { width: 100%; aspect-ratio: 335 / 197; }
.link_box a .arrow { display: inline-block; width: 40px; height: 40px; background-image: url("../img/p07/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 14px; background-color: #000000; border-top-left-radius: 12px; position: absolute; bottom: -1px; right: -1px; transition: 0.3s; }

#campaign-sec.campaignBox01 .inspection_box { background: #FFFFFF; border: 1px solid #000000; box-sizing: border-box; border-radius: 5px; overflow: hidden; margin-top: 40px; }
#campaign-sec.campaignBox01 .inspection_box h3 { font-size: 20px; padding: 10px 0 12px; background: #000000; }
#campaign-sec.campaignBox01 .inspection_box .box_in { padding: 20px 20px 24px; box-sizing: border-box; }
#campaign-sec.campaignBox01 .inspection_box .box_in .cnt01 { display: block; padding-bottom: 20px; border-bottom: 1px solid #C8C8C8; margin-bottom: 20px; }
#campaign-sec.campaignBox01 .inspection_box .box_in .cnt01 .text_box h4 { font-size: 20px; line-height: 1.35; margin-bottom: 12px; }
#campaign-sec.campaignBox01 .inspection_box .box_in .cnt01 .text_box h4 .mini { display: block; font-size: 14px; font-weight: 700; line-height: 1.43; }
#campaign-sec.campaignBox01 .inspection_box .box_in .cnt01 .img_box { display: none; }
#campaign-sec.campaignBox01 .inspection_box .box_in .cnt02 .facility-list li { display: inline-block; padding: 3px 8px 4px; box-sizing: border-box; background: #E1E1E1; border-radius: 13px; margin: 3px 4px 0 0; }
#campaign-sec.campaignBox01 .inspection_box .box_in .cnt02 .facility-list li:last-child { margin-right: 0; }

#p02box01.campaignBox02 .cnt .right .text01 { line-height: 1.6; margin-bottom: 20px; }

/*蓄電池設備 無償点検キャンペーン　p03
=========================================== */
#p03box01.campaignBox02 .btn01 { width: 100%; }
#p03box01.campaignBox02 .btn01 a { padding: 16px 0; }
#p03box01.campaignBox02 .btn01 a .btn-text { text-align: center; }
#p03box01.campaignBox02 .btn01 a .arrow { background: url("../img/p03/icon_download.svg") no-repeat center, #000000; background-size: 18px; }

/*共通パーツ　p04~p07
=========================================== */
.anchor-link li { width: calc(50% - 8px); margin: 16px 15px 0 0; }
.anchor-link li:nth-child(-n+2) { margin-top: 0; }
.anchor-link li:nth-child(2n) { margin-right: 0; }
.anchor-link li a { display: block; padding: 0 18px 8px 0; box-sizing: border-box; position: relative; font-weight: 900; }
.anchor-link li a::before { content: ""; display: block; width: 16px; height: 16px; border-radius: 50%; box-sizing: border-box; background: url("../img/common/btn_anchor.svg") no-repeat center, #000000; background-size: 6px; position: absolute; top: 2px; right: 0; transition: 0.3s; }
.anchor-link li a::after { content: ""; display: block; width: 100%; height: 1px; background: #000000; position: absolute; bottom: 0; left: 0; }

.text-list li { padding-left: 16px; box-sizing: border-box; position: relative; margin-bottom: 2px; }
.text-list li:last-child { margin-bottom: 0; }
.text-list li span { display: inline-block; position: absolute; top: 0; left: 0; }

.equipmentBox01 .cnt { display: block; margin-bottom: 40px; }
.equipmentBox01 .cnt .img_box { margin-bottom: 20px; position: relative; }
.equipmentBox01 .cnt .img_box .medal00 { position: absolute; top: -20px; left: -15px; }
.equipmentBox01 .cnt .text_box h2 { font-size: 24px; font-weight: 900; margin-bottom: 20px; }
.equipmentBox01 .cnt .text_box h2 em { font-size: 26px; }

.equipmentBox02 .list00 li { padding: 17px 20px 17px 32px; box-sizing: border-box; border-radius: 3px; position: relative; font-size: 18px; line-height: 1.44; font-weight: 900; }
.equipmentBox02 .list00 li::before { content: ""; display: block; width: 6px; height: 6px; background: #000000; border-radius: 50%; position: absolute; top: 27px; left: 20px; }
.equipmentBox02 .reason-list { justify-content: space-between; margin-bottom: 20px; }
.equipmentBox02 .reason-list .list_in { display: block; width: calc((100% / 3) - 7px); padding: 10px 0 12px; box-sizing: border-box; background: #FFFFFF; border-radius: 5px; text-align: center; }
.equipmentBox02 .reason-list .list_in:first-child { border: 1px solid #000000; position: relative; }
.equipmentBox02 .reason-list .list_in:first-child::before { content: ""; display: block; width: 1px; height: 22px; background: #000000; position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%); }
.equipmentBox02 .reason-list .list_in .icon { width: 60px; margin: 0 auto 5px; }
.equipmentBox02 .reason-list .list_in .text .midashi { font-size: 15px; margin-bottom: 3px; }
.equipmentBox02 .state_box { background: #FFFFFF; border: 1px solid #000000; box-sizing: border-box; border-radius: 5px; overflow: hidden; }
.equipmentBox02 .state_box h3 { font-size: 20px; padding: 10px 0 12px; background: #000000; }
.equipmentBox02 .state_box .box_in { padding: 20px 20px 24px; box-sizing: border-box; }
.equipmentBox02 .state_box .box_in .state-list .state01 { width: calc(50% - 8px); margin: 20px 15px 0 0; }
.equipmentBox02 .state_box .box_in .state-list .state01:nth-child(-n+2) { margin-top: 0; }
.equipmentBox02 .state_box .box_in .state-list .state01:nth-child(2n) { margin-right: 0; }
.equipmentBox02 .state_box .box_in .state-list .state01 p { margin-top: 2px; }
.equipmentBox02 .arrow_box { padding: 18px 0 34px; box-sizing: border-box; background: url("../img/p04/arrow.png") no-repeat center; background-size: contain; margin: 20px 0; }
.equipmentBox02 .arrow_box p { font-size: 20px; line-height: 1.45; font-weight: 900; }
.equipmentBox02 .list_box { display: block; margin-bottom: 20px; }
.equipmentBox02 .list_box .list02:last-child li:last-child { margin-bottom: 0; }
.equipmentBox02 .list_box .list02 li { background: #FFFFFF; margin-bottom: 5px; }
.equipmentBox02 .point { font-size: 20px; line-height: 1.45; font-weight: 900; }
.equipmentBox02 .point em { font-size: 24px; }

.equipmentBox03 .cont_list02 .cont_box { margin-bottom: 60px; }
.equipmentBox03 .cont_list02 .cont_box:last-child { margin-bottom: 0; }
.equipmentBox03 .cont_list02 .cont_box h3 { padding: 10px 20px 12px; box-sizing: border-box; background: #E20D16; border-radius: 5px; font-size: 20px; line-height: 1.45; margin-bottom: 20px; }
.equipmentBox03 .cont_list02 .cont_box .box_in01 { display: block; }
.equipmentBox03 .cont_list02 .cont_box .box_in01 .img_box { margin-bottom: 20px; }
.equipmentBox03 .cont_list02 .cont_box .box_in01 .text_box .text-list { margin-top: 20px; }
.equipmentBox03 .cont_list02 .cont_box .download-list { margin-top: 40px; }
.equipmentBox03 .cont_list02 .cont_box .download-list .download01 a .img img { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); }
.equipmentBox03 .cont_list02 .cont_box .download-list.flex { display: block; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .product-list { margin-top: 20px; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .product-list .product01 { width: calc(50% - 8px); margin: 20px 15px 0 0; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .product-list .product01:nth-child(-n+2) { margin-top: 0; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .product-list .product01:nth-child(2n) { margin-right: 0; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .product-list .product01 .img { margin-bottom: 4px; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .product-list .product01 .midashi { font-size: 15px; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .other_box { padding: 20px 20px 24px; box-sizing: border-box; background: #F6F6F6; border-radius: 5px; margin-top: 40px; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .other_box .other-list { display: block; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .other_box .other-list li { display: inline; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .other_box .other-list li:last-child::after { display: none; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .other_box .other-list li::after { content: "/"; margin-left: 4px; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box { background: #FFFFFF; border: 1px solid #000000; box-sizing: border-box; border-radius: 5px; overflow: hidden; margin-top: 20px; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box h4 { font-size: 20px; padding: 10px 0 12px; background: #000000; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in { padding: 20px 20px 24px; box-sizing: border-box; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list { display: block; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list .parts01 { margin-bottom: 40px; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list .parts01:last-child { margin-bottom: 0; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list .parts01 .img_box { margin-bottom: 12px; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list .parts01 .img_box img { width: 50%; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list .parts01 .info-table tr { border-bottom: 1px solid #D5D5D5; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list .parts01 .info-table tr:first-child { border-bottom: 0; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list .parts01 .info-table tr th { font-size: 15px; color: #FFFFFF; padding: 6px 20px 8px; box-sizing: border-box; background: #E20D16; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list .parts01 .info-table tr th:last-child { width: 105px; text-align: center; background: #CF131A; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list .parts01 .info-table tr td { font-size: 15px; padding: 8px 20px; box-sizing: border-box; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list .parts01 .info-table tr td:first-child { background: #F6F6F6; }
.equipmentBox03 .cont_list02 .cont_box .box_in02 .parts_box .box_in .parts-list .parts01 .info-table tr td:last-child { width: 105px; }

.equipmentBox04 .title01 { margin-bottom: 20px; }
.equipmentBox04 .text01 { margin-bottom: 20px; }
.equipmentBox04 .flow-list .flow01 { width: calc(50% - 8px); margin: 40px 15px 0 0; }
.equipmentBox04 .flow-list .flow01:nth-child(-n+2) { margin-top: 0; }
.equipmentBox04 .flow-list .flow01:nth-child(2n), .equipmentBox04 .flow-list .flow01:last-child { margin-right: 0; }
.equipmentBox04 .flow-list .flow01:nth-child(2n) .img::after, .equipmentBox04 .flow-list .flow01:last-child .img::after { display: none; }
.equipmentBox04 .flow-list .flow01 .img { position: relative; margin-bottom: 9px; }
.equipmentBox04 .flow-list .flow01 .img::after { content: ""; display: block; width: 8px; height: 14px; background: url("../img/p05/arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -12px; transform: translateY(-50%); }
.equipmentBox04 .flow-list .flow01 .img span.mark { display: block; width: 50px; height: 50px; background: url("../img/top/mark.png") no-repeat center; background-size: contain; padding-top: 8px; box-sizing: border-box; font-size: 10px; text-align: center; position: absolute; top: -10px; right: -10px; z-index: 1; }
.equipmentBox04 .flow-list .flow01 .img span.mark span.big { display: block; font-size: 15px; line-height: 1.46; margin-top: -4px; }
.equipmentBox04 .flow-list .flow01 h3 { padding-left: 25px; box-sizing: border-box; position: relative; font-size: 16px; margin-bottom: 8px; }
.equipmentBox04 .flow-list .flow01 h3 .num { font-size: 17px; position: absolute; top: -1px; left: 0; }
.equipmentBox04 .flow-list .flow01 p.sub_text { margin-top: 4px; padding-left: 1em; text-indent: -1em; }

#campaign-sec { padding-top: 80px; }
#campaign-sec .cnt { display: block; }
#campaign-sec .cnt .left { margin-bottom: 20px; }
#campaign-sec .cnt .left .icon { display: inline-flex; align-items: center; padding: 0 12px 2px; box-sizing: border-box; border-radius: 18px; background: #E20D16; font-size: 16px; margin-bottom: 8px; }
#campaign-sec .cnt .left .icon em { font-size: 22px; }
#campaign-sec .cnt .left h2 { font-size: 28px; font-weight: 900; line-height: 1.43; margin-bottom: 20px; }
#campaign-sec .cnt .left .list li { margin-bottom: 4px; }
#campaign-sec .cnt .left .list li:last-child { margin-bottom: 0; }
#campaign-sec .cnt .left .list li .midashi { display: inline-block; width: 80px; padding: 1px 0 3px; box-sizing: border-box; text-align: center; background: #E1E1E1; border-radius: 1px; font-size: 14px; line-height: 20px; margin-right: 8px; }
#campaign-sec .cnt .left .list li .text { display: inline-block; width: calc(100% - 88px); font-size: 14px; line-height: 20px; }
#campaign-sec .cnt .left .list li .text .point { display: inline-flex; line-height: 24px; margin-left: 25px; position: relative; }
#campaign-sec .cnt .left .list li .text .point::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #000000; border-width: 6px 0px 6px 9px; position: absolute; top: 6px; left: -17px; }
#campaign-sec .cnt .left .list li .text .point em { font-size: 32px; margin: -4px 2px 0; }
#campaign-sec .cnt .right .include-list { justify-content: center; }
#campaign-sec .cnt .right .include-list li { width: 16vw; max-width: 60px; height: 150px; background: #FFFFFF; border-radius: 5px; border: 1px solid #000000; box-sizing: border-box; text-align: center; position: relative; margin-right: 8.5vw; }
#campaign-sec .cnt .right .include-list li:last-child { margin-right: 0; }
#campaign-sec .cnt .right .include-list li:last-child::before { display: none; }
#campaign-sec .cnt .right .include-list li::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/p04/icon_plus.svg") no-repeat center; background-size: contain; position: absolute; right: -7vw; top: 50%; transform: translateY(-50%); }
#campaign-sec .cnt .right .include-list li .num { display: block; font-size: 15px; line-height: 21px; padding-bottom: 2px; background: #E20D16; border-radius: 3px 3px 0 0; }
#campaign-sec .cnt .right .include-list li .text { display: block; font-size: 16px; line-height: 60px; margin-top: 2px; letter-spacing: -0.4em; }
#campaign-sec .cnt .right .sub_text { margin-top: 12px; padding-left: 1em; text-indent: -1em; }

#reason-sec .reason-list .reason00 { width: calc(50% - 8px); margin: 20px 15px 0 0; }
#reason-sec .reason-list .reason00:nth-child(-n+2) { margin-top: 0; }
#reason-sec .reason-list .reason00:nth-child(2n) { margin-right: 0; }
#reason-sec .reason-list .reason00 .img { margin-bottom: 4px; }
#reason-sec .reason-list .reason00 h3 { font-size: 13px; line-height: 1.42; }
#reason-sec .reason-list .reason00 h3 em { font-size: 17px; line-height: 1.44; margin-top: -3px; }
#reason-sec .reason-list .reason00 .sub_text { font-size: 13px; }
#reason-sec .reason-list .reason00 .sub_text span { margin-right: 2px; }
#reason-sec .reason-list .reason02 .img, #reason-sec .reason-list .reason03 .img { position: relative; }
#reason-sec .reason-list .reason02 .img .medal00, #reason-sec .reason-list .reason03 .img .medal00 { width: 70px; height: 69px; position: absolute; top: -10px; right: -10px; }
#reason-sec .reason-list .reason02 .img .medal00 .text p, #reason-sec .reason-list .reason03 .img .medal00 .text p { font-size: 11px; line-height: 15px; }
#reason-sec .reason-list .reason02 .img .medal01, #reason-sec .reason-list .reason03 .img .medal01 { padding-top: 9px; }
#reason-sec .reason-list .reason02 .img .medal02, #reason-sec .reason-list .reason03 .img .medal02 { padding-top: 10px; }
#reason-sec .reason-list .reason02 .img .medal02 .text, #reason-sec .reason-list .reason03 .img .medal02 .text { margin-top: 2px; }
#reason-sec .reason-list .reason02 .img .medal02 .text p .mini, #reason-sec .reason-list .reason03 .img .medal02 .text p .mini { display: none; }
#reason-sec .reason-list .reason04 h3 em { margin-top: 0; }

.download-list { display: block; }
.download-list .download01 { width: 100%; max-width: 350px; margin: 0 auto 26px; }
.download-list .download01:last-child { margin-bottom: 0; }
.download-list .download01 a { display: flex; align-items: center; width: 100%; padding: 23px 19px 24px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; border: 1px solid #000000; }
.download-list .download01 a .img { width: 75px; height: 52px; margin-right: 16px; position: relative; }
.download-list .download01 a .img img { width: 100%; position: absolute; top: -38px; left: 0; box-shadow: 0 0 12px rgba(0, 0, 0, 0.16); }
.download-list .download01 a .text { width: calc(100% - 120px); font-size: 17px; line-height: 1.44; }
.download-list .download01 a .icon { display: block; width: 26px; height: 26px; background-image: url("../img/p04/icon_download.svg"); background-repeat: no-repeat; background-position: center; background-size: 18px; background-color: #000000; border-radius: 50%; transition: 0.3s; }

/*蓄電池設備　p04
=========================================== */
.page-battery #campaign-sec { background: #F6F6F6; }
.page-battery #works-sec { background: #F6F6F6; }
.page-battery #works-sec .cnt .title { margin-bottom: 0; }
.page-battery #works-sec .totalBox { padding: 0 26px; margin-top: 10px; }
.page-battery #works-sec .totalBox::before, .page-battery #works-sec .totalBox::after { width: 25px; height: 50px; }
.page-battery #works-sec .totalBox p { display: block; }
.page-battery #works-sec .totalBox p em { line-height: 1.3; }
.page-battery #blog-sec { background: #FFFFFF; }

#p04box02 .state_box .box_in .state-list { margin-bottom: 20px; }

#p04box03 .cnt { display: block; }
#p04box03 .cnt .left { margin-bottom: 20px; }
#p04box03 .cnt .left .title01 { text-align: center; }
#p04box03 .cnt .left .title01::before { left: 50%; transform: translateX(-50%); }
#p04box03 .cnt .right h3 { font-size: 20px; padding: 10px 0 12px; background: #000000; border-radius: 5px 5px 0 0; }
#p04box03 .cnt .right .info_table tr { border-bottom: 1px solid #D5D5D5; }
#p04box03 .cnt .right .info_table tr th { width: 100px; padding: 16px 0; box-sizing: border-box; background: #F6F6F6; font-size: 15px; line-height: 1.46; text-align: center; }
#p04box03 .cnt .right .info_table tr td { padding: 16px 20px; box-sizing: border-box; font-size: 15px; line-height: 1.46; }
#p04box03 .cont_list { margin-top: 40px; }
#p04box03 .cont_list .cont_box { margin-bottom: 40px; border: 1px solid #E20D16; box-sizing: border-box; border-radius: 5px; overflow: hidden; }
#p04box03 .cont_list .cont_box:last-child { margin-bottom: 0; }
#p04box03 .cont_list .cont_box .t_text { background-image: url("../img/p04/arrow_open.svg"); background-repeat: no-repeat; background-position: center right 20px; background-size: 20px; padding: 11px 55px 14px 20px; box-sizing: border-box; cursor: pointer; transition: 0.3s; }
#p04box03 .cont_list .cont_box .t_text h3 { font-size: 18px; line-height: 1.4; font-weight: 900; color: #E20D16; transition: 0.3s; }
#p04box03 .cont_list .cont_box .t_text.on { background-image: url("../img/p04/arrow_close.svg"); background-color: #E20D16; }
#p04box03 .cont_list .cont_box .t_text.on h3 { color: #FFFFFF; }
#p04box03 .cont_list .cont_box .c_text { display: none; padding: 20px 20px 40px; box-sizing: border-box; }
#p04box03 .cont_list .cont_box .c_text .cont_table tr { display: block; border-bottom: 1px solid #D5D5D5; }
#p04box03 .cont_list .cont_box .c_text .cont_table tr:first-child { border-top: 1px solid #D5D5D5; }
#p04box03 .cont_list .cont_box .c_text .cont_table tr th, #p04box03 .cont_list .cont_box .c_text .cont_table tr td { display: block; box-sizing: border-box; }
#p04box03 .cont_list .cont_box .c_text .cont_table tr th { font-size: 18px; line-height: 1.44; padding: 16px 20px 20px; background: #F6F6F6; border-bottom: 1px solid #D5D5D5; }
#p04box03 .cont_list .cont_box .c_text .cont_table tr th .sub { margin-left: 8px; }
#p04box03 .cont_list .cont_box .c_text .cont_table tr td { padding: 20px 17px; }
#p04box03 .cont_list .cont_box .c_text .cont_table tr td .list li { position: relative; margin-bottom: 8px; }
#p04box03 .cont_list .cont_box .c_text .cont_table tr td .list li:last-child { margin-bottom: 0; }
#p04box03 .cont_list .cont_box .c_text .cont_table tr td .list li::before { content: "・"; display: block; width: 15px; text-align: center; position: absolute; top: 0; left: -17px; }
#p04box03 .cont_list .cont_box .c_text .cont_table tr td .list02 li::before { display: none; }
#p04box03 .cont_list .cont_box .c_text .sub_list { margin-top: 20px; }
#p04box03 .cont_list .cont_box .c_text .sub_list li { font-size: 15px; line-height: 1.38; padding-left: 54px; box-sizing: border-box; position: relative; margin-bottom: 8px; }
#p04box03 .cont_list .cont_box .c_text .sub_list li:last-child { margin-bottom: 0; }
#p04box03 .cont_list .cont_box .c_text .sub_list li span.sub { display: block; width: 54px; position: absolute; top: 0; left: 0; }
#p04box03 .download-list { margin-top: 54px; }
#p04box03 .cont_box02 { margin-top: 60px; }
#p04box03 .cont_box02 h3 { padding: 10px 20px 12px; box-sizing: border-box; background: #E20D16; border-radius: 5px; font-size: 20px; line-height: 1.45; margin-bottom: 20px; }
#p04box03 .cont_box02 .box_in01 { display: block; }
#p04box03 .cont_box02 .box_in01 .img_box { margin-bottom: 20px; }

#p04box04 { background: #FFFFFF; }
#p04box04 .cnt { display: block; }
#p04box04 .cnt .left .title01 { text-align: center; }
#p04box04 .cnt .left .title01::before { left: 50%; transform: translateX(-50%); }
#p04box04 .cnt .right { justify-content: center; align-items: center; }
#p04box04 .cnt .right .medal01 { margin-right: 16px; }
#p04box04 .cnt .right .text01 { width: calc(100% - 140px); max-width: 200px; font-size: 16px; }
#p04box04 .example_box { background: #FFFFFF; border: 1px solid #000000; box-sizing: border-box; border-radius: 5px; overflow: hidden; margin-top: 40px; }
#p04box04 .example_box h3 { font-size: 20px; padding: 10px 0 12px; background: #000000; }
#p04box04 .example_box .box_in { padding: 20px 20px 40px; box-sizing: border-box; }
#p04box04 .example_box .box_in .example-list01 { padding-bottom: 32px; border-bottom: 1px solid #C8C8C8; margin-bottom: 32px; }
#p04box04 .example_box .box_in .example-list01 .example01 { width: calc(50% - 8px); margin: 20px 15px 0 0; }
#p04box04 .example_box .box_in .example-list01 .example01:nth-child(-n+2) { margin-top: 0; }
#p04box04 .example_box .box_in .example-list01 .example01:nth-child(2n) { margin-right: 0; }
#p04box04 .example_box .box_in .example-list01 .example01 p { font-size: 15px; line-height: 1.4; margin-top: 4px; }
#p04box04 .example_box .box_in .example-list02 li { display: inline-block; }
#p04box04 .example_box .box_in .example-list02 li:last-child::after { display: none; }
#p04box04 .example_box .box_in .example-list02 li::after { content: "/"; }
#p04box04 .cnt02 { display: block; margin-top: 40px; }
#p04box04 .cnt02 .text_box { margin-bottom: 20px; }
#p04box04 .cnt02 .text_box h3 { font-size: 24px; font-weight: 900; line-height: 1.48; margin-bottom: 20px; }
#p04box04 .cnt02 .text_box h3 em { font-size: 26px; }

/*非常用発電設備 リニューアル工事　p05
=========================================== */
.page-construction #works-sec .totalBox p .big { display: none; }

#p05box01.equipmentBox01 .cnt .text_box .box_in { display: block; margin-bottom: 8px; }
#p05box01.equipmentBox01 .cnt .text_box .box_in .totalBox { box-sizing: border-box; margin-bottom: 8px; }
#p05box01.equipmentBox01 .cnt .text_box .point-list { width: auto; }
#p05box01.equipmentBox01 .cnt .text_box .point-list li { display: inline-block; padding: 4px 10px 6px; box-sizing: border-box; background: #E20D16; border-radius: 18px; font-size: 16px; font-weight: 900; color: #FFFFFF; margin-right: 4px; }
#p05box01.equipmentBox01 .cnt .text_box .point-list li:last-child { margin-right: 0; }

#p05box02 .construction-list .construction01 { width: calc(50% - 8px); margin: 20px 15px 0 0; }
#p05box02 .construction-list .construction01:nth-child(-n+2) { margin-top: 0; }
#p05box02 .construction-list .construction01:nth-child(2n) { margin-right: 0; }
#p05box02 .construction-list .construction01 .img { margin-bottom: 4px; }
#p05box02 .construction-list .construction01 .midashi { font-size: 15px; }

/*非常用発電設備 メンテナンス　p06
=========================================== */
.page-maintenance #works-sec .cnt .title { width: 255px; line-height: 1.28; margin: 0 auto 4px; }
.page-maintenance #works-sec .totalBox { padding: 0 26px; margin-top: 10px; }
.page-maintenance #works-sec .totalBox::before, .page-maintenance #works-sec .totalBox::after { width: 25px; height: 50px; }
.page-maintenance #works-sec .totalBox p { display: block; }
.page-maintenance #works-sec .totalBox p em { line-height: 1.3; }

#p06box01.equipmentBox01 .cnt .text_box h2 span { display: block; margin-bottom: 8px; }

#p06box02.equipmentBox02 .list01 { display: block; margin-bottom: 20px; }
#p06box02.equipmentBox02 .list01 li { background: #EFEFEF; margin-bottom: 5px; }
#p06box02.equipmentBox02 .list01 li:last-child { margin-bottom: 0; }

/*定期点検　p07
=========================================== */
.page-inspection #works-sec .totalBox { padding: 0 26px; margin-top: 10px; }
.page-inspection #works-sec .totalBox::before, .page-inspection #works-sec .totalBox::after { width: 25px; height: 50px; }
.page-inspection #works-sec .totalBox p { display: block; }
.page-inspection #works-sec .totalBox p em { line-height: 1.3; }

#p07box01.equipmentBox01 .anchor-link li a { font-size: 13px; }

#p07box02 .cnt { display: block; padding-bottom: 40px; border-bottom: 1px solid #C8C8C8; margin-bottom: 40px; }
#p07box02 .cnt01 .text_box { margin-bottom: 20px; }
#p07box02 .cnt01 .text_box h3 { font-size: 20px; line-height: 1.35; margin-bottom: 12px; }
#p07box02 .cnt01 .text_box h3 .mini { display: block; font-size: 14px; font-weight: 700; line-height: 1.43; }
#p07box02 .cnt01 .img_box { width: 100%; max-width: 350px; margin: 0 auto; }
#p07box02 .cnt02 .facility-list { margin-top: -3px; }
#p07box02 .cnt02 .facility-list li { display: inline-block; padding: 3px 8px 4px; box-sizing: border-box; background: #E1E1E1; border-radius: 13px; font-size: 14px; line-height: 1.43; margin: 3px 4px 0 0; }
#p07box02 .cnt02 .facility-list li:last-child { margin-right: 0; }
#p07box02 .cnt03 { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
#p07box02 .cnt03 .point-list { display: block; }
#p07box02 .cnt03 .point-list .point01 { background: #FFFFFF; border-radius: 5px; padding: 20px 20px 24px; box-sizing: border-box; margin-bottom: 20px; }
#p07box02 .cnt03 .point-list .point01:last-child { margin-bottom: 0; }
#p07box02 .cnt03 .point-list .point01 .title_box { display: block; margin-bottom: 20px; }
#p07box02 .cnt03 .point-list .point01 .title_box .icon { width: 60px; height: 60px; margin: 0 auto 20px; }
#p07box02 .cnt03 .point-list .point01 .title_box h4 { font-size: 18px; line-height: 1.4; text-align: center; }
#p07box02 .cnt03 .point-list .point01 .title_box h4 em { font-size: 20px; }
#p07box02 .cnt03 .point-list .point01 .list { margin-bottom: 20px; }
#p07box02 .cnt03 .point-list .point01 .list li { align-items: flex-start; margin-bottom: 4px; }
#p07box02 .cnt03 .point-list .point01 .list li:last-child { margin-bottom: 0; }
#p07box02 .cnt03 .point-list .point01 .list li .text { display: inline-block; width: 60px; padding: 1px 0 3px; box-sizing: border-box; border-radius: 1px; line-height: 1.43; text-align: center; margin-right: 8px; }
#p07box02 .cnt03 .point-list .point01 .list li .text01 { background: #000000; }
#p07box02 .cnt03 .point-list .point01 .list li .text02 { background: #E20D16; }
#p07box02 .cnt03 .point-list .point01 .list li .text03 { width: calc(100% - 68px); font-size: 15px; line-height: 1.46; }
#p07box02 .link_box { margin-top: 60px; }

#p07box03 { background: #FFFFFF; }
#p07box03 .reason-list01 .box { width: calc(50% - 8px); margin: 40px 15px 0 0; }
#p07box03 .reason-list01 .box:nth-child(-n+2) { margin-top: 0; }
#p07box03 .reason-list01 .box:nth-child(2n) { margin-right: 0; }
#p07box03 .reason-list01 .box .img { margin-bottom: 8px; }
#p07box03 .reason-list01 .box h3 { font-size: 18px; font-weight: 900; line-height: 1.4; margin-bottom: 8px; }
#p07box03 .reason-list01 .box h3 em { font-size: 20px; }
#p07box03 .reason-list01 .box .text01 { line-height: 1.65; }
#p07box03 .reason-list02 { display: block; padding: 20px 20px 32px; box-sizing: border-box; background: #F6F6F6; border-radius: 5px; margin-top: 60px; }
#p07box03 .reason-list02 .box { margin-bottom: 50px; position: relative; }
#p07box03 .reason-list02 .box:last-child { margin-bottom: 0; }
#p07box03 .reason-list02 .box:last-child::before { display: none; }
#p07box03 .reason-list02 .box::before { content: ""; display: block; width: 10px; height: 20px; background: url("../img/p07/arrow02.svg") no-repeat center top; background-size: contain; position: absolute; bottom: -40px; left: calc(50% - 5px); transform: rotate(90deg) translateX(-50%); }
#p07box03 .reason-list02 .box .img { margin-bottom: 8px; position: relative; }
#p07box03 .reason-list02 .box .img .num { display: inline-block; font-size: 17px; line-height: 24px; padding: 8px 10px 7px 11px; box-sizing: border-box; background: #E20D16; border-radius: 5px 0; position: absolute; top: 0; left: 0; z-index: 1; }
#p07box03 .reason-list02 .box h3 { font-size: 20px; font-weight: 900; line-height: 1.25; }

#p07box04 { background: #F6F6F6; }
#p07box04 .title_box { display: block; margin-bottom: 40px; }
#p07box04 .title_box .title01 { text-align: center; }
#p07box04 .title_box .title01::before { left: 50%; transform: translateX(-50%); }
#p07box04 .cnt { display: block; }
#p07box04 .cnt .info-table { margin-bottom: 40px; }
#p07box04 .cnt .info-table tr { display: block; border-top: 1px solid #D5D5D5; }
#p07box04 .cnt .info-table tr th { display: block; padding: 16px 20px 20px; box-sizing: border-box; background: #E6E6E6; border-top: 1px solid #D5D5D5; font-size: 18px; font-weight: 900; }
#p07box04 .cnt .info-table tr td { display: block; padding: 20px; box-sizing: border-box; background: #FFFFFF; }
#p07box04 .cnt .info-table tr td .text-list li { padding-left: 17px; font-size: 15px; }
#p07box04 .cnt .img_box { display: flex; }
#p07box04 .cnt .img_box .img { width: calc(50% - 8px); margin-right: 15px; }
#p07box04 .cnt .img_box .img:last-child { margin-right: 0; }
#p07box04 .cnt .img_box .img p { font-size: 15px; line-height: 1.4; margin-top: 9px; }
#p07box04 .cnt02 { margin-top: 60px; }
#p07box04 .cnt02 .img_box img { width: 1100px; max-width: auto; }
#p07box04 .cnt03 { margin-top: 60px; }
#p07box04 .cnt03 .cnt_in { display: block; margin-bottom: 60px; }
#p07box04 .cnt03 .cnt_in:last-child { margin-bottom: 0; }
#p07box04 .cnt03 .cnt_in .img_box { margin-bottom: 12px; }
#p07box04 .cnt03 .cnt_in .text_box h3 { font-size: 28px; margin-bottom: 16px; }

/*選ばれる理由　p08
=========================================== */
#p08box01 .reason-list .reason00 { display: block; margin-bottom: 80px; }
#p08box01 .reason-list .reason00:last-child { margin-bottom: 0; }
#p08box01 .reason-list .reason00 .img_box { margin-bottom: 28px; position: relative; }
#p08box01 .reason-list .reason00 .img_box .medal00 { position: absolute; bottom: 10px; left: 10px; }
#p08box01 .reason-list .reason00 .text_box h2 { font-size: 24px; line-height: 1.43; position: relative; z-index: 1; margin-bottom: 20px; }
#p08box01 .reason-list .reason00 .text_box h2 em { font-size: 28px; }
#p08box01 .reason-list .reason00 .text_box h2 .num { font-size: 60px; line-height: 84px; letter-spacing: 0.02em; color: transparent; -webkit-text-stroke: 1px #C8C8C8; text-stroke: 1px #C8C8C8; position: absolute; top: -28px; left: -10px; z-index: -1; }

/*施工事例　p09
=========================================== */
#p09box01 .works-all-list { display: block; }
#p09box01 .works-all-list .works01 { margin-bottom: 40px; }
#p09box01 .works-all-list .works01:last-child { margin-bottom: 0; }

#worksBox01 .waku { background: #FFFFFF; padding: 24px 20px; box-sizing: border-box; border-radius: 5px; }
#worksBox01 .info { display: block; }
#worksBox01 .info .cate_box .cate-list:last-child li:last-child { margin-right: 0; }
#worksBox01 .info .cate_box .cate-list li { margin-bottom: 4px; }
#worksBox01 .info .time { font-size: 15px; color: #9D9D9D; font-weight: 700; }
#worksBox01 .title { font-size: 20px; margin-top: 12px; }
#worksBox01 .gallery_img { display: block; margin-top: 24px; }
#worksBox01 .gallery_img .gallery_main { margin-bottom: 20px !important; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; aspect-ratio: 590 / 397; border-radius: 5px; overflow: hidden; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box a { display: block; width: 100%; height: 100%; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .img-caption { margin-top: 4px; font-weight: 700; }
#worksBox01 .gallery_img .gallery_thum { margin-bottom: 0 !important; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: 22vw; aspect-ratio: 11 / 8; margin-right: 4px; border-radius: 3px; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01.slick-current::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.64); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; }
#worksBox01 .info-table { margin-top: 40px; }
#worksBox01 .info-table tr { display: block; border-bottom: 1px solid #D5D5D5; }
#worksBox01 .info-table tr:first-child { border-top: 1px solid #D5D5D5; }
#worksBox01 .info-table tr th { display: block; padding: 20px; box-sizing: border-box; background: #F6F6F6; border-bottom: 1px solid #D5D5D5; font-size: 15px; }
#worksBox01 .info-table tr td { padding: 20px; box-sizing: border-box; font-size: 15px; font-weight: 700; }
#worksBox01 .works_box01 { margin-top: 60px; }
#worksBox01 .works_box02 { margin-top: 60px; }
#worksBox01 .works_box02 .img_box { display: block; }
#worksBox01 .works_box02 .img_box .img { margin-bottom: 20px; }
#worksBox01 .works_box02 .img_box .img:last-child { margin-bottom: 0; }
#worksBox01 .works_box02 .img_box .img .in-img { width: 100%; aspect-ratio: 59 / 43; }
#worksBox01 .works_box02 .img_box .img .text { margin-top: 4px; }
#worksBox01 .works_box02 .works-text { margin-top: 20px; }

/*スタッフ紹介　p10
=========================================== */
.staff01 { display: block; }
.staff01 .img { width: 100%; aspect-ratio: 65 / 63; padding-left: 10px; box-sizing: border-box; position: relative; }
.staff01 .img .in_img { width: 100%; height: 100%; border-radius: 5px; box-shadow: 0 0 12px rgba(0, 0, 0, 0.24); overflow: hidden; }
.staff01 .img h2 { display: flex; flex-direction: column; align-items: flex-start; position: absolute; bottom: 20px; left: -10px; }
.staff01 .img h2 span { display: inline-block; padding: 4px 6px 5px; box-sizing: border-box; box-shadow: 0 0 12px rgba(0, 0, 0, 0.24); }
.staff01 .img h2 span.text01 { font-size: 20px; background: #E20D16; }
.staff01 .img h2 span.text02 { font-size: 18px; background: #FFFFFF; }
.staff01 .text_box { margin-top: 20px; }
.staff01 .text_box .box_in { margin-bottom: 20px; }
.staff01 .text_box .box_in:last-child { margin-bottom: 0; }
.staff01 .text_box .box_in .shikaku-list li { display: inline-block; line-height: 1.9; }
.staff01 .text_box .box_in .shikaku-list li:last-child::after { display: none; }
.staff01 .text_box .box_in .shikaku-list li::after { content: "/"; margin: 0 2px; }
.staff01 .text_box .box_in .message-text { line-height: 1.9; }

body.page-staff main, body.tax-staff_cate main { background: #F6F6F6; }
body.page-staff div#bread, body.tax-staff_cate div#bread { background: #F6F6F6; }

#p10box01 .btn_box .btn-inner select { width: 100%; height: 60px; box-sizing: border-box; padding: 18px 20px 19px 20px; font-size: 15px; line-height: 1.5; font-weight: 400; border: 1px solid #D4D4D4; font-family: 'NotoSansJP'; background: url("../img/p11/select_arrow.svg") no-repeat center right 20px, #FFFFFF; background-size: 16px; border-radius: 0; -webkit-appearance: none; appearance: none; cursor: pointer; color: #000000 !important; }
#p10box01 .btn_box .btn-inner select option { color: #000000 !important; }
#p10box01 .btn_box .btn-inner select option:first-child { color: #9A9A9A !important; }
#p10box01 #staff-list { margin-top: 60px; }
#p10box01 #staff-list .staff01 { padding-bottom: 40px; border-bottom: 1px solid #D5D5D5; margin-bottom: 40px; }
#p10box01 #staff-list .staff01:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }

/*見積依頼　p11
=========================================== */
body.page-estimate div#bread { background: #F6F6F6; }

#p11box01 { background: #F6F6F6; }
#p11box01 .text-list li { margin-bottom: 8px; }
#p11box01 .text-list li:last-child { margin-bottom: 0; }

ul.contact-state { width: 100%; aspect-ratio: 67 / 8; position: relative; margin-top: 40px; }
ul.contact-state li { width: 100%; height: 100%; }
ul.contact-state li span { display: none; }
ul.contact-state li.state01 { background: url("../img/p11/state01_sp.png") no-repeat center; background-size: contain; }
ul.contact-state li.state02 { background: url("../img/p11/state02_sp.png") no-repeat center; background-size: contain; position: absolute; left: 0; top: 0; }

form.wpcf7-form { margin-top: -120px; padding-top: 120px; /*doui-check*/ /*送信ボタン*/ }
form.wpcf7-form .contactTBL { width: 100%; }
form.wpcf7-form .contactTBL ::placeholder { color: #9A9A9A; }
form.wpcf7-form .form_table { background: #FFFFFF; border: 1px solid #000000; border-radius: 5px; box-sizing: border-box; overflow: hidden; margin-top: 40px; /*お問い合わせ項目*/ /*住所*/ /*容量*/ /*製造年月日*/ /*添付ファイル*/ }
form.wpcf7-form .form_table .form_title { font-size: 20px; color: #FFFFFF; font-weight: 900; text-align: center; padding: 10px 0 12px; box-sizing: border-box; background: #000000; }
form.wpcf7-form .form_table .waku { display: block; padding: 20px 20px 24px; box-sizing: border-box; }
form.wpcf7-form .form_table .form_table_in tr { display: block; margin-bottom: 40px; }
form.wpcf7-form .form_table .form_table_in tr.mb0 { margin-bottom: 0; }
form.wpcf7-form .form_table .form_table_in th { display: block; line-height: 24px; margin-bottom: 10px; }
form.wpcf7-form .form_table .form_table_in th .hissu, form.wpcf7-form .form_table .form_table_in th .ninni { display: inline-block; padding: 0 4px; box-sizing: border-box; border: 1px solid #E20D16; font-size: 13px; margin-right: 8px; }
form.wpcf7-form .form_table .form_table_in th .hissu { background: #E20D16; color: #FFFFFF; }
form.wpcf7-form .form_table .form_table_in th .ninni { color: #E20D16; }
form.wpcf7-form .form_table .form_table_in td { display: block; }
form.wpcf7-form .form_table input.wpcf7-text, form.wpcf7-form .form_table textarea.wpcf7-form-control.wpcf7-textarea, form.wpcf7-form .form_table select.wpcf7-form-control.wpcf7-select { width: 100%; height: 40px; padding: 8px 10px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 0; font-family: 'NotoSansJP'; font-size: 15px; line-height: 1.5; cursor: pointer; }
form.wpcf7-form .form_table input.wpcf7-text#your-name, form.wpcf7-form .form_table input.wpcf7-text.tel01 { width: 165px; }
form.wpcf7-form .form_table textarea.wpcf7-form-control.wpcf7-textarea { height: 160px; }
form.wpcf7-form .form_table select.wpcf7-form-control.wpcf7-select { width: auto; min-width: 165px; padding-right: 35px; background: url("../img/p11/select_arrow.svg") no-repeat center right 20px, #FFFFFF; background-size: 10px; -webkit-appearance: none; appearance: none; }
form.wpcf7-form .form_table select.wpcf7-form-control.wpcf7-select option { color: #000000; }
form.wpcf7-form .form_table .koumoku th { margin-bottom: 20px; }
form.wpcf7-form .form_table .koumoku .wpcf7-list-item { display: block; margin: 20px 0 0; }
form.wpcf7-form .form_table .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; }
form.wpcf7-form .form_table .koumoku .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; cursor: pointer; font-size: 14px; font-weight: 700; }
form.wpcf7-form .form_table .koumoku .wpcf7-list-item label span.wpcf7-list-item-label::before { display: block; content: ""; border-radius: 100%; background: #FFFFFF; border: 1px solid #D4D4D4; box-sizing: border-box; width: 20px; height: 20px; margin-right: 10px; }
form.wpcf7-form .form_table .koumoku .wpcf7-list-item label span.wpcf7-list-item-label::after { display: none; position: absolute; content: ""; border-radius: 100%; width: 12px; height: 12px; background-color: #000000; left: 4px; top: 50%; transform: translateY(-50%); }
form.wpcf7-form .form_table .koumoku .wpcf7-list-item label input[type="checkbox"] { opacity: 0; visibility: hidden; position: absolute; }
form.wpcf7-form .form_table .koumoku .wpcf7-list-item label:has(input[type="checkbox"]:checked) span.wpcf7-list-item-label::after { display: block; }
form.wpcf7-form .form_table .koumoku .wpcf7-list-item.first { margin-top: 0; }
form.wpcf7-form .form_table .koumoku02 td .box { padding: 20px; box-sizing: border-box; background: #F6F6F6; border-radius: 5px; margin-bottom: 10px; }
form.wpcf7-form .form_table .koumoku02 td .box:last-child { margin-bottom: 0; }
form.wpcf7-form .form_table .koumoku02 td .box .wpcf7-list-item { display: block; margin: 20px 0 0; }
form.wpcf7-form .form_table .koumoku02 td .box .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; }
form.wpcf7-form .form_table .koumoku02 td .box .wpcf7-list-item label input[type="checkbox"] { width: 20px; height: 20px; background: #FFFFFF; border: 1px solid #D4D4D4; accent-color: #000000; margin-right: 10px; border-radius: 0; cursor: pointer; }
form.wpcf7-form .form_table .address_box .address-list li { margin-bottom: 30px; }
form.wpcf7-form .form_table .address_box .address-list li:last-child { margin-bottom: 0; }
form.wpcf7-form .form_table .address_box .address-list li .th { margin-bottom: 5px; }
form.wpcf7-form .form_table .address_box .address-list li.zip1 .td input.wpcf7-text { width: 165px; }
form.wpcf7-form .form_table .address_box .address-list li.zip1 .td .sub_text { font-size: 13px; font-weight: 400; margin-top: 5px; }
form.wpcf7-form .form_table .capacity td { display: flex; align-items: center; }
form.wpcf7-form .form_table .capacity td .wpcf7-form-control-wrap { width: calc(100% - 40px); max-width: 260px; margin-right: 10px; }
form.wpcf7-form .form_table .capacity td input.wpcf7-text { width: 100%; }
form.wpcf7-form .form_table .date td { display: flex; align-items: center; font-size: 13px; font-weight: 500; }
form.wpcf7-form .form_table .date td select.wpcf7-select { min-width: 50px; font-size: 16px; font-weight: 700; margin: 0 8px 0 19px; }
form.wpcf7-form .form_table .date td select.wpcf7-select#machine-year { min-width: 70px; margin-left: 0; }
form.wpcf7-form .form_table .file th p { margin-top: 10px; }
form.wpcf7-form .form_table .file .text-list { margin-top: 20px; }
form.wpcf7-form .form_table .file .text-list li { margin-bottom: 8px; }
form.wpcf7-form .form_table .file .text-list li:last-child { margin-bottom: 0; }
form.wpcf7-form .form_table .file .codedropz-upload-wrapper .codedropz-upload-handler { border: none; border-radius: 0; margin-bottom: 0; }
form.wpcf7-form .form_table .file .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { padding: 0; }
form.wpcf7-form .form_table .file .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner { width: auto; text-align: left; }
form.wpcf7-form .form_table .file .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, form.wpcf7-form .form_table .file .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span { display: none; }
form.wpcf7-form .form_table .file .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: block; content: "選択されていません"; font-size: 14px; color: #212121; }
form.wpcf7-form .form_table .file .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: inline-block; height: 40px; padding: 10px 15px; box-sizing: border-box; background: #000000; border-radius: 0; font-size: 14px; font-weight: 400; line-height: 20px; color: #FFFFFF; transition: 0.3s; }
form.wpcf7-form .form_table .file .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
form.wpcf7-form .form_table .file .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
form.wpcf7-form .form_table .file .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
form.wpcf7-form .doui-box .doui-text { font-size: 13px; margin-top: 10px; }
form.wpcf7-form .doui-box .doui-text a { display: block; text-decoration: underline; }
form.wpcf7-form .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
form.wpcf7-form .doui-box .wpcf7-list-item label { display: flex; align-items: center; justify-content: flex-start; }
form.wpcf7-form .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; cursor: pointer; }
form.wpcf7-form .doui-box .wpcf7-list-item label input[type="radio"] { width: 20px; height: 20px; margin-right: 10px; background: #FFFFFF; border: 1px solid #D4D4D4; accent-color: #000000; border-radius: 100%; cursor: pointer; }
form.wpcf7-form .doui-box02 { text-align: center; margin-top: 40px; }
form.wpcf7-form .doui-box02 p.th { line-height: 24px; margin-bottom: 10px; }
form.wpcf7-form .doui-box02 p.th .hissu { background: #E20D16; color: #FFFFFF; display: inline-block; padding: 0 4px; box-sizing: border-box; border: 1px solid #E20D16; font-size: 13px; margin-right: 8px; }
form.wpcf7-form .doui-box02 .doui-text { text-align: center; }
form.wpcf7-form .doui-box02 .wpcf7-list-item label { justify-content: center; }
form.wpcf7-form .contact-submit.flex { display: block; margin-top: 40px; }
form.wpcf7-form .contact-submit.flex .btn01 { margin-top: 0; }
form.wpcf7-form .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 50px; box-sizing: border-box; white-space: normal; border-radius: 30px; background: url("../img/p11/btn_arrow01.svg") no-repeat center right 20px; background-size: 26px; border: 1px solid #000000; cursor: pointer; transition: 0.3s; font-size: 16px; line-height: 1.44; color: #000000; font-weight: 900; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
form.wpcf7-form .contact-submit.flex .btn01:has(.wpcf7c-force-hide) { display: none; }
form.wpcf7-form .contact-submit.flex .btn01.back { margin-top: 20px !important; }
form.wpcf7-form .contact-submit.flex .btn01.back input.wpcf7-form-control { background: url("../img/p11/back_arrow02.svg") no-repeat center left 20px; background-size: 26px; }
form.wpcf7-form .contact-submit.flex .btn01.submit input.wpcf7-form-control { background: url("../img/p11/btn_arrow02.svg") no-repeat center right 20px, #000000; background-size: 26px; color: #FFFFFF; }
form.wpcf7-form .contact-submit.flex .wpcf7c-elm-step2.mt20 { margin-top: 20px; text-align: center; }
form.wpcf7-form .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 185px; margin-top: -185px; }

.wpcf7c-conf { background-color: #D4D4D4 !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; }

.wpcf7 .ajax-loader { display: none !important; }

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

/*お問い合わせ　p12
=========================================== */
body.page-contact div#bread { background: #F6F6F6; }

#p12box01 { background: #F6F6F6; }
#p12box01 .cnt { display: block; position: relative; z-index: 1; }
#p12box01 .cnt .left { margin-bottom: 40px; }
#p12box01 .cnt .right { display: block; background: #FFFFFF; border: 1px solid #000000; border-radius: 5px; overflow: hidden; }
#p12box01 .cnt .right h2 { padding: 10px 0 12px; box-sizing: border-box; background: #000000; font-size: 20px; line-height: 1.45; text-align: center; }
#p12box01 .cnt .right .tel_box { margin: 12px 0 16px; }
#p12box01 .cnt .right .tel_box .tel .num { color: #000000; }
#p12box01 .cnt .right .tel_box .tel .num::before { background: url("../img/common/icon_tel02.svg") no-repeat center; background-size: contain; }
#p12box01 .cnt .right .tel_box .tel-text { color: #000000; }
#p12box01 form.wpcf7-form .form_table { margin-top: 40px; }
#p12box01 form.wpcf7-form .form_table .waku { padding-bottom: 38px; }
#p12box01 form.wpcf7-form .form_table table.form_table_in { margin-top: 20px; }
#p12box01 form.wpcf7-form .contact-submit.flex { margin-top: 0; }

/*ブログ　p13
=========================================== */
#p13box01 .blog-all-list .blog00 { margin-bottom: 40px; }
#p13box01 .blog-all-list .blog00:last-child { margin-bottom: 0; }

#toc_container { background: #F6F6F6 !important; border: none !important; padding: 20px 20px 24px !important; margin-bottom: 40px !important; display: block !important; }
#toc_container p.toc_title { text-align: left !important; font-size: 20px; font-weight: 900; line-height: 1.45; padding: 0 0 0 11px !important; box-sizing: border-box; margin-bottom: 12px !important; position: relative; }
#toc_container p.toc_title::before { content: ""; display: block; width: 3px; height: calc(100% - 5px); background: #000000; border-radius: 2px; position: absolute; bottom: 1px; left: 0; }
#toc_container ul.toc_list { margin-top: 0 !important; }
#toc_container ul.toc_list > li { margin-bottom: 8px; padding-left: 17px; box-sizing: border-box; position: relative; font-size: 15px; line-height: 1.33; }
#toc_container ul.toc_list > li:last-child { margin-bottom: 0; }
#toc_container ul.toc_list > li > a { font-size: 15px; font-weight: 700; line-height: 1.33; }
#toc_container ul.toc_list > li > a .toc_number { width: 15px; height: 15px; border: 1px solid #000; border-radius: 50%; font-size: 11px; line-height: 15px; text-align: center; position: absolute; top: 0; left: 0; }

#blogBox01 .waku { background: #FFFFFF; padding: 24px 20px; box-sizing: border-box; border-radius: 5px; }
#blogBox01 .info { align-items: center; }
#blogBox01 .info .time { color: #9D9D9D; font-size: 15px; font-weight: 700; margin-right: 8px; }
#blogBox01 .title { font-size: 20px; margin-top: 11px; }
#blogBox01 .blog-text { margin-top: 40px; }

/*会社概要　p14
=========================================== */
#p14box01 .company-table tr { display: block; border-bottom: 1px solid #D5D5D5; }
#p14box01 .company-table tr:first-child { border-top: 1px solid #D5D5D5; }
#p14box01 .company-table tr th { display: block; padding: 20px; box-sizing: border-box; background: #EFEFEF; border-bottom: 1px solid #D5D5D5; font-size: 15px; }
#p14box01 .company-table tr td { display: block; padding: 20px; box-sizing: border-box; font-size: 15px; font-weight: 700; }
#p14box01 .company-table tr td .address-list li { display: flex; align-items: flex-start; font-size: 14px; margin-bottom: 12px; }
#p14box01 .company-table tr td .address-list li:last-child { margin-bottom: 0; }
#p14box01 .company-table tr td .address-list li .midashi { display: inline-block; width: 80px; padding: 1px 0 3px; box-sizing: border-box; background: #EEEEEE; border-radius: 1px; margin-right: 8px; }
#p14box01 .company-table tr td .address-list li .text { width: calc(100% - 88px); }

#p14box02 .cnt { display: block; }
#p14box02 .cnt .text_box { margin-bottom: 40px; }
#p14box02 .cnt .text_box h3 { font-size: 24px; margin-bottom: 20px; }
#p14box02 .cnt .img_box .name { font-size: 15px; margin-top: 7px; }
#p14box02 .cnt .img_box .name em { font-size: 20px; margin-left: 4px; }

#p14box03 .guide-list { display: block; }
#p14box03 .guide-list .guide01 { padding: 20px 20px 28px; box-sizing: border-box; background: #FFFFFF; border-radius: 5px; box-shadow: 0 0 12px rgba(0, 0, 0, 0.08); margin-bottom: 12px; }
#p14box03 .guide-list .guide01:last-child { margin-bottom: 0; }
#p14box03 .guide-list .guide01 .num { font-size: 32px; line-height: 45px; letter-spacing: 0.02em; margin-bottom: 4px; color: transparent; -webkit-text-stroke: 1px #E20D16; text-stroke: 1px #E20D16; }
#p14box03 .guide-list .guide01 .text01 { font-size: 16px; }

#p14box04 .cnt { display: block; margin-bottom: 40px; }
#p14box04 .cnt .title_box { margin-bottom: 24px; }
#p14box04 .cnt .title_box .sub_title { padding-left: 32px; box-sizing: border-box; position: relative; font-size: 16px; margin-bottom: 12px; }
#p14box04 .cnt .title_box .sub_title::before { content: ""; display: block; width: 20px; height: 1px; background: #E20D16; position: absolute; top: 13px; left: 0; }
#p14box04 .cnt .title_box h3 { font-size: 28px; }
#p14box04 .cnt02 { display: block; }
#p14box04 .cnt02 .box { background: #FFFFFF; border: 1px solid #000000; border-radius: 5px; overflow: hidden; margin-bottom: 12px; }
#p14box04 .cnt02 .box:last-child { margin-bottom: 0; }
#p14box04 .cnt02 .box h4 { font-size: 20px; padding: 10px 0 12px; background: #000000; }
#p14box04 .cnt02 .box .box_in { padding: 20px 20px 24px; box-sizing: border-box; }
#p14box04 .cnt02 .box .box_in .list_box { padding-bottom: 20px; border-bottom: 1px solid #D5D5D5; margin-bottom: 20px; }
#p14box04 .cnt02 .box .box_in .list_box:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
#p14box04 .cnt02 .box .box_in .list_box .midashi01 { font-size: 18px; margin-bottom: 10px; }
#p14box04 .cnt02 .box .box_in .list_box .midashi01::before { background: #E20D16; }
#p14box04 .cnt02 .box .box_in .list_box .box-list li { padding-left: 12px; box-sizing: border-box; font-size: 18px; font-weight: 900; line-height: 1.38; position: relative; margin-bottom: 4px; }
#p14box04 .cnt02 .box .box_in .list_box .box-list li:last-child { margin-bottom: 0; }
#p14box04 .cnt02 .box .box_in .list_box .box-list li::before { content: ""; display: block; width: 6px; height: 6px; background: #000000; border-radius: 50%; position: absolute; top: 11px; left: 0; }
#p14box04 .cnt02 .box .box_in .list_box.flex .midashi01 { width: 100%; }
#p14box04 .cnt02 .box .box_in .list_box.flex .box-list { width: 50%; }

#p14box05 .cnt { display: block; }
#p14box05 .cnt .img_box { margin-bottom: 24px; }
#p14box05 .cnt .img_box img { width: calc(100%/ 3); }
#p14box05 .cnt .text01 { line-height: 2; }

/*コピーページ
=========================================== */
#works-sec.area-works-sec { padding: 70px 5% 80px; }

#topbox05.area-topbox05 { background: #F6F6F6; }
#topbox05.area-topbox05 .point { bottom: auto; top: 78vw; }
#topbox05.area-topbox05 .area-list_box { margin-top: 45px; position: relative; z-index: 1; }
#topbox05.area-topbox05 .area-list_box .area-list li { line-height: 2; }
#topbox05.area-topbox05 .area-list_box .area-list li:last-child::after { display: none; }
#topbox05.area-topbox05 .area-list_box .area-list li::after { content: "/"; margin: 0 2px; }

/*Thanks・404
=========================================== */
#other { padding: 60px 5%; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 30px; }
#other p { position: relative; }
#other .btn01 { margin-top: 40px; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 60px 5%; }

h2.pp-title01 { font-size: 24px; border-bottom: solid 2px; margin-bottom: 30px; padding-bottom: 10px; }

h3.pp-title02 { font-size: 20px; position: relative; margin: 20px 0; padding-left: 10px; }
h3.pp-title02::before { content: ""; width: 2px; height: 65%; background: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 380px) { #contact-sec .title { font-size: 8.5vw; }
  #contact-sec .cnt .left .text01 { font-size: 6.4vw; }
  #contact-sec .cnt .left .text01 em { font-size: 7.19vw; }
  #contact-sec .cnt .left .text-list li { font-size: 4.53vw; }
  #contact-sec .cnt .left .text02 { font-size: 7.73vw; } }
@media screen and (min-width: 0px) and (max-width: 370px) { #main.home_main .main_top .main_box .title_box h2 { font-size: 5.3vw; }
  #main.home_main .main_top .main_box .title_box h2 em { font-size: 9.06vw; }
  #main.home_main .main_top .main_box .title_box h2 .mini { font-size: 5.3vw; }
  #main.home_main .main_top .main_box .title_box h2 .big { font-size: 6.6vw; }
  #main.home_main .main_top .main_box .title_box .box_in p { font-size: 3.47vw; }
  #main.home_main .main_top .main_box .title_box .box_in p span { font-size: 3.73vw; }
  #main.home_main .main_top .main_box .title_box .box_in p span em { font-size: 6.93vw; }
  #blog-sec .campaign_box a .text_box .text01 { font-size: 3.9vw; }
  #blog-sec .campaign_box a .text_box h3 { font-size: 8.2vw; }
  #blog-sec .campaign_box a .text_box h3 span.mark span.tate { font-size: 4.26vw; }
  .wp-pagenavi > span, .wp-pagenavi > a { width: 10.5vw; height: 10.5vw; line-height: 10.5vw; }
  .post-navigation ul > li a { padding: 15px 2vw; font-size: 3.7vw; }
  .post-navigation ul > li.prev a { padding-left: 7vw; }
  .post-navigation ul > li.prev a::before { left: 3.2vw; transform: translateY(-50%) scale(-1, 1); }
  .post-navigation ul > li.next a { padding-right: 7vw; }
  .post-navigation ul > li.next a::before { right: 3.2vw; }
  #campaign-sec .cnt .right .include-list li .text { line-height: 16vw; }
  .campaignBox02 .cnt .left .include-list li .text { line-height: 16vw; } }
@media screen and (min-width: 0px) and (max-width: 350px) { .sp-nav-list .navs-list .btn_box .btn a span { font-size: 16px; }
  #topbox01 .campaign-list .campaign00 a .text_box { padding-bottom: 40px; }
  #topbox03 .cnt { padding: 0; } }
/*safari用
=========================================== */
.safari .campaignBox02 .cnt .left .include-list li .text { letter-spacing: 0.1em; }
