@charset "UTF-8";
/* 整理収納・片付け・家事代行grow CSS Document */
/* 共通部分 */
body {
    background: #fff;
    color: #595757;
    overflow: hidden;
    font-size: 17px;
    font-size: clamp(17px, 0.8vw, 20px);
    letter-spacing: .05rem;
    counter-reset: number 0 counter-reset1 counter-reset2;
    position: relative;
    z-index: 0;
}
a, .post-content a {
    color: #595757;
}
.font-1, .headline-font-type, .post-date, .article03-date {
    font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
}
p, .post-content p {
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 2;
}
.post-content ul {
    font-size: 0.95rem;
    font-weight: 400;
    list-style: disc;
}
.breadcrumb-wrapper {
    height: 25px;
    background: none;
}
.breadcrumb.inner {
    width: fit-content !important;
    max-width: 1150px;
    font-size: 0.85rem;
    font-weight: 500;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 !important;
}
.signage {
    height: 250px;
    background: none;
    position: relative;
}
.signage-title, .signage-title-sub {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
}
.signage-title {
    font-size: 2.5rem !important;
    font-weight: 700;
    letter-spacing: .2rem;
    color: #463722 !important;
}
.signage-title-sub {
    font-size: 1.15rem !important;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    margin-top: 20px;
    letter-spacing: .1rem;
    line-height: 1;
    color: #8C7E64 !important;
}
@media only screen and (max-width: 768px) {
    .signage {
        height: 180px;
    }
    .signage-title {
        font-size: 2rem !important;
        letter-spacing: .1rem;
    }
    .signage-title-sub {
        font-size: 0.9rem !important;
    }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
    content: 'Scroll';
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #b1a28f;
    text-align: center;
    font-size: 12px;
    transform: translateX(-50%);
    z-index: 2;
}
.home .header::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #b1a28f;
    bottom: 20px;
    left: 50%;
    z-index: 1;
}
.header-bar {
    z-index: 9999;
    box-shadow: none;
}
.logo-image {
    width: 236px;
    height: auto;
    margin-left: 20px;
}
.header-bar-inner {
    justify-content: space-between;
    height: 100%;
    width: 100%;
    max-width: unset;
    z-index: 100;
}
.global-nav > ul > li > a, .global-nav .sub-menu a, .global-nav a:hover, .global-nav .current-menu-item > a {
    color: #463722;
}
.global-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 100vh;
    z-index: 50;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}
body.shown-nav .global-nav {
    opacity: 1;
    visibility: visible;
    width: 25%;
}
.global-nav > ul > li > a {
    font-size: 17px;
    font-weight: 400;
    line-height: 95px;
    height: 100px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    transition: all 0.8s;
    z-index: 0;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
    content: "";
    width: 0;
    height: 5px;
    background: #ec8753;
    opacity: 0.25;
    top: 45px;
    left: 20px;
    position: absolute;
    transition: all 0.5s;
    z-index: -1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
    width: calc(100% - 40px);
}
.global-nav > ul > li > a::after {
    content: "";
    position: relative;
    text-align: center;
    display: block;
    bottom: 25px;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
}
.global-nav > ul > li.global-menu-home > a::after {
    content: "HOME";
}
.global-nav > ul > li.global-menu-price > a::after {
    content: "PRICE・MENU";
}
.global-nav > ul > li.global-menu-greeting > a::after {
    content: "GREETING";
}
.global-nav > ul > li.global-menu-information > a::after {
    content: "INFORMATION";
}
.global-nav > ul > li.global-menu-contact > a::after {
    content: "CONTACT";
}
.global-nav .sub-menu {
    top: 110%;
}
.global-nav .sub-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
    font-size: 15px;
    font-weight: 400;
    background: #fff !important;
}
.global-nav .sub-menu a::before {
    content: none;
}
.global-nav .sub-menu a:hover {
    color: #8C7E64 !important;
    background: #fff !important;
}

