@charset "UTF-8";
/*  CSS Document */
/* 共通部分 */
body {
    background: #fff;
    color: #000;
    overflow: hidden;
    font-size: 14px;
    font-size: clamp(15px, 0.75vw, 20px);
    letter-spacing: .08em;
    counter-reset: number 0 counter-reset1 counter-reset2;
}
a, .post-content a {
    color: #000;
}
.font-type2, .headline-font-type {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 2;
}
.post-content ul {
    font-size: 0.9em;
    list-style: disc;
}
.breadcrumb-wrapper {
    background: none;
}
.breadcrumb-wrapper .breadcrumb li,
.breadcrumb-wrapper .breadcrumb li a,
.breadcrumb-wrapper .breadcrumb li a:hover{
    color: #fff;
}
.breadcrumb.inner {
    font-size: 0.8em;
    letter-spacing: .06em;
    width: fit-content;
    display: block;
    height: 35px;
    line-height: 35px;
}
.signage {
    width: calc(100% - 50px);
    margin: auto;
    height: 280px;
    position: relative;
    z-index: 0;
}
.signage-title.headline-font-type, .signage-title-sub {
    text-align: center;
    text-shadow: none;
}
.signage-title.headline-font-type {
    letter-spacing: .1em;
    margin-bottom: 15px;
    font-size: 2.5em !important;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #fff !important;
}
.signage-title-sub {
    font-size: 0.95em !important;
    letter-spacing: .08em;
    line-height: 1;
    font-weight: 500;
    color: #fff !important;
}
.signage:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.3);
}
@media only screen and (max-width: 768px) {
    .signage {
        width: calc(100% - 30px);
        height: 170px;
    }
    .signage-title.headline-font-type {
        font-size: 1.8em !important;
    }
    .signage-title-sub {
        font-size: 0.75em !important;
    }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
    content: '';
    position: absolute;
    background: #000;
    width: calc(100% - 50px);
    height: 100%;
    top: 0;
    left: 25px;
    opacity: 0.5;
    z-index: 1;
}
.header-bar {
    z-index: 50;
    box-shadow: none;
}
.logo-image {
    top: 20px;
    width: 230px;
    height: auto;
    left: 30px;
    position: absolute;
}
img.h_logo {
    width: 100%;
}
.global-nav {
    padding-right: 25px;
}
.header-bar-inner {
    width: 100%;
    max-width: unset;
    z-index: 100;
}
.global-nav > ul > li > a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 90px;
    padding: 0px 22px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
    color: #000;
    font-family: "Lato", sans-serif;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
    content: "";
    left: 48%;
    width: 1px;
    height: 10px;
    background: #000;
    top: 20px;
    position: absolute;
    transform: rotate(20deg);
    transition: all 0.8s;
    z-index: 1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
    background: #57410d;
    transform: rotate(0deg);
}
.global-nav > ul > li > a::after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 27px;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #646464;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.global-nav > ul > li > a span {
    position: relative;
    text-align: center;
    display: block;
    bottom: 27px;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #646464;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.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-company > a::after {
    content: "運営概要";
}
.global-nav > ul > li.global-menu-contact > a::after {
    content: "お問い合わせ";
}
.global-nav .sub-menu {
    left: auto;
    right: 0px !important;
}
.global-nav .sub-menu a {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    background: #fff !important;
}
.global-nav .sub-menu a:hover {
    color: #57410d !important;
    background: #fff !important;
}
.global-nav .sub-menu .current-menu-item > a::before, .global-nav .sub-menu a:hover::before {
    content: none;
}
@media only screen and (max-width: 1200px) {
    .logo-image {
        top: 2px;
        left: 5px;
        width: 180px;
    }
    .header-bar {
        border-bottom: 1px solid #fff;
    }
    .global-nav-button {
        border-left: 0px;
        background: none;
    }
    .global-nav-button:before {
        color: #000;
    }
    .global-nav-button:hover:before {
        color: #57410d;
    }
    .global-nav > ul > li > a {
        font-size: 12px;
        letter-spacing: 1px;
        text-shadow: none;
        text-align: left;
        padding: 0px 0px 0px 25px;
        line-height: 50px;
    }
    .global-nav > ul > li > a::after {
        text-align: left;
        line-height: 0;
        bottom: 25px;
        padding-left: 120px;
    }
    .global-nav a {
        background: #fff;
        color: #000 !important;
    }
    .global-nav .sub-menu a {
        font-size: 11px;
        letter-spacing: .05em;
        background: #fff !important;
        color: #000 !important;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        background: #fff !important;
        color: #57410d !important;
    }
    .global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
        content: none !important;
    }
    .global-nav .menu-item-has-children > a:before {
        content: none !important;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #000;
    }
}
@media only screen and (max-width: 820px) {
    img.s_logo {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .home .header::before {
        width: calc(100% - 30px);
        left: 15px;
    }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
    display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-youtube-overlay {
    background: linear-gradient(-70deg, #ffffff 0%, #a88a79 59%);
    opacity: 0.45;
}
.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: center;
    display: -webkit-flex;
    display: flex;
}
.top-slider-content-inner p, .top-slider-nav {
    display: none;
}
.top-slider-content-inner:after {
    content: none;
}
.front-slider-box {
    width: 86%;
    margin: 0 auto;
}
.front-copy-img {
    width: 50%;
    max-width: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.top-slider-wrapper {
    width: calc(100% - 50px);
    margin: 0 auto;
}
.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: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1;
    z-index: 2;
    font-family: "Lato", sans-serif;
}
.front_original01 {
    padding: 5em 0;
}
.front-original01-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.front-original01__title {
    width: 30%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original01__text {
    width: 70%;
    padding-left: 6em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original01__title h2 {
    font-size: 1.3em;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    letter-spacing: .15em;
    margin-bottom: 20px;
    width: 100%;
    color: #6bc2d3;
}
.front-original01__title h3 {
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 2;
    width: 100%;
}
.front-original01__text p {
    margin-bottom: 20px;
    width: 100%;
}
.front-original01__text p:last-of-type {
    margin-bottom: 0;
}
.content02 {
    padding: 5em 0;
    width: calc(100% - 50px);
    margin: 0 auto;
    background: #e5edef;
}
h2.content02_title {
    width: 86%;
    margin: 0 auto;
    font-size: 2em;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    letter-spacing: .13em;
    text-align: center;
}
h2.content02_title::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #000;
    margin: 25px auto 0;
    transform: rotate(20deg);
}
.content02-inner {
    width: 86%;
    padding: 0;
    padding-top: 60px;
}
.content02-item {
    width: 33.3333%;
    margin-left: 3%;
    padding: 0;
    box-sizing: border-box;
}
.content02-img {
    width: 100%;
    height: auto;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    z-index: 0;
}
.content02-img::before {
    position: absolute;
    content: 'PRICE';
    display: block;
    left: 0;
    bottom: 0;
    border: 0;
    padding: 8px 10px 0;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .1em;
    text-align: center;
    font-family: "Lato", sans-serif;
    color: #6bc2d3;
    background: #e5edef;
    box-sizing: border-box;
    z-index: 1;
}
.content02-item:nth-of-type(2) .content02-img::before {
    content: 'PORT FOLIO';
}
.content02-item:nth-of-type(3) .content02-img::before {
    content: 'FLOW';
}
.content02-img-inner {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    color: #fff;
}
h2.content02-img_title {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: .08em;
    margin: 0;
    font-family: "Lato", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h2.content02-img_title span {
    font-size: 0.45em;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: .06em;
    display: block;
}
.content02-img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #00000078;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.content02-img:hover .mask {
    opacity: 1;
}
.content02-item .headline-font-type {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: .03em;
    color: #000;
}
.content02-text {
    line-height: 2;
    color: #000;
}
.content02-button {
    font-size: 0.85em;
    font-weight: 400;
    overflow: hidden;
    text-align: left;
    width: 100%;
    max-width: 250px;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin: 20px auto 0;
    color: #000;
    background: none;
    border: 1px solid #5aa7b7;
    border-radius: 100px;
    padding: 0 20px;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 1;
}
.content02-button::after {
    content: 'MORE';
    position: absolute;
    font-size: 0.75em;
    right: 20px;
    font-family: "Lato", sans-serif;
}
.content02-button::before {
    width: 0px;
    height: 100%;
    position: absolute;
    content: '';
    background: #57410d;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.content02-button:hover {
    color: #fff;
    background: none;
    border-color: #57410d;
}
.content02-button:hover::before {
    width: 100%;
}
.front_original02 {
    position: relative;
    z-index: 0;
}
.front_original02::before {
    content: '';
    position: absolute;
    display: block;
    background: #e5edef;
    width: calc(100% - 50px);
    height: 60%;
    left: 25px;
    z-index: -1;
}
.front-original02-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.front-original02__text {
    width: 35%;
    height: fit-content;
    border: 1px solid #e5edef;
    margin-top: 6em;
    padding: 25px 30px;
    background: #fff;
    box-sizing: border-box;
}
.front-original02__img {
    width: 75%;
    margin-left: -10%;
    box-sizing: border-box;
    z-index: -1;
}
.front-original02__text h2 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
    width: 100%;
}
.front-original02__text p {
    width: 100%;
}
.front_original03 {
    padding: 10em 0 7em;
}
.front-original03-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.third-box {
    margin-bottom: 40px;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text {
    width: 45%;
    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: 1.5em;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Lato", sans-serif;
    color: #57410d;
}
.third-box:nth-of-type(odd) .front-third-text {
    padding-left: 2.5em;
    margin-left: 55%;
}
.third-box:nth-of-type(even) .front-third-text {
    padding-right: 2.5em;
}
.front-third-img {
    width: 55%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.third-box:nth-of-type(odd) .front-third-img {
    margin-left: -100%;
}
.front-third-text p {
    width: 100%;
}
h3.third_title {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
    width: 100%;
}
.front_topics {
    padding: 5em 0;
    width: calc(100% - 50px);
    margin: 0 auto;
    background: #e5edef;
}
.front-topics-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
h2.front_topics_title {
    font-size: 2em;
    margin-bottom: 40px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    letter-spacing: .13em;
    text-align: center;
}
h2.front_topics_title::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #000;
    margin: 25px auto 0;
    transform: rotate(20deg);
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    margin-top: 0;
}
.footer_contact_sec {
    padding: 4em 0;
}
.footer_contact_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    display: block;
}
.footer_contact_bg {
    width: 80%;
    box-sizing: border-box;
}
.footer_menu_bg {
    width: 20%;
    padding-left: 3em;
    box-sizing: border-box;
}
h2.footer-logo-name {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0;
    float: left;
}
h3.footer-holiday {
    font-size: 0.95em;
    width: fit-content;
    padding: 5px 8px 7px;
    letter-spacing: .05em;
    color: #fff;
    background: #000;
    margin-left: 12px;
    display: inline-block;
}
dl.address_body {
    width: 100%;
    font-size: 0.8em;
    line-height: 1.6;
    display: flex;
    margin-bottom: 8px;
}
dl.address_body:last-of-type {
    margin-bottom: 20px;
}
dt.address_title {
    width: 8%;
    font-weight: 500;
}
dd.address_text {
    width: 92%;
}
address.footer_tel {
    font-size: 1.5em;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 8px;
    font-family: "Lato", sans-serif;
}
span.footer_tel_sub {
    font-size: 0.5em;
    margin-right: 4px;
    letter-spacing: 1px;
}
p.footer-con-caution {
    font-size: 0.75em;
    letter-spacing: .05em;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
}
p.footer-con-caution:last-of-type {
    margin-bottom: 0;
}
p.footer-con-caution::before {
    content: '※';
    position: absolute;
    left: 0;
    color: #ff5353;
}
ul.sns__links {
    width: 100%;
    max-width: 70px;
    display: flex;
    margin-top: 20px;
}
li.sns__links-item {
    width: 100%;
    margin-right: 25px;
}
li.sns__links-item:last-child {
    margin-right: 0;
}
a.footer_sns {
    display: block;
    text-align: center;
}
a.footer_sns::before {
    content: "";
    font-family: design_plus;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: all 0.5s;
    z-index: 1;
}
a.footer_mail_but::before {
    content: '\f0e0';
    background: #57410d;
}
a.footer_line_but::before {
    content: '\e909';
    background: #57410d;
}
a.footer_sns:hover {
    background: none;
}
a.footer_mail_but:hover {
    color: #57410d;
}
a.footer_sns:hover::before {
    opacity: 0.8;
}
a.footer_sns span {
    margin-top: 6px;
    text-align: center;
    display: block;
    font-size: 10px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}
ul.footer-content-list-outer {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
    padding-right: 0;
    margin-bottom: 0;
}
ul.footer-content-list-outer li {
    font-size: 0.8em;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    letter-spacing: .15em;
    line-height: 1.5;
    padding-left: 12px;
    margin-bottom: 10px;
    position: relative;
}
ul.footer-content-list-outer li:last-of-type {
    margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 8px;
    background: #000;
    top: 6px;
    left: 0;
    transition: all 0.5s;
    transform: rotate(20deg);
}
ul.footer-content-list-outer li:hover::before {
    transform: rotate(90deg);
}
ul.footer-content-list-outer li a:hover {
    color: #57410d;
}
ul.footer-content-list-outer li a span{
    display: none;
}
.footer-content {
    display: none;
}

@media only screen and (max-width: 767px){
    .footer{
        padding-bottom: 67px;
    }
}
.pagetop {
    right: 15px;
    bottom: 20px;
}
.pagetop a {
    background: none;
    color: #000;
    position: relative;
    width: auto;
    height: auto;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    font-family: "Lato", sans-serif;
}
.pagetop a::before {
    position: absolute;
    display: block;
    color: #fff;
    background: #57410d;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    text-align: center;
    border-radius: 100px;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.pagetop a:hover {
    color: #000;
    background: none;
}
.pagetop a:hover::before {
    bottom: 25px;
    background: #6bc2d3;
}
.copyright {
    font-size: 11px;
    color: #000;
}
.footer-bar01, .footer-bar01-inner, .copyright {
    background: none;
}
@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__title {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .front-original01__text {
        width: 100%;
        padding-left: 0;
    }
    .front-original01__title h3 {
        line-height: 1.8;
    }
    .content02-inner {
        display: block;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .content02-item {
        width: 100%;
        margin-left: 0;
    }
    .content02-item:nth-of-type(2) {
        top: 30px;
    }
    .content02-item:nth-of-type(3) {
        top: 60px;
    }
    .front-original02__text {
        width: 100%;
        margin-top: 0;
    }
    .front-original02__img {
        width: 100%;
        margin-left: 0;
    }
    .front_original03 {
        padding: 5em 0;
    }
    .front-third-text {
        width: 100%;
        padding-bottom: 1em;
    }
    .third-box:nth-of-type(odd) .front-third-text {
        padding-left: 0;
        margin-left: 0;
    }
    .third-box:nth-of-type(even) .front-third-text {
        padding-right: 0;
    }
    .front-third-img {
        width: 100%;
    }
    .third-box:nth-of-type(odd) .front-third-img {
        margin-left: 0;
    }
    .footer_menu_bg {
        padding-left: 0;
    }
    dl.address_body {
        display: inline-block;
    }
    dt.address_title, dd.address_text {
        width: 100%;
    }
    .dp-footer-bar {
        background: #57410d !important;
        border-top: 1px solid #57410d !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid #fff !important;
    }
    .dp-footer-bar a {
        color: #fff;
    }
    .dp-footer-bar-item {
        font-size: 11px;
    }
    .dp-footer-bar-icon:before {
        font-weight: 500;
    }
}
@media only screen and (max-width: 768px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(100vh - 55px);
    }
    .top-slider-wrapper {
        width: calc(100% - 30px);
    }
    .top-slider-wrapper::before {
        height: 20px;
    }
    .top-slider-wrapper::after {
        bottom: 30px;
    }
    .front_original01 {
        padding: 2.5em 0;
    }
    .front-original01__title h2 {
        margin-bottom: 10px;
    }
    .front-original01__title h3 {
        font-size: 1.4em;
    }
    .front-original01__text p {
        margin-bottom: 10px;
    }
    .content02 {
        width: calc(100% - 30px);
        padding: 2.5em 0;
    }
    .content02-inner {
        padding-top: 20px;
    }
    h2.content02_title {
        font-size: 1.6em;
    }
    h2.content02_title::after {
        margin-top: 15px;
    }
    .front_original02::before {
        width: calc(100% - 30px);
        left: 15px;
    }
    .front-original02__text {
        padding: 20px 25px;
    }
    .front-original02__text h2 {
        font-size: 1.3em;
        margin-bottom: 12px;
    }
    .front_original03 {
        padding: 2.5em 0;
    }
    .front-third-text::before {
        font-size: 1.3em;
    }
    .front_topics {
        padding: 2.5em 0;
        width: calc(100% - 30px);
    }
    h2.front_topics_title {
        font-size: 1.6em;
        margin-bottom: 20px;
    }
    h2.front_topics_title::after {
        margin-top: 15px;
    }
    .footer_contact_sec {
        padding: 2em 0;
    }
    .footer_contact_bg, .footer_menu_bg {
        width: 100%;
    }
    .footer_menu_bg {
        padding-left: 0;
        margin-top: 2em;
    }
    ul.footer-content-list-outer {
        width: 30%;
        margin-bottom: 0;
    }
    .social-nav {
        width: 90%;
        margin: auto;
    }
    .pagetop {
        bottom: 80px !important;
        right: 10px;
    }
    .pagetop a::before {
        width: 35px;
        height: 35px;
        line-height: 35px;
        bottom: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 60px);
    }
    .front-copy-img {
        width: 90%;
    }
    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.6em;
    letter-spacing: .03em;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-top: 0;
    font-weight: 600;
    text-align: center;
}
.post-content h2::after {
    content: "";
    display: block;
    background: #57410d;
    width: 20px;
    height: 2px;
    margin: 20px auto 0;
    transform: rotate(-50deg);
    z-index: 1;
}
.post-content h3 {
    font-size: 1.3em;
    font-weight: 600;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #57410d;
}
.post-content h4 {
    font-size: 1.2em;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content td {
    font-size: 0.95em;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.8;
    padding: 22px 2px 18px;
    background: none;
    border: 0;
    border-bottom: 1px #d6d6d6 solid;
}
.post-content th {
    width: 20%;
    text-align: left;
    border-right: none;
}
.post-content td {
    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;
    }
    .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.3em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .post-content h2::after {
        width: 15px;
    }
    .post-content h3 {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 100px;
}
h2.archive-title {
    font-weight: 600;
    color: #000;
}
.archive-header {
    margin: 90px 0px 40px;
}
.article03 {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #cae1e6;
}
.article03-content {
    padding: 15px;
}
.article03-title {
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
}
.post-title, .post-meta {
    color: #000;
    font-weight: 600;
}
.nav-links01 {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px solid #d6d6d6;
}
.article01-title a {
    font-size: 0.9em;
    font-weight: 600;
    color: #000;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
    font-size: 15px;
    font-weight: 600;
}
.post-meta-box {
    background: #e5edef;
}
.post-meta-box-item::before {
    color: #000;
}
.primary {
    width: 100%;
}
.headline-bar {
    color: #000;
    font-weight: 600;
    background: #e5edef;
}
@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.2em !important;
    }
    .nav-links01-previous a::before, .nav-links01-next a::after {
        color: #000;
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 1px solid #d6d6d6;
    }
}
@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: 15px;
    position: relative;
    box-sizing: border-box;
}
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: 18px;
    line-height: 2;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}
