@charset "utf-8";
/*　共通　*/
html {
    font-size: 62.5%;
}
div#site-loader-overlay {
    background-color: rgb(242 220 107);
}
div#site-loader-spinner {
    border-width: 2px !important;
}
body {
    font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    color: rgb(40 35 29);
    letter-spacing: 0.05rem;
    position: relative;
    counter-reset: number 0;
    line-height: 2.4;
    background: #fffae8;
}
body.home{
    background-color: #5C88A5;
}
.headline-font-type {
    font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font-type1 {
    font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
    color: rgb(140 116 86);
    font-weight: 600;
}
address {
    font-style: normal;
}
.header-bar {
    background-color: rgb(255 255 255) !important;
}
.header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 35%;
    top: 0;
    left: 0;
    background: rgb(255 255 255);
}
.top-slider-content-inner::after {
    display: none;
}
.top-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: calc(100% - 100px);
    height: calc(100vh - 100px);
    margin: 0 auto;
    background: #fff;
}
.top-slider-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 30%);
    z-index: 1;
}
.top-slider-wrapper::after {
    content: 'SCROLL';
    position: absolute;
    color: rgb(255 255 255);
    line-height: 1;
    bottom: 5rem;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    z-index: 10;
    letter-spacing: 0.3rem;
    font-family: "Baloo 2", sans-serif;
}
.top-slider {
    position: relative;
}
.top-slider::after, div#top-slider-content::after, .header-youtube::after {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 3.5rem;
    background: rgb(255 255 255);
    bottom: 0;
    left: 50%;
    z-index: 1;
}
.top-slider-content-inner:hover {
    background: unset;
}
div#content01 {
    position: relative;
    z-index: 0;
}
div#content01::before {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 3.5rem;
    background: rgb(140 116 86);
    top: 0;
    left: 50%;
    z-index: 1;
}
ul#top-slider-nav {
    display: none;
}
.logo-image {
    position: absolute;
    top: 2.5rem;
    left: 4rem;
    width: 25rem;
    height: auto;
    margin-left: 0;
    font-size: 1.6rem;
}
.logo-image img {
    width: 100%;
}
.header-bar-inner {
    width: 100%;
}
.global-nav {
    padding-right: 2rem;
}
.global-nav > ul > li > a {
    font-size: 1.6rem;
    line-height: 9rem;
    padding: 0 2rem 0 2rem;
    text-align: center;
    letter-spacing: 0.25rem;
    color: rgb(40 35 29);
    font-weight: 600;
}
/*.global-nav > ul > li > a::after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 2.5rem;
    line-height: 1;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
    color: rgb(225 189 9);
    font-family: "Baloo 2", sans-serif;
}*/
.global-nav > ul > li > a span{
    position: relative;
    text-align: center;
    display: block;
    bottom: 2.5rem;
    line-height: 1;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
    color: rgb(225 189 9);
    font-family: "Baloo 2", sans-serif;
    color: var(--ka-navy);
}
/*.global-nav > ul > li.global-menu-001 > a::after {
    content: 'HOME';
}
.global-nav > ul > li.global-menu-002 > a::after {
    content: 'PRICE';
}
.global-nav > ul > li.global-menu-003 > a::after {
    content: 'GREETING';
}
.global-nav > ul > li.global-menu-004 > a::after {
    content: 'INFO';
}
.global-nav > ul > li.global-menu-005 > a::after {
    content: 'CONTACT';
}*/
.global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
    color: #8C8C8C;
}
.global-nav .sub-menu a {
    background-color: rgb(225 189 9);
    font-weight: 600;
}
.global-nav .sub-menu .current-menu-item > a {
    color: #ffffff;
}
.global-nav .sub-menu .current-menu-item > a::before {
    display: none;
}
.mb_YTPBar {
    display: none !important;
}
.top-slider-content {
    width: auto !important;
    height: 100% !important;
    background: none;
    padding: 0 !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    z-index: 10;
}
.top-slider-content-inner {
    background: none;
    box-sizing: border-box;
    border-radius: 0;
    text-align: left;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    height: 100% !important;
    width: 100% !important;
}
.fv-main-content {
    width: 100%;
    height: 100%;
}
.fv-main-content-box {
    width: 86%;
    height: 100%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    display: -webkit-flex;
    display: flex;
}
.fv-main-content-box img {
    width: 86%;
    height: auto;
    position: absolute;
    max-width: 90rem;
    bottom: 10%;
}
.flex_lay {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}
.flex_lay_box {
    width: calc(50% - 3rem);
    height: auto;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.flex_lay_box:nth-child(even) {}
.footer {
    position: relative;
    margin-top: 0;
}
.footer-map-box {
    width: 100%;
    height: 40rem;
    margin: 0 auto;
}
img.yoyaku_bunner {
    max-width: 30rem;
}
img.yoyaku_bunner:hover, img.linebn_bunner:hover {
    opacity: 50%;
    transition: 0.5s;
}
footer#footer_wrapper {
    background: rgb(255 255 255);
    position: relative;
    z-index: 0;
}
.footer_inner_sec {
    width: 86%;
    max-width: 100rem;
    margin: 0 auto;
    padding: 6rem 0 6rem 0;
    gap: 3rem;
}
.footer_about_logo img {
    width: 100%;
    max-width: 18rem !important;
    margin-bottom: 2rem;
}
.footer_about_info {
    width: calc(45% - 1.5rem);
    box-sizing: border-box;
    color: rgb(40 35 29);
}
.footer_menu_box {
    width: calc(55% - 1.5rem);
    box-sizing: border-box;
    text-align: right;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    display: -webkit-flex;
    display: flex;
}
.footer_about_info h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
    display: none;
}
p.address_footer {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 0.8em;
    font-weight: 400;
}
p.address_footer span {
    margin-right: 0.5rem;
}
address.footer-contact-tel {
    font-size: 1.4em;
    line-height: 1;
    margin: 0.5rem auto 0.5rem 0;
    font-style: normal;
    letter-spacing: 0.1rem;
    font-family: "Baloo 2", sans-serif;
}
address.footer-contact-tel span {
    font-size: 0.7em;
}
address.footer-contact-tel a {
    color: rgb(40 35 29);
}
p.footer-contact-time span::before {
    content: "＜";
}
p.footer-contact-time span::after {
    content: "＞";
}
p.footer-contact-time {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 0.5rem;
    background: rgb(242 220 107);
    padding: 0.5rem 1rem 0.6rem;
    width: fit-content;
    border-radius: 10rem;
}
p.footer-contact-time span {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
p.footer-contact-time span:first-of-type {
    margin-left: 0;
}
/* 住所・営業時間リスト */
dl.footer-info-list {
    margin-top: 1.4rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.4rem 1rem;
    font-size: 1.35rem;
    line-height: 1.7;
    color: rgb(40 35 29);
}
dl.footer-info-list dt {
    font-weight: 700;
    white-space: nowrap;
    padding: 0.1rem 0.7rem 0.1rem 0;
    border-right: 2px solid rgb(225 189 9);
    color: rgb(100 80 50);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
dl.footer-info-list dd {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 0.3rem;
}
span.footer-info-note {
    font-size: 0.9em;
    color: rgb(120 100 70);
    font-weight: 400;
}
.footer-bar01, p.copyright {
    background: rgb(255 255 255 / 0%);
    color: rgb(40 35 29);
    font-size: 1rem;
    text-align: right;
}
a.footer-con_but {
    display: inline-block;
    position: relative;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 5rem;
    text-align: center;
    margin-right: 0.5rem;
    background: #d9bd9c;
    transition: all .8s;
}
.footer-con-sns-but {
    margin-top: 2rem;
}
a.footer-con_but span {
    display: none;
}
a.footer-con_but::before {
    content: '';
    font-family: "design_plus";
    font-size: 2rem;
    color: #fff;
    z-index: 1;
    width: 5rem;
    font-weight: 400;
}
a.footer-con_but.footer-instagram_but::before {
    content: "\ea92";
}
a.footer-con_but.footer-line_but::before {
    content: "\e909";
}
a.footer-con_but.footer-instagram_but {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
a.footer-con_but.footer-line_but {
    background-color: #18c507;
}
a.footer-con_but.footer-twitter_but {
    background: #00acee;
}
a.footer-con_but.footer-twitter_but::before {
    content: "\f099";
    font-family: 'FontAwesome';
    color: #fff;
    z-index: 1;
    width: 4rem;
}
a.footer-con_but.footer-facebook_but {
    background: rgb(24, 119, 242);
}
a.footer-con_but.footer-facebook_but::before {
    content: "\f39e";
    font-family: 'FontAwesome';
    color: #fff;
    z-index: 1;
    width: 4rem;
}
a.footer-con_but:hover {
    opacity: 25%;
}
div#pagetop a {
    border-radius: 10rem;
    line-height: 1.7rem;
    background: rgb(40 35 29);
    color: #fff;
}
div#pagetop a:hover {
    background: rgb(140 116 86);
}
div#pagetop {
    padding-right: 1rem;
    padding-bottom: 1rem;
}
/*　footersitemap　*/
.footer-sitemap.flex_lay {
    gap: 3rem;
}
ul.footer-list {
    width: calc(50% - 1.5rem);
    box-sizing: border-box;
    padding: 0;
}
.footer-sitemap-tittle {
    font-weight: 400;
    font-size: 1.4rem;
    color: #8C8C8C;
    letter-spacing: 0.5rem;
    margin-bottom: 0.5rem;
}
ul.footer-list li {
    line-height: 2;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
}
ul.footer-list li a {
    position: relative;
    font-weight: 500;
    color: rgb(40 35 29);
}
ul.footer-list li a span{
    display: none;
}
ul.footer-list li a::after {
    position: absolute;
    content: '';
    height: 0.1rem;
    width: 100%;
    left: 0;
    bottom: -0.3rem;
    border-bottom: dashed 0.1rem #8FB8D9;
}
ul.footer-list li a:hover::after {
    width: 0;
}
/*　footersitemap___END　*/
/*　footercontact100  ── リメイク（ホバー演出なし／清潔感ある青ベース）　*/
.footer_100_contact {
    position: relative;
    background:
        radial-gradient(120% 90% at 80% 0%, rgba(143, 184, 217, .35) 0%, rgba(143, 184, 217, 0) 60%),
        radial-gradient(100% 80% at 0% 100%, rgba(46, 95, 143, .35) 0%, rgba(46, 95, 143, 0) 60%),
        linear-gradient(135deg, #1E3A5F 0%, #2E5F8F 60%, #5C88A5 100%);
    display: flex;
    overflow: hidden;
}
.footer_100_contact::before,
.footer_100_contact::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.footer_100_contact::before {
    inset: 2.6rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 1.6rem;
}
.footer_100_contact::after {
    width: 28rem;
    height: 28rem;
    right: -8rem;
    top: -10rem;
    background: radial-gradient(circle, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
}
.footer_100_contact a {
    width: 100%;
    height: 36rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 0 2rem;
    /* ホバー演出なし */
    transition: none;
}
.footer_100_contact a::before,
.footer_100_contact a:hover::before {
    display: none;
    content: none;
    background: none;
    width: 0;
    height: 0;
    transition: none;
}
.footer_100_contact a:hover {
    background: transparent;
    color: #fff;
}
.footer_100_contact p._tittle {
    position: relative;
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: 0.6rem;
    line-height: 1;
    font-family: "Baloo 2", sans-serif;
    background: linear-gradient(120deg, #ffffff 0%, #C8DDF0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1.4rem;
    display: inline-block;
}
.footer_100_contact p._tittle::after {
    content: "";
    display: block;
    width: 6rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.85), rgba(255,255,255,0));
    margin: 1.6rem auto 0;
}
.footer_100_contact p._text {
    letter-spacing: 0.45em;
    margin-bottom: 2.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .92);
}
.footer_100_contact p.all_text {
    font-size: 1.4rem;
    line-height: 2.1;
    text-align: center;
    color: rgba(255, 255, 255, .82);
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 2.4rem;
}
.footer_100_contact a > *:last-child {
    margin-bottom: 0;
}
/* メールアイコン付きピル風アクセント */
.footer_100_contact a::after {
    content: "MAIL  \2192";
    display: inline-block;
    font-family: "Baloo 2", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.4em;
    color: #1E3A5F;
    background: #fff;
    padding: 1.2rem 2.6rem 1.1rem;
    border-radius: 999px;
    margin-top: 0.6rem;
    box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .35);
}
/*　footercontact100___END　*/
/*　共通レスポンシブ　*/
.dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid rgb(255 255 255);
}
.dp-footer-bar {
    border-top: 1px solid rgb(255 255 255);
}
.dp-footer-bar .dp-footer-bar-item a {
    color: rgb(255 255 255);
    background: rgb(40 35 29);
    line-height: 1.5;
}
.icon-file-text:before {
    content: "\e909";
}
@media only screen and (min-width: 1200px) {
    .global-nav .current-menu-item > a::before, .global-nav > ul > li > a::before, .global-nav .sub-menu a::before {
        content: '';
        height: 0;
        left: calc(50% - 0.4rem);
        width: 0.4rem;
        top: 0;
        position: absolute;
        background: rgb(242 203 5);
        transition: 0.5s;
        border-radius: 0 0 10rem 10rem;
    }
    .global-nav .current-menu-item > a::before, .global-nav > ul > li > a:hover::before {
        height: calc(100% - 7.5rem);
    }
}
@media only screen and (min-width: 768px) {
    address.footer-contact-tel a, address.footer-contact-fax a {
        pointer-events: none;
    }
}
@media screen and (max-width: 1200px) {
    .header-bar {
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }
    .logo-image {
        width: 17rem;
        top: -0.25rem;
        left: 1.5rem;
    }
    .global-nav-button:before {
        color: rgb(40 35 29);
    }
    .top-slider-wrapper {
        width: 100%;
        height: 52vh;
    }
    .top-slider-wrapper::after {
        display: none;
    }
    .header-youtube, .top-slider {
        height: 100%;
    }
    .global-nav > ul > li > a {
        line-height: 5rem;
        padding: 0 3.5rem 0 3.5rem;
        text-align: left;
        background: rgb(225 189 9);
    }
    .global-nav > ul > li > a::after {
        color: #fff;
        text-align: left;
        left: 17rem;
        bottom: 2.9rem;
        width: 10rem;
    }
    .global-nav a, .global-nav a:hover {
        background: rgb(140 116 86);
    }
    .global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
        color: #fff;
    }
    .global-nav .sub-menu a {
        font-size: 1em;
        padding-left: 5rem;
    }
    .footer_100_contact a {
        height: 33rem;
    }
}
@media screen and (max-width: 834px) {
    .logo-image {
        width: 15rem;
    }
    .flex_lay {
        gap: 1.5rem;
    }
    .flex_lay_box {
        width: 100%;
    }
    .flex_lay_box:nth-child(even) {
        margin-bottom: 0;
    }
    .footer_about_info {
        width: 100%;
        text-align: center;
    }
    .footer_menu_box {
        width: 100%;
        max-width: 35rem;
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
    }
    .footer-bar01, p.copyright {
        text-align: center;
    }
    .footer_100_contact p._tittle {
        font-size: 4rem;
        letter-spacing: 0.4rem;
    }
    .footer_100_contact p._text {
        font-size: 1.2rem;
        margin-bottom: 1.6rem;
        letter-spacing: 0.3em;
    }
    .footer_100_contact p.all_text {
        font-size: 1.2rem;
        line-height: 1.9;
        margin-bottom: 1.8rem;
    }
    .footer_100_contact a {
        height: 28rem;
    }
    .footer_100_contact::before {
        inset: 1.4rem;
        border-radius: 1.2rem;
    }
    .footer_100_contact a::after {
        font-size: 1.05rem;
        padding: 1rem 2rem .9rem;
        letter-spacing: 0.3em;
    }
    p.footer-contact-time {
        margin: 0 auto;
    }
    dl.footer-info-list {
        margin: 1.4rem auto 0;
        width: fit-content;
        text-align: left;
        font-size: 1.3rem;
    }
}

