@charset "UTF-8";
/* 整理収納・片付け・家事代行grow CSS Document */
/* 共通部分 */
body {
    background: #fffdf1;
    color: #463722;
    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: #463722;
}
.font-1, .headline-font-type, .post-date, .article03-date {
    font-family: "Zen Maru Gothic", "游ゴシック", 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: #f1a74d !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;
    color: #463722;
    text-align: center;
    width: 80px;
    left: 0;
    bottom: 50px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    letter-spacing: .15rem;
    z-index: 2;
}
.home .header::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: #463722;
    bottom: 0;
    left: 72px;
    z-index: 1;
}
.header-bar {
    z-index: 50;
    box-shadow: none;
    background: #fffdf1 !important;
}
.logo-image {
    top: 35px;
    left: 20px;
    width: 300px;
    height: auto;
    position: absolute;
}
.header-bar-inner {
    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 {
    padding-left: 18px;
    padding-right: 5px;
    background: #fff;
}
.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: 10px;
    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: 30px;
    line-height: 1;
    font-size: 10px;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    color: #f1a74d;
}
.global-nav > ul > li.global-menu-home > a::after {
    content: "HOME";
}
.global-nav > ul > li.global-menu-method > a::after{
    content: "METHOD";
}
.global-nav > ul > li.global-menu-blog > a::after{
    content: "BLOG";
}
.global-nav > ul > li.global-menu-qa > a::after{
    content: "Q&A";
}
.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: #f1a74d !important;
    background: #fff !important;
}
@media only screen and (max-width: 1200px) {
    .home .header::before, .home .header::after {
        content: none;
    }
    .logo-image {
        top: 19px;
        left: 0;
        width: 200px;
    }
    .header-bar {
        top: 0;
        border-color: #fffdf1;
        box-shadow: none;
    }
    .global-nav {
        padding-left: 0;
        padding-right: 0;
        background: none;
    }
    .global-nav-button {
        border-left: 0;
        background: #fff;
    }
    .global-nav-button:before {
        color: #463722;
    }
    .global-nav-button:hover:before {
        color: #f1a74d;
    }
    .global-nav > ul > li > a {
        font-size: 14px;
        text-align: left;
        padding: 0 25px;
        height: 50px;
        line-height: 51px;
    }
    .global-nav > ul > li > a::after {
        font-size: 10px;
        position: absolute;
        display: inline-block;
        margin-left: 15px;
        bottom: 18px;
    }
    .global-nav a {
        background: #fff;
        color: #463722 !important;
    }
    .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: #f1a74d !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;
    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%, #f1a74d00 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% !important;
    height: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
}
.top-slider-content-inner p {
    display: none;
}
.top-slider-content-inner:after {
    content: none;
}
.front-slider-box {
    width: 90%;
    margin: 0 auto;
}
.front-copy-img {
    width: 80%;
    max-width: 550px;
}
h2.front-main-title {
    font-size: 3rem;
    font-family: "Nunito", "Zen Maru Gothic", sans-serif;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .2rem;
    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 {
    padding: 10em 0 10em;
}
.front-original01-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.front-original01__text {
    height: 525px;
    margin: auto;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    text-orientation: upright;
    box-sizing: border-box;
    text-align: left;
    display: block;
}
.front-original01__text h2 {
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: .25rem;
    line-height: 1.8;
    margin-left: 40px;
}
.front-original01__text h2::after {
    content: 'Your comeback starts here';
    display: block;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    letter-spacing: .2rem;
    line-height: 1;
    margin-right: 30px;
    text-orientation: initial;
    color: #fa925d;
}
.front-original01__text p {
    height: 475px;
    font-size: 1rem;
    line-height: 2.2;
    letter-spacing: .1rem;
    margin-left: 40px;
}
.front-original01__text p:last-child {
    margin-left: 0;
    margin-bottom: 0;
}
.content02 {
    width: calc(100% - 20px);
    margin: 0 auto 10px;
    padding-bottom: 70px;
    background: none;
    position: relative;
    z-index: 0;
}
.content02::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 97%;
    bottom: 0;
    left: 0;
    background: url("img/bg_img.png");
    background-position: center top;
    background-size: 300px auto;
    border-radius: 20px;
    z-index: -1;
}
.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: 30px 30px 30px;
    border-radius: 10px;
}
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;
    border-radius: 10px;
    border: 1px solid #f9d3a5;
    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: #ec8753;
}
h3.content02-title::before {
    content: "スポーツ疾患に強い";
    display: block;
    font-size: 32px;
    /*    font-family: "Nunito", sans-serif;*/
    font-weight: 800;
    letter-spacing: .15rem;
    line-height: 1;
    margin-bottom: 15px;
    color: #f1a74d;
}
a.content02-content:nth-of-type(2) h3.content02-title::before {
    content: "整形疾患に対応";
}
a.content02-content:nth-of-type(3) h3.content02-title::before {
    content: "内臓疾患による不調にアプローチ";
}
h3.content02-title, .content02-text {
    transition: all 0.8s;
}
.content02-text {
    font-size: 0.9rem;
    line-height: 2;
    color: #463722;
}
.content02-button {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .02rem;
    text-align: left;
    width: 100%;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin: 15px auto 0;
    margin-right: auto;
    color: #463722;
    background: none !important;
    padding: 0 25px;
    box-sizing: border-box;
    transition: all 0.8s ease 0s;
    z-index: 0;
}
.content02-button::before {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: absolute;
    content: '';
    background: #ffd9aa;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.content02-button::after {
    content: 'MORE';
    position: absolute;
    right: 0;
    font-size: 0.75rem;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    line-height: 5.2;
    letter-spacing: .05rem;
    transition: 1s;
    color: #f1a74d;
}
.content02-button:hover {
    color: #463722;
}
a:hover.content02-content .content02-button::before {
    left: calc(100% - 50px);
    background: #f1a74d;
}
a:hover.content02-content .content02-button::after {
    color: #fff;
}
.front_original02 {
    padding: 12em 0 12em;
    position: relative;
    color: #fff;
    background: #331d00;
}
.front_original02::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("img/4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.4;
    z-index: 0;
}
.front-original02-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.front-original02__img {
    width: 55%;
    margin-left: -100%;
    padding-right: 5vw;
    box-sizing: border-box;
}
.front-original02__text {
    height: 390px;
    margin: 0 auto;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    box-sizing: border-box;
    display: block;
}
.front-original02__text h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .2rem;
    line-height: 2.2;
    margin-left: 40px;
}
.front-original02__text h2::after {
    content: 'CONCEPT';
    display: block;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    letter-spacing: .3rem;
    line-height: 1;
    margin-right: 30px;
    color: #f1a74d;
    text-orientation: initial;
}
.front-original02__text p {
    font-size: 1rem;
    margin-left: 40px;
    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;
}
.front-original03-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.front_original03 h2 {
    text-align: left;
    margin-bottom: 30px;
}
.front-original03-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.third-box {
    align-items: center;
    margin-bottom: 50px;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text {
    width: 40%;
    box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-text {
    padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
    margin-left: 60%;
    padding-left: 4vw;
}
.front-third-text::before {
    counter-increment: number 1;
    content: "POINT."counter(number) "";
    font-size: 1.5rem;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    line-height: 0.8;
    letter-spacing: .12rem;
    margin-bottom: 15px;
    display: block;
    color: #f1a74d;
}
.front-third-img {
    width: 60%;
    box-sizing: border-box;
}
.third-box:nth-of-type(even) .front-third-img {
    margin-left: -100%;
}
.front-third-img img {
    border-radius: 10px;
}
.youtube-iframe{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.youtube-iframe iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}
h3.third_title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #ec8753;
}
.front_topics {
    width: calc(100% - 20px);
    padding-bottom: 6em;
    margin: 0 auto 10px;
    position: relative;
}
.front_topics::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 96%;
    bottom: 0;
    left: 0;
    background: url("/wp-content/themes/story_tcd041/img/bg_img.png");
    background-position: center top;
    background-size: 300px auto;
    border-radius: 20px;
    z-index: -1;
}
.front-topics-inner {
    width: 86%;
    max-width: 1100px;
    margin: 0 auto;
}
h2.front-topics-title {
    margin-bottom: 60px;
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    margin: 0;
    position: relative;
    background: #fff;
}
.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;
}
h2.footer-logo-name img {
    max-height: 43px;
    width: auto;
}
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: #f1a74d;
}
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: #f1a74d;
}
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: #f1a74d;
}
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: #f1a74d;
    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;
}
@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 {
        margin-top: 80px;
        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 {
        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: #ff904d !important;
        border-top: 1px solid #ff904d !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.4rem;
    }
    .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: 25px 15px;
    }
    .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;
    }
}
@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: #f1a74d;
    border-radius: 100px;
    width: 8px;
    /*height: 8px;*/
    margin: 15px auto 0;
}
.post-content h3 {
    font-size: 1.5rem;
    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 #f1a74d;
    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: #f1a74d;
}
.post-meta-box-item a {
    font-weight: 700;
}
.headline-bar {
    color: #f1a74d;
    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: #f1a74d;
    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;
    }
}
@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: #f1a74d;
    }
    .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: #f1a74d;
    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;
    vertical-align: top;
}
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;
}
.faq h2::before, p.answer::before {
    content: "Q";
    position: absolute;
    font-size: 20px;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    color: #fff;
    background: #f1a74d;
    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;
    padding-right: 50%;
    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: #f1a74d;
    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: #f1a74d;
    z-index: -2;
}
.flow:last-of-type::after {
    display: none;
}
.flow img {
    position: absolute;
    right: 0;
    top: 20px;
    width: 45% !important;
}
.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;
        padding-right: 0;
    }
    .flow:first-of-type {
        margin-top: 30px;
    }
    .flow img {
        position: static;
        width: auto !important;
    }
}
/* ご依頼の流れ END */
/* ご挨拶 */
.greeting_sec h2 {
    line-height: 1.5;
    text-align: left;
    margin-bottom: 30px;
    color: #f1a74d;
}
.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: 50px;
}
.greeting_img {
    width: 30%;
    box-sizing: border-box;
}
.greeting_img h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}
.greeting_img img {
    width: 50%;
    margin: 0 auto 20px;
    border: 1px solid #f9d3a5;
    box-sizing: border-box;
}
.greeting_text {
    width: 70%;
    padding-left: 4vw;
    box-sizing: border-box;
}
h2.name {
    font-size: 1.3rem;
    text-align: center;
    color: #463722;
    margin-bottom: 15px;
}
h2.name span {
    font-size: 0.9rem;
    margin-left: 10px;
}
/* ご挨拶 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;
    text-align: center;
}
.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: #f1a74d;
}
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: #f1a74d;
    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;
}

.greeting__inner.reverse .greeting_text {
    background: #fff;
    padding: 2vw;
    width: 50%;
}
.greeting__inner .greeting_text{
    background: #fff;
    padding: 2vw;
    width: 50%;
}

.greeting__inner.reverse .greeting_img {
    padding-right: 0;
    padding-left: 4vw;
    width: 50%;
}

.greeting__inner .greeting_img {
    padding-right: 4vw;
    width: 50%;
}

.greeting__inner.reverse .greeting_img img {
    width: 100%;
    max-width: none;
    border-radius: 0;
    border: none;
    margin: 0;
}

.post-content .feat__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    margin: 0 0 120px;
}

.feat__list > li {
    counter-increment: feat__list;
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}

.feat__list-mk {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    background-color: #ec8753;
    color: #ffffff;
    position: absolute;
    top: -3%;
    left: -3%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    width: 7em;
    font-size: 0.8rem;
    font-style: normal;
}

.feat__list-mk::before {
    content: counter(feat__list, decimal-leading-zero);
    font-size: 257.1%;
}

.feat__list-img {
    display: block;
    aspect-ratio: 1 / 1;
    margin: 0 auto 1em;
    width: 50%;
    max-width: 274px;
}

.feat__list-ttl {
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
    font-size: 1.6rem;
}
.post-content .feat__list img{
    aspect-ratio: 42/28;
    object-fit: cover;
}

.post-content h4.feat__list-ttl::before {
    display: none;
}

.feat__list-ttl em {
    display: block;
    color: #ec8753;
    font-size: 133.3%;
    font-style: normal;
}

.feat__head {
    margin-bottom: 40px;
}

.feat__head-ttl {
    line-height: 1.563;
    font-weight: 700;
    font-size: 2rem;
}

.feat__ttl {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1em;
    font-size: 2.4rem;
    text-align: center;
}

.feat__ttl span {
    font-size: 46.9%;
    display: block;
    color: #ec8753;
}

.feat__head-ttl em {
    background: linear-gradient(transparent 80%, #fff600 80%);
    display: inline-block;
    line-height: 1.2;
    font-style: normal;
}

@media only screen and (max-width: 970px) {
    .greeting__inner.reverse .greeting_text, .greeting__inner.reverse .greeting_img {
        width: 100%;
    }

    .greeting__inner.reverse .greeting_img {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
    width: auto;
}
/* ブログ記事の画像 END */

