@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: left;
        padding: 0 25px;
        line-height: 50px;
    }
    .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 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.sns__links {
    width: 100%;
    max-width: 220px;
    display: flex;
    margin-top: 30px;
    margin-right: auto;
}
li.sns__links-item {
    width: 50%;
    padding-right: 1.5vw;
    box-sizing: border-box;
}
li.sns__links-item:last-of-type {
    padding-right: 0;
}
a.footer_sns {
    display: block;
    text-align: center;
    color: #fff;
}
a.footer_sns::before {
    content: "";
    font-family: design_plus;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    background: #7c001b;
    font-size: 15px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: all 0.5s;
    z-index: 1;
}
a.footer_insta_but::before {
    content: "\ea92";
    color: #fff;
    background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_mail_but::before {
    content: '\f0e0';
}
a.footer_sns:hover {
    background: none;
}
a.footer_mail_but:hover {
    color: #7c001b;
}
a.footer_insta_but:hover {
    color: #ff0357;
}
a.footer_sns:hover::before {
    opacity: 0.6;
}
a.footer_sns span {
    margin-top: 10px;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}
ul.footer-content-list-outer {
    width: 50%;
    box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
    padding-right: 0;
    margin-bottom: 0;
}
ul.footer-content-list-outer li {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
ul.footer-content-list-outer li:last-of-type {
    margin-bottom: 0;
}
ul.footer-content-list-outer li a {
    color: #fff;
}
ul.footer-content-list-outer li a span{
    display: none;
}
ul.footer-content-list-outer li a:hover {
    color: #7c001b;
}
li.footer-content-link {
    position: relative;
    padding-left: 15px;
}
li.footer-content-link::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #fff;
    top: 9px;
    left: 0;
}
.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 {
        background: #1C3A77 !important;
        border-top: 1px solid #1C3A77 !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 2147483647 !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid #fff !important;
    }
    .dp-footer-bar a {
        color: #fff;
    }
    .dp-footer-bar-icon:before {
        font-weight: 500;
    }
    .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: 33.3333%;
    }
    .social-nav {
        display: none;
    }
    .pagetop {
        bottom: 80px !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: 50%;
    }
}
@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 #1C73B6;
}
.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 .content_inner, .mail_sec .content_inner {
    max-width: 900px;
}
.mail_sec .content_inner {
    padding-top: 0;
}
.con__inner {
    margin-bottom: 40px;
    box-sizing: border-box;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
.con_info_box p {
    text-align: center;
}
address.con_tel {
    font-size: 2.8rem;
    font-weight: 700;
    font-style: normal;
    font-family: "Oswald", sans-serif;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1;
    color: #2370af;
}
span.con_tel_sub {
    font-size: 1.25rem;
    margin-right: 5px;
    color: #121212;
}
p.caution.con-caution {
    width: fit-content;
    margin: 0 auto 20px;
}
p.con-time {
    width: fit-content;
    margin: 0 auto 5px;
    line-height: 1.5;
}
p.con-time:last-child {
    margin-bottom: 0;
}
p.con-time span {
    margin-right: 10px;
    color: #7c001b;
    display: inline-block;
}
.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-bottom: 30px;
}
.mail_info_box p {
    margin-bottom: 15px;
}
.mail_info_box p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .con__inner {
        margin-bottom: 25px;
    }
    .con_info_box p {
        text-align: left;
    }
    address.con_tel {
        font-size: 2rem;
    }
    .con_insta_box {
        padding: 20px 20px 25px;
    }
}
/* お問い合わせ 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 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    padding: 18px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.2;
    margin-bottom: 20px;
}
.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: 12px;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .05em;
    height: 73px;
    color: #393939;
    background: none;
    border: 1px solid !important;
    border-radius: 100px;
    transition: all .5s;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #fff;
    background: #7c001b;
    border-color: #7c001b !important;
    transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    color: #f33c36;
    background: #ffd8df;
    line-height: 1.8;
    padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 15px;
        font-size: 1rem;
        height: 62px;
    }
}
/* エントリーフォーム・お問い合わせフォーム 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 */

.footer .footer-bar01{
    background: #1C3A77 !important;
}
@media only screen and (max-width: 767px){
    .logo-image{
        transform: translate(0,0);
    }
}