ul.list li:last-child {
    margin-bottom: 0;
}
ul.list li::before {
    content: '';
    position: absolute;
    background: #57410d;
    width: 7px;
    height: 7px;
    top: 11px;
    left: 0;
}
ul.list.caution_list li::before {
    content: '※';
    background: none;
    top: 0;
}
/* コンテンツ 共通 END */
/* 撮影料金 */
.price_sec .content_inner {
    max-width: 900px;
}
.menu_box {
    margin-bottom: 80px;
}
.menu_box:last-of-type {
    margin-bottom: 0;
}
.menu_box h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
}
.menu_box h2::before {
    counter-increment: number 1;
    content: "MENU."counter(number) "";
    width: 100%;
    font-size: 0.85em;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    margin-bottom: 10px;
    color: #57410d;
    display: block;
}
.menu_box h2::after {
    content: none;
}
.menu_box p {
    margin-bottom: 10px;
}
.menu_box p:last-child {
    margin-bottom: 0;
}
.menu_text {
    width: 55%;
    padding-right: 2.5em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.menu_img {
    width: 45%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.menu_text h2, .menu_text p {
    width: 100%;
}
a.menu_con_but {
    width: 100%;
    max-width: 250px;
    margin-top: 12px;
    padding: 10px 18px;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: .05em;
    display: block;
    color: #fff;
    background: #57410d;
    border-radius: 100px;
    box-sizing: border-box;
    position: relative;
}
a.menu_con_but::after {
    content: '\ea3c';
    font-family: "design_plus";
    position: absolute;
    display: block;
    right: 17px;
    top: 11px;
    font-weight: 400;
}
a.menu_con_but:hover {
    background: #6bc2d3;
    color: #fff;
}
table.price_tbl th {
    width: 55%;
}
span.price_caution {
    font-size: 0.9em;
    letter-spacing: .05em;
}
span.option {
    padding: 2px 5px;
    margin-bottom: 5px;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    background: #000;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    .menu_box {
        margin-bottom: 40px;
    }
    .menu_text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1.5em;
    }
    .menu_img {
        width: 100%;
    }
}
/* 撮影料金 END */
/* ポートフォリオ*/
.portfolio_sec .content_inner {
    max-width: 900px;
}
.portfolio {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 60px;
    margin-bottom: 50px;
}
.portfolio:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .portfolio {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
}
/* ポートフォリオ END */
/* 撮影の流れ */
.flow_sec .content_inner {
    max-width: 900px;
}
.flow {
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 40px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}
.flow:last-of-type {
    padding-bottom: 0;
}
.flow::before {
    counter-increment: number 1;
    content: counter(number)"";
    position: absolute;
    text-align: center;
    width: 45px;
    height: 55px;
    line-height: 52px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 35px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    color: #57410d;
    background: #fff;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 0;
}
.flow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 22px;
    width: 1px;
    height: 100%;
    background: #57410d;
    z-index: -1;
}
.flow:last-of-type::after {
    display: none;
}
.flow h2 {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: left;
}
.flow h2::after {
    content: none;
}
.flow p {
    margin-bottom: 0;
}
a.flow_con_but {
    width: 100%;
    max-width: 300px;
    margin-top: 15px;
    padding: 12px 20px;
    font-weight: 600;
    letter-spacing: .05em;
    display: block;
    color: #fff;
    background: #57410d;
    border-radius: 100px;
    box-sizing: border-box;
    position: relative;
}
a.flow_con_but::after {
    content: '\ea3c';
    font-family: "design_plus";
    position: absolute;
    display: block;
    right: 20px;
    top: 13px;
    font-weight: 400;
}
a.flow_con_but:hover {
    background: #6bc2d3;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .flow {
        padding-top: 7px;
        padding-left: 55px;
        padding-bottom: 25px;
    }
    .flow::before {
        width: 35px;
        height: 45px;
        line-height: 40px;
        font-size: 30px;
    }
    .flow::after {
        left: 17px;
    }
}
/* 撮影の流れ END */
/* ご挨拶 */
.greeting__img {
    width: 30%;
    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: 70%;
    padding-left: 2.5em;
    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 {
    padding-left: 30px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}
.greeting__text h2::after {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 3px;
    transform: rotate(0deg);
}
.greeting__text p {
    margin-bottom: 20px;
}
.greeting__text p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .greeting__img {
        width: 100%;
        max-width: 330px;
        padding-right: 0;
    }
    .greeting__text {
        width: 100%;
        padding-left: 0;
        margin-top: 2em;
    }
    .greeting__text h2::after {
        top: -4px;
    }
}
/* ご挨拶 END */
/* 運営概要 */
.company_sec .content_inner {
    max-width: 800px;
}
table.company_tbl th {
    width: 28%;
}
span.company_holiday {
    padding: 2px 5px;
    margin-bottom: 10px;
    font-weight: 600;
    background: #000;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
}
span.caution.company-caution {
    font-size: 0.8em;
    letter-spacing: .05em;
    display: block;
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 900px;
}
.contact_sec .content_inner {
    padding-bottom: 0;
}
.con__inner {
    margin-bottom: 80px;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 2em;
    font-style: normal;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}