.front-copy-text h2{
    font-size: 38px;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.3;
}
.front-copy-text p{
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

@media screen and (min-width: 480px) {
    .feat__head-ttl .feat__head-ttl-br_sp {
        display: none;
    }
}

@media only screen and (min-width: 768px){
    .front-copy-text h2{
        font-size: 64px;
        line-height: 77px;
    }
    .front-copy-text p{
        font-size: 28px;
    }
}



@media only screen and (min-width: 768px){
    .content02-item{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .content02-text-box{
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .content02-text{
        margin-bottom: 15px;
    }
    .content02-button{
        margin-top: auto;
    }

}

@media only screen and (min-width: 971px){
    .greeting__inner.reverse {
        align-items: center;
        flex-direction: row-reverse;
    }

    .feat__list > li {
        width: calc((100% - 40px) / 2);
        padding: 3%;
    }

    .feat__list-ttl {
        font-size: 1.8rem;
    }

    .feat__head {
        display: flex;
        gap: 5%;
    }

    .feat__head-ttl {
        flex: 0 0 auto;
        font-size: 3.2rem;
    }
}

@media only screen and (max-width: 970px) {
    .greeting__inner .greeting_img,.greeting__inner .greeting_text {
        width: 100%;
    }
    .greeting__inner .greeting_text {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .greeting_sec h2 {
        margin-bottom: 20px;
    }
    .greeting__inner {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
}

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