.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* 講師紹介 */
.teacher__inner {
    margin-bottom: 60px;
}
.teacher__inner:last-of-type {
    margin-bottom: 0;
}
.teacher__img {
    width: 30%;
    padding-right: 2.5em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: -1;
}
.teacher__text {
    width: 70%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.teacher__text h2, .teacher__text p {
    width: 100%;
    text-align: left;
}
.teacher__text h2::after {
    margin-left: 0;
}
.teacher__text p {
    margin-bottom: 15px;
}
.teacher__text p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .teacher__inner {
        margin-bottom: 30px;
    }
    .teacher__img {
        width: 100%;
        max-width: 330px;
        margin: auto;
        padding-right: 0;
    }
    .teacher__text {
        width: 100%;
        margin-top: 1.5em;
    }
    .teacher__text h2 {
        width: fit-content;
        margin: 0 auto 20px;
    }
    .teacher__text h2::after {
        margin: 10px auto 0;
    }
}
/* 講師紹介 END */
.president{
    margin:30px 0 0 auto;
}

.president p{
    margin:0;
    padding:0;
    line-height:1.5;
}
.president p.name{
    font-size:1.5rem;
}
.map_sec{
    margin-top: 100px;
}
.map_sec iframe {
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .map_sec iframe {
    height: 250px;
  }
}

/* ========================================================
   CONCEPT セクション リデザイン (柔らかく・親しみやすく・モダン)
   ======================================================== */