@media screen and (max-width:430px) {
    .logo-image {
        width: 15rem;
    }
    .header-bar-fixed ~ .top-slider-wrapper, .header-youtube {
        height: 42vh;
    }
    .global-nav > ul > li > a {
        font-size: 0.9em;
        padding: 0 2rem 0 2rem;
    }
    .global-nav > ul > li > a::after {
        width: 10rem;
        left: 10rem;
    }
    .global-nav .sub-menu a {
        font-size: 0.9em;
        padding-left: 4rem;
    }
    p.address_footer span {
        display: block;
    }
}
@media screen and (max-height:430px) {
    .header-youtube, .top-slider {
        height: 100vh;
    }
    .top-slider-wrapper {
        height: 100vh;
    }
}
/*　共通___END　*/
/*　オリジナル フロント　*/
.original_inner {
    margin: 0 auto;
    max-width: 125rem;
    width: 86%;
}
section.original01 {
    margin: 0 0 15rem;
    padding: 15rem 0 0;
    position: relative;
    z-index: 1;
}
.original01_fast_title {
    position: relative;
}
section.original01 .flex_lay_box {}
.original_sub_menu, .ori_topics__title h2 {
    font-size: 4rem;
    letter-spacing: 0.3rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    color: rgb(255 255 255);
    font-family: "Baloo 2", sans-serif;
}
.original_sub_menu span, .ori_topics__title h2 span {
    display: block;
    font-size: 0.4em;
    letter-spacing: 0.1rem;
    font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.original01 h2, .original03-text h2 {
    font-size: 4rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
}
section.original01 h2 {
    color: #1E3A5F;
    font-size: 4.5rem;
}
section.original03 {
    padding: 20rem 0 20rem;
    position: relative;
}
section.original03::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(images/home05.jpg);
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -10;
}
section.original03::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
    background: rgb(140 140 140);
    background: linear-gradient(108deg, rgb(40 35 29) 0%, rgb(40 35 29 / 20%) 100%);
}
.original03-text {
    position: relative;
    color: #ffffff;
    padding-right: 39%;
}
.original03-text h2 {
    color: rgb(255 255 255);
    margin-bottom: 3rem;
}
.original_sub_menu.original04_sub {
    margin: 0 auto;
    width: 86%;
    margin-top: 15rem;
    text-align: center;
}
section.original04 {
    margin: 15rem 0 15rem;
    background-color: rgb(254 254 254 / 0%);
}
.original04__frame {
    position: relative;
    margin-bottom: 6rem;
}
.original04__frame:last-of-type {
    margin-bottom: 0;
}
.original04__inner {
    width: 86%;
    margin: 0 auto;
    position: relative;
    gap: 6rem;
}
.original04__inner.second {
    flex-direction: row-reverse;
}
.original04__img {
    width: calc(60% - 3rem);
    height: auto;
}
.original04__img img {
    width: 100%;
}
.original04__text {
    width: calc(40% - 3rem);
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    display: -webkit-flex;
    display: flex;
}
.original04__text h2 {
    font-size: 3.5rem;
    letter-spacing: 0.05rem;
    color: rgb(40 35 29);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    margin-top: -4rem;
}
.original04__text p {
    font-size: 1.4rem;
    line-height: 2;
}
.original04__text::before {
    content: "POINT.1";
    display: block;
    z-index: -1;
    font-size: 5vw;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    font-family: "Baloo 2", sans-serif;
    opacity: 0.8;
}
.original04__frame:nth-of-type(2) .original04__text::before {
    content: "POINT.2";
}
.original04__frame:nth-of-type(3) .original04__text::before {
    content: "POINT.3";
}
section.ori_topics {
    background: #F0F4F8;
    padding: 14rem 0 15rem;
    position: relative;
}
.ori_topics_inner {
    max-width: 120rem;
    width: 86%;
    margin: 0 auto;
}
.ori_topics__title h2 {
    margin-bottom: 3.5rem;
    color: rgb(40 35 29);
    text-align: center;
}
section.ori_topics .inner {
    width: 100%;
}
h2.headline-primary.headline-font-type {
    display: none;
}
.article03 {
    background: #ffffff;
    border: dashed 1px rgb(242 203 5);
    box-sizing: border-box;
}
h2.article03-title.headline-font-type {
    color: rgb(40 35 29);
    font-size: 1.4rem;
}
section.ori_topics::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(images/bg-pattern.png);
    background-attachment: fixed;
    z-index: -1;
    opacity: 0.7;
}
.original04__imgbefore {
    position: relative;
}
.original04__imgbefore::before {
    content: "";
    position: absolute;
    width: 97%;
    height: 96%;
    top: 2%;
    left: 1.5%;
    border: dashed 0.2rem rgb(242 220 107);
    box-sizing: border-box;
}
.original01_fast_title .flex_lay {
    position: relative;
}
.original01_fast_title .flex_lay::before {
    content: "";
    position: absolute;
    width: 31rem;
    height: 32.5rem;
    top: -6rem;
    left: -11rem;
    background-image: url(images/il_001.png);
    background-size: cover;
    z-index: -1;
}
/*　オリジナル フロント　レスポンシブ　*/
@media screen and (max-width:1200px) {
    section.original01 {
        padding: 10rem 0 0;
        margin: 0 0 10rem;
    }
    section.original01 h2, .original03-text h2 {
        font-size: 3.5rem;
    }
    section.original03 {
        padding: 10rem 0 10rem;
    }
    .original03-text {
        padding: 0;
    }
    .original_sub_menu.original04_sub {
        margin-top: 10rem;
    }
    section.original04 {
        margin: 10rem 0 10rem;
    }
    .original04__inner {
        width: 86%;
        gap: 2rem;
    }
    .original04__frame {
        margin: 0 0 5rem;
    }
    .original04__text br {
        display: none;
    }
    .original04__img {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        display: -webkit-flex;
        display: flex;
    }
    .original04__frame .original04__text {
        width: 100%;
    }
    section.ori_topics {
        padding: 10rem 0 10rem;
    }
    .article03-content {
        padding: 1.5rem 2rem;
    }
    h2.article03-title.headline-font-type {
        font-weight: 300;
        font-size: 1.3rem;
        margin-top: 0.5rem;
    }
    section.original03::after {
        background: rgb(40 35 29 / 62%);
        background: linear-gradient(108deg, rgb(40 35 29) 0%, rgb(40 35 29 / 53%) 100%);
    }
    .original04__text::before {
        font-size: 10vw;
    }
    .original01_fast_title .flex_lay::before {
        width: 31rem;
        height: 32.5rem;
        top: -3rem;
        left: -8rem;
    }
}
@media screen and (max-width:834px) {
    section.original01 {
        padding: 5rem 0 5rem;
        margin: 0;
    }
    .original_sub_menu, .ori_topics__title h2 {
        font-size: 3rem;
    }
    .original03-text h2 {
        margin-bottom: 2rem;
    }
    section.original03 {
        padding: 8rem 0 8rem;
    }
    .original03-text h2 br {
        display: none;
    }
    .original_sub_menu.original04_sub {
        margin-top: 5rem;
    }
    section.original04 {
        margin: 8rem 0 8rem;
    }
    .original04__inner {
        gap: 0;
    }
    .original04__text h2 {
        font-size: 2.5rem;
    }
    section.ori_topics {
        padding: 5rem 0 6rem;
    }
    .ori_topics__title h2 {}
    .article03-content {
        padding: 1rem 1rem;
    }
    .original01_fast_title .flex_lay::before {
        left: unset;
        right: -2rem;
    }
}
@media screen and (max-width:430px) {
    section.original01 h2, .original03-text h2 {
        font-size: 2.5rem;
    }
    section.original04 {
        margin: 7rem 0 7rem;
    }
    .original04__frame {
        margin: 0 0 2.5rem;
    }
    .original04__text h2 {
        font-size: 2.2rem;
        margin-top: -3rem;
    }
    section.ori_topics {
        padding: 6rem 0 3rem;
    }
    h2.article03-title.headline-font-type {
        padding: 0 0.5rem;
    }
    p.article03-meta {
        padding: 0 0.5rem;
    }
    .article03 {
        width: 100%;
        margin: 0 auto 2.5rem !important;
    }
    .top-blog {
        margin-bottom: 5%;
    }
    .original04__text::before {
        font-size: 15vw;
    }
    .original01_fast_title .flex_lay::before {
        top: unset;
        bottom: -16rem;
        width: 17rem;
        height: 17.5rem;
    }
}
@media screen and (max-height: 430px) {}
/*　オリジナル フロント___END　*/
/*　contents02-item-theme001 of css　*/
.content02_theme001 {
    background: #F0F4F8;
    padding: 15rem 0 15rem;
    position: relative;
}
.content02-item_theme001-inner {
    width: 86%;
    max-width: 125rem;
    margin: 0 auto;
}
.content02-item_theme001 {
    width: 100%;
    position: relative;
    margin-bottom: 8rem;
    gap: 4rem;
}
.content02-item_theme001:last-of-type {
    margin-bottom: 0;
}
.content02_theme001-img {
    width: calc(50% - 2.5rem);
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    display: -webkit-flex;
    display: flex;
}
.content02_theme001-img img {
    width: 100%;
}
.content02_theme001_box {
    width: calc(50% - 2rem);
}
.content02_theme001-subtitle {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.8;
    position: relative;
    color: #5C88A5;
    margin-bottom: 2rem;
    border-bottom: dashed 0.2rem #1E3A5F;
    padding-bottom: 2rem;
}
.content02_theme001-subtitle span {
    display: block;
    font-size: 1.5em;
    letter-spacing: 0.15em;
    line-height: 1.2;
}
.content02_theme001-title.headline-font-type {
    line-height: 1.7;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.7rem;
}
p.content02_theme001-text {
    line-height: 2;
    font-size: 0.95em;
}
a.content02_theme001-button, a.original03-button {
    display: block;
    width: 100%;
    max-width: 320px;
    border: 2px solid #5C88A5;
    background: rgb(255 255 255);
    color: #5C88A5;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 56px;
    outline: none;
    transition: all .3s;
    position: relative;
    z-index: 1;
    margin-right: 0;
    margin-left: auto;
    margin-top: 3rem;
    letter-spacing: 0.2em;
    border-radius: 10rem;
    font-family: "Baloo 2", sans-serif;
}
a.content02_theme001-button:hover {
    background: #5C88A5;
    color: #fff !important;
}
a.content02_theme001-button::before {
    content: "\f061";
    position: absolute;
    width: 60px;
    height: 1px;
    right: 0;
    top: 0;
    font-family: fontawesome;
}
.content02_theme001 .original_sub_menu {
    text-align: center;
    margin-bottom: 6rem;
}
.content02_theme001::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(images/bg-pattern.png);
    background-attachment: fixed;
    z-index: -1;
    opacity: 0.7;
}
.content02_theme001-imgbefore {
    position: relative;
}
.content02_theme001-imgbefore::before {
    content: "";
    position: absolute;
    width: 98%;
    height: 98%;
    top: 1%;
    left: 1%;
    border: dashed 0.2rem rgb(242 220 107);
    box-sizing: border-box;
}
/*　レスポンシブ　*/
@media screen and (max-width:1200px) {
    .content02_theme001 {
        padding: 10rem 0 10rem;
    }
    .content02-item_theme001 {
        margin-bottom: 6rem;
    }
    .content02_theme001-subtitle {
        font-size: 1.25rem;
        margin-bottom: 1.75rem;
    }
    .content02_theme001-title.headline-font-type {
        font-size: 2.25rem;
        margin-bottom: 1.25rem;
    }
    a.content02_theme001-button {
        margin-top: 3rem;
        max-width: 300px;
        font-size: 1.5rem;
    }
}
@media screen and (max-width:834px) {
    .content02_theme001 {
        padding: 8rem 0 8rem;
    }
    .content02-item_theme001 {
        gap: 2rem;
    }
    .content02_theme001-img {
        width: 80%;
        margin: 0 auto;
    }
    .content02_theme001_box {
        width: 100%;
    }
    a.content02_theme001-button {
        margin: 0 auto;
        margin-top: 3rem;
    }
}
@media screen and (max-width:430px) {
    .content02_theme001-subtitle {
        font-size: 1.15rem;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .content02_theme001-title.headline-font-type {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    a.content02_theme001-button {
        margin: 0 auto;
        margin-top: 2rem;
        max-width: 250px;
    }
}
/*　contents02-item-theme001 of css___END　*/
/*　投稿ページ　*/
.archive-header {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
body.blog .main, body.archive.category .main, body.archive.date .main {
    margin-top: 6em;
    margin-bottom: 6rem;
}
body.post-template-default .main {
    margin-bottom: 8rem;
}
h2.archive-title.headline-font-type {
    font-size: 3rem !important;
}
h1.post-title.headline-font-type {
    font-size: 2.5rem !important;
    font-weight: 600;
    margin: 3rem 0 0.2rem;
    color: rgb(40 35 29);
}
p.post-meta {
    margin-bottom: 3rem;
}
div#single_share_bottom {
    margin-top: 5rem;
}
#wp-calendar caption {
    color: rgb(40 35 29);
}
h4.headline-bar {
    background-color: rgb(255 255 255 / 0%);
    color: rgb(40 35 29);
    padding: 0;
    border-bottom: dashed 2px rgb(255 250 222);
    margin-bottom: 1.5rem !important;
    font-weight: 600;
}
span.post-date {
    display: block;
    color: rgb(140 116 86);
}
.single .post-content img {
    width: auto;
}
.secondary.fright a:hover {
    color: rgb(86 85 85);
}
.single_share .twitter a:before {
    content: "\e61b";
    font-family: fontawesome;
}
.post-meta-box-item a:hover {
    color: rgb(81 71 57);
}
/*　投稿ページレスポンシブ　*/
@media screen and (max-width:1200px) {
    .archive-header {
        margin-bottom: 2.5rem;
    }
}
@media screen and (max-width:834px) {
    .post-meta-box {
        background: none;
    }
    body.blog .main, body.archive.category .main, body.archive.date .main {
        margin-top: 6rem;
    }
    h4.headline-bar {
        padding: inherit;
        text-align: left;
        padding-left: 1.5rem;
    }
    h1.post-title.headline-font-type {
        font-size: 1.8rem !important;
        margin: 7rem 0 0.2rem;
    }
    body.post-template-default .main {
        margin-bottom: 4rem;
    }
    h2.archive-title.headline-font-type {
        font-size: 2.6rem !important;
    }
    p.post-meta {
        margin-bottom: 2rem;
    }
}
/*　投稿ページ___END　*/
/*　固定ページ　*/
.signage {
    height: 22rem;
    z-index: 0;
    
    position: relative;
}
.signage:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: -1;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
    font-weight: 500;
}
h1.signage-title.headline-font-type {
    font-size: 3.5rem !important;
    font-weight: 600;
    text-shadow: none;
    line-height: 1.5;
    position: relative;
    margin-bottom: 0;
    margin-top: -5rem;
}
p.signage-title-sub {
    font-size: 1.8rem !important;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-shadow: none;
    font-family: "Baloo 2", sans-serif;
}
.kp-content_inner {
    max-width: 115rem;
    width: 86%;
    margin: 0 auto;
}
.post-header {
    margin: 0;
}
section.kp-main-content {
    padding: 10rem 0 10rem;
    position: relative;
}
.kp-content {
    margin-bottom: 8rem;
}
.kp-content:last-of-type {
    margin-bottom: 0;
}
.kp-content_child {
    margin-bottom: 5rem;
}
.kp-content_child:last-child {
    margin-bottom: 0;
}
.wpcf7 {
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    margin: 0 auto !important;
    font-size: 14px;
    padding-top: 1rem;
}
.wpcf7 p {
    margin-bottom: 1rem;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    border: 1px solid rgb(233 209 85);
    line-height: 2;
    border-radius: 0.5rem;
}
.wpcf7 input.wpcf7-submit {
    font-size: 1.8rem;
    background-color: rgb(40 35 29);
    color: #ffffff;
    width: 100%;
    max-width: 44rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    transition: 0.5s;
    height: 6rem;
    border-radius: 10rem;
    font-family: "Zen Maru Gothic", serif;
}
.wpcf7 input.wpcf7-submit:hover {
    background-color: rgb(140 116 86);
    color: rgb(255 255 255);
    transform: translatey(0.5rem);
}
table.mail_table th, table.mail_table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0;
    border: none;
}
table.mail_table th {
    margin-bottom: 0.5rem;
}
table.mail_table td {
    margin-bottom: 2.5rem;
}
form.wpcf7-form p {
    padding-bottom: 0;
    line-height: 2.5rem;
}
span.required, span.required_off {
    color: #ffffff;
    font-size: 11px;
    background-color: rgb(211 95 17);
    padding: 0.3rem 0.6rem 0.3rem;
    vertical-align: inherit;
    border-radius: 0.3rem;
    margin-right: 0.75rem;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}
