@charset "UTF-8";
/* 共通部分 */
@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');
body {
    background: #fff;
    color: #393939;
    overflow: hidden;
    font-size: 15px;
    font-size: clamp(16px, 0.8vw, 20px);
    letter-spacing: .035em;
    counter-reset: number 0 counter-reset1 counter-reset2;
    position: relative;
    z-index: 0;
}
body::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/wp-content/themes/story_tcd041/img/bg_img.png");
    background-size: 200px auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0.2;
    pointer-events: none;
}
.font-type2, .headline-font-type {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 2;
}
a, .post-content p {
    color: #393939;
}
.post-content ul {
    font-size: 0.95rem;
    list-style: disc;
}
.breadcrumb-wrapper {
    height: 35px;
    background: none;
}
.breadcrumb.inner {
    font-size: 0.8rem;
    font-weight: 700;
    width: fit-content;
    display: block;
    height: 35px;
    line-height: 35px;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
.signage {
    height: 280px;
    background: #212121;
    position: relative;
    z-index: 0;
}
.signage::after {
    content: '';
    position: absolute;
    display: block;
    background: #000;
    /*    background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
        background-size: cover;
        background-position: center center;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.25;
    z-index: -1;
}
.signage-title.headline-font-type, .signage-title-sub {
    width: 86%;
    max-width: 1150px;
    margin: auto;
    text-align: center;
    text-shadow: none;
    font-family: "Oswald", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.signage-title.headline-font-type {
    font-size: 3rem !important;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 15px;
}
.signage-title-sub {
    font-size: 0.95rem !important;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
}
@media only screen and (max-width: 768px) {
    .signage {
        height: 150px;
    }
    .signage-title.headline-font-type {
        font-size: 1.8rem !important;
    }
    .signage-title-sub {
        font-size: 0.85rem !important;
    }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
    content: '';
    position: absolute;
    background: #121212;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.45;
}
.header-bar {
    background: #fff;
}
.logo-image {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 210px;
    height: auto;
}
.header-bar-inner {
    width: 100%;
    max-width: unset;
    z-index: 100;
}
.global-nav > ul > li > a {
    font-size: 18px;
    font-family: "Oswald", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 600;
    line-height: 89px;
    padding: 0 22px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
    color: #393939;
}
.global-nav > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 12px;
    top: 40px;
    background: #b8b8b8;
    z-index: 1;
}
.global-nav > ul > li:first-of-type a::before {
    content: none;
}
/*.global-nav > ul > li > a::after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 26px;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    color: #393939;
}*/
.global-nav > ul > li > a span {
    position: relative;
    text-align: center;
    display: block;
    bottom: 26px;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    color: #393939;
}
/*.global-nav > ul > li.global-menu-home > a::after {
    content: "ホーム";
}
.global-nav > ul > li.global-menu-price > a::after {
    content: "施工料金";
}
.global-nav > ul > li.global-menu-greeting > a::after {
    content: "ご挨拶";
}
.global-nav > ul > li.global-menu-recruit > a::after {
    content: "採用情報";
}
.global-nav > ul > li.global-menu-company > a::after {
    content: "会社概要";
}
.global-nav > ul > li.global-menu-contact > a {
    padding: 0 30px;
    margin-left: 5px;
    background: #393939;
}*/
.global-nav > ul > li.global-menu-contact > a, .global-nav > ul > li.global-menu-contact > a::after {
    color: #7c001b;
}
.global-nav > ul > li.global-menu-contact > a::before {
    content: none;
}
/*.global-nav > ul > li.global-menu-contact > a::after {
    content: "お問い合わせ";
}*/
.global-nav > ul > li.global-menu-contact > a:hover {
    background: #7c001b;
}
.global-nav > ul > li.global-menu-contact > a:hover, .global-nav > ul > li.global-menu-contact > a:hover::after {
    color: #393939;
}
.global-nav .sub-menu a {
    font-size: 14px;
    font-weight: 700;
    color: #393939;
    background: #fff !important;
}
.global-nav .sub-menu a:hover {
    color: #7c001b !important;
    background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
    content: none;
}
@media only screen and (max-width: 1200px) {
    .logo-image {
        top: 1px;
        left: 0;
        width: 160px;
    }
    .header-bar {
        border-bottom: 1px solid #fff;
    }
    .global-nav-button {
        border-left: 0px;
        background: none;
    }
    .global-nav-button:before {
        color: #393939;
    }
    .global-nav-button:hover:before {
        color: #7c001b;
    }
    .global-nav > ul > li > a {
        font-size: 14px;
        text-shadow: none;
        text-align: center;
        padding: 0 25px 10px;
        line-height: 50px;
        background: #fff;
        height: 60px;
    }
    .global-nav > ul > li > a::after {
        width: fit-content;
        left: 120px;
        bottom: 31px;
        color: #7c001b;
    }
    .global-nav > ul > li > a:hover::after {
        color: #393939;
    }
    .global-nav > ul > li.global-menu-contact > a {
        background: #fff;
        padding: 0 25px;
        margin-left: 0;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #393939;
    }
    .global-nav > ul > li > a span{
        bottom: 14px;
    }
    .global-nav a {
        background: #fff;
        color: #393939 !important;
    }
    .global-nav .sub-menu a {
        font-size: 12px;
        background: #fff !important;
        color: #393939 !important;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        background: #fff !important;
        color: #7c001b !important;
    }
    .global-nav > ul > li > a::before {
        content: none !important;
    }
}
@media only screen and (max-width: 820px) {
    img.s_logo {
        width: 100%;
    }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
    display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    width: 100% !important;
    height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
    background: none;
}
.top-slider-content-inner {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    padding-inline: 30px;
}
@media only screen and (min-width: 768px){
    .top-slider-content-inner{
        padding-inline: 100px;
    }
}
.top-slider-content-inner:after {
    content: none;
}
.top-slider-content-inner p {
    text-align: left;
    color: #fff;
    text-shadow: 0 0 3px #212426;
    line-height: 1.6;
}
.top-slider-content-inner p.top-slider-logo {
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .top-slider-content-inner{
        justify-content: flex-end;
    }
    .top-slider-content-inner p.top-slider-logo {
        font-size: 4.5vw !important;
    }
    .top-slider-content-inner p.top-slider-text {
        display: none;
    }
}
.front-slider-box {
    width: 86%;
    margin: 0 auto;
}
.front-copy-img {
    width: 45%;
    max-width: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
/*
.top-slider-wrapper::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: #fff;
    bottom: 0;
    left: 10%;
    z-index: 10;
}
.top-slider-wrapper::after {
    content: 'SCROLL';
    position: absolute;
    color: #fff;
    text-align: center;
    width: 20%;
    left: 0;
    bottom: 50px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    z-index: 2;
}
*/
.front_original01 {
    padding: 5em 0 4em;
    position: relative;
}
/*
.front_original01::after {
    content: '';
    position: absolute;
    display: block;
    background: #f3f3f3;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
*/
.front-original01-inner {
    width: 86%;
    max-width: 900px;
    margin: 0 auto;
}
.front-original01__text h2 {
    font-size: 3rem;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    margin-bottom: 40px;
    color: #1C3A77;
}
.front-original01__text h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 25px;
}
.front-original01__text p {
    margin-bottom: 20px;
}
.front-original01__text p:last-of-type {
    margin-bottom: 0;
}
.front_content02 {
    padding: 12em 0;
    background: rgba(28, 115, 182, 0.15);
    position: relative;
    z-index: 0;
}
.front_content02::after {
    content: '';
    position: absolute;
    display: block;
    background: #fff;
    width: 80%;
    height: calc(100% - 200px);
    top: 100px;
    right: 0;
    z-index: -2;
}
.front_content02-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.front_content02-box {
    margin-bottom: 80px;
}
.front_content02-box:last-of-type {
    margin-bottom: 0;
}
.front_content02-img {
    width: 50%;
    padding-right: 3.5vw;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.front_content02-img::before {
    content: "SERVICE.";
    position: absolute;
    width: 100%;
    font-size: 4rem;
    font-weight: 700;
    font-family: "Shrikhand", serif;
    color: #1C73B6;
    top: -40px;
    left: -10px;
    z-index: 1;
}
.front_content02-box:nth-of-type(2) .front_content02-img::before {
    content: "PRICE.";
    /*	color: #EFC14D;*/
}
.front_content02-box:nth-of-type(3) .front_content02-img::before {
    content: "Q&A.";
}
.front_content02-text {
    width: 50%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front_content02-text h2, .front_content02-text p {
    width: 100%;
}
.front_content02-text h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.content02-button {
    font-size: 0.95rem;
    font-weight: 700;
    overflow: hidden;
    text-align: left;
    width: 100%;
    max-width: 220px;
    height: 50px;
    line-height: 55px;
    position: relative;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 0;
    background: none;
    box-sizing: border-box;
    transition: 0.5s;
    color: #1C3A77 !important;
    z-index: 1;
}
.content02-button::before {
    width: 50px;
    height: 1px;
    position: absolute;
    content: '';
    background: #1C3A77;
    left: 15px;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}
.content02-button::after {
    content: '\ea3c';
    color: #393939;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    border: 1px solid;
    position: absolute;
    font-weight: 500;
    bottom: 0;
    right: 5px;
    font-family: 'design_plus';
    transition: 0.5s;
}
.content02-button:hover {
    color: #1C3A77;
    background: none;
}
.content02-button:hover::before {
    width: 120px;
    background: #1C3A77;
}
.content02-button:hover::after {
    color: #fff;
    background: #1C3A77;
    border-color: #1C3A77;
    right: 0;
}
.front_original02 {
    width: 95%;
    margin-left: auto;
    padding: 5em 0;
    color: #fff;
    background: #121212;
    position: relative;
}
.front_original02::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(assets/img/34203538_m.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.35;
    z-index: 0;
}
.front_original02::after {
    content: '';
    position: absolute;
    display: block;
    background: rgba(28, 115, 182, 0.15);
    width: 200%;
    height: 50%;
    top: 0;
    right: 0;
    z-index: -5;
}
.front-original02-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.front-original02__text h2 {
    font-size: 3rem;
    font-weight: 700;
    font-family: "Shrikhand", serif;
    margin-bottom: 30px;
    line-height: 1;
    width: 100%;
    color: #fff;
}
.front-original02__text h3 {
    font-size: 2rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 30px;
}
.front-original02__text p {
    margin-bottom: 20px;
}
.front-original02__text p:last-child {
    margin-bottom: 0;
}
.front_original03 {
    padding: 6em 0 7em;
    position: relative;
}
.front_original03::after {
    content: '';
    position: absolute;
    display: block;
    background: rgba(28, 115, 182, 0.15);
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.front-original03-inner {
    width: 84%;
    max-width: 1200px;
    margin: 0 auto;
}
.third-box {
    margin-bottom: 60px;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.third-inner {
    width: 93%;
    margin-right: 7%;
    margin-left: auto;
}
.third-box:nth-of-type(even) .third-inner {
    margin-right: auto;
    margin-left: 7%;
}
.front-third-text {
    width: 40%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-third-text::before {
    counter-increment: number 1;
    content: "POINT."counter(number) "";
    width: 100%;
    font-size: 2.5rem;
    font-weight: 400;
    font-family: "Shrikhand", serif;
    margin-bottom: 20px;
    color: #1C73B6;
}
.third-box:nth-of-type(odd) .front-third-text {
    padding-right: 2.5vw;
}
.third-box:nth-of-type(even) .front-third-text {
    padding-left: 2.5vw;
    margin-left: 60%;
}
.front-third-img {
    width: 60%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.third-box:nth-of-type(even) .front-third-img {
    margin-left: -100%;
}
.front-third-text p {
    width: 100%;
}
h2.third_title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    width: 100%;
}
.front_topics {
    padding: 5em 0 7em;
    position: relative;
}
.front_topics::before {
    content: '';
    position: absolute;
    display: block;
    background: rgba(28, 115, 182, 0.15);
    width: 100%;
    height: calc(50% - 50px);
    top: 0;
    right: 0;
    z-index: -2;
}
.front-topics-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
h2.front_topics_title {
    font-size: 4.5rem;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    margin-bottom: 40px;
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    margin-top: 0;
    background: #1C73B6;
    color: #fff;
    position: relative;
    z-index: 0;
}
.footer::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/wp-content/themes/story_tcd041/img/footer_img.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}
.footer_contact_sec {
    padding: 5em 0 10em;
}
.footer_contact_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    display: block;
}
.footer_contact_bg {
    width: 60%;
    padding-right: 2.5vw;
    text-align: center;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.footer_menu_bg {
    width: 40%;
    padding-left: 8vw;
    border-left: 1px solid #5d5d5d;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    display: flex;
}
h2.footer-logo-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}
dl.address_body {
    width: 100%;
    font-size: 0.85rem;
    text-align: left;
    line-height: 1.5;
    display: flex;
    margin-bottom: 13px;
}
dl.address_body:last-of-type {
    margin-bottom: 20px;
}
dd.address_text {
    width: 77%;
    padding-left: 1vw;
    box-sizing: border-box;
}
address.footer_tel {
    font-size: 1.85rem;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    font-family: "Oswald", sans-serif;
}
address.footer_tel a {
    color: #fff;
}
span.footer_tel_sub {
    font-size: 0.5em;
    margin-right: 4px;
    letter-spacing: 1px;
}
p.footer-con-caution {
    font-size: 0.8rem;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
}
p.footer-con-caution:last-of-type {
    margin-bottom: 0;
}
p.footer-con-caution::before {
    content: '※';
    position: absolute;
    left: 0;
    color: #f35d63;
}
ul.footer-content-list-outer li a {
    color: #ffffff !important;
}
ul.footer-content-list-outer li a span {
    display: none !important;
}
.footer-content {
    display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
    background: none;
}
.footer-bar01-inner {
    width: 86%;
    max-width: 1150px;
    margin: auto;
}
.copyright {
    font-size: 11px;
    text-align: left;
    color: #fff;
}
.pagetop {
    right: 15px;
    bottom: 20px;
    transition: all 0.5s ease 0s;
}
.pagetop a {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.pagetop a::before {
    content: '\ea3a';
    font-size: 16px;
    width: 16px;
    height: 16px;
}
.pagetop:hover {
    bottom: 30px;
}
.pagetop a:hover {
    background: #000;
}
@media only screen and (max-width: 1200px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(80vh - 80px);
    }
}
@media only screen and (max-width: 970px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 55px);
    }
    .front_original01 {
        padding-bottom: 3em;
    }
    .front_content02 {
        padding: 5em 0 4em;
    }
    .front_content02-img, .front_content02-text {
        width: 100%;
    }
    .front_content02-img {
        padding-right: 0;
        margin-bottom: 1.8em;
    }
    .front_original02 {
        width: 98%;
        padding: 3em 0;
    }
    .front_original03 {
        padding: 3em 0;
    }
    .third-inner {
        width: 100%;
        margin-right: 0;
    }
    .third-box {
        margin-bottom: 30px;
    }
    .third-box:nth-of-type(even) .third-inner {
        margin-left: 0;
    }
    .front-third-text, .front-third-img {
        width: 100%;
    }
    .third-box:nth-of-type(odd) .front-third-text {
        padding-right: 0;
    }
    .third-box:nth-of-type(even) .front-third-text {
        padding-left: 0;
        margin-left: 0;
    }
    .third-box:nth-of-type(even) .front-third-img {
        margin-left: 0;
    }
    .front-third-text {
        margin-bottom: 1.5em;
    }
    .front_topics {
        padding: 3em 0 4em;
    }
    dl.address_body {
        display: block;
    }
    dt.address_title, dd.address_text {
        width: 100%;
    }
    /* dp-footer-bar のベースは style.css に集約 */
    .icon-file-text:before {
        content: "\ea92";
    }
}
@media only screen and (max-width: 768px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(100vh - 55px);
    }
    .top-slider-wrapper::before {
        height: 20px;
    }
    .top-slider-wrapper::after {
        font-size: 10px;
        bottom: 30px;
    }
    .front_original01 {
        padding-top: 3em;
    }
    .front-original01__text h2, .front-original02__text h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .front-original01__text h3, .front-original02__text h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .front-original01__text p, .front-original02__text p {
        margin-bottom: 10px;
    }
    .front_content02-box {
        margin-bottom: 50px;
    }
    .front_content02-img::before {
        font-size: 3rem;
        top: -30px;
    }
    .front-third-text::before {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    h2.third_title {
        font-size: 1.35rem;
        margin-bottom: 10px;
    }
    h2.front_topics_title {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    .footer_contact_sec {
        padding: 3em 0 2em;
    }
    .footer_contact_bg, .footer_menu_bg {
        width: 100%;
    }
    .footer_contact_bg {
        padding-right: 0;
    }
    .footer_menu_bg {
        padding-left: 0;
        margin-top: 2em;
        border: 0;
    }
    ul.footer-content-list-outer {
        width: 100% !important;
    }
    .social-nav {
        display: none;
    }
    .pagetop {
        bottom: calc(80px + env(safe-area-inset-bottom, 0px)) !important;
    }
    .pagetop a {
        font-size: 11px;
    }
}
@media only screen and (max-width: 485px) {
    .header-youtube, .header-video, .top-slider {
        height: 40vh;
    }
    .front-copy-img {
        width: 75%;
    }
    ul.footer-content-list-outer {
        width: 100% !important;
    }
}
@media only screen and (max-height: 400px) {
    .top-slider {
        height: 100vh;
    }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
    margin: 0px;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}
.post-content h2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 25px;
    padding-top: 0;
    text-align: center;
}
.post-content h2::after {
    content: "";
    display: block;
    background: #7c001b;
    width: 35px;
    height: 1px;
    margin: 10px auto 0;
}
.post-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #2370af;
    position: relative;
    box-sizing: border-box;
}
.post-content h4 {
    font-size: 1.15rem;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content td {
    font-size: 0.95rem;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.8;
    padding: 22px 2px 18px;
    background: none;
    border: 0;
    border-bottom: 1px #dfceb5 solid;
}
.post-content th {
    width: 22%;
    text-align: left;
    border-right: none;
    border-color: #bcbcbc;
}
.post-content td {
    padding-left: 20px;
    border-left: none;
}
@media only screen and (max-width: 1200px) {
    .content_inner {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-content th, .post-content td {
        padding: 14px 4px 10px;
        line-height: 1.5;
        display: block;
        box-sizing: border-box;
        margin-top: -1px;
        width: 100% !important;
        border-color: #bcbcbc;
    }
    .post-content th {
        border-bottom: none;
        padding-bottom: 0;
    }
    .post-content td {
        border-top: none;
    }
}
@media only screen and (max-width: 768px) {
    .content_inner {
        padding: 50px 0;
    }
    .post-content h2 {
        font-size: 1.35rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .post-content h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 100px;
}
h2.archive-title {
    color: #393939;
}
.archive-header {
    margin: 90px 0px 30px;
}
.article03 {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #b11323;
}
.article03-content {
    padding: 15px 18px;
}
.article03-title {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
    color: #1C3A77 !important;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
}
.post-title {
    color: #393939;
    font-weight: 700;
}
.nav-links01 {
    border-top: 1px solid #dfceb5;
    border-bottom: 1px solid #dfceb5;
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px solid #dfceb5;
}
.nav-links01-previous a, .nav-links01-next a {
    font-size: 0.85rem;
    font-weight: 700;
}
.article01-title a {
    font-size: 0.9rem;
    font-weight: 700;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
    font-size: 15px;
    font-weight: 500;
}
.post-meta-box {
    background: #f3f3f3;
}
.post-meta-box-item::before {
    color: #7c001b;
}
.post-meta-box-item a {
    font-weight: 700;
}
.primary {
    width: 100%;
}
.headline-bar {
    color: #393939;
    font-weight: 700;
    background: #f3f3f3;
}
@media only screen and (max-width: 1200px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 80px;
    }
    .article03-title {
        margin: 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-meta-box-item {
        padding: 8px 0px 8px 20px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 30px;
    }
    .archive-header {
        margin: 50px 0px 30px;
    }
    h2.archive-title {
        font-size: 25px !important;
    }
    h1.post-title {
        font-size: 1.2rem !important;
    }
    .nav-links01-previous a::before, .nav-links01-next a::after {
        color: #393939;
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 1px solid #dfceb5;
    }
}
@media only screen and (max-width: 500px) {
    .post-title, .post-meta {
        text-align: left;
    }
    .article03-title {
        font-size: 10px;
        margin-top: 0;
    }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
p.caution {
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
    margin-inline: auto;
}
p.caution:last-of-type {
    margin-bottom: 0;
}
p.caution::before {
    content: '※';
    position: absolute;
    left: 0;
    color: #f35d63;
}
span.caution {
    position: relative;
    padding-left: 17px;
    line-height: 1.8;
    box-sizing: border-box;
    display: inline-block;
}
span.caution::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
    color: #ff5353;
}
ul.list {
    margin: 0;
    list-style: none;
}
ul.list li {
    padding-left: 20px;
    line-height: 1.6;
    margin-bottom: 8px;
    box-sizing: border-box;
    position: relative;
}
ul.list li:last-child {
    margin-bottom: 0;
}
ul.list li::before {
    content: '';
    position: absolute;
    background: #7c001b;
    width: 7px;
    height: 7px;
    top: 8px;
    left: 0;
}
ul.list.caution-list li::before {
    content: '※';
    background: none;
    top: 0;
}
/* コンテンツ 共通 END */
/* 施工料金 */
.price_box {
    margin-bottom: 70px;
}
.price_box:last-of-type {
    margin-bottom: 0;
}
.price_box h2 {
    text-align: left;
}
.price_box h2::after {
    margin-left: 0;
}
.price_box p {
    margin-bottom: 10px;
}
.price_box p:last-child {
    margin-bottom: 0;
}
table.price_tbl {
    border: 1px solid #bcbcbc;
    margin-bottom: 20px;
}
table.price_tbl th, table.price_tbl td {
    padding: 18px 20px 15px;
    border-bottom: 1px solid #bcbcbc;
}
table.price_tbl th {
    width: 60%;
}
table.price_tbl td {
    text-align: end;
}
thead.price_title th, thead.price_title td {
    padding: 11px 20px 8px;
    border-bottom: 0;
    color: #897200;
    background: #f3f3f3;
}
.two_box {
    width: 50%;
    padding: 20px 30px 25px;
    background: #f3f3f3;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.two_box h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}
.two_box h3::before {
    content: none;
}
.two_box img {
    width: 100%;
    max-width: 90px;
    margin: 0 auto -10px;
    display: block;
}
@media only screen and (max-width: 970px) {
    table.price_tbl th, table.price_tbl td {
        display: table-cell;
    }
}
@media only screen and (max-width: 768px) {
    .price_box {
        margin-bottom: 30px;
    }
    table.price_tbl th, table.price_tbl td {
        padding-left: 10px;
        padding-right: 10px;
    }
    .two_box {
        width: 100%;
        padding: 15px 25px 20px;
    }
}
/* 施工料金 END */
/* 施工の流れ */
.flow_sec .content_inner {
    max-width: 900px;
}
.flow {
    padding-bottom: 60px;
    position: relative;
}
.flow:last-of-type {
    padding-bottom: 0;
}
.flow:last-of-type::after {
    content: none;
}
.flow::before {
    content: "";
    position: relative;
    background-color: #fff;
    border: 8px solid #7c001b;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    top: 0;
    display: block;
}
.flow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 10.5px;
    transform: translate(-50%);
    width: 1px;
    height: 100%;
    background-color: #7c001b;
    z-index: -1;
}
.flow_text {
    margin-top: -25px;
    padding-left: 45px;
}
.flow_text::before {
    counter-increment: number 1;
    content: "STEP."counter(number) "";
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    margin-bottom: 10px;
    color: #7c001b;
}
.flow_text h2 {
    font-size: 1.35rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
}
.flow_text h2::after {
    content: none;
}
.flow_text p {
    margin-bottom: 15px;
}
.flow_text p:last-child {
    margin-bottom: 0;
}
a.flow_con_but {
    width: 100%;
    max-width: 330px;
    margin-top: 15px;
    padding: 17px 20px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
    color: #393939;
    border: 1px solid;
    border-radius: 100px;
    box-sizing: border-box;
    display: block;
    position: relative;
}
a.flow_con_but::after {
    content: "\ea3c";
    font-family: 'design_plus';
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 15px;
    font-weight: 400;
}
a.flow_con_but:hover {
    background: #7c001b;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .flow {
        padding-bottom: 30px;
    }
    .flow_text {
        padding-left: 35px;
    }
}
/* 施工の流れ END */
/* 施工内容 */
.service_sec {
    border-bottom: 1px solid #7c001b;
}
.service_sec:last-of-type {
    border-bottom: 0;
}
.service_sec h2 {
    margin-bottom: 50px;
    text-align: left;
}
.service_sec h2::after {
    margin-left: 0;
}
.service_box {
    margin-bottom: 70px;
}
.service_box:last-of-type {
    margin-bottom: 0;
}
.service__text {
    width: 55%;
    padding-right: 2.5vw;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: -1;
}
.service__img {
    width: 45%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: -1;
}
.service__text h3, .service__text p {
    width: 100%;
}
.service_box h3 {
    font-size: 1.5rem;
    padding: 0;
    color: #393939;
}
.service_box h3::before {
    counter-increment: number 1;
    content: "SERVICE."counter(number) "";
    margin-bottom: 35px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    position: revert;
    top: 0;
    width: 100%;
    height: 0;
    color: #7c001b;
}
.service_sec:last-of-type .service_box h3::before {
    counter-increment: counter-reset1;
    content: "SERVICE."counter(counter-reset1) "";
}
.service_box p {
    margin-bottom: 12px;
}
.service_box p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .service_sec h2 {
        margin-bottom: 25px;
    }
    .service_box {
        margin-bottom: 40px;
    }
    .service_box h3 {
        font-size: 1.2rem;
    }
    .service_box h3::before {
        font-size: 1rem;
    }
    .service_box p {
        margin-bottom: 7px;
    }
    .service__text, .service__img {
        width: 100%;
    }
    .service__text {
        padding-right: 0;
        margin-bottom: 1em;
    }
}
/* 施工内容 END */
/* ご挨拶 */
.greeting_inner {
    margin-bottom: 50px;
}
.greeting_inner:last-of-type {
    margin-bottom: 0;
}
.greeting_inner h3 {
    margin-bottom: 20px;
}
.greeting_inner p {
    margin-bottom: 20px;
}
.greeting_inner p:last-of-type {
    margin-bottom: 0;
}
.greeting__img {
    width: 35%;
    padding-right: 3.5vw;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: -1;
}
.greeting__text {
    width: 65%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.greeting__text h2, .greeting__text p {
    width: 100%;
}
.greeting__text h2 {
    margin-bottom: 30px;
    text-align: left;
}
.greeting__text h2::after {
    margin-left: 0;
}
span.name {
    font-weight: 700;
    color: #000;
    margin: 0 3px;
}
@media only screen and (max-width: 768px) {
    .greeting_inner {
        margin-bottom: 25px;
    }
    .greeting_inner h3 {
        margin-bottom: 10px;
    }
    .greeting_inner p {
        margin-bottom: 10px;
    }
    .greeting__img {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1.5em;
    }
    .greeting__text {
        width: 100%;
    }
    .greeting__text h2 {
        margin-bottom: 15px;
    }
}
/* ご挨拶 END */
/* 採用情報 */
.recruit_sec .content_inner {
    max-width: 900px;
}
a.recruit-entry_but {
    display: inline-block;
    margin: 8px 0;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: underline;
    color: #393939;
}
/* 採用情報 END */
/* エントリー */
.entry_sec .content_inner {
    max-width: 900px;
}
.entry_inner {
    margin-bottom: 40px;
}
.entry_inner:last-of-type {
    margin-bottom: 0;
}
.entry_inner h2 {
    text-align: left;
}
.entry_inner h2::after {
    margin-left: 0;
}
.entry_inner p:last-child {
    margin-bottom: 0;
}
address.entry_tel {
    font-size: 2rem;
    font-weight: 700;
    font-style: normal;
    font-family: "Oswald", sans-serif;
    margin-bottom: 25px;
    line-height: 1;
}
address.entry_tel a {
    color: #393939 !important;
}
span.entry_tel_sub {
    font-size: 1rem;
    margin-right: 5px;
    color: #121212;
}
p.entry-time {
    line-height: 1.5;
    margin-bottom: 5px;
}
p.entry-time:last-child {
    margin-bottom: 0;
}
p.entry-time span {
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    .entry_inner {
        margin-bottom: 25px;
    }
    address.entry_tel {
        font-size: 1.6rem;
    }
}
/* エントリー END */
/* 会社概要 */
.company_sec .content_inner {
    max-width: 770px;
    padding-bottom: 0;
}
table.company_tbl th {
    width: 32%;
}
.map_box {
    width: calc(50% - 5px);
    margin-right: 10px;
}
.map_box:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 0;
}
.map_box p {
    margin-bottom: 0;
}
.map_box iframe {
    height: 400px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map_box iframe:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
    .map_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .map_box iframe {
        height: 250px;
    }
}
/* 会社概要 END */
/* お問い合わせ（トップとトンマナ統一：赤×黒×クリーム） */
.contact_sec,
.mail_sec{
    --bl-paper:#ffffff;
    --bl-cream:#f8f4ef;
    --bl-cream-2:#f1e9df;
    --bl-ink:#1c1a18;
    --bl-ink-soft:#524a44;
    --bl-muted:#938a80;
    --bl-red:#d8232a;
    --bl-red-deep:#af151d;
    --bl-line:rgba(28,26,24,.10);
    --bl-shadow:0 26px 60px -24px rgba(74,48,32,.34);
    --bl-shadow-sm:0 14px 30px -16px rgba(74,48,32,.30);
    --bl-ease:cubic-bezier(.22,.61,.36,1);
    --bl-grad:linear-gradient(120deg,#e12b30 0%,#af151d 100%);
    font-family:"Noto Sans JP","Helvetica Neue",Arial,sans-serif;
}
.contact_sec{ padding:92px 0 56px; background:linear-gradient(180deg,var(--bl-cream) 0%, #fff 100%); }
.mail_sec{ padding:8px 0 100px; background:#fff; }
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 820px;
    width:88%;
    margin:0 auto;
}
.mail_sec .content_inner {
    padding-top: 0;
}

/* セクション見出し（共通） */
.contact_sec h2,
.mail_sec > .content_inner > h2{
    text-align:center;
    font-size:clamp(21px,2.3vw,28px);
    font-weight:700;
    letter-spacing:.04em;
    color:var(--bl-ink);
    margin:0 0 32px;
    padding:0;
}
.contact_sec h2::after,
.mail_sec > .content_inner > h2::after{
    content:"";
    display:block;
    width:46px;height:3px;
    margin:20px auto 0;
    background:var(--bl-grad);
    border-radius:2px;
}

/* 電話カード */
.con__inner {
    margin:0 auto;
    max-width:560px;
    padding:44px 40px 38px;
    background:var(--bl-paper);
    border:1px solid var(--bl-line);
    border-radius:18px;
    box-shadow:var(--bl-shadow);
    box-sizing:border-box;
    text-align:center;
    position:relative;
    overflow:hidden;
}
.con__inner::before{
    content:"";
    position:absolute;
    top:0;left:0;right:0;height:4px;
    background:var(--bl-grad);
}
.con__inner:last-of-type {
    margin:0 auto;
}
.con__inner p {
    margin-bottom: 0;
}
.con__inner .caution{
    text-align:left;
    max-width:440px;
    margin:6px auto 0;
    font-size:13px;
    color:var(--bl-muted);
}
.con_info_box p {
    text-align: center;
}
address.con_tel {
    font-size: clamp(2.4rem,5vw,3rem);
    font-weight: 700;
    font-style: normal;
    font-family: "Poppins","Oswald",sans-serif;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1;
    color: var(--bl-ink);
    transition:color .3s var(--bl-ease);
}
address.con_tel a{ color:var(--bl-ink); text-decoration:none; }
address.con_tel:hover, address.con_tel a:hover{ color:var(--bl-red); }
span.con_tel_sub {
    font-size: 1.15rem;
    margin-right: 8px;
    font-family:"Poppins",sans-serif;
    font-weight:700;
    color: var(--bl-red);
}
p.caution.con-caution {
    width: fit-content;
    margin: 0 auto 20px;
}
p.con-time {
    display:inline-flex;
    align-items:center;
    gap:10px;
    width:auto;
    margin: 0 6px 10px;
    line-height: 1.5;
    font-size:14.5px;
    color:var(--bl-ink-soft);
}
p.con-time:last-child {
    margin-bottom: 0;
}
p.con-time span {
    display:inline-block;
    margin-right: 0;
    padding:4px 14px;
    border-radius:999px;
    background:var(--bl-cream-2);
    font-size:12.5px;
    font-weight:700;
    letter-spacing:.06em;
    color: var(--bl-red-deep);
}
.con_insta_box {
    padding: 25px 20px 30px;
    background: linear-gradient(-50deg, #ffd75f, #ff0357);
    color: #fff;
    box-sizing: border-box;
}
.con_insta_box h2 {
    font-size: 1.35rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.con_insta_box h2::after {
    content: none;
}
.con_insta_box p {
    margin-bottom: 0;
}
a.con_insta_but {
    width: 100%;
    max-width: 380px;
    margin: auto;
    padding: 12px 25px 10px;
    border-radius: 100px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #ff0357;
    background: #fff;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
a.con_insta_but::after {
    content: '\ea92';
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    font-family: "design_plus";
    top: 10px;
    right: 23px;
}
a.con_insta_but:hover {
    background: #7c001b;
    color: #fff !important;
}
.mail_info_box {
    margin: 0 0 36px;
    padding:26px 30px;
    background:var(--bl-cream);
    border:1px solid var(--bl-line);
    border-radius:12px;
    box-sizing:border-box;
}
.mail_info_box h3{
    display:flex;
    align-items:center;
    gap:11px;
    margin:0 0 14px;
    font-size:16px;
    font-weight:700;
    letter-spacing:.02em;
    color:var(--bl-red-deep);
}
.mail_info_box h3::before{
    content:"!";
    flex:0 0 auto;
    width:24px;height:24px;
    line-height:24px;
    text-align:center;
    background:var(--bl-grad);
    color:#fff;
    font-family:"Poppins",sans-serif;
    font-size:15px;
    font-weight:700;
    border-radius:50%;
}
.mail_info_box p {
    margin-bottom: 15px;
    font-size:14.5px;
    line-height:1.95;
    color:var(--bl-ink-soft);
}
.mail_info_box p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .con__inner {
        margin-bottom: 25px;
        padding: 20px;
    }
    .con_info_box p {
        text-align: left;
    }
    address.con_tel {
        font-size: 1.75rem;
    }
    .con_insta_box {
        padding: 20px 20px 25px;
    }
}

/* LINEお問い合わせ */
.line_sec{ padding:8px 0 56px; background:#fff; font-family:"Noto Sans JP","Helvetica Neue",Arial,sans-serif; }
.line_sec .content_inner{ max-width:820px; width:88%; margin:0 auto; padding-top:0; }
.line_sec h2{ text-align:center; font-size:clamp(21px,2.3vw,28px); font-weight:700; letter-spacing:.04em; color:var(--bl-ink); margin:0 0 32px; padding:0; }
.line_sec h2::after{ content:""; display:block; width:46px; height:3px; margin:20px auto 0; background:#06c755; border-radius:2px; }
.con_line_inner::before{ background:#06c755; }
.con_line_inner .line-desc{ margin:0 0 26px; font-size:14.5px; line-height:1.9; color:var(--bl-ink-soft); }
a.line-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    max-width:380px;
    margin:0 auto;
    padding:14px 25px;
    border-radius:100px;
    font-size:1.05rem;
    font-weight:700;
    font-family:"Noto Sans JP","Helvetica Neue",Arial,sans-serif;
    color:#fff !important;
    background:#06c755;
    box-sizing:border-box;
    text-decoration:none;
    transition:all .3s var(--bl-ease);
}
a.line-link::before{
    content:"";
    width:20px;height:20px;
    background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2C6.48 2 2 5.94 2 10.7c0 2.87 1.87 5.4 4.7 6.94-.15.6-.55 2.2-.63 2.55-.1.42.16.42.33.3.13-.1 2.1-1.4 2.95-1.96A13 13 0 0 0 12 19.4c5.52 0 10-3.94 10-8.7S17.52 2 12 2z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    flex:0 0 auto;
}
a.line-link:hover{ background:#05a748; color:#fff !important; }
@media only screen and (max-width: 768px) {
    .line_sec{ padding:0 0 40px; }
}
/* LINEお問い合わせ END */
/* お問い合わせ END */
/* エントリー・お問い合わせ共通 */
.policy_box {
    margin-top: 20px;
    padding: 25px 30px;
    border: 1px dotted #7c001b;
    box-sizing: border-box;
}
.policy_box p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .policy_box {
        padding: 20px 25px;
    }
}
/* エントリー・お問い合わせ共通 END */
/* エントリーフォーム・お問い合わせフォーム */
span.required {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 1.5px 3px;
    border-radius: 2px;
    color: #fff;
    background: #f35d63;
}
span.required.any {
    background: #393939;
}
.wpcf7 {
    --bl-ink:#1c1a18;
    --bl-ink-soft:#524a44;
    --bl-red:#d8232a;
    --bl-red-deep:#af151d;
    --bl-line:rgba(28,26,24,.14);
    --bl-ease:cubic-bezier(.22,.61,.36,1);
    --bl-grad:linear-gradient(120deg,#e12b30 0%,#af151d 100%);
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    width:100%;
    background:#fff;
    border:1px solid var(--bl-line);
    border-radius:10px;
    padding: 15px 16px;
    box-sizing: border-box;
    font-size:15px;
    color:var(--bl-ink);
    transition:border-color .3s var(--bl-ease),box-shadow .3s var(--bl-ease);
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.1;
    color:var(--bl-ink);
    margin-bottom: 22px;
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-top: 8px;
    line-height: 1.5;
    font-weight: 500;
}
.wpcf7 select {
    width: 100%;
    padding: 13px 14px;
    background:#fff;
    border:1px solid var(--bl-line);
    border-radius:10px;
    box-sizing: border-box;
}
.wpcf7 input.wpcf7-submit {
    display:block;
    margin: 34px auto 0;
    width: 100%;
    max-width: 360px;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .08em;
    height: 64px;
    color:#fff;
    background:var(--bl-ink);
    border:none !important;
    border-radius: 999px;
    box-shadow:0 14px 30px -14px rgba(175,21,29,.5);
    transition: transform .4s var(--bl-ease), box-shadow .4s var(--bl-ease), background-image .4s var(--bl-ease);
    font-family:"Noto Sans JP", sans-serif;
    cursor:pointer;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #fff;
    background-image:var(--bl-grad);
    border-color:transparent !important;
    transform: translateY(-3px);
    box-shadow:0 20px 34px -14px rgba(175,21,29,.6);
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
    border-color:var(--bl-red) !important;
    box-shadow:0 0 0 3px rgba(216,35,42,.12) !important;
    outline:none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    color: var(--bl-red-deep);
    background:rgba(216,35,42,.10);
    border-radius:10px;
    line-height: 1.8;
    padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
        font-size: 1rem;
        height: 58px;
    }
}
/* エントリーフォーム・お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
    width: auto;
}
/* ブログ記事の画像 END */
/* 料金表 横スクロール */
.table_scroll {
    overflow: auto;
    white-space: nowrap;
}
p.scroll_text {
    line-height: 1.5;
    margin-bottom: 15px;
    display: none;
}
@media only screen and (max-width: 485px) {
    p.scroll_text {
        display: block;
    }
}
/* 料金表 横スクロール END */
@media only screen and (max-width: 767px){
    .logo-image{
        transform: translate(0,0);
    }
}

.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* ===== 固定ページ「ご挨拶」用 ===== */
.teacher_sec{
    --bl-paper:#ffffff;
    --bl-cream:#f8f4ef;
    --bl-cream-2:#f1e9df;
    --bl-ink:#1c1a18;
    --bl-ink-soft:#524a44;
    --bl-muted:#938a80;
    --bl-red:#d8232a;
    --bl-line:rgba(28,26,24,.10);
    --bl-shadow:0 26px 60px -24px rgba(74,48,32,.34);
    --bl-ease:cubic-bezier(.22,.61,.36,1);
    --bl-grad:linear-gradient(120deg,#e12b30 0%,#af151d 100%);
    padding-block:96px;
    background:linear-gradient(180deg,var(--bl-cream) 0%, #fff 55%);
    color:var(--bl-ink-soft);
    font-family:"Noto Sans JP","Helvetica Neue",Arial,sans-serif;
}
.teacher_sec .content_inner{
    max-width:1080px;
    width:88%;
    margin:0 auto;
}
.teacher__inner{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:56px;
    margin-bottom:0;
}
.teacher__inner:last-of-type{ margin-bottom:0; }

/* 代表写真 */
.teacher__img{
    width:32%;
    flex:0 0 32%;
    padding-right:0;
    display:block;
    position:sticky;
    top:100px;
    z-index:0;
}
.teacher__img img{
    width:100%;
    height:auto;
    display:block;
    border-radius:16px;
    box-shadow:var(--bl-shadow);
}

/* 本文 */
.teacher__text{
    width:auto;
    flex:1 1 0;
    display:block;
    box-sizing:border-box;
}
.teacher__text h2{
    width:100%;
    text-align:left;
    font-size:clamp(22px,2.4vw,30px);
    font-weight:700;
    line-height:1.55;
    letter-spacing:.03em;
    color:var(--bl-ink);
    margin:0 0 30px;
}
.teacher__text h2::after{
    content:"";
    display:block;
    width:46px;height:3px;
    margin:22px 0 0;
    background:var(--bl-grad);
    border-radius:2px;
}
.teacher__text p{
    width:100%;
    text-align:left;
    font-size:15.5px;
    line-height:2.1;
    color:var(--bl-ink-soft);
    margin:0 0 1.6em;
    letter-spacing:.02em;
}
.teacher__text p:last-of-type{ margin-bottom:0; }

/* 署名 */
.president{
    margin:44px 0 0 auto;
    width:fit-content;
    text-align:right;
    padding-top:26px;
    border-top:1px solid var(--bl-line);
}
/* 所有資格 */
.teacher__license{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin:10px 0 0;
    padding:10px 20px;
    background:var(--bl-cream);
    border-left:3px solid var(--bl-red);
    border-radius:4px;
    font-size:14px;
    font-weight:700;
    color:var(--bl-ink);
    letter-spacing:.04em;
}
.teacher__license .label{
    font-weight:400;
    font-size:12.5px;
    color:var(--bl-muted);
    margin-right:4px;
}
.president p{
    margin:0;
    padding:0;
    line-height:1.6;
    font-size:13px;
    color:var(--bl-muted);
    letter-spacing:.06em;
}
.president p.name{
    font-size:1.4rem;
    font-weight:700;
    color:var(--bl-ink);
    margin-top:4px;
    letter-spacing:.08em;
}

/* レスポンシブ */
@media only screen and (max-width:768px){
    .teacher_sec{ padding-block:64px; }
    .teacher__inner{ gap:0; margin-bottom:0; display: block;}
    .teacher__img{
        width:100%;
        flex:none;
        max-width:330px;
        margin:0 auto 40px;
        padding-right:0;
        position:static;
    }
    .teacher__text{ width:100%; margin-top:0; }
    .teacher__text h2{ text-align:center; font-size:20px; }
    .teacher__text h2::after{ margin:16px auto 0; }
    .teacher__text p{ font-size:15px; line-height:2; }
    .teacher__license{ display:flex; width:fit-content; margin:8px auto 0; }
    .president{ margin-top:32px; }
}
.map_sec{
    margin-top: 100px;
}
.map_sec iframe {
    height: 400px;
}
@media only screen and (max-width: 768px) {
    .map_sec iframe {
        height: 250px;
    }
}

/* ===== 固定ページ「継金建築板金ができること」用 ===== */
.bl-about{
    --bl-paper:#ffffff;
    --bl-cream:#f8f4ef;
    --bl-cream-2:#f1e9df;
    --bl-ink:#1c1a18;
    --bl-ink-soft:#524a44;
    --bl-muted:#938a80;
    --bl-red:#d8232a;
    --bl-red-deep:#af151d;
    --bl-line:rgba(28,26,24,.10);
    --bl-shadow:0 26px 60px -24px rgba(74,48,32,.34);
    --bl-shadow-sm:0 14px 30px -16px rgba(74,48,32,.30);
    --bl-ease:cubic-bezier(.22,.61,.36,1);
    --bl-grad:linear-gradient(120deg,#e12b30 0%,#af151d 100%);
    color:var(--bl-ink-soft);
    font-family:"Noto Sans JP","Helvetica Neue",Arial,sans-serif;
    line-height:1.9;
    overflow:hidden;
    position:relative;
    z-index:0;
    isolation:isolate;
}
.bl-about *{box-sizing:border-box;}

/* ----- ヘッダー（リード） ----- */
.bl-about__hero{
    position:relative;
    padding:6em 0 5em;
    background:linear-gradient(180deg,var(--bl-cream) 0%, #fff 100%);
    overflow:hidden;
}
.bl-about__hero::before{
    content:"ABOUT";
    position:absolute;
    top:0.06em;
    right:-0.05em;
    font-family:"Poppins","Arial Black",sans-serif;
    font-weight:800;
    font-size:clamp(80px,16vw,260px);
    line-height:1;
    color:rgba(28,26,24,0.05);
    letter-spacing:0.02em;
    pointer-events:none;
    z-index:0;
}
.bl-about__hero-inner{
    position:relative;
    width:86%;
    max-width:980px;
    margin:0 auto;
    z-index:1;
}
.bl-about__eyebrow{
    display:inline-block;
    font-family:"Poppins","Arial",sans-serif;
    font-weight:700;
    font-size:0.9rem;
    letter-spacing:0.28em;
    color:var(--bl-red);
    margin-bottom:18px;
    padding-left:60px;
    position:relative;
}
.bl-about__eyebrow::before{
    content:"";
    position:absolute;
    left:0;top:50%;
    width:45px;height:2px;
    background:var(--bl-grad);
}
.bl-about__title{
    font-size:clamp(27px,4.2vw,44px);
    font-weight:700;
    line-height:1.4;
    color:var(--bl-ink);
    margin:0 0 22px;
    letter-spacing:0.04em;
}
.bl-about__title::after{
    content:"";
    display:block;
    width:46px;height:3px;
    margin:22px 0 0;
    background:var(--bl-grad);
    border-radius:2px;
}
.bl-about__lead{
    font-size:clamp(15px,1.4vw,17px);
    line-height:2.15;
    color:var(--bl-ink-soft);
    letter-spacing:0.04em;
    margin:0;
}
.bl-about__lead strong{
    color:var(--bl-red-deep);
    background:linear-gradient(transparent 62%, rgba(216,35,42,0.16) 62%);
    font-weight:700;
    padding:0 2px;
}

/* ----- サービスセクション ----- */
.bl-about__services{
    padding:6em 0 7em;
    position:relative;
    background:linear-gradient(180deg,#fff 0%, var(--bl-cream) 100%);
}
.bl-about__services::before{
    content:"";
    position:absolute;
    top:0;left:0;
    width:60%;height:240px;
    background:var(--bl-cream-2);
    opacity:.5;
    z-index:-1;
}
.bl-about__services-inner{
    width:88%;
    max-width:1180px;
    margin:0 auto;
}
.bl-svc{
    display:flex;
    align-items:stretch;
    gap:0;
    margin-bottom:110px;
    position:relative;
}
.bl-svc:last-child{margin-bottom:0;}

.bl-svc__media{
    flex:0 0 52%;
    position:relative;
    min-height:420px;
    background-size:cover;
    background-position:center;
    border-radius:16px;
    box-shadow:var(--bl-shadow);
}
.bl-svc__media::before{
    content:"";
    position:absolute;
    top:16px;left:-16px;bottom:-16px;right:16px;
    border:2px solid var(--bl-red);
    border-radius:16px;
    z-index:-1;
    transition:transform .6s var(--bl-ease);
}
.bl-svc:hover .bl-svc__media::before{transform:translate(-8px,-8px);}
.bl-svc__media::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:16px;
    background:linear-gradient(120deg,rgba(28,26,24,0.24) 0%, rgba(0,0,0,0) 55%);
    pointer-events:none;
}
.bl-svc__num{
    position:absolute;
    font-family:"Poppins","Arial",sans-serif;
    font-weight:800;
    font-size:5rem;
    line-height:1;
    color:#fff;
    top:22px;left:26px;
    letter-spacing:0.02em;
    text-shadow:0 6px 24px rgba(0,0,0,0.35);
    z-index:2;
}
.bl-svc__num small{
    display:block;
    font-size:0.78rem;
    letter-spacing:0.3em;
    font-weight:600;
    margin-top:8px;
    color:#fff;
    opacity:0.92;
}

.bl-svc__body{
    flex:1 1 48%;
    background:var(--bl-paper);
    padding:3em 3.2em;
    margin:40px 0 40px -80px;
    position:relative;
    z-index:1;
    border-radius:16px;
    border:1px solid var(--bl-line);
    box-shadow:var(--bl-shadow);
}
/*.bl-svc__body::before{
    content:"";
    position:absolute;
    top:0;left:34px;right:34px;
    height:4px;
    background:var(--bl-grad);
    border-radius:0 0 3px 3px;
}*/
.bl-svc__title{
    font-size:clamp(20px,2vw,26px);
    font-weight:700;
    line-height:1.55;
    color:var(--bl-ink);
    margin:0 0 18px;
    letter-spacing:0.03em;
    padding-bottom:18px;
    border-bottom:1px solid var(--bl-line);
}
.bl-svc__text{
    font-size:15px;
    line-height:2.05;
    color:var(--bl-ink-soft);
    margin:0 0 26px;
    letter-spacing:0.03em;
}

/* POINT 見出し */
.bl-svc__point-ttl{
    display:flex;
    align-items:center;
    gap:14px;
    margin:0 0 16px;
    font-family:"Poppins","Arial",sans-serif;
    font-weight:700;
    font-size:0.9rem;
    letter-spacing:0.28em;
    color:var(--bl-red);
}
.bl-svc__point-ttl::before{
    content:"";
    width:36px;height:3px;
    border-radius:2px;
    background:var(--bl-grad);
}
.post-content ul.bl-svc__points{
    list-style:none;
    padding:0;margin:0;
}
.bl-svc__points li{
    position:relative;
    padding:11px 0 11px 34px;
    font-size:14.5px;
    font-weight:500;
    line-height:1.75;
    color:var(--bl-ink);
    border-bottom:1px solid var(--bl-line);
}
.bl-svc__points li:last-child{border-bottom:none;}
.bl-svc__points li::before{
    content:"";
    position:absolute;
    left:2px;top:14px;
    width:18px;height:18px;
    background:var(--bl-grad);
    border-radius:50%;
}
.bl-svc__points li::after{
    content:"";
    position:absolute;
    left:8px;top:17px;
    width:4px;height:9px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
}

/* 偶数番目は左右反転 */
.bl-svc--reverse{flex-direction:row-reverse;}
.bl-svc--reverse .bl-svc__body{
    margin:40px -80px 40px 0;
}
.bl-svc--reverse .bl-svc__media::before{
    left:16px;right:-16px;
}
.bl-svc--reverse:hover .bl-svc__media::before{transform:translate(8px,-8px);}
.bl-svc--reverse .bl-svc__num{
    left:auto;right:26px;
}

/* レスポンシブ */
@media (max-width:960px){
    .bl-about__hero{padding:4em 0 3.5em;}
    .bl-svc,
    .bl-svc--reverse{flex-direction:column;}
    .bl-svc__media{
        flex:none;
        width:90%;
        margin:0 auto;
        min-height:240px;
    }
    .bl-svc__media::before,
    .bl-svc--reverse .bl-svc__media::before{
        top:10px;left:10px;right:-10px;bottom:-10px;
    }
    .bl-svc:hover .bl-svc__media::before,
    .bl-svc--reverse:hover .bl-svc__media::before{transform:none;}
    .bl-svc__body,
    .bl-svc--reverse .bl-svc__body{
        margin:-40px auto 0;
        width:92%;
        padding:2.2em 1.8em;
    }
    .bl-svc__num{font-size:4rem;}
    .bl-about__services{padding:4em 0 5em;}
    .bl-svc{margin-bottom:70px;}
    .bl-fv{
        height: calc(120svw*9/16);
        min-height: 0;
    }
}
@media (max-width:560px){
    .bl-about__hero-inner,
    .bl-about__services-inner{width:90%;}
    .bl-svc__body{padding:1.8em 1.4em;}
    .bl-svc__num{font-size:3rem;top:16px;left:16px;}
    .bl-svc--reverse .bl-svc__num{right:16px;}
}

.signage:not(:has(.signage-content)){
    height: 280px;
}

/* スマホ用固定フッターバー（PC幅では非表示、スマホ幅で常時最前面表示） */
@media only screen and (min-width: 769px) {
    .dp-footer-bar {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .dp-footer-bar {
        display: table !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 54px !important;
        z-index: 2147483647 !important;
        background: #ffffff !important;
        border-top: 2px solid #d8232a !important;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.14) !important;
        padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
        table-layout: fixed !important;
        text-align: center !important;
        margin: 0 !important;
        pointer-events: auto !important;
    }
}