.front_original01 {
    padding: 7em 0 6em;
    background: linear-gradient(135deg, rgba(28, 115, 182, 0.05) 0%, rgba(239, 193, 77, 0.07) 100%);
    position: relative;
    overflow: hidden;
}
.front_original01::before {
    content: '';
    position: absolute;
    top: -180px;
    left: -150px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(28, 115, 182, 0.18), transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
.front_original01::after {
    content: '';
    position: absolute;
    bottom: -200px;
    right: -120px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(239, 193, 77, 0.22), transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
.front-original01-inner {
    width: 86%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border-radius: 32px;
    padding: 4.5em 4em 4em;
    box-shadow: 0 30px 70px rgba(28, 58, 119, 0.10), 0 6px 18px rgba(28, 58, 119, 0.04);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.front-original01-inner::before {
    content: '';
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: 76px;
    background: linear-gradient(135deg, #1C73B6 0%, #1C3A77 100%);
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(28, 115, 182, 0.4);
    z-index: 2;
}
.front-original01-inner::after {
    content: '✦';
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    color: #EFC14D;
    font-size: 32px;
    z-index: 3;
}
.front-original01__text {
    text-align: center;
}
.front-original01__text h2 {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: 700;
    font-family: "Shrikhand", serif;
    line-height: 1;
    margin-bottom: 28px;
    background: linear-gradient(135deg, #1C73B6 0%, #1C3A77 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    letter-spacing: 0.04em;
    position: relative;
}
.front-original01__text h2::before,
.front-original01__text h2::after {
    content: '';
    position: absolute;
    top: 55%;
    width: 50px;
    height: 2px;
}
.front-original01__text h2::before {
    right: calc(100% + 20px);
    background: linear-gradient(to left, #1C73B6, transparent);
}
.front-original01__text h2::after {
    left: calc(100% + 20px);
    background: linear-gradient(to right, #1C73B6, transparent);
}
.front-original01__text h3 {
    display: block;
    font-size: 1.75rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #1C3A77;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}
.front-original01__text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 4px;
    background: linear-gradient(to right, #EFC14D, #1C73B6);
    border-radius: 4px;
}
.front-original01__text p {
    text-align: left;
    margin-bottom: 22px;
    line-height: 2.05;
    color: #444;
}
.front-original01__text p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .front_original01 {
        padding: 4em 0 3em;
    }
    .front-original01-inner {
        padding: 3.2em 1.6em 2.5em;
        border-radius: 22px;
    }
    .front-original01-inner::before,
    .front-original01-inner::after {
        width: 58px;
        height: 58px;
        top: -29px;
        line-height: 58px;
    }
    .front-original01-inner::after {
        font-size: 24px;
    }
    .front-original01__text h2 {
        font-size: 2.1rem;
    }
    .front-original01__text h2::before,
    .front-original01__text h2::after {
        width: 22px;
    }
    .front-original01__text h3 {
        font-size: 1.25rem;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
}

/* ========================================================
   フッター リデザイン (奥行きと装飾を加えたモダンスタイル)
   ======================================================== */
.footer {
    margin-top: 0;
    background: linear-gradient(135deg, #1C73B6 0%, #1C3A77 100%);
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.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.07;
    z-index: -1;
}
.footer::after {
    content: '';
    position: absolute;
    top: -180px;
    right: -150px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(239, 193, 77, 0.18), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.footer_contact_sec {
    padding: 6em 0 7em;
    position: relative;
}
.footer_contact_sec::before {
    content: '';
    position: absolute;
    bottom: -250px;
    left: -200px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.10), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.footer_contact_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    padding: 3em 3em;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.footer_contact_bg {
    width: 60%;
    padding-right: 2.5vw;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer_menu_bg {
    width: 40%;
    padding-left: 3vw;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
h2.footer-logo-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 22px;
    text-align: left;
    width: 100%;
    position: relative;
    padding-left: 18px;
    letter-spacing: 0.06em;
}
h2.footer-logo-name::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 26px;
    background: #EFC14D;
    border-radius: 4px;
}
dl.address_body {
    color: rgba(255, 255, 255, 0.95);
}
dt.address_title {
    color: #EFC14D;
    font-weight: 700;
}
address.footer_tel {
    font-size: 2rem;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 12px;
    text-align: left;
    width: 100%;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.02em;
}
address.footer_tel a {
    color: #fff;
    transition: color 0.3s;
}
address.footer_tel a:hover {
    color: #EFC14D;
}
ul.sns__links {
    width: 100%;
    max-width: 260px;
    display: flex;
    margin-top: 28px;
    margin-right: auto;
    gap: 12px;
}
li.sns__links-item {
    width: 50%;
    padding-right: 0;
    box-sizing: border-box;
}
a.footer_sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 14px 8px 12px;
    /*background: rgba(255, 255, 255, 0.08);*/
    /*border: 1px solid rgba(255, 255, 255, 0.18);*/
    /*border-radius: 16px;*/
    transition: all 0.35s ease;
}
a.footer_sns:hover {
    /*background: rgba(255, 255, 255, 0.18);*/
    /*transform: translateY(-3px);*/
    /*box-shadow: 0 10px 22px rgba(0, 0, 0, 0.20);*/
    color: #fff;
}
a.footer_sns::before {
    content: "";
    font-family: design_plus;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    font-size: 16px;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    transition: all 0.5s;
}
a.footer_insta_but::before {
    content: "\ea92";
    color: #fff;
    background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_mail_but::before {
    content: '\f0e0';
    background: #EFC14D;
    color: #1C3A77;
}
a.footer_sns:hover::before {
    transform: scale(1.08);
    opacity: 1;
}
a.footer_mail_but:hover {
    color: #fff;
}
a.footer_insta_but:hover {
    color: #fff;
}
a.footer_sns span {
    margin-top: 4px;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
}
ul.footer-content-list-outer {
    width: 50%;
    box-sizing: border-box;
    padding-right: 1vw;
}
ul.footer-content-list-outer li {
    width: 100%;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 14px;
}
ul.footer-content-list-outer li:last-of-type {
    margin-bottom: 0;
}
ul.footer-content-list-outer li a {
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    padding-left: 18px;
}
ul.footer-content-list-outer li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background: #EFC14D;
    transition: width 0.3s;
}
ul.footer-content-list-outer li a:hover {
    color: #EFC14D;
    padding-left: 24px;
}
ul.footer-content-list-outer li a:hover::before {
    width: 16px;
}
.footer .footer-bar01 {
    background: rgba(0, 0, 0, 0.30) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    position: relative;
    z-index: 5;
}
.footer-bar01-inner {
    width: 86%;
    max-width: 1150px;
    margin: auto;
    padding: 18px 0;
}
.footer .copyright {
    font-size: 11px;
    text-align: left;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.06em;
}
.footer .pagetop a {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #EFC14D;
    color: #1C3A77;
    transition: all 0.3s;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.footer .pagetop a:hover {
    background: #fff;
    color: #1C3A77;
    transform: translateY(-3px);
}
@media only screen and (max-width: 970px) {
    .footer_contact_inner {
        padding: 2.5em 2em;
    }
    .footer_contact_bg {
        width: 100%;
        padding-right: 0;
    }
    .footer_menu_bg {
        width: 100%;
        padding-left: 0;
        padding-top: 2em;
        margin-top: 2em;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
    }
}
@media only screen and (max-width: 768px) {
    .footer_contact_sec {
        padding: 3em 0 4em;
    }
    .footer_contact_inner {
        padding: 2em 1.4em;
        border-radius: 20px;
    }
    h2.footer-logo-name {
        font-size: 1.2rem;
    }
    address.footer_tel {
        font-size: 1.7rem;
    }
}

/* ========================================================
   FV (ファーストビュー) リデザイン
   優しい雰囲気のキャッチコピー＋Ken Burnsアニメーション
   ======================================================== */

/* 既存のtop-slider-wrapperコメントアウトpseudo用ルールを無効化 */
.top-slider-wrapper::before,
.top-slider-wrapper::after {
    height: auto !important;
}

.top-slider-wrapper {
    position: relative;
    overflow: hidden;
}
.top-slider-wrapper::before {
    content: '' !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 55% !important;
    background: linear-gradient(to bottom, transparent 0%, rgba(28, 58, 119, 0.18) 60%, rgba(28, 58, 119, 0.45) 100%);
    z-index: 4;
    pointer-events: none;
    background-color: transparent !important;
}

/* Ken Burns ゆったりズームアニメーション */
.top-slider-item > span,
.top-slider-item > a > span,
.header-video,
.header-youtube,
.bg-image {
    animation: kenBurns 22s ease-in-out infinite alternate;
    transform-origin: center center;
    will-change: transform;
}
@keyframes kenBurns {
    0% {
        transform: scale(1.08) translate(0, 0);
    }
    100% {
        transform: scale(1) translate(-1.5%, 1%);
    }
}

/* キャッチコピーブロック - フレームレス・ダイナミック */
.fv-catchphrase {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 6;
    padding: 0 6vw 8vh;
    box-sizing: border-box;
    pointer-events: none;
}
.fv-catchphrase__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0;
    padding: 0 0 0 38px;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    text-align: left;
    pointer-events: auto;
    position: relative;
    overflow: visible;
    opacity: 1;
    transform: none;
    animation: none;
}

/* 左側の縦アクセントライン (グラデーション) */
.fv-catchphrase__inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: calc(100% - 16px);
    background: linear-gradient(to bottom, #EFC14D 0%, #1C73B6 100%);
    transform: scaleY(0);
    transform-origin: top center;
    animation: fvLineGrow 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
    box-shadow: 0 0 18px rgba(239, 193, 77, 0.4);
}
/* 左上の装飾コーナー */
/*.fv-catchphrase__inner::after {
    content: '';
    position: absolute;
    left: -12px;
    top: -36px;
    width: 96px;
    height: 96px;
    border-top: 2px solid rgba(239, 193, 77, 0.7);
    border-left: 2px solid rgba(239, 193, 77, 0.7);
    background: none;
    border-radius: 0;
    opacity: 0;
    transform: translate(-12px, 12px);
    animation: fvCorner 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.55s forwards;
    pointer-events: none;
}*/

/* 旧シャインは無効化 */
.fv-catchphrase__shine {
    display: none;
}

@keyframes fvLineGrow {
    to { transform: scaleY(1); }
}
@keyframes fvCorner {
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* タグ (BOUSUI LAB) */
.fv-catchphrase__tag {
    display: inline-block;
    font-size: clamp(0.78rem, 1vw, 0.95rem);
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.5em;
    color: #EFC14D;
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 26px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
    opacity: 0;
    transform: translateX(-24px);
    animation: fvSlideIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
    position: relative;
    z-index: 2;
}
.fv-catchphrase__tag::before {
    content: '✦';
    color: #EFC14D;
    margin-right: 14px;
    display: inline-block;
    animation: fvSpin 8s linear infinite;
}
@keyframes fvSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes fvSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* メインキャッチ - 大胆 & ダイナミック */
.fv-catchphrase__main {
    font-size: clamp(1.8rem, 4.8vw, 4.4rem);
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.06em;
    margin-bottom: 32px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-shadow: 0 10px 50px rgba(0, 0, 0, 0.65), 0 3px 8px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}
.fv-catchphrase__main .fv-line {
    display: block;
    overflow: hidden;
    line-height: 1.5;
    padding: 0.06em 0;
}
.fv-catchphrase__main .fv-line__inner {
    display: inline-block;
    transform: translateY(110%);
    animation: fvLineUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
    will-change: transform;
}
.fv-catchphrase__main .fv-line--2 .fv-line__inner {
    animation-delay: 1.32s;
    background: linear-gradient(110deg, #ffffff 0%, #ffffff 40%, #EFC14D 70%, #ffd57a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: none;
    filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.55));
}
@keyframes fvLineUp {
    to {
        transform: translateY(0);
    }
}

/* サブテキスト */
.fv-catchphrase__sub {
    display: inline-block;
    font-size: clamp(0.78rem, 1vw, 0.95rem);
    font-weight: 500;
    color: #fff;
    background: none;
    padding: 0 0 0 60px;
    letter-spacing: 0.3em;
    line-height: 1.6;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
    margin: 0;
    position: relative;
    opacity: 0;
    animation: fvFadeUp 1s ease 1.95s forwards;
    z-index: 2;
}
.fv-catchphrase__sub::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 44px;
    height: 1px;
    background: #EFC14D;
    transform: scaleX(0);
    transform-origin: left;
    animation: fvLineX 0.9s cubic-bezier(0.16, 1, 0.3, 1) 2.15s forwards;
}
.fv-catchphrase__sub::after {
    display: none;
}
@keyframes fvLineX {
    to { transform: scaleX(1); }
}
@keyframes fvFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 既存のスライダーボタンとの干渉回避 */
.top-slider-content {
    z-index: 7;
}

@media only screen and (max-width: 970px) {
    .fv-catchphrase {
        padding: 0 5vw 6vh;
    }
    .fv-catchphrase__inner {
        padding-left: 30px;
    }
    .fv-catchphrase__inner::after {
        width: 64px;
        height: 64px;
        top: -22px;
        left: -8px;
    }
    .fv-catchphrase__tag {
        margin-bottom: 18px;
        letter-spacing: 0.4em;
    }
    .fv-catchphrase__main {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 768px) {
    .fv-catchphrase {
        padding: 0 6vw 4.5vh;
    }
    .fv-catchphrase__inner {
        padding-left: 22px;
    }
    .fv-catchphrase__inner::before {
        top: 4px;
        height: calc(100% - 8px);
    }
    .fv-catchphrase__inner::after {
        display: none;
    }
    .fv-catchphrase__tag {
        font-size: 0.7rem;
        letter-spacing: 0.32em;
        margin-bottom: 14px;
    }
    .fv-catchphrase__tag::before {
        margin-right: 10px;
    }
    .fv-catchphrase__main {
        font-size: 1.5rem;
        line-height: 1.55;
        margin-bottom: 18px;
        letter-spacing: 0.04em;
    }
    .fv-catchphrase__sub {
        font-size: 0.7rem;
        padding-left: 38px;
        letter-spacing: 0.2em;
    }
    .fv-catchphrase__sub::before {
        width: 26px;
    }
}
@media only screen and (max-width: 485px) {
    .fv-catchphrase__main {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 1200px) {
    .global-nav > ul > li{
        border-top: 1px solid #efefef;
    }
    .global-nav > ul > li > a,
    .global-nav > ul > li > a:hover{
        background: #fff !important;
        text-align: center;
    }
    .global-nav > ul > li > a span{
        bottom: 18px;
    }
}

/* ===== 固定ページ「防水ラボができること」用 ===== */
.bl-about{
    --bl-navy:#1C3A77;
    --bl-blue:#1C73B6;
    --bl-tint:rgba(28,115,182,0.10);
    --bl-tint2:rgba(28,115,182,0.18);
    --bl-yellow:#EFC14D;
    --bl-dark:#121212;
    --bl-text:#333;
    color:var(--bl-text);
    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-tint) 0%, #fff 100%);
    overflow:hidden;
}
.bl-about__hero::before{
    content:"ABOUT";
    position:absolute;
    top:0.1em;
    right:-0.05em;
    font-family:"Oswald",sans-serif;
    font-weight:700;
    font-size:clamp(80px,16vw,260px);
    line-height:1;
    color:rgba(28,58,119,0.06);
    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:"Oswald",sans-serif;
    font-weight:600;
    font-size:1rem;
    letter-spacing:0.25em;
    color:var(--bl-blue);
    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-blue);
}
.bl-about__title{
    font-size:clamp(28px,4.2vw,46px);
    font-weight:700;
    line-height:1.35;
    color:var(--bl-navy);
    margin:0 0 22px;
    letter-spacing:0.04em;
}
.bl-about__lead{
    font-size:clamp(15px,1.4vw,17px);
    line-height:2.1;
    color:#444;
    letter-spacing:0.04em;
    margin:0;
}
.bl-about__lead strong{
    color:var(--bl-navy);
    background:linear-gradient(transparent 65%, rgba(239,193,77,0.55) 65%);
    font-weight:700;
    padding:0 2px;
}

/* ----- サービスセクション ----- */
.bl-about__services{
    padding:6em 0 7em;
    position:relative;
}
.bl-about__services::before{
    content:"";
    position:absolute;
    top:0;left:0;
    width:60%;height:240px;
    background:var(--bl-tint);
    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;
    box-shadow:0 20px 50px -20px rgba(28,58,119,0.4);
}
.bl-svc__media::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(120deg,rgba(28,58,119,0.18) 0%, rgba(0,0,0,0) 50%);
    pointer-events:none;
}
.bl-svc__num{
    position:absolute;
    font-family:"Oswald",sans-serif;
    font-weight:700;
    font-size:5.5rem;
    line-height:1;
    color:#fff;
    top:24px;left:24px;
    letter-spacing:0.02em;
    text-shadow:0 4px 20px rgba(28,58,119,0.4);
    z-index:2;
}
.bl-svc__num small{
    display:block;
    font-size:0.85rem;
    letter-spacing:0.3em;
    font-weight:500;
    margin-top:6px;
    opacity:0.9;
}

.bl-svc__body{
    flex:1 1 48%;
    background:#fff;
    padding:3em 3.2em;
    margin:40px 0 40px -80px;
    position:relative;
    z-index:1;
    box-shadow:0 20px 50px -25px rgba(0,0,0,0.18);
    border-top:4px solid var(--bl-blue);
}
.bl-svc__title{
    font-size:clamp(20px,2vw,26px);
    font-weight:700;
    line-height:1.5;
    color:var(--bl-navy);
    margin:0 0 18px;
    letter-spacing:0.03em;
    padding-bottom:18px;
    border-bottom:1px dashed rgba(28,58,119,0.25);
}
.bl-svc__text{
    font-size:15px;
    line-height:2;
    color:#444;
    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:"Oswald",sans-serif;
    font-weight:600;
    font-size:0.95rem;
    letter-spacing:0.3em;
    color:var(--bl-blue);
}
.bl-svc__point-ttl::before{
    content:"";
    width:36px;height:2px;
    background:var(--bl-yellow);
}
.bl-svc__points{
    list-style:none;
    padding:0;margin:0;
}
.bl-svc__points li{
    position:relative;
    padding:10px 0 10px 0;
    font-size:14.5px;
    font-weight:500;
    line-height:1.75;
    color:#333;
    border-bottom:1px solid #f0f0f0;
}
.bl-svc__points li:last-child{border-bottom:none;}
/*.bl-svc__points li::before{
    content:"";
    position:absolute;
    left:4px;top:18px;
    width:18px;height:18px;
    background:var(--bl-blue);
    border-radius:50%;
}
.bl-svc__points li::after{
    content:"";
    position:absolute;
    left:9px;top:21px;
    width:5px;height:10px;
    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;
    border-top-color:var(--bl-navy);
}
.bl-svc--reverse .bl-svc__num{
    left:auto;right:24px;
}

/* レスポンシブ */
@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:92%;
        margin:0 auto;
        min-height:260px;
    }
    .bl-svc__body,
    .bl-svc--reverse .bl-svc__body{
        margin:-50px 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;}
}
@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;}
}