span.con_tel_sub {
    font-size: 0.5em;
    margin-right: 5px;
}
p.con_time, p.con_caution {
    width: fit-content;
    margin: auto;
    line-height: 1.8;
}
p.con_caution {
    font-size: 0.8em;
    letter-spacing: .05em;
    margin-bottom: 5px;
}
p.con_caution:nth-of-type(2) {
    margin-bottom: 15px;
}
p.con_time {
    margin-bottom: 10px;
}
p.con_time span {
    display: block;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .con__inner {
        margin-bottom: 30px;
    }
    address.con_tel {
        font-size: 1.7em;
    }
}

/* ブログ記事の画像 */
.single .post-content img {
    width: auto;
}
/* ブログ記事の画像 END */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* 施工・サービス */
.service_box {
    align-items: center;
    margin-bottom: 4rem;
}
.service_box:last-of-type {
    margin-bottom: 0;
}
.service_box h2 {
    font-size: 1.35rem;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: left;
    border-color: #b3b9bd;
}
.service_box h2::after {
    margin-left: 0;
}
.service_box p {
    font-size: 0.85rem;
    margin-bottom: 10px;
}
.service_box p:last-of-type {
    margin-bottom: 0;
}
.service_text {
    width: 60%;
    box-sizing: border-box;
}
.service_img {
    width: 40%;
}
.service_box:nth-of-type(odd) .service_text {
    padding-right: 4vw;
}
.service_box:nth-of-type(even) .service_text {
    margin-left: 40%;
    padding-left: 4vw;
}
.service_box:nth-of-type(even) .service_img {
    margin-left: -100%;
}
@media only screen and (max-width: 970px) {
    .service_text, .service_img {
        width: 100%;
    }
    .service_box:nth-of-type(even) .service_text, .service_box:nth-of-type(even) .service_img {
        margin-left: 0;
    }
    .service_text {
        margin-bottom: 1.5rem;
    }
    .service_box:nth-of-type(odd) .service_text {
        padding-right: 0;
    }
    .service_box:nth-of-type(even) .service_text {
        padding-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    .service_box {
        margin-bottom: 3rem;
    }
}
/* 施工・サービス END */
.kp-content_inner {
    max-width: 850px;
    width: 86%;
    margin: 0 auto;
}
section.kp-main-content {
    padding: 100px 0 100px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    section.kp-main-content {
        padding: 70px 0 70px;
    }
}

/* ã”æŒ¨æ‹¶ */
.greeting_inner {
  margin-bottom: 50px;
}
.greeting_inner:last-of-type {
  margin-bottom: 0;
}
.greeting_inner h2 {
  text-align: left;
}
.greeting_inner h2::after {
  width: 40px;
  margin-left: 0;
}
.greeting_inner p {
  line-height: 2;
}
.greeting_inner p:last-of-type {
  margin-bottom: 0;
}
.greeting__img {
  width: 35%;
  padding-right: 2em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  z-index: -1;
}
.greeting__img img {
  border-radius: 10px;
}
.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 {
  font-size: 1.5em;
  line-height: 1.5;
}
.greeting__text p {
  margin-bottom: 25px;
}
p.name {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  text-align: end;
}
p.name span {
  font-size: 0.7em;
  margin-right: 15px;
  display: inline-block;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .greeting_inner {
    margin-bottom: 20px;
  }
  .greeting__img {
    width: 100%;
    max-width: 330px;
    margin: auto;
    padding-right: 0;
  }
  .greeting__text {
    width: 100%;
    margin-top: 1.5em;
  }
  .greeting__text h2 {
    font-size: 1.3em;
  }
  .greeting__text p {
    margin-bottom: 15px;
  }
  p.name {
    font-size: 1.2em;
  }
}
/* ã”æŒ¨æ‹¶ END */
/* よくある質問*/
.faq_sec .content_inner {
  max-width: 1000px;
}
.faq {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px #c9bfaf dotted;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}
.faq h2::before {
  counter-increment: number 1;
  content: "Question."counter(number) "";
  display: block;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 15px;
  color: #f84519;
}
.faq h2::after {
  content: none;
}
p.answer {
  margin-left: 50px;
}
p.answer {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .faq h2 {
    margin-bottom: 15px;
  }
  .faq h2::before {
    font-size: 22px;
    margin-bottom: 10px;
  }
  p.answer {
    margin-left: 0;
  }
}
/* よくある質問 END */

/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 1000px;
}
.contact_sec .content_inner {
  padding-bottom: 0;
}
.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: #3eb926;
  text-align: center;
}
address.con_tel a {
  color: #3eb926;
}
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: #ff870b;
}
p.con_caution {
  font-size: 0.85em;
  width: fit-content;
  margin: 0 auto 10px;
}
.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: #efefef;
  border: 0;
  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: #3eb926;
  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: #3eb926;
  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 */