span.required_off {
    background-color: #cbcbcb;
}
.post-content h2 {
    padding: 0;
    color: rgb(40 35 29);
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2.25rem;
    position: relative;
    line-height: 1.8;
}
.post-content h2::after {
    content: "";
    display: block;
    width: 45%;
    height: 0.2rem;
    margin: 0 auto;
    margin-top: 2rem;
    border-bottom: dashed 0.2rem rgb(255 250 223);
}
.post-content h3 {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    padding: 0;
    line-height: 1.5;
    font-weight: 600;
    color: rgb(40 35 29);
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}
.post-content h3:first-of-type {
    margin-top: 0;
}
.post-content p {
    font-size: 1.4rem;
    margin: 0;
}
.post-content table {
    margin: 0 0 0 0;
}
.post-content tr {
    border-bottom: solid 1px #d2d2d2;
}
.post-content td, .post-content th {
    border: none;
    background: #ffffff00;
    vertical-align: middle;
    padding: 1.75rem 2.25rem 1.65rem;
    line-height: 1.8;
}
.post-content th {
    background: #ffffff00;
    width: 23%;
    vertical-align: middle;
    color: rgb(40 35 29);
    font-weight: 600;
    text-align: left;
}
.post-content address {
    margin: 0 0 0 0;
    line-height: 2.2;
    font-style: normal;
}
address.single_page {
    font-weight: 600;
    font-size: 3.5rem;
    color: rgb(40 35 29);
    letter-spacing: 0.05rem;
    line-height: 1;
    margin-bottom: 1rem;
    text-align: center;
    font-family: "Baloo 2", sans-serif;
}
address.single_page span {
    font-size: 0.5em;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 10rem solid transparent;
    border-right: 10rem solid transparent;
    border-top: 3rem solid #dee8e8;
    margin: auto;
    margin-bottom: 10%;
}
section.kp-main-content.faq_00 h2 {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    padding-left: 5rem !important;
    padding-top: 0.25rem;
    text-align: left;
    letter-spacing: 0.1rem;
    position: relative;
}
section.kp-main-content.faq_00 h2::before {
    content: "?";
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    line-height: 3.6rem;
    background: rgb(211 95 17);
    border-radius: 100%;
    font-size: 2.5rem;
    color: #ffffff;
    text-align: center;
}
section.kp-main-content.faq_00 h2::after {
    display: none;
}
section.kp-main-content.faq_00 p {
    text-align: left !important;
    padding: 3%;
    margin-bottom: 5rem;
    background: #fff;
    border-radius: 1rem;
}
section.kp-main-content.faq_00 p:last-of-type {
    margin-bottom: 0;
    border: none;
}
.flow-box {
    display: block;
    position: relative;
    padding-left: 10rem;
    max-width: 70rem;
    padding-bottom: 6rem;
    margin: 0 auto;
}
.flow-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.flow-box::before {
    counter-increment: number 1;
    content: counter(number);
    background: rgb(40 35 29);
    display: block;
    position: absolute;
    width: 6.1rem;
    height: 6.1rem;
    text-align: center;
    line-height: 6.1rem;
    left: 0;
    color: rgb(255 255 255);
    font-size: 3.5rem;
    font-weight: 600;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    font-family: "Baloo 2", sans-serif;
}
.flow-box h2 {
    text-align: left;
    margin-bottom: 0.5rem;
    border: none;
}
.flow-box h2::after {
    display: none;
}
.flow-box::after {
    height: 100%;
    width: 0.1rem;
    content: "";
    top: 0;
    left: 3rem;
    background: rgb(40 35 29);
    display: block;
    position: absolute;
    z-index: 0;
}
.flow-box:last-child::after {
    content: none;
    height: 0;
}
.flow-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
table.mail_table tr {
    border: 0;
}
.wpcf7 form {
    margin: 0;
}
section.kp-main-content.information .kp-content_inner, section.kp-main-content.contact .kp-content_inner, section.kp-main-content.faq_00 .kp-content_inner {
    max-width: 85rem;
}
@media only screen and (max-width: 991px){
    section.kp-main-content.information .kp-content_inner, section.kp-main-content.contact .kp-content_inner, section.kp-main-content.faq_00 .kp-content_inner{
        max-width: 100%;
        box-sizing: border-box;
        padding: 1.5em;
    }
}
p.kp_center00 {
    text-align: center;
}
p.kp_contact_required {
    font-size: 0.95em;
    margin-bottom: 1rem;
}
a.kp_bunner_btn, section.kp-main-content.faq_01 .kp-content a {
    display: block;
    width: 100%;
    max-width: 35rem;
    color: rgb(255 255 255);
    background: rgb(40 35 29);
    padding: 1rem 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 10rem;
    transition: 0.5s;
    font-size: 1.25em;
}
a.kp_bunner_btn:hover, section.kp-main-content.faq_01 .kp-content a:hover {
    background-color: rgb(255 255 255);
    color: rgb(220 185 11);
}
.kp_yoyakuru00, img.linebn_bunner {
    text-align: center;
}
ul.kp_kome_mark {
    margin-top: 0.5rem;
}
ul.kp_kome_mark li {
    position: relative;
    line-height: 1.6;
    padding-left: 1.6rem;
    font-size: 0.85em;
    color: rgb(211 95 17);
    margin-bottom: 0.25rem;
}
ul.kp_kome_mark li:last-of-type {
    margin-bottom: 0;
}
ul.kp_kome_mark li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6;
    color: rgb(211 95 17);
}
.kp-content.kp_contact_01 ul.kp_kome_mark {
    width: 100%;
    max-width: 54rem;
    margin: 0 auto;
}
img.linebn_bunner {
    margin-bottom: 1.5rem;
}
.kp_greeting_imgbox, .kp_price_imgbox {
    position: relative;
}
.kp_greeting_imgbox::before, .kp_price_imgbox::before {
    content: "";
    position: absolute;
    width: 97%;
    height: 96%;
    top: 2%;
    left: 1.5%;
    border: dashed 0.2rem rgb(242 220 107);
    box-sizing: border-box;
}
section.kp-main-content.greeting p {
    font-size: 1em;
}
p.kp_greeting_owner {
    font-size: 1.2em !important;
    text-align: right;
    margin-top: 1rem;
    color: rgb(83 63 38);
}
p.kp_greeting_owner span {
    font-size: 0.8em;
    margin-right: 1rem;
}
section.kp-main-content.faq_01 .kp-content {
    border: dashed 0.2rem rgb(255 250 223);
    padding: 3%;
    box-sizing: border-box;
    border-radius: 2rem;
    text-align: center;
}
section.kp-main-content.faq_01 .kp-content a {
    margin-top: 2rem;
}
section.kp-main-content.faq_01 {
    padding-bottom: 0rem;
}
section.kp-main-content.price h2 {
    margin-bottom: 4rem;
}
section.kp-main-content.price .flex_lay {
    margin-bottom: 4rem;
}
.kp_price_box {
    background: #fff;
    padding: 3.5%;
    border-radius: 2rem;
    width: 100%;
    max-width: 85rem;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 4rem;
    text-align: center;
}
.kp_price_box h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: rgb(211 95 17);
    position: relative;
}
.kp_price_box h3::before {
    content: "\f157";
    font-family: fontawesome;
    display: block;
    width: 6rem;
    height: 6rem;
    background: rgb(242 203 5);
    margin: 0 auto;
    margin-bottom: 2rem;
    border-radius: 100%;
    line-height: 6rem;
    font-size: 3.2rem;
    color: #fff;
}
.kp_price_box.kp_price_box_02 h3::before {
    content: "\f017";
}
.kp_price_box.kp_price_box_02 p span {
    font-size: 1.4em;
    margin: 0 0.25rem;
    font-weight: 600;
    color: rgb(140 116 86);
}
/*　☆固定ページレスポンシブ　*/
@media screen and (max-width:1200px) {
    section.kp-main-content {
        padding: 7rem 0 7rem;
    }
    .kp-content {
        margin-bottom: 5rem;
    }
    .post-content h2 {
        line-height: 1.5;
    }
    section.kp-main-content.faq_00 p {
        margin-bottom: 3rem;
        padding: 3% 5%;
    }
    h1.signage-title.headline-font-type {
        margin-top: -2rem;
    }
    .signage {
        height: 18rem;
    }
}
@media screen and (max-width:834px) {
    .signage {
        height: 14rem;
    }
    h1.signage-title.headline-font-type {
        font-size: 2.5rem !important;
        margin-top: -3.5rem;
    }
    p.signage-title-sub {
        font-size: 1.4rem !important;
    }
    .post-content td, .post-content th {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 1.5rem 1.5rem;
        line-height: 2;
    }
    .service-box {
        width: 100%;
    }
    section.kp-main-content.information th {
        padding-bottom: 0;
    }
    section.kp-main-content.information td {
        padding-top: 0;
    }
    section.kp-main-content.faq_00 h2 {
        margin-bottom: 2rem;
    }
    .kp_price_box {
        padding: 5%;
    }
    .kp_price_box p br {
        display: none;
    }
}
@media screen and (max-width:430px) {
    p.kp_center00 {
        text-align: left;
    }
    .wpcf7 input.wpcf7-submit {
        height: 5rem;
    }
    .flow-box {
        padding-left: 8rem;
    }
    .flow-box h2 span {
        line-height: 1.5;
    }
    address.single_page {
        font-size: 3rem;
    }
    .service-box {
        padding: 2.5rem 2rem 2.5rem;
    }
    section.kp-main-content.faq_00 h2 {
        padding-left: 5rem !important;
        font-size: 1.8rem;
        padding-top: 0.5rem;
        margin-bottom: 1.5rem;
    }
    .post-content h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .post-content h3 {
        font-size: 1.6rem;
    }
    section.kp-main-content.faq_01 .kp-content {
        padding: 5%;
    }
    .post-content h2::after {
        margin-top: 1.5rem;
    }
    .kp_price_box {
        margin-top: 3rem;
    }
    .kp_price_box h3 {
        font-size: 2rem;
        margin-bottom: 1.25rem;
    }
    .kp_price_box h3::before {
        width: 5rem;
        height: 5rem;
        line-height: 5rem;
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    .flow-box h2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
}
/*　固定ページ___END　*/

/* daihyouaisatu */

.content_inner.greeting_inner{
    padding: 3em;
    margin-block: 4em;
    background: #fff;
}
.greeting-intro {
    margin-bottom: 5em;
}
.greeting-intro-title {
    width: 45%;
    box-sizing: border-box;
    padding-right: 3em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 3em;
}
.greeting-intro-img {
    width: 55%;
    box-sizing: border-box;
    margin-bottom: 3em;
}
.greeting-intro-img img {
    width: 100%;
    display: block;
}
.greeting-intro-title h2::after {
    display: none;
}
.greeting-intro-title h2, .greeting-intro-title h3, .greeting-intro-title p {
    width: 100%;
}
.greeting-intro-title h3 {
    font-size: 0.8em;
    border: none;
    padding: 0;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.greeting-content {
    margin-bottom: 5em;
}
.greeting-content:last-of-type {
    margin-bottom: 0;
}
.greeting-second-img {
    width: 50%;
    box-sizing: border-box;
}
.greeting-second-img img {
    display: block;
    width: 100%;
}
.greeting-second-text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 3em;
}
.greeting_third .greeting-second-text {
    padding: 0 3em 0 0;
}
.greeting-content h2 {
    margin-bottom: 1em;
}
.greeting-content h2::after {
    display: none;
}
.greeting-third-text {
    position: relative;
    width: 53%;
    margin-left: 47%;
    box-sizing: border-box;
    padding: 3em 3em 3em 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.greeting-third-img {
    width: 100%;
    margin-left: -100%;
}
.greeting-third-text h2, .greeting-third-text p {
    width: 100%;
    color: #fff;
    text-shadow: 0px 0px 8px #000000, 0px 0px 30px #000000, 0px 0px 58px #000000;
}
@media only screen and (max-width: 970px) {
    .greeting-intro-title h2 {
        font-size: 1.1em;
    }
    .greeting-content h2 {
        font-size: 1.1em;
    }
    .greeting-intro, .greeting-content {
        font-size: 0.9em;
        line-height: 2;
    }
}
@media only screen and (max-width: 485px) {
    .greeting-intro-title {
        width: 100%;
        padding: 0;
        margin-bottom: 2em;
    }
    .greeting-intro-img {
        width: 100%;
    }
    .greeting-second-img {
        width: 100%;
        margin-bottom: 3em;
    }
    .greeting-second-text {
        width: 100%;
        padding: 0;
    }
    .greeting-content {
        margin-bottom: 3em;
    }
    .greeting-third-text {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .greeting-third-text h2, .greeting-third-text p {
        text-shadow: none;
        color: #292929;
    }
    .greeting-third-img {
        margin: 2em auto 0;
    }
    .greeting_third .greeting-second-text {
        padding: 0 0 20px;
    }
}
/* daihyouaisatu END */
/* kozen-style-concept */
.concept-intro-text {
    width: 60%;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin-top: 5em;
    padding: 3em;
}
.concept-intro-img {
    width: 50%;
    margin-left: -10%;
    position: relative;
    z-index: 0;
}
.concept-intro-text p {
    margin-bottom: 1em;
}
.concept-contents-text {
    width: 60%;
    margin-left: 40%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.concept-contents-img {
    width: 40%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 0;
    margin-left: -100%;
}
.concept-contents-text.contents01-text {
    padding-left: 3em;
    font-size: 0.9em;
}
.concept-contents-img img {
    display: block;
    width: 100%;
}
.concept-intro-img img {
    display: block;
    width: 100%;
}
.concept-contents-text.contents02-text {
    margin-left: 0;
    font-size: 0.9em;
    padding-right: 3em;
}
.concept-contents {
    margin-top: 5em;
}
.concept-contents-text.contents03-text {
    padding: 3em 0em 0 3em;
    background: #ffffff;
    margin-top: 5em;
}
.concept-contents-img.contents03-img {
    justify-content: flex-end;
    width: 60%;
}
.concept-contents-img.contents02-img {
    margin-left: 0;
}
@media only screen and (max-width: 970px) {
    .concept-intro-text {
        background: none;
        padding: 0;
        margin: 0 auto 3em;
        width: 100%;
    }
    .concept-intro-img {
        width: 110%;
    }
    .concept-contents-img {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .concept-contents-text {
        width: 100% !important;
        margin: 0 auto 2em !important;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 485px) {
    .concept-contents {
        margin-top: 4em;
    }
}
.map-box {
    height: 400px;
}
/* kozen-style-concept END */

/* ãŠå•ã„åˆã‚ã› */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 1000px;
}
.con__inner {
    margin-bottom: 40px;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 2.5em;
    font-style: normal;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #1e3a5f;
    text-align: center;
}
address.con_tel a {
    color: #1e3a5f;
}
span.con_tel_sub {
    font-size: 0.5em;
    letter-spacing: 1px;
    margin-right: 5px;
    color: #151515;
}
p.con-time {
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
}
p.con_time:last-of-type {
    margin-bottom: 0;
}
p.con-time span {
    display: inline-block;
    margin-right: 10px;
    color: #1e3a5f;
}
p.con_caution {
    font-size: 0.85em;
    width: fit-content;
    margin: 0 auto 10px;
}
.post-content p.con_caution:last-child{
    margin: 0 auto;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    font-size: 0.9em;
    line-height: 2;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    address.con_tel {
        font-size: 1.8em;
    }
}
/* ãŠå•ã„åˆã‚ã› END */
/* ãŠå•ã„åˆã‚ã›ãƒ•ã‚©ãƒ¼ãƒ  */
span.required {
    font-size: 0.7em;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    background: #ff5353;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #fff;
    padding: 18px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5;
    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 {
    background: #fff;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    font-size: 1.2em;
    font-weight: 700;
    height: 75px;
    color: #fff;
    background: #1e3a5f;
    border-radius: 100px;
    transition: all .5s;
    font-family: 'Quicksand', 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #1e3a5f;
    background: #e0f6dd;
    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;
    background: #ffd8df;
    line-height: 1.8;
    padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
/* ãŠå•ã„åˆã‚ã›ãƒ•ã‚©ãƒ¼ãƒ  END */
/* qa */
.faq-sec h2 {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0.5em;
    line-height: 1.2;
}
.faq-sec h2::before {
    content: 'Q.';
    font-family: 'Poppins','Noto Sans JP', Verdana, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
    font-weight: 700;
    position: absolute;
    left: 0;
    color: #333;
    top: -3px;
}
.faq-sec h2::after {
    display: none;
}
.faq-sec p {
    padding-left: 35px;
    margin-top: 0.3em;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #ddd;
}
.faq-sec p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
/* qa END */

@media screen and (min-width: 768px){
    .pcbr { display:block; }
    .spbr { display:none; }
}
@media screen and (max-width: 767px){
    .pcbr { display:none; }
    .spbr { display:block; }
}

.post-content .contact_sec h2,
.post-content .mail_sec h2{
    text-align: center;
}
#index-blog{
    margin-bottom: 10em;
}
/* =====================================================================
   ▼ TOP PAGE REDESIGN  ── clean / trust / blue
   2026.05 リメイク版（既存セクション構造を活かしたまま全面再設計）
   ===================================================================== */

:root {
    --ka-navy: #1E3A5F;
    --ka-navy-deep: #14304F;
    --ka-blue: #2E5F8F;
    --ka-blue-mid: #5C88A5;
    --ka-blue-soft: #8FB8D9;
    --ka-blue-pale: #E8F0F7;
    --ka-bg: #F4F8FC;
    --ka-bg-2: #FFFFFF;
    --ka-text: #233247;
    --ka-text-sub: #5A6B80;
    --ka-line: #D8E3EE;
    --ka-shadow: 0 18px 50px -22px rgba(30, 58, 95, .35);
    --ka-shadow-soft: 0 10px 30px -18px rgba(30, 58, 95, .25);
    --ka-radius: 18px;
    --ka-ease: cubic-bezier(.22, 1, .36, 1);
}

body.home {
    background:
        radial-gradient(1200px 600px at 90% -10%, rgba(143, 184, 217, .25), transparent 60%),
        radial-gradient(900px 500px at -10% 110%, rgba(46, 95, 143, .12), transparent 60%),
        var(--ka-bg) !important;
    color: var(--ka-text);
}
body.home a {
    color: var(--ka-blue);
}

/* ── ヘッダーまわりを清潔感ある白＋細ライン（home限定） ── */
body.home .header::before {
    background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,0) 100%);
    height: 28%;
}
body.home .header-bar {
    background-color: rgba(255, 255, 255, .92) !important;
    backdrop-filter: saturate(140%) blur(8px);
    -webkit-backdrop-filter: saturate(140%) blur(8px);
    border-bottom: 1px solid rgba(216, 227, 238, .6);
}
body.home .global-nav > ul > li > a {
    color: var(--ka-navy);
}
body.home .global-nav > ul > li > a::after {
    color: var(--ka-blue-mid);
}
body.home .global-nav > ul > li > a:hover::after,
body.home .global-nav .current-menu-item > a::after {
    color: var(--ka-navy);
}

/* =====================================================================
   ▼ FV / HERO  ヒーローエリア
   ===================================================================== */
.top-slider-wrapper {
    width: 100%;
    height: 100vh;
    min-height: 640px;
    margin: 0;
    background: var(--ka-navy-deep);
    position: relative;
    overflow: hidden;
}
.top-slider-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(20, 48, 79, .25) 0%, rgba(20, 48, 79, .55) 60%, rgba(20, 48, 79, .8) 100%),
        radial-gradient(60% 80% at 80% 20%, rgba(143, 184, 217, .22), transparent 60%);
    z-index: 2;
    pointer-events: none;
}
.top-slider-wrapper::after {
    display: none;
}
.top-slider {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.top-slider .top-slider-item span {
    background-size: cover !important;
    background-position: center !important;
    transform: scale(1.08);
    animation: kaHeroZoom 16s ease-out infinite alternate;
    filter: saturate(1.05) contrast(1.02);
}
@keyframes kaHeroZoom {
    0%   { transform: scale(1.04) translate3d(0, 0, 0); }
    100% { transform: scale(1.14) translate3d(-1.5%, -1%, 0); }
}
.top-slider::after,
div#top-slider-content::after,
.header-youtube::after {
    display: none;
}

/* キャッチコピー本体 */
.fv-catch {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
}
.fv-catch__inner {
    width: 86%;
    max-width: 1180px;
    margin: 0 auto;
    color: #fff;
    padding-top: 6vh;
}
.fv-catch__sub {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: "Baloo 2", sans-serif;
    font-size: 1.3rem;
    letter-spacing: .35em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2.4rem;
    opacity: 0;
    transform: translateY(14px);
    animation: kaFadeUp .9s var(--ka-ease) .2s forwards;
}
.fv-catch__sub::before {
    content: "";
    display: inline-block;
    width: 56px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #fff);
}
.fv-catch__main {
    font-family: "Zen Maru Gothic", "游ゴシック体", sans-serif;
    font-size: clamp(2.4rem, 5.4vw, 6.2rem);
    line-height: 1.45;
    letter-spacing: .04em;
    font-weight: 700;
    color: #fff;
    margin: 0 0 2.6rem;
    text-shadow: 0 6px 30px rgba(0, 0, 0, .25);
}
.fv-catch__line {
    display: block;
    overflow: hidden;
}
.fv-catch__line--accent {
    color: #fff;
}
.fv-catch__word {
    display: inline-block;
    transform: translateY(110%);
    opacity: 0;
    animation: kaWordReveal 1s var(--ka-ease) forwards;
}
.fv-catch__line .fv-catch__word:nth-child(1) { animation-delay: .35s; }
.fv-catch__line .fv-catch__word:nth-child(2) { animation-delay: .55s; }
.fv-catch__line--accent .fv-catch__word:nth-child(1) { animation-delay: .75s; }
.fv-catch__line--accent .fv-catch__word:nth-child(2) { animation-delay: .95s; }
.fv-catch__word--strong {
    position: relative;
    /*background: linear-gradient(120deg, #FFFFFF 0%, var(--ka-blue-soft) 100%);*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    color: #FFFFFF;
    padding-right: .15em;
}
.fv-catch__word--strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.15em;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--ka-blue-soft), transparent);
    transform-origin: left;
    transform: scaleX(0);
    animation: kaUnderline 1.2s var(--ka-ease) 1.4s forwards;
}
.fv-catch__location {
    display: inline-block;
    font-size: 1.35rem;
    letter-spacing: .25em;
    color: rgba(255, 255, 255, .82);
    font-weight: 500;
    padding: .8em 1.6em;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, .06);
    opacity: 0;
    transform: translateY(14px);
    animation: kaFadeUp .9s var(--ka-ease) 1.3s forwards;
}
.fv-catch__scroll {
    position: absolute;
    left: 50%;
    bottom: 3.4rem;
    transform: translateX(-50%);
    color: #fff;
    font-family: "Baloo 2", sans-serif;
    font-size: 1.05rem;
    letter-spacing: .35em;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    opacity: 0;
    animation: kaFadeUp .9s var(--ka-ease) 1.6s forwards;
}
.fv-catch__scroll span {
    width: 1px;
    height: 56px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
    position: relative;
    overflow: hidden;
}
.fv-catch__scroll span::after {
    content: "";
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    animation: kaScrollDot 2.2s ease-in-out infinite;
}
@keyframes kaWordReveal {
    to { transform: translateY(0); opacity: 1; }
}
@keyframes kaFadeUp {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes kaUnderline {
    to { transform: scaleX(1); }
}
@keyframes kaScrollDot {
    0%   { top: -50%; }
    60%  { top: 100%; }
    100% { top: 100%; }
}

/* 既存の丸ボタン（無効化はしないが目立たないように調整） */
.top-slider-content {
    display: none !important;
}

/* =====================================================================
   ▼ #content01  本体ラッパ
   ===================================================================== */
div#content01 {
    position: relative;
    z-index: 0;
    background: transparent;
}
div#content01::before {
    display: none;
}

/* =====================================================================
   ▼ section.original01  地域・サービス紹介
   ===================================================================== */
section.original01 {
    margin: 0 0 12rem;
    padding: 14rem 0 0;
    position: relative;
}
.original01_fast_title .flex_lay::before {
    display: none;
}
section.original01 h2 {
    font-size: clamp(2.6rem, 3.6vw, 3.8rem);
    letter-spacing: .06em;
    font-weight: 700;
    line-height: 1.55;
    color: var(--ka-navy);
    position: relative;
    padding-left: 2.4rem;
}
section.original01 h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: .5em;
    width: 6px;
    height: calc(100% - 1em);
    background: linear-gradient(180deg, var(--ka-blue-mid), var(--ka-blue-soft));
    border-radius: 6px;
}
.original01_fast_title .flex_lay {
    gap: 6rem;
    align-items: center;
}
.original01 .flex_lay_box p {
    font-size: 1.5rem;
    line-height: 2.1;
    color: var(--ka-text-sub);
}

/* =====================================================================
   ▼ content02_theme001  3つの強み（ご挨拶・料金・QA）
   ===================================================================== */
.content02_theme001 {
    background: linear-gradient(180deg, #ffffff 0%, var(--ka-bg) 100%);
    padding: 12rem 0 12rem;
    position: relative;
    overflow: hidden;
}
.content02_theme001::before {
    background-image: none;
    background:
        radial-gradient(50rem 35rem at 100% 0%, rgba(143, 184, 217, .18), transparent 60%),
        radial-gradient(40rem 30rem at 0% 100%, rgba(46, 95, 143, .08), transparent 60%);
    opacity: 1;
    z-index: 0;
}
.content02-item_theme001-inner {
    position: relative;
    z-index: 1;
}
.content02-item_theme001 {
    align-items: center;
    gap: 6rem;
    margin-bottom: 10rem;
    position: relative;
}
.content02-item_theme001:nth-child(even) {
    flex-direction: row-reverse;
}
.content02_theme001-img {
    width: calc(54% - 3rem);
    position: relative;
}
.content02_theme001-imgbefore {
    border-radius: var(--ka-radius);
    overflow: hidden;
    box-shadow: var(--ka-shadow);
    position: relative;
    isolation: isolate;
}
.content02_theme001-imgbefore::before {
    border: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(30, 58, 95, 0) 50%, rgba(30, 58, 95, .35) 100%);
    z-index: 1;
}
.content02_theme001-imgbefore img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ka-ease);
}
.content02-item_theme001:hover .content02_theme001-imgbefore img {
    transform: scale(1.05);
}
.content02_theme001-img::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    border: 1px solid var(--ka-blue-soft);
    border-radius: var(--ka-radius);
    z-index: -1;
    top: -1.6rem;
    left: -1.6rem;
    opacity: .7;
    transition: transform .6s var(--ka-ease);
}
.content02-item_theme001:nth-child(even) .content02_theme001-img::after {
    left: auto;
    right: -1.6rem;
    top: auto;
    bottom: -1.6rem;
}
.content02-item_theme001:hover .content02_theme001-img::after {
    transform: translate(-4px, -4px);
}
.content02-item_theme001:nth-child(even):hover .content02_theme001-img::after {
    transform: translate(4px, 4px);
}
.content02_theme001_box {
    width: calc(46% - 3rem);
}
.content02_theme001-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .3em;
    color: var(--ka-blue-mid);
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    text-transform: uppercase;
}
.content02_theme001-subtitle::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 1px;
    background: var(--ka-blue-mid);
}
.content02_theme001-subtitle span {
    display: inline-block;
    font-size: 1em;
    letter-spacing: .25em;
    color: var(--ka-navy);
    font-weight: 800;
    font-family: "Baloo 2", sans-serif;
}
.content02_theme001-title.headline-font-type {
    font-size: clamp(2.2rem, 2.6vw, 2.8rem);
    font-weight: 700;
    line-height: 1.55;
    color: var(--ka-navy);
    margin-bottom: 2.2rem;
    letter-spacing: .04em;
}
p.content02_theme001-text {
    font-size: 1.5rem;
    line-height: 2.1;
    color: var(--ka-text-sub);
    margin-bottom: 0;
}
body.home a.content02_theme001-button,
body.home a.original03-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8em;
    width: auto;
    min-width: 240px;
    max-width: none;
    border: none;
    background: linear-gradient(120deg, var(--ka-navy) 0%, var(--ka-blue) 100%);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .25em;
    text-align: center;
    line-height: 1;
    padding: 1.7rem 3.2rem;
    margin: 3rem 0 0 auto;
    border-radius: 999px;
    font-family: "Baloo 2", sans-serif;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 30px -14px rgba(30, 58, 95, .55);
    transition: all .4s var(--ka-ease);
    z-index: 1;
}
a.content02_theme001-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, var(--ka-blue) 0%, var(--ka-blue-mid) 100%);
    opacity: 0;
    transition: opacity .4s var(--ka-ease);
    z-index: -1;
    font-family: inherit;
    width: auto;
    height: auto;
    right: auto;
    top: auto;
}
a.content02_theme001-button::after {
    content: "→";
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
    transition: transform .4s var(--ka-ease);
}
a.content02_theme001-button:hover {
    background: linear-gradient(120deg, var(--ka-navy) 0%, var(--ka-blue) 100%);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -12px rgba(30, 58, 95, .6);
}
a.content02_theme001-button:hover::before { opacity: 1; }
a.content02_theme001-button:hover::after { transform: translateX(6px); }