.global-nav-button {
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding: 15px 20px;
    width: 260px;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid #595758;
    border-radius: 30px;
    color: #b1a28f;
    position: relative;
    z-index: 99;
}
.global-nav-button span {
    color: #b1a28f;
    text-transform: uppercase;
}
.global-nav-button:after {
    content: "\f0c9";
    display: block;
    font-family: "design_plus";
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    text-align: center;
    width: 24px;
    height: 24px;
}
.global-nav-button.active:after {
    content: "\e91a";
    font-size: 24px;
}
.global-nav > ul > li {
    float: none;
}
@media only screen and (max-width: 1200px) {
    .home .header::before, .home .header::after {
        content: none;
    }
    .logo-image {
        width: 160px;
    }
    .header-bar {
        top: 0;
        border-color: #fffdf1;
        box-shadow: none;
    }
    .global-nav-button {
        padding: 5px 10px;
        width: 120px;
    }
    .global-nav-button:before {
        color: #463722;
    }
    .global-nav-button:hover:before {
        color: #8C7E64;
    }
    .global-nav a {
        background: none;
    }
    .global-nav .sub-menu li:first-child a {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .global-nav .sub-menu li:last-child a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .global-nav .sub-menu a {
        font-size: 12px;
        line-height: 51px;
        color: #463722 !important;
        background: #fff !important;
        padding: 0 25px;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        color: #8C7E64 !important;
        background: #fff !important;
    }
    .global-nav > ul > li > a:before {
        content: none !important;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #463722;
    }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
    display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-wrapper {
    width: calc(100% - 150px);
    margin-left: auto;
    margin-right: 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #fff;
}
.top-slider-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, #fff 10%, #8C7E6400 90%);
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.65;
}
.top-slider-content {
    border-radius: 0;
    width: 100% !important;
    height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
    background: none;
}
.top-slider-content-inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
}
.top-slider-content-inner p {
    /*display: none;*/
}
.top-slider span {
    background-position: right center;
    background-size: auto 100%;
    height: calc(100% - 62px);
}
.top-slider-content-inner:after {
    content: none;
}
.front-slider-box {
    width: 90%;
    margin: 0 auto;
}
.front-copy-img {
    width: 80%;
    max-width: 400px;
}
.front-copy-img img {
    width: 50%;
}
h2.front-main-title {
    color: #b1a28f;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}
h2.front-main-title span {
    margin-top: 18px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1rem;
    display: block;
}
.front_original01 {
    background: #f7f6f4;
    margin-top: 180px;
    position: relative;
}
.front_original01:before {
    background: url(img/wave-1-1.png) no-repeat;
    background-size: cover;
    content: "";
    height: 134px;
    position: absolute;
    left: 0;
    right: 0;
    top: -134px;
}
.front_original03:before {
    background: url(img/wave-2-1.png) no-repeat;
    background-size: cover;
    content: "";
    height: 334px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.front-original01-inner {
    align-items: center;
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.front-original01__text {

}
.front-original01__text h2 {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 0 20px;
}
.front-original01__text h2::before {
    content: 'about us';
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    text-orientation: initial;
    color: #b1a28f;
}
.front-original01__text p {
    font-size: 1rem;
    line-height: 2.2;
    letter-spacing: .1rem;
}
.front-original01__text p:last-child {
    margin-left: 0;
    margin-bottom: 0;
}
.content02 {
    background: #f7f6f4 !important;
    padding-top: 70px;
    padding-bottom: 70px;
    background: none;
    position: relative;
    z-index: 0;
}
.content02-inner {
    width: 90%;
    padding: 0;
}
.content02 h2 {
    margin-bottom: 50px;
}
a.content02-content {
    width: calc(33.3333% - 7px);
    margin-right: 10.5px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    background: #fff;
    padding: 60px 30px 0;
    border-radius: 20px;
}
a.content02-content:nth-of-type(3) {
    margin-right: 0;
    margin-bottom: 0;
}
a.content02-content:hover {
    background: #fffdf1;
}
.content02-item {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.content02-img {
    width: 100%;
    margin: 0 auto;
    transition: 0.8s;
    overflow: hidden;
}
a .content02-img img {
    opacity: 1;
    transition: 0.8s;
}
a:hover .content02-img img {
    opacity: 0.7;
}
h3.content02-title {
    font-size: 1.15rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #b1a28f;
}
a.content02-content::before {
    background: #b1a28f;
    border-radius: 20px 0 20px 0;
    content: "Price-Menu";
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    padding: 14px 0;
    text-align: center;
}
a.content02-content:nth-of-type(2)::before {
    content: "Q&A";
}
a.content02-content:nth-of-type(3)::before {
    content: "Flow";
}
h3.content02-title, .content02-text {
    transition: all 0.8s;
}
.content02-text {
    font-size: 0.9rem;
    line-height: 2;
    color: #463722;
}
.content02-button {
    height: auto;
    text-align: center;
    position: relative;
    margin: 15px auto 0;
    margin-bottom: -25px;
    margin-right: auto;
    background: none !important;
    box-sizing: border-box;
    transition: all 0.8s ease 0s;
    z-index: 0;
}
.content02-button span {
    background: url(img/more-bg.png) no-repeat;
    color: #61461F;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .02rem;
    line-height: 72px;
    height: 82px;
    width: 94px;
    text-transform: uppercase;
}
.content02-button:hover {
    color: #463722;
}
.front_original02 {
    padding: 6em 0;
    position: relative;
    color: #fff;
    background: #f7f6f4 url(img/img_concept.png) no-repeat top center;
    background-size: cover;
}
.front_original02:after {
    background: url(img/concept-bg-bottom.png) no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 182px;
}
.front-original02-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.front-original02__img {
    width: 55%;
    margin-left: -100%;
    padding-right: 5vw;
    box-sizing: border-box;
}
.front-original02__text {
    box-sizing: border-box;
    display: block;
    max-width: 70%;
}
.front-original02__text h2 {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 2.2;
    margin: 0 0 20px;
}
.front-original02__text h2::before {
    content: 'Concept';
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
    text-orientation: initial;
}
.front-original02__text p {
    font-size: 1rem;
    letter-spacing: .08rem;
    line-height: 2.5;
}
.front-original02__text p:last-child {
    margin-left: 0;
    margin-bottom: 0;
}
.front_original03 {
    padding: 6em 0 8em;
    position: relative;
}
.front-original03-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.front_original03 h2 {
    color: #b1a28f;
    text-align: left;
    margin-bottom: 150px;
}
.front-original03-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.third-box {
    align-items: center;
    margin-bottom: 50px;
}
.third-box:nth-of-type(even) {
    flex-direction: row-reverse;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text, .front-original01__text {
    width: 50%;
    box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-text {
    padding-right: 1vw;
}
.third-box:nth-of-type(even) .front-third-text {
    padding-left: 1vw;
}
.front-third-img, .front-original01__img {
    width: 50%;
    box-sizing: border-box;
}
.third-box:nth-of-type(even) .front-third-img img {
    margin-left: -100px;
}
.front-third-text figure img {
    height: 64px;
    width: auto;
}
h3.third_title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 15px;
}
.front_topics {
    padding-top: 6em;
    padding-bottom: 6em;
    margin: 0 auto 10px;
    position: relative;
}
.front_topics::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 103px;
    top: 0;
    left: 0;
    background: url(img/wave-1.svg) no-repeat center;
    background-size: cover;
}
.front-topics-inner {
    width: 86%;
    max-width: 1100px;
    margin: 0 auto;
}
h2.front-topics-title {
    color: #b1a28f;
    margin-bottom: 60px;
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    margin: 0;
    position: relative;
    background: #F7F6F4;
}
.footer_contact_sec {
    padding: 5em 0 3em;
}
.footer_contact_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.footer_contact_bg {
    width: 70%;
    box-sizing: border-box;
}
.footer_menu_bg {
    width: 30%;
    padding-left: 6vw;
    border-left: 2px solid #f9ead8;
    box-sizing: border-box;
}
h2.footer-logo-name {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .05rem;
    margin-bottom: 20px;
}
dl.address_body {
    width: 100%;
    max-width: 500px;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}
dl.address_body:last-of-type {
    margin-bottom: 20px;
}
dd.address_text {
    margin-top: 3px;
    padding-left: 1vw;
    box-sizing: border-box;
}
address.footer_tel {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    letter-spacing: .08rem;
    margin-bottom: 10px;
}
span.footer_tel_sub {
    font-size: 1rem;
    letter-spacing: .08rem;
    margin-right: 4px;
}
p.caution.footer-caution {
    font-size: 0.85rem;
}
ul.sns__links {
    width: 100%;
    max-width: 320px;
    margin-top: 25px;
}
li.sns__links-item {
    width: calc(25% - 7.5px);
    margin-right: 10px;
    box-sizing: border-box;
}
ul.sns__links li: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: 16px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: all 0.5s;
    z-index: 1;
}
a.footer_mail_but::before {
    content: '\f0e0';
    background: #8C7E64;
}
a.footer_insta_but::before {
    content: "\ea92";
    background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_line_but::before {
    content: "\e909";
    background: #00b900;
}
a.footer_face_but::before {
    content: "\e902";
    background: #1877f2;
}
a.footer_ameblo_but::before {
    content: "\e953";
    background: #298737;
}
a.footer_sns:hover {
    background: none;
}
a.footer_mail_but:hover {
    color: #8C7E64;
}
a.footer_insta_but:hover {
    color: #ff0357;
}
a.footer_line_but:hover {
    color: #00b900;
}
a.footer_face_but:hover {
    color: #1877f2;
}
a.footer_ameblo_but:hover {
    color: #298737;
}
a.footer_sns:hover::before {
    opacity: 0.8;
}
a.footer_sns span {
    margin-top: 8px;
    text-align: center;
    display: block;
    font-size: 10px;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
}
ul.footer-content-list-outer {
    width: 100%;
    box-sizing: border-box;
}
ul.footer-content-list-outer:first-of-type {
    padding-bottom: 10px;
    margin: 0;
}
ul.footer-content-list-outer li {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
}
ul.footer-content-list-outer li:last-of-type {
    margin-bottom: 0;
}
ul.footer-content-list-outer li.footer-content-title {
    font-size: 0.9rem;
    font-family: "Nunito", sans-serif;
    letter-spacing: .1rem;
    line-height: 1;
    margin-bottom: 10px;
    color: #8C7E64;
}
a.footer_but {
    position: relative;
    transition: all 1s ease 0s;
    z-index: 0;
}
a.footer_but::after {
    content: '';
    position: absolute;
    width: 0;
    height: 10px;
    background: #8C7E64;
    opacity: 0.35;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
}
a.footer_but:hover::after {
    width: 100%;
}
.footer-content {
    display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
    background: none;
}
.footer-bar01-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.copyright {
    font-size: 10px;
    text-align: left;
    color: #463722;
}
.pagetop {
    right: 5px;
    bottom: 5px;
    transition: all 0.5s ease 0s;
}
.pagetop:hover {
    bottom: 20px;
}
.pagetop a {
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #ec8753;
}
.pagetop a::before {
    content: "\ea3a";
    width: 15px;
    height: 15px;
    font-size: 15px;
    font-weight: 700;
}
.pagetop a:hover {
    color: #fff;
    background: #f97633;
}
.front-original01__img {
    padding-right: 100px;
}
@media only screen and (max-width: 1200px) {
    .top-slider {
        height: calc(60vh - 50px);
    }
    .header-youtube:not(.bg-image) {
        height: calc(100vw * 9 / 16 - 10px) !important;
    }
    .top-slider-wrapper {
        width: 100%;
        border-radius: 0;
    }
    .front_original01, .front_original03 {
        padding: 4em 0;
    }
    .front_original02 {
        padding: 4em 0 10em;
    }
    .front-original01__text, .front-original02__text {
        height: 100%;
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
    }
    .front-original01__text h2, .front-original01__text p, .front-original02__text h2, .front-original02__text p {
        margin-left: 0;
    }
    .front-original01__text h2, .front-original02__text h2 {
        letter-spacing: 0;
        margin-bottom: 20px;
    }
    .front-original01__text h2 br, .front-original02__text h2 br {
        display: contents;
    }
    .front-original01__text h2::after, .front-original02__text h2::after {
        margin-right: 0;
        margin-top: 15px;
    }
    .front-original01__text p, .front-original02__text p {
        line-height: 2;
        margin-bottom: 15px;
    }
    .front-original01__text p {
        height: auto;
    }
    .front_topics {
        padding-bottom: 4em;
    }
    .footer_contact_sec {
        padding: 4em 0 2em;
    }
}
@media only screen and (max-width: 970px) {
    .content02 {
        padding-bottom: 40px;
    }
    .content02::after {
        height: 99%;
    }
    .content02 h2 {
        margin-bottom: 30px;
    }
    a.content02-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .front_original02 {
        padding: 3em 0;
    }
    .front-third-text, .front-third-img, .front-original01__img, .front-original01__text {
        width: 100%;
    }
    .front-third-text {
        margin-bottom: 20px;
    }
    .third-box:nth-of-type(odd) .front-third-text {
        padding-right: 0;
    }
    .third-box:nth-of-type(even) .front-third-text, .third-box:nth-of-type(even) .front-third-img {
        margin-left: 0;
    }
    .third-box:nth-of-type(even) .front-third-text {
        padding-left: 0;
    }
    .dp-footer-bar {
        font-size: 10px;
        background: #595757 !important;
        border-top: 1px solid #595757 !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid #f7f7f0 !important;
    }
    .dp-footer-bar a {
        color: #fff;
    }
    .dp-footer-bar a span {
        font-weight: 700;
    }
    .dp-footer-bar-icon:before {
        font-weight: 400;
    }
    .icon-file-text::before {
        content: "\e909";
    }
}
@media only screen and (max-width: 768px) {
    .top-slider {
        height: calc(100vh - 55px);
    }
    .top-slider-wrapper::before {
        opacity: 0.8;
    }
    h2.front-main-title {
        font-size: 2rem;
        letter-spacing: .1rem;
    }
    h2.front-main-title span {
        font-size: 0.75rem;
        margin-top: 10px;
    }
    .front_original01, .front_original03 {
        padding: 3em 0;
    }
    .front-original01__text h2 {
        font-size: 1.8rem;
    }
    .front-original02__text h2 {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .front-original01__text h2::after, .front-original02__text h2::after {
        font-size: 0.9rem;
    }
    a.content02-content {
        padding: 60px 15px 0;
    }
    .front_original03 h2 {
        margin-bottom: 30px;
    }
    .third-box {
        margin-bottom: 30px;
    }
    .front-third-text::before {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
    h3.third_title {
        margin-bottom: 10px;
    }
    .front_topics {
        padding-bottom: 3em;
    }
    .front_topics::after {
        height: 98.5%;
    }
    h2.front-topics-title {
        margin-bottom: 35px;
    }
    .footer_contact_sec {
        padding: 3em 0 1em;
    }
    .pagetop {
        bottom: 70px !important;
    }
    .social-nav {
        display: none;
    }
    .front-original01__img {
        padding-right: 0;
    }
    .front-original02__text {
        max-width: none;
    }
    .third-box:nth-of-type(2n) .front-third-img img {
        margin-left: 0;
    }
    body.shown-nav .global-nav {
        width: 100%;
        overflow-y: scroll;
    }
    .top-slider span {
        background-size: 100% auto;
        height: 100%;
    }

    .top-slider-content {
        position: relative;
        z-index: 99;
        transform: translateY(-50%);
        margin-bottom: -45%;
    }
    .front-copy-img {
        width: auto;
        max-width: none;
    }
}
@media only screen and (max-width: 555px) {
    .footer_contact_bg, .footer_menu_bg {
        width: 100%;
    }
    .footer_menu_bg {
        max-width: 400px;
        margin-top: 40px;
        padding-left: 0;
        border-left: 0;
    }
    ul.footer-content-list-outer {
        width: 50%;
    }
    ul.footer-content-list-outer:first-of-type {
        padding-bottom: 0;
        padding-right: 2vw;
    }
}
@media only screen and (max-width: 485px) {
    .top-slider {
        height: calc(55vh - 55px);
    }
    .front_original02::before {
        background-position-x: 25%;
    }
}
@media only screen and (max-height: 400px) {
    .top-slider {
        height: 100vh;
    }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
    margin: 0;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
.post-content h2 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-top: 0;
    text-align: center;
}
.post-content h2::after {
    content: "";
    display: block;
    background: #8C7E64;
    border-radius: 100px;
    width: 8px;
    height: 8px;
    margin: 15px auto 0;
}
.post-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
    padding: 0;
    color: #8C7E64;
}
@media only screen and (max-width: 767px) {
    .post-content h3 {
        font-size: 5.6vw;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 1.5;
        padding: 0;
        color: #ec8753;
    }
}
.post-content h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    position: relative;
}
.post-content h4::before {
    content: '';
    position: absolute;
    background: #ec8753;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 0;
}
.post-content .s_table {
    width: 100%;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content td {
    font-size: 0.95rem;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.8;
    padding: 24px 2px 21px;
    background: none;
    border: 0;
    border-bottom: 1px solid #f9d3a5;
    box-sizing: border-box;
}
.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 {
        font-size: 0.95rem;
        padding: 14px 2px 12px;
        display: block;
        box-sizing: border-box;
        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: 40px 0 50px;
    }
    .post-content h2 {
        line-height: 1.5;
    }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 100px;
}
.archive-header {
    margin: 90px 0 40px;
}
h1.archive-title {
    font-weight: 700;
    color: #463722;
}
.post-header {
    text-align: left;
    margin-bottom: 30px;
}
h1.post-title {
    font-weight: 500;
    line-height: 1.8;
}
.article03 {
    border: 1px solid #8C7E64;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}
.article03, .article03-thumbnail {
    transition: all 0.5s ease 0s;
}
.article03:hover {
    border-radius: 10px;
}
.article03 a:hover .article03-thumbnail {
    border-radius: 9px 9px 0 0;
}
.article03-content {
    padding: 15px 18px;
}
.article03-title {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #463722;
}
.article03-date {
    font-size: 12px;
}
.article03 a:hover {
    background: #fffdf1;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
}
.post-title {
    color: #463722;
}
.nav-links01 {
    border-top: 1px solid #f9d3a5;
    border-bottom: 1px solid #f9d3a5;
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px solid #f9d3a5;
}
.article01-thumbnail {
    border: 1px solid #f9d3a5;
    border-radius: 10px;
    box-sizing: border-box;
}
.article01-title a {
    font-size: 0.9rem;
    font-weight: 400;
    color: #463722;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
    font-size: 15px;
    font-weight: 500;
}
.post-meta-box {
    background: #fff;
    box-sizing: border-box;
    padding: 18px 25px;
}
.post-meta-box-item::before {
    color: #8C7E64;
}
.post-meta-box-item a {
    font-weight: 700;
}
.headline-bar {
    color: #8C7E64;
    font-weight: 600;
    text-align: left;
    background: #fffdf1;
}
.side_widget .headline-bar {
    font-size: 16px;
    padding: 18px 15px;
    background: #fff;
}
.widget_recent_entries .post-date {
    color: #463722;
    line-height: 1.5;
    font-size: 11px;
    margin-top: 7px;
}
.widget_recent_entries .post-date:before {
    color: #8C7E64;
    font-size: 10px;
}
.widget_recent_entries li {
    border-color: #f9d3a5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.widget_recent_entries li a {
    font-size: 13px;
    line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 80px;
    }
    .article03-title {
        height: 50px;
        font-size: 0.85rem;
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    .side_widget .headline-bar {
        height: 40px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .front-copy-img img {
        margin: 0 auto;
        max-width: 120px;
    }
}
@media only screen and (max-width: 768px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 30px;
    }
    .archive-header {
        margin: 50px 0 30px;
    }
    h2.archive-title {
        font-size: 25px !important;
    }
    h1.post-title {
        font-size: 1.2rem !important;
    }
    .nav-links01-previous a::before, .nav-links01-next a::after {
        color: #8C7E64;
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 1px solid #f9d3a5;
    }
}
@media only screen and (max-width: 500px) {
    .post-title, .post-meta {
        text-align: left;
    }
    .article03-title {
        font-size: 10px;
        margin-top: 0;
    }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
p.caution {
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
}
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: #f35d63;
}
ul.list {
    margin: 0;
    list-style: none;
}
ul.list li {
    padding-left: 15px;
    line-height: 1.5;
    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: #ec8753;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    top: 8px;
    left: 0;
}
ul.list.caution_list li::before {
    content: '※';
    background: none;
    top: 0;
    color: #f35d63;
}
a.content_but {
    width: 100%;
    max-width: 330px;
    padding: 16px 22px;
    margin-top: 10px;
    color: #fff;
    background: #8C7E64;
    border-radius: 100px;
    font-weight: 700;
    letter-spacing: .05rem;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition: 0.8s;
}
a.content_but:hover {
    color: #fff;
    background: #ec8753;
}
a.content_but::after {
    position: absolute;
    content: '\ea3c';
    font-family: 'design_plus';
    font-size: 12px;
    top: 20px;
    right: 22px;
    transition: all 0.8s;
}
/* コンテンツ 共通 END */
/* 料金・メニュー */
.price_sec .content_inner {
    max-width: 950px;
}
.price_sec p {
    margin-bottom: 20px;
}
.price_sec p:last-of-type {
    margin-bottom: 0;
}
.price_box {
    margin-top: 70px;
}
.course_box {
    padding: 25px 30px;
    border-radius: 10px;
    background: #fffbda;
    box-sizing: border-box;
}
table.price_tbl {
    border: 1px solid #f9d3a5;
    border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
    font-size: 1rem;
    font-weight: 500;
    padding: 22px 25px 18px;
    line-height: 1.5;
    background: #fff;
}
table.price_tbl th {
    width: 65%;
}
span.price_detail {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 7px;
    display: block;
}
table.price_tbl td {
    text-align: end;
    padding-left: 0;
}
.course__inner {
    margin-top: 30px;
}
.course_two {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}
.course_two img {
    border-radius: 10px;
}
@media only screen and (max-width: 970px) {
    table.price_tbl th, table.price_tbl td {
        padding: 12px 15px;
    }
    table.price_tbl th {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 768px) {
    .price_box {
        margin-top: 30px;
    }
    .course_box {
        padding: 20px 25px;
    }
}
@media only screen and (max-width: 485px) {
    .course_two {
        width: 100%;
        padding: 2px;
    }
}
/* 料金・メニュー END */
/* よくある質問*/
.faq_sec .content_inner {
    max-width: 1000px;
}
.faq {
    margin-bottom: 50px;
    box-sizing: border-box;
}
.faq:last-of-type {
    margin-bottom: 0;
}
.faq h2 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
    position: relative;
}
.faq h2::after {
    content: none;
}
.faq p {
    position: relative;
    padding: 1px 0;
    margin-bottom: 10px;
}
.faq p:last-child {
    margin-bottom: 0;
}
.faq h2, .faq p {
    padding-left: 50px;margin-top: 0;
}
.faq h2::before, p.answer::before {
    content: "Q";
    position: absolute;
    font-size: 20px;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    color: #fff;
    background: #8C7E64;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100px;
    text-align: center;
    box-sizing: border-box;
    left: 0;
    top: 1px;
}
p.answer::before {
    content: 'A';
    background: #ec8753;
    top: 0;
}
@media only screen and (max-width: 768px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq h2, .faq p {
        padding-left: 45px;
    }
}
/* よくある質問 END */
/* ご依頼の流れ */
.flow_sec .content_inner {
    max-width: 1000px;
}
.flow {
    padding-left: 75px;
    padding-top: 17px;
    padding-bottom: 50px;
    position: relative;
    box-sizing: border-box;
}
.flow:first-of-type {
    margin-top: 80px;
}
.flow:last-of-type {
    padding-bottom: 0;
}
.flow::before {
    counter-increment: number 1;
    content: counter(number)"";
    position: absolute;
    text-align: center;
    width: 40px;
    height: 70px;
    line-height: 69px;
    font-size: 2.5rem;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    color: #8C7E64;
    background: #fffdf1;
    border-top: 2px solid;
    border-bottom: 2px solid;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: -1;
}
.flow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 100%;
    background: #8C7E64;
    z-index: -2;
}
.flow:last-of-type::after {
    display: none;
}
.flow h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
}
.flow h2::after {
    content: none;
}
.flow p {
    margin-bottom: 12px;
}
.flow p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .flow {
        padding-left: 55px;
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .flow:first-of-type {
        margin-top: 30px;
    }
}
/* ご依頼の流れ END */
/* ご挨拶 */
.greeting_sec h2 {
    line-height: 1.5;
    text-align: left;
    margin-bottom: 30px;
    color: #8C7E64;
}
.greeting_sec h2::after {
    content: none;
}
.greeting_sec p {
    margin-bottom: 15px;
}
.greeting_sec p:last-of-type {
    margin-bottom: 0;
}
.greeting__inner {
    margin-bottom: 100px;
}
.greeting__inner.row-reverse {
    flex-direction: row-reverse;
}
.greeting_img {
    width: 30%;
    box-sizing: border-box;
}
.greeting__inner-second .greeting_img {
    width: 40%;
}
.greeting_img h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}
.greeting_img img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 20px;
    border: 1px solid #f9d3a5;
    border-radius: 100%;
    box-sizing: border-box;
}
.greeting__inner-second img {
    margin: 0 auto;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    aspect-ratio: 420/300;
    object-fit: cover;
}
.greeting_text {
    width: 70%;
    padding-left: 4vw;
    box-sizing: border-box;
}
.greeting__inner-second .greeting_text{
    width: 60%;
    padding-right: 0;
    padding-left: 4vw;
}
.greeting__inner-second.row-reverse .greeting_text {
    padding-left: 0;
    padding-right: 4vw;
}
h2.name {
    font-size: 1.3rem;
    text-align: center;
    color: #463722;
    margin-bottom: 15px;
}
h2.name span {
    font-size: 0.9rem;
    margin-left: 10px;
}
@media only screen and (max-width: 970px) {
    .greeting_img, .greeting_text, .greeting__inner-second .greeting_img, .greeting__inner-second .greeting_text {
        width: 100%;
    }
    .greeting_text, .greeting__inner-second .greeting_text {
        padding-left: 0;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .greeting_sec h2 {
        margin-bottom: 20px;
    }
    .greeting__inner {
        margin-bottom: 25px;
    }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
    max-width: 900px;
}
.info_box {
    margin-bottom: 50px;
    padding: 25px 30px;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}
.info_box p {
    margin-bottom: 20px;
}
.info_box p:last-of-type {
    margin-bottom: 0;
}
table.info_tbl th {
    width: 23%;
}
@media only screen and (max-width: 768px) {
    .info_box {
        margin-bottom: 25px;
        padding: 20px 25px;
    }
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 950px;
}
.mail_sec .content_inner {
    padding-top: 0;
}
.con__inner {
    margin-bottom: 60px;
}
.con__inner p {
    margin-bottom: 20px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 2.8rem;
    font-style: normal;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
}
span.con_tel_sub {
    font-size: 1.25rem;
    margin-right: 3px;
}
p.con-caution, p.con-time {
    width: fit-content;
    margin: 0 auto 8px;
}
p.con-time {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}
p.con-time span {
    color: #ec8753;
    margin-right: 12px;
}
.con_line_box {
    padding: 25px 25px 30px;
    color: #fff;
    background: #00b900;
    box-sizing: border-box;
    border-radius: 10px;
}
.con_line_box h2 {
    font-size: 1.4rem;
    line-height: 1.5;
}
.con_line_box h2::after {
    content: none;
}
a.con_line_but {
    width: 100%;
    max-width: 380px;
    padding: 15px 25px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #00b900;
    background: #fff;
    border-radius: 100px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 0 auto;
    transition: 0.5s;
}
a.con_line_but::after {
    content: "\e909";
    font-size: 23px;
    font-weight: 400;
    position: absolute;
    font-family: "design_plus";
    right: 25px;
    transition: 0.5s;
}
a.con_line_but:hover {
    color: #fff;
    background: #8C7E64;
}
p.con_line_text {
    font-weight: 700;
    width: fit-content;
    margin: 20px auto 0;
    line-height: 1.5;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    text-align: center;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .con__inner {
        margin-bottom: 30px;
    }
    address.con_tel {
        font-size: 2rem;
    }
    span.con_tel_sub {
        font-size: 0.9rem;
    }
    .line_con_box {
        width: 100%;
        padding: 20px;
    }
    .mail_info_box p {
        line-height: 1.8;
        text-align: left;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.65rem;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff;
    background: #f35d63;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #fff;
    border-color: #ece5bc;
    padding: 18px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.2;
    margin-bottom: 15px;
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.wpcf7 input[type=checkbox] {
    max-width: 100%;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-top: 15px;
    line-height: 1;
    font-size: 0.9em;
    font-weight: 400;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 30px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    font-size: 1.15rem;
    font-weight: 700;
    font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: .1rem;
    height: 80px;
    color: #fff;
    background: #595757;
    border-radius: 100px;
    transition: all 0.8s ease 0s;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #fff;
    background: #ec8753 !important;
    border-radius: 100px;
}
.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: 768px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
    width: auto;
}

/* ブログ記事の画像 END */
@media only screen and (min-width: 768px) {
    .spshow{display:none;}	
}	
@media only screen and (max-width: 767px) {
    .pcshow{display:none;}
    .accordion-box {
        position: relative;
    }
    .accordion-box label {
        height: 140px; /* グラデーションの高さ */
        cursor: pointer;
        text-align: center;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        width: 100%;

        /* 以下グラデーションは「背景が白」に併せて設定しています */	
        background: -webkit-linear-gradient(top, rgba(247, 246, 244, 0) 0%, rgba(247, 246, 244, 0.95) 90%);
        background: -moz-linear-gradient(top, rgba(247, 246, 244, 0) 0%, rgba(247, 246, 244, 0.95) 90%);
        background: -o-linear-gradient(top, rgba(247, 246, 244, 0) 0%, rgba(247, 246, 244, 0.95) 90%);
        background: -ms-linear-gradient(top, rgba(247, 246, 244, 0) 0%, rgba(247, 246, 244, 0.95) 90%);
        background: linear-gradient(to bottom, rgba(247, 246, 244, 0) 0%, rgba(247, 246, 244, 0.95) 90%);
    }
    .accordion-box input:checked + label {
        background: inherit; /* 開いた時には背景グラデーションを消す */
    }
    .accordion-box label:after {
        content: "続きをよむ"; /* ラベルの文字 */
        letter-spacing: .05em;
        line-height: 2.5rem;
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        color: #fff;
        background-color: #b1a28f;
        width: 18.75rem;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    .accordion-box label:before {
        content: "↓";
        font-weight: 700;
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        background-color: #fff;
        z-index: 1;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .accordion-box input {
        display: none;
    }
    .accordion-box .accordion-container {
        overflow: hidden;
        height: 200px; /* 開く前に見えている部分の高さ */
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }


    .accordion-box input:checked + label {
        /* display: none ; 閉じるボタンは要らないとき */
    }
    .accordion-box input:checked + label:after {
        content: "閉じる";
    }
    .accordion-box input:checked + label:before {
        content: "↑";
    }
    .accordion-box input:checked ~ .accordion-container {
        height: auto;
        padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }
    .front_original02::after{display:none;}
    .front_original02 .accordion-box label{background:none;}
}


.banner-text{
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
}
.banner-text h2{
    font-size: 4.5vw;
    line-height: 1.8;
    margin: 0 0 30px;
    text-shadow: 1px 2px 3px rgba(255, 255, 255, 0.4);
}
.banner-text h2 strong{
    color: #595757;
    font-size: 140%;
}
.banner-text p{
    font-size: 3.5vw;
    display: flex;
    gap: 5px;
    line-height: 1;
    align-items: center;
}
.banner-text p span{
    background: #595757;
    color: #fff;
    padding: 4px 9px 6px;
    font-weight: 500;
}

@media only screen and (min-width: 992px){
    .banner-text h2{
        font-size: 42px;
    }
    .banner-text p{
        font-size: 32px;
    }
}
@media screen and (min-width: 768px){
    .pcbr { display:block; }
    .spbr { display:none; }
}
@media screen and (max-width: 767px){
    .pcbr { display:none; }
    .spbr { display:block; }
}

@media only screen and (max-width: 575px){
    .global-nav > ul > li > a{
        line-height: 80px;
        height: 80px;
    }
}