/* ============================================================
   front-page redesign  -  white / light-gray / brown palette
   2026-05-12 added
   ============================================================ */
#nf-root{
  --bg:#fbfaf7;
  --paper:#f3efe9;
  --paper-2:#e9e3d8;
  --line:#dcd4c7;
  --ink:#2b2520;
  --ink-soft:#4c423a;
  --sub:#7a6e62;
  --brown:#6b4f3a;
  --brown-deep:#4a3527;
  --accent:#a17a52;
  --serif:'Noto Serif JP','Cormorant Garamond',serif;
  --en:'Cormorant Garamond',serif;
  --sans:'Noto Sans JP','Helvetica Neue',Arial,sans-serif;

  background:var(--bg);
  color:var(--ink);
  font-family:var(--sans);
  font-weight:300;
  letter-spacing:.04em;
  line-height:1.9;
  overflow:hidden;
}
#nf-root *{box-sizing:border-box;}
#nf-root img{max-width:100%;height:auto;display:block;}
#nf-root a{color:inherit;text-decoration:none;}

/* layout */
.nf-section{position:relative;padding:160px 8vw;}
.nf-section + .nf-section{padding-top:0;}
@media(max-width:768px){.nf-section{padding:90px 24px;}}

/* eyebrow */
.nf-eyebrow{
  display:flex;align-items:center;gap:14px;
  font-family:var(--en);
  font-size:13px;letter-spacing:.32em;
  color:var(--brown);
  text-transform:uppercase;
  margin-bottom:36px;
}
.nf-eyebrow::before{content:"";width:48px;height:1px;background:var(--brown);}

/* section title */
.nf-section-title{
  font-family:var(--en);
  font-weight:300;
  font-size:clamp(64px,9vw,140px);
  line-height:.95;
  color:var(--ink);
  letter-spacing:.02em;
  margin-bottom:80px;
}
.nf-section-title small{
  display:block;
  font-family:var(--serif);
  font-size:14px;letter-spacing:.4em;
  color:var(--sub);
  margin-top:18px;
  font-weight:400;
}

/* 01 ABOUT */
.nf-about{padding-top:120px;}
.nf-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;}
.nf-about-head h2{
  font-family:var(--serif);font-weight:500;
  font-size:clamp(24px,2.2vw,34px);line-height:1.7;color:var(--ink);
  letter-spacing:.08em;margin-top:8px;
}
.nf-about-head .nf-bigword{
  font-family:var(--en);font-weight:300;
  font-size:clamp(80px,11vw,180px);line-height:.9;color:var(--ink);
  letter-spacing:.01em;display:block;margin-bottom:32px;
}
.nf-about-body p{color:var(--ink-soft);font-size:15px;line-height:2.2;margin-bottom:24px;}
@media(max-width:900px){.nf-about-grid{grid-template-columns:1fr;gap:36px;}}