/* =====================================================================
   ▼ section.original03  誠実さのお約束（パララックス的バナー）
   ===================================================================== */
section.original03 {
    padding: 16rem 0 16rem;
    position: relative;
    overflow: hidden;
}
section.original03::before {
    background-image: url(images/fp_original03.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: 0;
    filter: brightness(.85);
}
section.original03::after {
    background: linear-gradient(120deg, rgba(20, 48, 79, .92) 0%, rgba(46, 95, 143, .72) 60%, rgba(46, 95, 143, .55) 100%);
    z-index: 1;
}
.original03 .original_inner {
    position: relative;
    z-index: 2;
}
.original03-text {
    position: relative;
    color: #fff;
    padding: 5rem 5rem;
    padding-right: 39%;
    background: rgba(20, 48, 79, .35);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: var(--ka-radius);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .4);
}
.original03-text::before {
    content: "OUR PROMISE";
    display: block;
    font-family: "Baloo 2", sans-serif;
    font-size: 1.2rem;
    letter-spacing: .4em;
    color: var(--ka-blue-soft);
    font-weight: 700;
    margin-bottom: 2rem;
}
.original03-text h2 {
    color: #fff;
    font-size: clamp(2.4rem, 3.2vw, 4rem);
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.55;
    margin-bottom: 2.6rem;
}
.original03-text p {
    font-size: 1.5rem;
    line-height: 2.2;
    color: rgba(255, 255, 255, .92);
}