/* marquee */
.nf-marquee{
  overflow:hidden;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:28px 0;margin:60px 0;background:var(--bg);
}
.nf-marquee-track{
  display:flex;gap:60px;white-space:nowrap;
  animation:nf-scroll 40s linear infinite;
  font-family:var(--en);
  font-size:clamp(36px,5vw,72px);
  letter-spacing:.05em;color:var(--ink);font-weight:300;
}
.nf-marquee-track span{display:inline-flex;align-items:center;gap:60px;}
.nf-marquee-track span::after{content:"●";color:var(--accent);font-size:.4em;}
@keyframes nf-scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* 02 SERVICE */
.nf-service{background:linear-gradient(180deg,var(--bg) 0%,var(--paper) 60%,var(--bg) 100%);}
.nf-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;}
.nf-card{
  position:relative;background:#fff;border:1px solid var(--line);
  padding:32px 32px 40px;
  transition:transform .6s cubic-bezier(.2,.7,.2,1),box-shadow .6s;
}
.nf-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px -30px rgba(74,53,39,.25);}
.nf-card-img{position:relative;overflow:hidden;margin:-32px -32px 28px;}
.nf-card-img img{aspect-ratio:4/3;width:100%;height:100%;object-fit:cover;transition:transform 1.4s cubic-bezier(.2,.7,.2,1);}
.nf-card:hover .nf-card-img img{transform:scale(1.06);}
.nf-card-num{font-family:var(--en);font-size:14px;letter-spacing:.3em;color:var(--accent);margin-bottom:14px;}
.nf-card-en{font-family:var(--en);font-weight:400;font-size:34px;color:var(--ink);letter-spacing:.04em;line-height:1;}
.nf-card-jp{font-family:var(--serif);font-size:13px;letter-spacing:.32em;color:var(--sub);margin:10px 0 28px;}
.nf-card-lead{font-family:var(--serif);font-weight:500;font-size:17px;color:var(--ink);line-height:1.7;margin-bottom:18px;letter-spacing:.06em;}
.nf-card-text{font-size:14px;line-height:2.1;color:var(--ink-soft);margin-bottom:32px;}
.nf-card-arrow{
  display:inline-flex;align-items:center;gap:12px;
  font-family:var(--en);font-size:13px;letter-spacing:.3em;color:var(--brown);
  padding-bottom:6px;border-bottom:1px solid var(--brown);transition:gap .4s;
}
.nf-card:hover .nf-card-arrow{gap:20px;}
@media(max-width:900px){.nf-cards{grid-template-columns:1fr;gap:32px;}}

/* 03 MESSAGE */
.nf-feature{padding-top:200px;}
.nf-feature-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center;}
.nf-feature-img{position:relative;overflow:hidden;background:var(--paper);}
.nf-feature-img img{aspect-ratio:4/4;width:100%;height:100%;object-fit:cover;transition:transform 1.8s cubic-bezier(.2,.7,.2,1);}
.nf-feature-img::after{
  content:"";position:absolute;inset:auto -1px -1px;height:2px;background:var(--brown);
  transform:scaleX(0);transform-origin:left;
  transition:transform 1.2s .4s cubic-bezier(.2,.7,.2,1);
}
.nf-feature.is-in .nf-feature-img::after{transform:scaleX(1);}
.nf-feature-text h2{
  font-family:var(--serif);font-weight:500;
  font-size:clamp(28px,3.4vw,46px);line-height:1.5;
  letter-spacing:.08em;color:var(--ink);margin-bottom:36px;
}
.nf-feature-text p{font-size:15px;line-height:2.3;color:var(--ink-soft);}
@media(max-width:900px){.nf-feature-grid{grid-template-columns:1fr;gap:40px;}}