/* =====================================================================
   ▼ section.original04  3つの POINT
   ===================================================================== */
.original_sub_menu.original04_sub {
    margin-top: 14rem;
    font-family: "Baloo 2", sans-serif;
    color: var(--ka-navy);
}
.original_sub_menu, .ori_topics__title h2 {
    color: var(--ka-navy);
}
section.original04 {
    margin: 8rem 0 12rem;
    background: transparent;
}
.original04__frame {
    margin-bottom: 8rem;
    position: relative;
}
.original04__inner {
    align-items: center;
    gap: 6rem;
    width: 86%;
    max-width: 1250px;
}
.original04__img {
    width: calc(56% - 3rem);
    position: relative;
}
.original04__imgbefore {
    border-radius: var(--ka-radius);
    overflow: hidden;
    box-shadow: var(--ka-shadow);
    position: relative;
}
.original04__imgbefore::before {
    border: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(30, 58, 95, 0) 60%, rgba(30, 58, 95, .35) 100%);
    z-index: 1;
}
.original04__imgbefore img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ka-ease);
}
.original04__frame:hover .original04__imgbefore img {
    transform: scale(1.05);
}
.original04__text {
    width: calc(44% - 3rem);
    position: relative;
    padding-left: 2rem;
}
.original04__text::before {
    content: "POINT.1";
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: .4em;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(120deg, var(--ka-navy), var(--ka-blue));
    padding: .9em 1.6em;
    border-radius: 999px;
    font-family: "Baloo 2", sans-serif;
    margin-bottom: 2.4rem;
    z-index: 1;
    opacity: 1;
    box-shadow: 0 10px 24px -12px rgba(30, 58, 95, .5);
}
.original04__frame:nth-of-type(2) .original04__text::before { content: "POINT.2"; }
.original04__frame:nth-of-type(3) .original04__text::before { content: "POINT.3"; }
.original04__text h2 {
    font-size: clamp(2rem, 2.4vw, 3rem);
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--ka-navy);
    line-height: 1.55;
    margin: 0 0 2rem;
}
.original04__text p {
    font-size: 1.5rem;
    line-height: 2.1;
    color: var(--ka-text-sub);
}
.original04__inner.second {
    flex-direction: row-reverse;
}

/* =====================================================================
   ▼ section.ori_topics  TOPICS
   ===================================================================== */
section.ori_topics {
    background: linear-gradient(180deg, var(--ka-bg) 0%, #ffffff 100%);
    padding: 12rem 0 12rem;
    position: relative;
}
section.ori_topics::before {
    background-image: none;
    background:
        radial-gradient(50rem 30rem at 0% 0%, rgba(143, 184, 217, .2), transparent 60%);
    opacity: 1;
}
.ori_topics__title h2 {
    margin-bottom: 5rem;
    text-align: center;
    font-family: "Baloo 2", sans-serif;
    letter-spacing: .25em;
    color: var(--ka-navy);
    font-size: 4rem;
}
.ori_topics__title h2 span {
    display: block;
    font-size: .35em;
    letter-spacing: .3em;
    color: var(--ka-blue-mid);
    margin-top: .8em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
}
section.ori_topics .article03 {
    background: #fff;
    border: 1px solid var(--ka-line);
    border-radius: 14px;
    overflow: hidden;
    transition: transform .5s var(--ka-ease), box-shadow .5s var(--ka-ease), border-color .5s var(--ka-ease);
    box-shadow: 0 4px 14px -8px rgba(30, 58, 95, .15);
}
section.ori_topics .article03:hover {
    transform: translateY(-6px);
    box-shadow: var(--ka-shadow);
    border-color: var(--ka-blue-soft);
}
section.ori_topics .article03 .article03-thumbnail {
    overflow: hidden;
}
section.ori_topics .article03 .article03-thumbnail img {
    transition: transform .8s var(--ka-ease);
}
section.ori_topics .article03:hover .article03-thumbnail img {
    transform: scale(1.06);
}
section.ori_topics h2.article03-title.headline-font-type {
    color: var(--ka-navy);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7;
}
section.ori_topics .article03-content {
    padding: 1.8rem 2rem 2rem;
}
section.ori_topics .article03-date {
    color: var(--ka-blue-mid);
    font-family: "Baloo 2", sans-serif;
    letter-spacing: .15em;
    font-weight: 600;
    font-size: 1.2rem;
}
.ori_topics .button a {
    display: inline-flex;
    align-items: center;
    gap: .8em;
    background: linear-gradient(120deg, var(--ka-navy) 0%, var(--ka-blue) 100%);
    color: #fff;
    border-radius: 999px;
    padding: 1.6rem 3.4rem;
    letter-spacing: .25em;
    font-weight: 600;
    font-size: 1.4rem;
    font-family: "Baloo 2", sans-serif;
    box-shadow: 0 12px 28px -14px rgba(30, 58, 95, .5);
    transition: all .4s var(--ka-ease);
}
.ori_topics .button a:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -12px rgba(30, 58, 95, .6);
}