/* 04 three features */
.nf-third{background:var(--paper);padding-top:160px;padding-bottom:160px;}
.nf-third-stack{display:flex;flex-direction:column;gap:120px;}
.nf-third-row{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.nf-third-row:nth-child(even){direction:rtl;}
.nf-third-row:nth-child(even) > *{direction:ltr;}
.nf-third-img{overflow:hidden;background:#fff;}
.nf-third-img img{width:100%;height:100%;object-fit:cover;transition:transform 1.6s cubic-bezier(.2,.7,.2,1);}
/*.nf-third-row:hover .nf-third-img img{transform:scale(1.05);}*/
.nf-third-num{font-family:var(--en);font-size:13px;letter-spacing:.4em;color:var(--accent);display:block;margin-bottom:24px;}
.nf-third-text h3{
  font-family:var(--serif);font-weight:500;
  font-size:clamp(22px,2.2vw,30px);line-height:1.7;
  letter-spacing:.08em;color:var(--ink);margin-bottom:28px;
}
.nf-third-text p{font-size:15px;line-height:2.2;color:var(--ink-soft);}
@media(max-width:900px){
  .nf-third-stack{gap:64px;}
  .nf-third-row,.nf-third-row:nth-child(even){grid-template-columns:1fr;direction:ltr;gap:32px;}
}

/* 06 NEWS */
.nf-news{background:var(--paper);}
.nf-topics-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:32px;
  margin-bottom:56px;
  justify-content:start;
  justify-items:start;
}
@media(max-width:1100px){.nf-topics-list{grid-template-columns:repeat(3,1fr);gap:28px;}}
@media(max-width:768px){.nf-topics-list{grid-template-columns:repeat(2,1fr);gap:20px;}}
.nf-topic{background:#fff;display:block;width:100%;padding: 14px;}
.nf-topic-thumb{
  position:relative;
  overflow:hidden;
  aspect-ratio:4/3;
  background:#fff;
  margin-bottom:14px;
  width:100%;
}
.nf-topic-thumb img{
  position:absolute;
  top:0; left:0;
  width:100% !important;
  height:100% !important;
  max-width:none;
  object-fit:cover;
  object-position:center center;
  display:block;
  transition:transform 1.4s cubic-bezier(.2,.7,.2,1);
}
.nf-topic:hover .nf-topic-thumb img{transform:scale(1.06);}
.nf-topic-date{font-family:var(--en);font-size:11px;letter-spacing:.28em;color:var(--sub);}
.nf-topic-title{font-family:var(--serif);font-weight:500;font-size:14px;line-height:1.7;color:var(--ink);margin-top:8px;letter-spacing:.04em;}
.nf-topic-excerpt{font-size:12px;color:var(--sub);line-height:1.9;margin-top:8px;}
.nf-topic-cat{display:inline-block;font-family:var(--en);font-size:10px;letter-spacing:.28em;color:var(--accent);margin-top:8px;}
.nf-topics-more{
  display:inline-flex;align-items:center;gap:12px;
  font-family:var(--en);font-size:13px;letter-spacing:.3em;color:var(--brown);
  border-bottom:1px solid var(--brown);padding-bottom:6px;
  transition:gap .4s, color .4s, border-color .4s;
}
.nf-topics-more:hover{gap:20px;color:var(--accent);border-color:var(--accent);}
.nf-news-cta{text-align:center;}
.nf-news-empty{text-align:center;color:var(--sub);font-size:14px;letter-spacing:.08em;padding:40px 0;}

/* animations */
.nf-reveal{opacity:0;transform:translateY(40px);transition:opacity 1s cubic-bezier(.2,.7,.2,1),transform 1s cubic-bezier(.2,.7,.2,1);}
.nf-reveal.is-in{opacity:1;transform:none;}
.nf-clip{transition:clip-path 1.4s cubic-bezier(.7,0,.2,1);}
#nf-root.nf-ready .nf-clip{clip-path:inset(0 0 100% 0);}
#nf-root.nf-ready .nf-clip.is-in{clip-path:inset(0 0 0 0);}
.nf-stagger > *{opacity:0;transform:translateY(40px);transition:opacity 1s cubic-bezier(.2,.7,.2,1),transform 1s cubic-bezier(.2,.7,.2,1);}
.nf-stagger.is-in > *{opacity:1;transform:none;}
.nf-stagger.is-in > *:nth-child(1){transition-delay:0s;}
.nf-stagger.is-in > *:nth-child(2){transition-delay:.12s;}
.nf-stagger.is-in > *:nth-child(3){transition-delay:.24s;}
.nf-split .nf-ch{display:inline-block;opacity:0;transform:translateY(.6em) rotate(2deg);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1);}
.nf-split.is-in .nf-ch{opacity:1;transform:none;}
.nf-parallax{will-change:transform;}

@media(prefers-reduced-motion:reduce){
  #nf-root *{animation:none !important;transition:none !important;}
  .nf-reveal,.nf-clip,.nf-stagger > *,.nf-split .nf-ch{opacity:1;transform:none;clip-path:none;}
}
/* front-page redesign END */

@media only screen and (max-width: 767px) {
    .nf-hero-side-num {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .nf-hero {
        margin-top: 56px;
        min-height: 280px !important;
        height: 42vh !important;
    }
    .nf-hero-title{
        font-size: clamp(32px, 6.4vw, 92px) !important;
    }
}

/* ============================================================
   会社情報ページ - front-page のトンマナに合わせて再調整
   palette / typography / hairline border を front-page に合わせる
   ============================================================ */
.kp-main-content.information{
    background:#fbfaf7;
    color:#2b2520;
    font-family:'Noto Sans JP','Helvetica Neue',Arial,sans-serif;
    font-weight:300;
    letter-spacing:.04em;
    line-height:1.9;
    padding:140px 0 160px;
}
@media (max-width:1200px){
    .kp-main-content.information{ padding:90px 0 110px; }
}
@media (max-width:768px){
    .kp-main-content.information{ padding:70px 0 90px; }
}
.kp-main-content.information .kp-content_inner{
    max-width:880px;
    width:88%;
    margin:0 auto;
}
.kp-main-content.information .kp-content::before{
    content:"— Information";
    display:flex;
    align-items:center;
    gap:14px;
    font-family:'Cormorant Garamond',serif;
    font-size:13px;
    letter-spacing:.32em;
    color:#6b4f3a;
    text-transform:uppercase;
    margin-bottom:48px;
}

.kp-main-content.information table{
    width:100%;
    border-collapse:collapse;
    margin:0;
    background:transparent;
    border-top:1px solid #dcd4c7;
}
.kp-main-content.information th,
.kp-main-content.information td{
    border:0;
    border-bottom:1px solid #dcd4c7;
    padding:26px 6px 24px;
    font-weight:400;
    font-size:15px;
    line-height:1.95;
    vertical-align:top;
    background:transparent;
    letter-spacing:.06em;
}
.kp-main-content.information th{
    width:26%;
    text-align:left;
    font-family:'Noto Serif JP','Cormorant Garamond',serif;
    font-weight:500;
    color:#6b4f3a;
    letter-spacing:.14em;
}
.kp-main-content.information td{
    color:#4c423a;
}
.kp-main-content.information td p{
    margin:0;
}
.kp-main-content.information td a{
    color:inherit;
    border-bottom:1px solid #c9bda9;
    padding-bottom:2px;
    transition:color .3s, border-color .3s;
}
.kp-main-content.information td a:hover{
    color:#a17a52;
    border-bottom-color:#a17a52;
}

.kp-main-content.information .kp_kome_mark{
    list-style:none;
    padding:0;
    margin:14px 0 0;
}
.kp-main-content.information .kp_kome_mark li{
    font-size:13px;
    color:#7a6e62;
    line-height:1.85;
    letter-spacing:.04em;
    padding-left:1.2em;
    position:relative;
}
.kp-main-content.information .kp_kome_mark li::before{
    content:"※";
    position:absolute;
    left:0;
    top:0;
    color:#a17a52;
}

@media (max-width:768px){
    .kp-main-content.information th,
    .kp-main-content.information td{
        display:block;
        width:100% !important;
        padding:18px 4px;
        box-sizing:border-box;
    }
    .kp-main-content.information th{
        border-bottom:none;
        padding:18px 4px 0;
        font-size:13px;
    }
    .kp-main-content.information td{
        padding-top:8px;
    }
    .kp-main-content.information .kp-content::before{
        margin-bottom:32px;
    }
}

/* ============================================================
   お問い合わせページ - front-page のトンマナに合わせて再調整
   既存の緑/オレンジ系スタイル（2063〜2209）を上書き
   ============================================================ */
.contact_sec,
.mail_sec{
    background:#fbfaf7;
    color:#2b2520;
    font-family:'Noto Sans JP','Helvetica Neue',Arial,sans-serif;
    font-weight:300;
    letter-spacing:.04em;
    line-height:1.9;
}
.contact_sec{ padding:140px 0 60px; }
.line_sec{ padding:0 0 60px; }
.mail_sec{ padding:40px 0 160px; }
@media (max-width:1200px){
    .contact_sec{ padding:90px 0 40px; }
    .mail_sec{ padding:30px 0 110px; }
}
@media (max-width:768px){
    .contact_sec{ padding:70px 0 30px; }
    .mail_sec{ padding:20px 0 90px; }
}
.contact_sec .content_inner,
.mail_sec .content_inner{
    max-width:760px;
    width:88%;
    margin:0 auto;
    padding:0;
}

/* セクション見出し（h2） - eyebrow + 上品な明朝 */
.contact_sec h2,
.mail_sec > .content_inner > h2{
    position:relative;
    font-family:'Noto Serif JP','Cormorant Garamond',serif;
    font-weight:500;
    font-size:clamp(22px, 2.4vw, 28px);
    letter-spacing:.18em;
    line-height:1.6;
    text-align:center;
    color:#2b2520;
    margin:0 0 48px;
    padding:0;
    border:0;
}
.contact_sec h2 {
	margin: 0;
}
.contact_sec h2::before,
.mail_sec > .content_inner > h2::before{
    display:block;
    font-family:'Cormorant Garamond',serif;
    font-weight:400;
    font-size:13px;
    letter-spacing:.32em;
    color:#6b4f3a;
    text-transform:uppercase;
    margin-bottom:14px;
}
.contact_sec h2::before{ content:"— Tel"; }
.line_sec h2::before{ content:"— LINE"; }
.mail_sec > .content_inner > h2::before{ content:"— Mail"; }
.contact_sec h2::after,
.mail_sec > .content_inner > h2::after{
    content:"";
    display:none;
    width:48px;
    height:1px;
    background:#6b4f3a;
    margin:20px auto 0;
}
.content_inner a.footer-line {
    display: block;
    margin: 30px auto 0;
    line-height: 60px;
    background: #02a400;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    max-width: 300px;
    padding: 0 25px;
    text-align: left;
    box-shadow: 0px 5px 10px -41px rgba(0, 0, 0, 0.035), 0px 40px 80px -41px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    font-weight: 700;
    border-radius: 30px;
}
.post-content .content_inner a.footer-line:hover {
	color: #fff;
	opacity: 0.7;
}
a.footer_but.footer-line::after {
    font-family: 'design_plus';
    content: '\e909';
    font-weight: 500;
	position: absolute;
    right: 25px;
    font-size: 20px;
}

/* 電話番号 */
.contact_sec .con__inner{
    margin-bottom:0;
}
.contact_sec address.con_tel{
    font-family:'Cormorant Garamond','Lato',serif;
    font-weight:300;
    font-style:normal;
    font-size:clamp(36px, 5.4vw, 56px);
    color:#2b2520;
    text-align:center;
    line-height:1;
    letter-spacing:.06em;
    margin:0 0 28px;
}
.contact_sec address.con_tel a{
    color:#2b2520;
    text-decoration:none;
}
.contact_sec span.con_tel_sub{
    font-family:'Cormorant Garamond',serif;
    font-weight:400;
    font-size:.42em;
    letter-spacing:.32em;
    color:#6b4f3a;
    margin-right:14px;
    text-transform:uppercase;
}
@media (max-width:768px){
    .contact_sec address.con_tel{ font-size:34px; }
}

/* 営業時間・定休日 */
.contact_sec p.con-time{
    display:flex;
    align-items:baseline;
    justify-content:center;
    gap:20px;
    width:fit-content;
    margin:0 auto 6px;
    font-size:14px;
    font-weight:400;
    line-height:1.8;
    color:#4c423a;
    letter-spacing:.08em;
}
.contact_sec p.con-time span{
    display:inline-block;
    min-width:5em;
    text-align:left;
    font-family:'Noto Serif JP',serif;
    font-weight:500;
    font-size:12px;
    color:#6b4f3a;
    letter-spacing:.24em;
    margin:0;
}

/* 注意書き */
.contact_sec p.con_caution{
    text-align:center;
    font-size:12px;
    color:#7a6e62;
    letter-spacing:.06em;
    line-height:1.8;
    width:auto;
    max-width:520px;
    margin:0 auto 4px;
}
.contact_sec p.con_caution:before {
	display: none;
}
.contact_sec p.con_caution:first-of-type{
    margin-top:40px;
    padding-top:36px;
    border-top:1px solid #dcd4c7;
}
.contact_sec p.con_caution:last-of-type{
    margin-bottom:0;
}

/* メール案内ボックス */
.mail_sec .mail_info_box{
    background:#f3efe9;
    padding:28px 32px;
    margin-bottom:48px;
    border-left:2px solid #a17a52;
}
.mail_sec .mail_info_box h3{
    font-family:'Noto Serif JP',serif;
    font-weight:500;
    font-size:15px;
    letter-spacing:.1em;
    line-height:1.6;
    color:#2b2520;
    margin:0 0 8px;
    padding:0;
    border:0;
}
.mail_sec .mail_info_box p{
    font-size:13px;
    color:#4c423a;
    letter-spacing:.04em;
    line-height:1.9;
    margin:0;
    font-weight:400;
}

/* CF7 フォーム */
.mail_sec .wpcf7{
    border:none;
    background:none;
}
.mail_sec .wpcf7 form p{
    font-family:'Noto Serif JP',serif;
    font-size:13px;
    font-weight:500;
    letter-spacing:.14em;
    color:#6b4f3a;
    line-height:1.8;
    margin-bottom:24px;
}
.mail_sec .wpcf7 input[type="text"],
.mail_sec .wpcf7 input[type="email"],
.mail_sec .wpcf7 input[type="tel"],
.mail_sec .wpcf7 input[type="url"],
.mail_sec .wpcf7 input[type="number"],
.mail_sec .wpcf7 textarea,
.mail_sec .wpcf7 select{
    width:100%;
    padding:14px 16px;
    background:#fff;
    border:1px solid #dcd4c7;
    border-radius:0;
    font-family:'Noto Sans JP',sans-serif;
    font-size:14px;
    font-weight:400;
    color:#2b2520;
    letter-spacing:.04em;
    line-height:1.7;
    box-sizing:border-box;
    transition:border-color .3s;
    margin-top:8px;
}
.mail_sec .wpcf7 textarea{
    min-height:180px;
    resize:vertical;
}
.mail_sec .wpcf7 input:focus,
.mail_sec .wpcf7 textarea:focus,
.mail_sec .wpcf7 select:focus{
    outline:none;
    border-color:#a17a52;
    box-shadow:none;
}
.mail_sec .wpcf7 span.required{
    background:#a17a52;
    color:#fff;
    font-size:10px;
    font-weight:500;
    letter-spacing:.12em;
    padding:3px 8px;
    border-radius:0;
    margin-left:10px;
}
.mail_sec .wpcf7-list-item{
    margin-left:0;
    margin-right:18px;
    font-weight:400;
    font-size:14px;
    color:#4c423a;
    letter-spacing:.04em;
}

/* 送信ボタン */
.mail_sec .wpcf7 input.wpcf7-submit{
    display:block;
    width:100%;
    max-width:340px;
    margin:48px auto 0;
    padding:20px;
    height:auto;
    background:#2b2520;
    color:#fff;
    border:1px solid #2b2520;
    border-radius:0;
    font-family:'Cormorant Garamond','Noto Serif JP',serif;
    font-size:14px;
    font-weight:400;
    letter-spacing:.36em;
    text-transform:uppercase;
    cursor:pointer;
    transition:background .4s, color .4s, transform .4s;
}
.mail_sec .wpcf7 input.wpcf7-submit:hover{
    background:#fbfaf7;
    color:#2b2520;
    transform:none;
}

/* レスポンスメッセージ */
.mail_sec .wpcf7 form.invalid .wpcf7-response-output,
.mail_sec .wpcf7 form.unaccepted .wpcf7-response-output{
    background:#fbf0ec;
    border:1px solid #d4a89a;
    color:#6b3a2a;
    font-size:13px;
    letter-spacing:.04em;
}
.mail_sec .wpcf7 form.sent .wpcf7-response-output{
    background:#f3efe9;
    border:1px solid #a17a52;
    color:#4a3527;
    font-size:13px;
    letter-spacing:.04em;
}

@media (max-width:768px){
    .contact_sec p.con-time{
        gap:12px;
        font-size:13px;
    }
    .contact_sec p.con-time span{
        min-width:4.5em;
        font-size:11px;
    }
    .mail_sec .mail_info_box{
        padding:22px 22px;
    }
    .mail_sec .wpcf7 input.wpcf7-submit{
        padding:18px;
        letter-spacing:.28em;
    }
}

/* ============================================================
   よくあるご質問ページ - front-page のトンマナに合わせて再調整
   既存のオレンジ "Question.N" カウンターを上書き
   ============================================================ */
.faq_sec{
    background:#fbfaf7;
    color:#2b2520;
    font-family:'Noto Sans JP','Helvetica Neue',Arial,sans-serif;
    font-weight:300;
    letter-spacing:.04em;
    line-height:1.9;
    padding:140px 0 160px;
    counter-reset: faq-num;
}
@media (max-width:1200px){
    .faq_sec{ padding:90px 0 110px; }
}
@media (max-width:768px){
    .faq_sec{ padding:70px 0 90px; }
}
.faq_sec .content_inner{
    max-width:840px;
    width:88%;
    margin:0 auto;
    padding:0;
}

.faq_sec .faq{
    margin-bottom:44px;
    padding-bottom:44px;
    border-bottom:1px solid #dcd4c7;
    box-sizing:border-box;
}
.faq_sec .faq:last-of-type{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:0;
}

.faq_sec .faq h2{
    font-family:'Noto Serif JP','Cormorant Garamond',serif;
    font-weight:500;
    font-size:clamp(17px, 1.7vw, 20px);
    line-height:1.75;
    letter-spacing:.08em;
    color:#2b2520;
    margin:0 0 22px;
    padding:0 0 0 38px;
    border:0;
    text-align:left;
    position:relative;
}
.faq_sec .faq h2::before{
    counter-increment: faq-num;
    content: "Q";
    font-family:'Cormorant Garamond',serif;
    font-weight:400;
    font-size:14px;
    letter-spacing:.32em;
    color:#a17a52;
    line-height:1;
    margin-bottom:14px;
    text-transform:none;
	position: absolute;
	left: 0;
	top: 10px;
}
.faq_sec .faq h2::after{
    content:none;
    display:none;
}

.faq_sec p.answer{
    font-size:14.5px;
    line-height:2.15;
    color:#4c423a;
    letter-spacing:.06em;
    margin:0;
    padding-left:38px;
    position:relative;
    font-weight:400;
}
.faq_sec p.answer::before{
    content:"A.";
    position:absolute;
    left:0;
    top:.1em;
    font-family:'Cormorant Garamond',serif;
    font-weight:400;
    font-size:15px;
    letter-spacing:.2em;
    color:#6b4f3a;
    line-height:1.7;
}

@media (max-width:768px){
    .faq_sec .content_inner::before{
        margin-bottom:36px;
    }
    .faq_sec .faq{
        margin-bottom:32px;
        padding-bottom:32px;
    }
    .faq_sec .faq h2{
        margin-bottom:18px;
    }
    .faq_sec .faq h2::before{
        font-size:13px;
        margin-bottom:10px;
    }
    .faq_sec p.answer{
        font-size:14px;
        padding-left:28px;
    }
    .faq_sec p.answer::before{
        font-size:13px;
    }
}

/* ============================================================
   ご挨拶ページ - front-page のトンマナに合わせて再調整
   既存のflex/border-radius系を上書き
   ============================================================ */
.greeting_sec{
    background:#fbfaf7;
    color:#2b2520;
    font-family:'Noto Sans JP','Helvetica Neue',Arial,sans-serif;
    font-weight:300;
    letter-spacing:.04em;
    line-height:1.9;
    padding:140px 0 160px;
}
@media (max-width:1200px){
    .greeting_sec{ padding:90px 0 110px; }
}
@media (max-width:768px){
    .greeting_sec{ padding:70px 0 90px; }
}
.greeting_sec .content_inner{
    max-width:1040px;
    width:88%;
    margin:0 auto;
    padding:0;
}
.greeting_sec .content_inner::before{
    content:"— Greeting";
    display:flex;
    align-items:center;
    gap:14px;
    font-family:'Cormorant Garamond',serif;
    font-size:13px;
    letter-spacing:.32em;
    color:#6b4f3a;
    text-transform:uppercase;
    margin-bottom:56px;
}

/* greeting_inner 共通 */
.greeting_sec .greeting_inner{
    margin-bottom:120px;
}
.greeting_sec .greeting_inner:last-of-type{
    margin-bottom:0;
}
.greeting_sec .greeting_inner p{
    font-size:15px;
    line-height:2.25;
    color:#4c423a;
    letter-spacing:.06em;
    margin-bottom:24px;
    font-weight:400;
}
.greeting_sec .greeting_inner p:last-of-type{
    margin-bottom:0;
}

/* 1ブロック目：画像 + テキスト */
.greeting_sec .greeting_inner.flex-inner{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:64px;
}
.greeting_sec .greeting__img{
    width:40%;
    padding:0;
    flex-shrink:0;
    display:block;
    position:relative;
    z-index:auto;
    box-sizing:border-box;
}
.greeting_sec .greeting__img img{
    width:100%;
    height:auto;
    display:block;
    border-radius:0;
    aspect-ratio: 3 / 4;
    object-fit:cover;
}
.greeting_sec .greeting__img::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    height:2px;
    background:#6b4f3a;
}
.greeting_sec .greeting__text{
    width:calc(60% - 64px);
    display:block;
    padding:0;
    box-sizing:border-box;
}
.greeting_sec .greeting__text h2{
    font-family:'Noto Serif JP','Cormorant Garamond',serif;
    font-weight:500;
    font-size:clamp(22px, 2.4vw, 32px);
    line-height:1.65;
    letter-spacing:.1em;
    color:#2b2520;
    width:100%;
    margin:0 0 36px;
    padding:0;
    border:0;
    text-align:left;
}
.greeting_sec .greeting__text h2::after{
    content:"";
    display:none;
    width:48px;
    height:1px;
    background:#6b4f3a;
    margin:24px 0 0;
}
.greeting_sec .greeting__text p{
    width:100%;
    margin-bottom:22px;
}

/* 2・3ブロック目：見出し + テキスト */
.greeting_sec .greeting_inner:not(.flex-inner){
    max-width:780px;
    margin-left:auto;
    margin-right:auto;
}
.greeting_sec .greeting_inner h3{
    font-family:'Noto Serif JP','Cormorant Garamond',serif;
    font-weight:500;
    font-size:clamp(19px, 2.0vw, 24px);
    line-height:1.65;
    letter-spacing:.1em;
    color:#2b2520;
    margin:0 0 32px;
    padding:0;
    border:0;
    text-align:left;
    position:relative;
}
.greeting_sec .greeting_inner h3::before{
    content:"";
    display:block;
    width:32px;
    height:1px;
    background:#a17a52;
    margin-bottom:22px;
}
.greeting_sec .greeting_inner h3::after{
    content:none;
    display:none;
}

/* 署名 */
.greeting_sec p.name{
    font-family:'Noto Serif JP','Cormorant Garamond',serif;
    font-size:18px;
    font-weight:500;
    line-height:1;
    letter-spacing:.14em;
    text-align:right;
    color:#2b2520;
    margin:56px 0 0;
    padding-top:32px;
    border-top:1px solid #dcd4c7;
}
.greeting_sec p.name span{
    font-family:'Cormorant Garamond',serif;
    font-size:.65em;
    font-weight:400;
    letter-spacing:.32em;
    color:#6b4f3a;
    margin-right:18px;
    text-transform:uppercase;
    display:inline-block;
}

@media (max-width:900px){
    .greeting_sec .greeting_inner.flex-inner{
        flex-direction:column;
        gap:36px;
    }
    .greeting_sec .greeting__img,
    .greeting_sec .greeting__text{
        width:100%;
        max-width:none;
    }
    .greeting_sec .greeting__img{
        max-width:420px;
        margin:0 auto;
    }
}
@media (max-width:768px){
    .greeting_sec .content_inner::before{
        margin-bottom:36px;
    }
    .greeting_sec .greeting_inner{
        margin-bottom:64px;
    }
    .greeting_sec .greeting__text h2{
        margin-bottom:28px;
    }
    .greeting_sec .greeting_inner h3{
        margin-bottom:24px;
    }
    .greeting_sec p.name{
        font-size:16px;
        margin-top:40px;
        padding-top:24px;
    }
}

/* ============================================================
   事業内容ページ - front-page のトンマナに合わせて再調整
   既存の flex-inner / nth-of-type レイアウトを上書き
   ============================================================ */
.service_sec{
    background:#fbfaf7;
    color:#2b2520;
    font-family:'Noto Sans JP','Helvetica Neue',Arial,sans-serif;
    font-weight:300;
    letter-spacing:.04em;
    line-height:1.9;
    padding:140px 0 160px;
    counter-reset: service-num;
}
@media (max-width:1200px){
    .service_sec{ padding:90px 0 110px; }
}
@media (max-width:768px){
    .service_sec{ padding:70px 0 90px; }
}
.service_sec .content_inner{
    max-width:1180px;
    width:90%;
    margin:0 auto;
    padding:0;
}
/* service_box 共通 - grid で 1:1 + 偶数行を rtl で左右反転 */
.service_sec .service_box{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
    margin-bottom:120px;
    counter-increment: service-num;
}
.service_sec .service_box:last-of-type{
    margin-bottom:0;
}
.service_sec .service_box:nth-of-type(even){
    direction:rtl;
}
.service_sec .service_box:nth-of-type(even) > *{
    direction:ltr;
}

/* 既存の nth-of-type による margin/padding トリックを無効化 */
.service_sec .service_text,
.service_sec .service_img,
.service_sec .service_box:nth-of-type(odd) .service_text,
.service_sec .service_box:nth-of-type(even) .service_text,
.service_sec .service_box:nth-of-type(even) .service_img{
    width:auto;
    margin:0;
    padding:0;
}

/* 画像 - 角丸なし、下端に front-page と同じ茶ヘアラインアクセント */
.service_sec .service_img{
    position:relative;
    overflow:hidden;
    background:#f3efe9;
}
.service_sec .service_img img{
    width:100%;
    height:auto;
    display:block;
    aspect-ratio: 1 / 1.03;
    object-fit:cover;
    transition:transform 1.4s cubic-bezier(.2,.7,.2,1);
}
.service_sec .service_box:hover .service_img img{
    transform:scale(1.04);
}
.service_sec .service_img::after{
    content:"";
    position:absolute;
    left:0;right:0;bottom:0;
    height:2px;
    background:#6b4f3a;
}

/* 見出し - Service 番号付き */
.service_sec .service_text h2{
    font-family:'Noto Serif JP','Cormorant Garamond',serif;
    font-weight:500;
    font-size:clamp(22px, 2.4vw, 30px);
    line-height:1.7;
    letter-spacing:.1em;
    color:#2b2520;
    margin:0 0 32px;
    padding:0;
    border:0;
    text-align:left;
    position:relative;
}
.service_sec .service_text h2::before{
    content:"— Service " counter(service-num, decimal-leading-zero);
    display:block;
    font-family:'Cormorant Garamond',serif;
    font-weight:400;
    font-size:13px;
    letter-spacing:.32em;
    color:#a17a52;
    line-height:1;
    margin-bottom:20px;
    text-transform:uppercase;
}
.service_sec .service_text h2::after{
    content:"";
    display:none;
    width:48px;
    height:1px;
    background:#6b4f3a;
    margin:26px 0 0;
}

/* 本文 - 既存の .service_box p { font-size: 0.85rem } を上書き */
.service_sec .service_text p{
    font-size:15px;
    line-height:2.25;
    color:#4c423a;
    letter-spacing:.06em;
    margin-bottom:22px;
    font-weight:400;
}
.service_sec .service_text p:last-of-type{
    margin-bottom:0;
}

@media (max-width:970px){
    .service_sec .service_box,
    .service_sec .service_box:nth-of-type(even){
        grid-template-columns:1fr;
        direction:ltr;
        gap:32px;
    }
    .service_sec .service_box:nth-of-type(even) > *{
        direction:ltr;
    }
    .service_sec .service_img{
        max-width:540px;
        margin:0 auto;
    }
    .service_sec .service_text{
        margin-bottom:0;
    }
}
@media (max-width:768px){
    .service_sec .content_inner::before{
        margin-bottom:40px;
    }
    .service_sec .service_box{
        margin-bottom:64px;
        gap:28px;
    }
    .service_sec .service_text h2{
        margin-bottom:24px;
    }
    .service_sec .service_text h2::before{
        font-size:12px;
        margin-bottom:16px;
    }
}