/* =====================================================================
   ▼ ヘッダー固定時にFVを覆わない
   ===================================================================== */
.header-bar-fixed ~ .top-slider-wrapper,
.header-youtube {
    /* keep default */
}

/* =====================================================================
   ▼ レスポンシブ調整
   ===================================================================== */
@media screen and (max-width: 1200px) {
    section.original01 {
        padding: 10rem 0 0;
        margin: 0 0 8rem;
    }
    .original01_fast_title .flex_lay {
        gap: 3rem;
    }
    .content02_theme001 { padding: 9rem 0; }
    .content02-item_theme001 { gap: 3rem; margin-bottom: 7rem; }
    .content02_theme001-img { width: calc(50% - 1.5rem); }
    .content02_theme001_box { width: calc(50% - 1.5rem); }
    section.original03 { padding: 11rem 0; }
    .original03-text { padding: 4rem 4rem; padding-right: 35%; }
    section.original04 { margin: 6rem 0 9rem; }
    .original04__inner { gap: 3rem; }
    .original04__img { width: calc(54% - 1.5rem); }
    .original04__text { width: calc(46% - 1.5rem); padding-left: 0; }
    section.ori_topics { padding: 9rem 0; }
}

@media screen and (max-width: 834px) {
    .top-slider-wrapper {
        height: calc(100vh - 60px);
        min-height: 520px;
    }
    .fv-catch__inner {
        width: 88%;
        padding-top: 3vh;
    }
    .fv-catch__sub {
        font-size: 1.05rem;
        margin-bottom: 1.6rem;
        letter-spacing: .25em;
    }
    .fv-catch__sub::before { width: 30px; }
    .fv-catch__main {
        font-size: clamp(2.4rem, 7vw, 3.6rem);
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    .fv-catch__location {
        font-size: 1.05rem;
        letter-spacing: .15em;
        padding: .7em 1.2em;
    }
    .fv-catch__scroll {
        bottom: 2.4rem;
        font-size: .95rem;
    }
    .fv-catch__scroll span { height: 36px; }

    section.original01 {
        padding: 6rem 0 0;
        margin: 0 0 6rem;
    }
    section.original01 h2 {
        padding-left: 1.6rem;
    }
    section.original01 h2::before { width: 4px; }
    .original01_fast_title .flex_lay {
        flex-direction: column;
        gap: 2rem;
    }
    .original01 .flex_lay_box {
        width: 100% !important;
    }

    .content02_theme001 { padding: 7rem 0; }
    .content02-item_theme001,
    .content02-item_theme001:nth-child(even) {
        flex-direction: column;
        gap: 2.4rem;
        margin-bottom: 6rem;
    }
    .content02_theme001-img,
    .content02_theme001_box { width: 100%; }
    .content02_theme001-img::after { display: none; }
    a.content02_theme001-button {
        margin: 2.4rem auto 0;
        min-width: 220px;
    }

    section.original03 { padding: 8rem 0; }
    .original03-text {
        padding: 3rem 2.4rem;
        padding-right: 2.4rem;
    }

    .original_sub_menu.original04_sub { margin-top: 7rem; }
    section.original04 { margin: 5rem 0 7rem; }
    .original04__frame { margin-bottom: 5rem; }
    .original04__inner,
    .original04__inner.second {
        flex-direction: column;
        gap: 2.4rem;
    }
    .original04__img,
    .original04__text { width: 100%; padding-left: 0; }
    .original04__text br { display: none; }
    .original04__text::before {
        margin-bottom: 1.6rem;
        font-size: 1.1rem;
        padding: .7em 1.4em;
    }
    .original04__text h2 {
        font-size: 2.2rem;
        margin-bottom: 1.4rem;
    }

    section.ori_topics { padding: 7rem 0 8rem; }
    .ori_topics__title h2 { font-size: 3rem; margin-bottom: 3.5rem; }
}

@media screen and (max-width: 430px) {
    .top-slider-wrapper { min-height: 480px; }
    .fv-catch__main { font-size: clamp(2.1rem, 7.5vw, 3rem); }
    .fv-catch__location { font-size: .95rem; }
    section.original01 h2 { font-size: 2.4rem; }
    .original03-text h2 { font-size: 2.4rem; }
    .original04__text h2 { font-size: 2rem; }
    .ori_topics__title h2 { font-size: 2.6rem; }
    a.content02_theme001-button {
        min-width: 200px;
        font-size: 1.25rem;
        padding: 1.5rem 2.4rem;
    }
}

/* モバイルでパララックス無効化（iOSで崩れるため） */
@media (max-width: 1024px) {
    section.original03::before {
        background-attachment: scroll;
    }
}

/* prefers-reduced-motion 対応 */
@media (prefers-reduced-motion: reduce) {
    .top-slider .top-slider-item span,
    .fv-catch__word,
    .fv-catch__sub,
    .fv-catch__location,
    .fv-catch__scroll,
    .fv-catch__word--strong::after {
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

/* =====================================================================
   ▼ TOP PAGE REDESIGN ___ END
   ===================================================================== */
