@charset "UTF-8";
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --primary-color: #5ac2e5;
    --text-color: #333;
    --transition: 0.3s ease-in-out;
}
/* Set core root defaults */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, fieldset {
    border: 0;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, header, footer, aside, figure, figcaption, nav, section {
    display: block;
}
body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}
figure {
    margin: 0;
}
a {
    color: inherit;
    display: block;
    text-decoration: none;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
    font: inherit;
}
/* フォームリセット */
input, button, select, textarea {
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}
textarea {
    resize: vertical;
}
input[type="submit"], input[type="button"], label, button, select {
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
pre {
    white-space: pre-wrap;
}
html {
    font-size: 62.5%;
}
@media screen and (min-width: 768px) {
    html {
        font-size: 0.85616vw;
    }
}
@media (min-width: 1168px) {
    html {
        font-size: 10px;
    }
}
body {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
    font-weight: 300;
    width: 100%;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fixed {
    height: 100%;
    position: fixed;
    width: 100%;
}
.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}
.inner-wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 192rem;
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 116.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    position: relative;
    width: 100%;
}
/*画像の中央寄せ
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
/*figureタグで囲まれた画像の中央寄せ*/
.aligncenter img {
    height: auto;
    max-width: 100%;
}
/*画像右寄せ*/
.alignright {
    height: auto;
    margin-left: auto;
    max-width: 100%;
}
/*figureタグで囲まれた画像右寄せ*/
.alignright img {
    height: auto;
    max-width: 100%;
}
/*位置指定のない画像*/
.alignnone {
    height: auto;
    max-width: 100%;
}
/*figureタグで囲まれた位置指定のない画像*/
.alignnone img {
    height: auto;
    max-width: 100%;
}
/* 自動折り返し有効化 */
pre {
    white-space: pre-wrap;
}
div.wpcf7 .ajax-loader {
    display: none !important;
}
.wpcf7-spinner {
    display: none;
}
div.wpcf7-mail-sent-ok {
    display: none !important;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
@media screen and (min-width: 768px) {
    .sp-only {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
}
/* ==============================================================
*  セクション(common)
* ============================================================ */
main.home {
  background: #fff;
}
.home-section__desc {
    color: #fff;
    line-height: calc(24 / 16);
    margin-top: 3rem;
    width: 50rem;
}
.home-section-title {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: calc(58 / 40);
}
.home-section-title span {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 0.8rem;
}
.home-section-title.-center {
    text-align: center;
}
.home-section-title.-news {
    text-align: center;
    /* background: linear-gradient(to right, #1F89D6, #2E2B8F); */
    background-clip: text;
    background-size: 200%;
    /* -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
    color: #6e6e6e;
    font-weight: 500;
    margin-top: 1rem;
}
.home-section-title.-news span {
    color: #5ac2e5;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.single .wp-block-image .alignleft {
    float: none;
}
.banner.-home-top {
    margin-top: 9rem;
}
.banner.-home-bottom {
    background-color: #fff;
    padding-bottom: 10rem;
    padding-top: 8rem;
}
.banner.-sub {
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding: 0 15px;
}
.banner__link {
    margin-left: auto;
    margin-right: auto;
    width: 80.36%;
}
.banner__link.-sub {
    width: 90rem;
}
.btn {
    background-color: #fff;
    display: inline-block;
    outline: none;
    overflow: hidden;
    padding-bottom: 2rem;
    padding-top: 2rem;
    position: relative;
    text-align: center;
    width: 23.4rem;
    z-index: 2;
    color: var(--primary-color);
    text-shadow: none;
    transition: all 0.3s ease;
}
.btn::after {
    height: 100%;
    top: -100%;
    width: 100%;
}
.btn::before, .btn::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}
.btn span {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.2rem;
}
.btn span img {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.btn.-color {
    border: 2px solid #5ac2e5;
    color: #5ac2e5;
    font-size: 2rem;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Teko", sans-serif;
    box-shadow: inset 0 0 0 0 rgba(64, 198, 207, 0.3);
}
.btn.-color span .white {
    z-index: 1;
}
.btn.-white {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Teko", sans-serif;
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    background: transparent;
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.2);
}
.js-fadeUp {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 1.2s, -webkit-transform 0.8s;
    transition: opacity 1.2s, -webkit-transform 0.8s;
    transition: opacity 1.2s, transform 0.8s;
    transition: opacity 1.2s, transform 0.8s, -webkit-transform 0.8s;
}
/*下からフェードイン*/
.js-fadeInUp {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.is-fadeInUp {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.is-inview-mv {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
@media (min-width: 768px) and (max-width: 768px) {
    .header__top {
        padding-right: 1rem !important;
    }
    .header__nav {
        margin-right: 3rem !important;
    }
    .header__item:not(:first-of-type) {
        /* 		margin-left: 2rem !important; */
    }
}
/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
    .banner__link {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .banner__link:hover {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .btn {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .btn:hover {
        color: #fff;
    }
    .btn:hover span .color {
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .btn:hover::after {
        background-color: var(--primary-color);
        top: 0;
    }
    .btn::before, .btn::after {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .btn span img {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .btn.-color:hover {
        background: #5ac2e5;
        color: #fff;
        box-shadow: 0 0 20px rgba(64, 198, 207, 0.6);
    }
    .btn.-color:hover span .white {
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .btn.-color:hover span .color {
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .btn.-color:hover::after {
        background-color: transparent;
        top: -100%;
    }
    .btn.-white:hover {
        background: #fff;
        color: var(--primary-color);
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    }
    .nav-drawer .banner__link.-sub {
    margin-top: 2rem;
    padding: 2vw;
    width: 80%;
    border-radius: 0;
}
    .nav-drawer .banner__link.-sub img {
    border-radius: 0;
}
}
.header__main {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    align-items: center;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
}
.header.-sub {
    background-color: #fff;
}
.header__logo {
    margin-left: 1rem;
    margin-top: 0;
    width: 20rem;
}
.header__logo img {
    /*   width: 16rem; */
}
.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 0px;
}
.header__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* color: #232472; */
    display: block;
    padding-right: 0.5rem;
    /* padding-top: 1.2rem; */
    text-align: center;
}
.header__top.-sub {
    /* color: #232472; */
}
.header__tel {
font-size: 2rem;
    font-weight: 500;
    position: relative;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    /* color: #5ac2e5;*/
}
.header__tel::before {
    background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
    height: 1.3rem;
    left: -1rem;
    bottom: 0rem;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1.3rem;
}
.header__tel.-sub {
    text-shadow: none;
}
.header__tel.-sub::before {
    background-image: url(../img/common/tel-color.svg);
}
.header__time {
    font-size: 1.2rem;
    margin-left: 0.3rem;
    text-align: right;
    line-height: 1.3;
    margin-top: 0.5rem;
}
.header__time span {
    font-weight: 500;
}
.header__time span:nth-of-type(1) {
    border: 1px solid var(--primary-color);
    font-size: 1rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
.header__time span:nth-of-type(2) {
    font-size: 1.2rem;
}
.header__time.-sub span:nth-of-type(1) {
    border: 1px solid var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header__time.-sub span:nth-of-type(1) span {
    text-shadow: none;
}
.header__nav {
    margin-right: 2rem;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
    padding-left: 2rem;
}
.header__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__item:not(:first-of-type) {
    margin-left: 2.4rem;
}
.header__item:last-of-type {
    /*   margin-left: 2rem; */
}
.header__item:last-of-type a {
    /*  width: 1.995rem; */
}
.header__link {
    /* color: #232472; */
    font-size: 1.4rem;
}
.header__link.-sub {
    color: #232472;
}
.header__btn {
    background: #5ac2e5;
    font-size: 1.1rem;
    font-weight: 700;
    /*   padding: 3rem 3.4rem; */
    padding: 5.5rem 3.5rem 1rem 3.5rem;
    color: #fff;
}
.header__btn.youtube {
    position: relative;
    padding: 5.5rem 1.5rem 1rem 1.5rem;
}
.header__btn.youtube::before {
    position: absolute;
    content: "";
    background-image: url(../img/home/header_icon002.svg);
    background-repeat: no-repeat;
    background-size: 3.5rem;
    top: 1.5rem;
    left: 28%;
    width: 3.5rem;
    height: 3.5rem;
}
.header__btn.email {
    position: relative;
    padding: 5.5rem 1rem 1rem 1rem;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
}
.header__btn.email::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/tel-white.svg);
    background-repeat: no-repeat;
    background-size: 3.5rem;
    background-position: center;
    top: 1.5rem;
    left: 27%;
    width: 3.5rem;
    height: 3.5rem;
}
@media screen and (min-width: 768px) {
    .header__link {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        font-weight: 700;
    }
    .header__link:hover {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
}


.footer {
    background: #5ac2e5;
    padding-top: 5.1rem;
}
.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: row;
    gap: 3rem;
    flex-wrap: wrap;
    align-content: center;
}
/* .footer__item:not(:first-of-type) {
    margin-left: 3rem;
} */
.footer__item:last-of-type {
    /*   margin-left: 2rem; */
}
.footer__item:last-of-type a {
    /*   width: 20px; */
}
.footer_link_banner {
    background: rgb(31, 137, 214);
    background: -moz-linear-gradient(left, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
    background: linear-gradient(to right, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
    padding: 50px 0 50px 0;
}
.footer_link_banner .footer_link_banner_inner {
    max-width: 116.8rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2%;
}
.footer_link_banner .footer_link_banner_inner a {
    width: 23.5%;
    background: #fff;
}
.footer__link {
    font-size: 1.6rem;
    color: #fff;
}
.footer__logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    width: 28rem;
    display: flex;
    justify-content: center;
}
.footer__logo img {
    /*   width: 16rem; */
}
.footer__address {
    margin-top: 2.7rem;
    text-align: center;
}
.footer__address span {
    display: block;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
}
.footer__copyright {
    background: #5ac2e5;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    margin-top: 8rem;
    padding-bottom: 2.3rem;
    padding-top: 2.3rem;
    text-align: center;
    width: 100%;
}
.footer .page-top {
	position: fixed;
	bottom: 4%;
	right: 3%;
	transition: transform 0.3s ease;
}
.footer .page-top:hover {
	transform: translateY(-6px);
}
.footer .page-top__img {
    margin-left: auto;
    margin-right: auto;
    width: 11.6rem;
}
.footer .page-top span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 0.4rem;
    color: #fff;
}
.footer_cta {
    /* 	background-image: url(../img/home/bg-footer-cta.jpg);
	background-attachment: fixed;
    background-size: cover;
	background-position: bottom center; */
    position: relative;
}
.footer_cta::before {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/home/bg-footer-cta.jpg);
    background-size: cover;
    background-position: bottom center;
    content: "";
}
.footer_cta_inner {
    padding: 10rem 3rem;
    color: #fff;
}
.footer_cta_inner .htitle03 {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    padding-bottom: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.footer_cta_inner .htitle03::after {
    position: absolute;
    bottom: 0;
    right: initial;
    left: 0;
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-image: linear-gradient(to right, #00a491, #fae943 86%, #df6643);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    right: initial;
    left: 50%;
    -webkit-transform: translatex(-50%) skewX(-50deg);
    transform: translatex(-50%) skewX(-50deg);
}
.footer_cta_txt {
    text-align: center;
    padding: 2rem 0 3rem 0;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.footer_btn_wrap {
    text-align: center;
}
.footer_cta_inner .htitle03 span {
    display: inline-block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: initial;
    letter-spacing: 0;
    padding: 0 0.3rem;
}
.ttl_cover_20230406 {
    background-image: url(../img/common/bg001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(255 255 255 / 20%);
    background-blend-mode: soft-light;
    border-radius: 0 0 100px 100px;
}
.sub-section-title {
    color: #fff;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 170px 0 120px 15rem;
    /*     background: rgba(255,255,255,0.8); */
    /* 	background: #f8b62d; */
    font-family: "Montserrat", sans-serif;
}
.footer_sns {
    display: flex;
    gap: 40px;
    margin: 0 auto;
    margin-top: 4rem;
    justify-items: center;
    justify-content: center;
}
.footer_sns li a {
    width: 4rem;
}
@media screen and (min-width: 768px) {
    .footer__link {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .footer__link:hover {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .page-top {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .page-top:hover {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
}
.sp_cta {
  position: fixed;
  width: 100%;
  display: block;
  height: 55px;
  bottom: 0;
      background: #fff;
    display: flex;
    align-items: center;
    z-index: 11;
    padding: 8px;
}
.sp_cta img {
    width: 20px;
}
.sp_cta a {
display: block;
    height: 100%;
    text-align: center;
    width: 100%;
    font-size: 13px;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    /* font-weight: 700; */
    color: #fff;
    background: #0095d3;
    position: relative;
    margin: 5px;
    border: #0095d3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.sp_cta a:last-child {
    background: #5ac2e5;
    position: relative;
    margin: 5px;
    border: 2px solid #5ac2e5;
}
.sp_cta a span {
  font-weight: 700;
}
/* ==============================================================
*  セクション(home)
* ============================================================ */
.home-mv {
    position: relative;
    /*    top: 50rem;*/
}
.home-mv:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-image: url(../img/home/deco01.png);
    background-attachment: scroll;
    width: 100%;
    z-index: 2;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-mv__text {
    color: #fff;
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
}
.home-mv__catch {
    font-size: clamp(30px, 4rem, 40px);
    padding: 4vw;
}
.home-mv__catch img {
    max-width: 700px;
    margin: 0 auto;
}
.home-mv__catch span {
    line-height: calc(58 / 40);
    text-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
}
.home-mv__slide img {
    height: 100vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.home-mv .slider-img img {
    height: auto;
    width: 100%;
}
.home-mv .slide-dots {
    margin-top: 1.7rem;
    padding: 0;
    text-align: center;
    display: none !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
    /*        top: 50rem;*/
    position: relative;
}
.slick-dotted.slick-slider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient(180deg, #5ac2e5 30%, #ffffff00 30%); */
    z-index: 1;
}
.home-mv .slide-dots li {
    display: inline-block;
    margin: 0 12px;
}
.home-mv .slide-dots li button {
    position: relative;
    text-indent: -9999px;
}
.home-mv .slide-dots li button::before {
    /* background-image: url(../img/home/dots-small.svg);
  background-repeat: no-repeat;
  background-size: contain; */
    bottom: 0;
    content: "";
    cursor: pointer;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 24px;
    width: 4px;
    background-color: var(--primary-color);
    border-radius: 50%;
}
.home-mv .slide-dots li.slick-active button::before {
    /* background-image: url(../img/home/dots-large.svg); */
    height: 14px;
    width: 14px;
    background-color: var(--primary-color);
}
.home-mv button {
    background: none;
    border: none;
    outline: none;
    padding: 0 7px;
}
@-webkit-keyframes fadezoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        /* 拡大率 */
    }
}
@keyframes fadezoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        /* 拡大率 */
    }
}
.home-mv__slides .slick-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #554d4d85;
}
.home-mv .add-animation {
    -webkit-animation: fadezoom 5s 0s forwards;
    animation: fadezoom 5s 0s forwards;
}
.home-mv__scrolldown {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 60px;
}
.home-mv__scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background-color: #fff;
    -webkit-animation: patmove 1.4s ease-in-out infinite;
    animation: patmove 1.4s ease-in-out infinite;
    opacity: 0;
}
@-webkit-keyframes patmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    20% {
        height: 50px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}
@keyframes patmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    20% {
        height: 50px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}
.home-mv__scrolldown span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -20px;
    font-size: 1rem;
    color: #fff;
}
.home-shop .home-section-title {
    /*  color: #fff;*/
}
.home-shop .home-section-title .home-section-title span {
    color: #128177;
}

.home-shop.type002 .home-section-title {
    font-weight: 500;
}
.home-shop-about .home-shop__text {
    background: #fff;
}
.home-shop.type002 .home-shop__intro span {
    background: linear-gradient(transparent 60%, rgb(139 207 50 / 30%) 60%);
    font-style: italic;
    display: inline;
    font-size: 4rem;
}
.home-shop .home-section-title {
    position: relative;
    z-index: 1;
}
.home-shop .home-section-title span {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
}
.home-shop__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.home-shop.type002 .home-shop__text {
    width: 100%;
    padding-top: 2rem;
    text-align: center;
    overflow: hidden;
    /* background: url(../img/home/home-mv-slide01.jpg); */
    background-size: cover;
    padding-bottom: 2rem;
}
.home-shop.type002 .home-shop__intro {
    width: 100%;
}
.home-shop.type002 .home-section__desc {
    width: 100%;
}
.home-shop.type002 .home-section__desc span {
    margin: 4rem 0 4rem 0;
    display: block;
    font-weight: 700;
    color: #e16c46;
}
.home-shop.type002 .home-shop__img img {
    width: 100%;
    height: auto;
    /* -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.1); */
    /* box-shadow: 0 10px 40px rgba(0,0,0,0.1); */
    margin: 0 auto;
    padding: 1rem 0;
}
.home-shop.type002 .home-shop__img a:hover img {
    opacity: 0.8;
    transition: 0.3s;
}
.home-shop__text {
    /* background: var(--primary-color); */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    /*       background: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%,#4fbe4f 100%);
    background: linear-gradient(to right, #8bcf32 0%,#4fbe4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf32', endColorstr='#4fbe4f',GradientType=1 ); */
    /*  background: #254367;*/
    /*
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
*/
}
/* .home-shop__text::before {
  background: #141414;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
} */
.home-shop .home-section__desc {
    color: #fff;
}
.home-shop__intro {
    color: #fff;
    font-size: 2.4rem;
    line-height: calc(35 / 24);
    width: 50rem;
}
.home-shop__intro span {
    display: block;
    font-weight: 700;
}
.home-shop__img {
    position: absolute;
    right: 0;
}
.home-shop .btn {
    margin-top: 5rem;
    /*   padding-right: 2.2rem; */
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Teko", sans-serif;
}
.home-shop .btn span {
    right: 5rem;
}
.home-center {
    padding-bottom: 1px;
    padding-top: 5rem;
    position: relative;
    background: #eff8fc;
    border-radius: 0 0 50% 50%;
}
.home-center__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4%;
    align-items: center;
}
.type002 .home-center__container {
  justify-content: center;
}
.home-center__container.-service {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.home-center__text .btn {
    margin-top: 4rem;
    /*   padding-right: 2.2rem; */
}
.home-center__text .btn span {
    right: 3.3rem;
}
.home-center__container.-service .home-section-title {
    color: #6e6e6e;
    padding: 0 0 10px 0;
    font-weight: 500;
}
.home-center__container.-service .home-section-title span {
    color: #6e6e6e;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.home-center__container.-service .home-section__desc {
    color: #333;
    line-height: 1.7;
    font-size: 1.4rem;
}
.home-center__container.-service .btn {
    color: #fff;
    background: #5ac2e5;
}
.home-center__container.-price .home-section-title {
    color: #6e6e6e;
    padding: 0 0 10px 0;
    font-weight: 500;
}
.home-center__container.-price .home-section-title span {
    color: #6e6e6e;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.home-center__container.-price .home-section__desc {
    color: #333;
    line-height: 1.7;
    font-size: 1.4rem;
}
.home-center__container.-price .btn {
    background: #5ac2e5;
    color: #fff;
}
.home-center__img {
    width: 60%;
    position: relative;
}
/* .home-center__img::before {
    content: "";
    width: 19vw;
    height: 16vw;
    position: absolute;
    bottom: -4%;
    right: -9%;
    background-image: url(../img/common/illust05.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: beeFloat 4.5s ease-in-out infinite;
    transform-origin: center;
} */
.home-price .home-center__img::before {
    content: "";
    width: 19vw;
    height: 16vw;
    position: absolute;
    bottom: -17%;
    left: -1%;
    background-image: url(../img/common/illust06.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: beeFloat 4.5s ease-in-out infinite;
    transform-origin: center;
}
.home-center__img img {
  border-radius: 0 10px 10px 0;
}
.home-center .inner:last-child {
    padding-bottom: 10rem;
}
.home-service .btn {
    margin-top: 4rem;
    /*   padding-right: 2.2rem; */
}
.home-service .btn span {
    right: 3.3rem;
}
.home-price {
    margin-top: 14rem;
    margin-bottom: 14rem;
}
.home-price .btn {
    margin-top: 4rem;
    /*   padding-right: 1.2rem; */
}
.home-price .btn span {
    right: 6rem;
}
.home-gallery {
    background-color: #141414;
    padding-bottom: 10rem;
    padding-top: 8.3rem;
    position: relative;
    z-index: 1;
}
.home-gallery__list {
    display: -ms-grid;
    display: grid;
    gap: 1rem 1rem;
    -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    margin-top: 3.9rem;
}
.home-gallery__item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.home-gallery__item:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.home-gallery__btn {
    margin-top: 6.3rem;
    text-align: center;
}
.home-gallery__btn .btn {
    padding-right: 2.2rem;
}
.home-gallery__btn .btn span {
    right: 4.2rem;
}
.home-news {
    /*       background-image: url(../img/home/top_bg001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    padding-bottom: 8rem;
    padding-top: 6rem;
    position: relative;
    z-index: 1;
    /* 	    margin: 10rem 0 0 0; */
    /*	background-color: rgba(255,255,255,0.5);*/
    background-blend-mode: lighten;
}
.home-news .inner {
    padding: 0;
}
.home-news__box {
    background: unset;
    width: 100%;
    padding: 0;
}
.home-news__container {
    margin-top: 3.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
.home-news__link {
    display: block;
    width: 31.5%;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
    /* border-radius: 1rem; */
}
.home-news__thumbnail {
    overflow: hidden;
    /* border-radius: 1rem;*/
    /*margin: 10px;*/
}
.home-news__thumbnail img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.home-news__time-category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 1rem 1rem 0 1rem;
}
.home-news__time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.2rem;
}
.home-news__category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #5ac2e5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.2rem;
    height: 2.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2rem;
    width: 10rem;
}
.home-news__title {
    line-height: 1.5;
    padding: 1rem 1rem 1rem 1rem;
}
.home-news__btn {
    margin-top: 6.1rem;
    text-align: center;
}
.home-news__btn a {
    border: 1px solid #0c3b2c;
    /*   padding-right: 1.8rem; */
}
.home-news__btn a span {
    right: 6.2rem;
}
.p-home-sec03 {
    background: #eafaff;
    padding-top: 6rem;
    padding-bottom: 8rem;
    background: linear-gradient(135deg, #61fffbb0 0%, #8affd3b8 20%, #51bdff80 100%);
}
.p-home-sec03 .home-section-title {
    color: #4e4e4e;
    font-weight: 500;
}
.p-home-sec03 .home-section-title span {
    color: #5ac2e5;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.p-home-sec03__txt {
    text-align: center;
    line-height: 1.7;
    font-size: 1.4rem;
    margin: 0;
}
.p-home-sec03__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
}
.p-home-sec03 .item {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.7;
}
.p-home-sec03__item {
    width: 33.333%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.p-home-sec03 .item__link {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
/*.p-home-sec03 .item__link01 {
    background-image: url(../img/sub/new/new04.jpg);
}
.p-home-sec03 .item__link02 {
    background-image: url(../img/sub/new/new05.jpg);
}
.p-home-sec03 .item__link03 {
    background-image: url(../img/sub/new/new06.jpg);
}*/
.p-home-sec03 .item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.p-home-sec03 .item__inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: 8rem 2rem;*/
}
.p-home-sec03 .item__inner {
    /* padding: 13rem 5rem;*/
}
.p-home-sec03 .item__link::after {
    content: "";
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    position: absolute;
    top: 0;
    left: 0;
}
.p-home-sec03 .item__ttl {
    font-size: 6vw;
    font-weight: bold;
    /*text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);*/
}
.p-home-sec03 .item__ttl {
    font-size: 2.4rem;
    font-weight: 500;
}
.p-home-sec03 .item__txt {
    /*text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);*/
    line-height: 1.5;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 2rem;
    line-height: 1.7;
}
.p-home-sec03 .item__link:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
@media screen and (min-width: 768px) {
    .home-news__title span {
        background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color))) 0 100%/0 1px no-repeat;
        background: linear-gradient(var(--primary-color), var(--primary-color)) 0 100%/0 1px no-repeat;
        text-decoration: none;
        -webkit-transition: background 0.4s;
        transition: background 0.4s;
    }
    .home-news__link:hover .home-news__title span {
        background-size: 100% 1px;
        /* 線の横幅を100%にする */
    }
}
/* ==============================================================
*  セクション(sub-common)
* ============================================================ */
main.sub {
    background-color: #fff;
}
.sub-bg {
    padding-bottom: 4rem;
    padding-top: 2rem;
    position: relative;
}
.sub-bg:nth-child(even) {
    background: #e8f8ff;
    border-radius: 100px;
}
/* Flowセクションのみ border-radius: 50% */
.about02.sub-bg {
    border-radius: 50%;
}
.sub-bg > .inner {
    /*  background: #fff;*/
}

.sub-section-title {
    text-align: left;
    color: #fff;
    /*     width: 500px; */
    font-size: 6rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
    display: flex;
    gap: 7px;
    align-items: baseline;
}
.sub-section-title::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 370px;
    height: calc(370px * 0.57735);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background: #5ac2e5;
}
.sub-section-title::after {
    display: none;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 370px;
    height: calc(370px * 0.57735);
    -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
    background: #5ac2e5;
}
/* .sub-section-title::before {
    content: "";
    display: block;
    width: 5.5vw;
    height: 2px;
    background: #f26d3f;
    position: absolute;
    left: 0;
    top: 56%;
} */
.sub-section-title span {
    opacity: 1;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
}
/* .sub-section-title span {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
} */
.sub-section-subtitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4.8rem;
}
.sub-section-subtitle::after, .sub-section-subtitle::before {
    background: radial-gradient(#baab00, #9c7800);
    content: "";
    height: 1px;
    width: 34rem;
}
.sub-section-subtitle.-color {
    color: #0c3b2c;
}
.sub-section-subtitle.-color::after, .sub-section-subtitle.-color::before {
    width: 33rem;
}
.sub-section-subtitle span {
    display: block;
}
.breadcrumb {
    background-color: #fff;
    font-size: 14px;
    padding-bottom: 2.4rem;
    padding-top: 11.2rem;
    display: none;
}
.breadcrumb__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9da3a7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.breadcrumb__inner span:not(:first-of-type) {
    margin-left: 5px;
}
.breadcrumb__inner span:not(:last-of-type) {
    color: #006947;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.breadcrumb .home {
    margin-right: 4px;
}
/* ==============================================================
*  セクション(sub-404)
* ============================================================ */
.sub-404__box {
    background-color: #fff;
    padding-bottom: 10.1rem;
    padding-top: 6rem;
}
.sub-404__title {
    color: #1f1f1f;
    font-size: 2.4rem;
    line-height: calc(36 / 24);
    text-align: center;
}
.sub-404__title span {
    display: block;
}
.sub-404__desc {
    color: #1f1f1f;
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    margin-top: 2.7rem;
    text-align: center;
}
.sub-404__desc span {
    display: block;
}
.sub-404__link {
    margin-top: 5.6rem;
    text-align: center;
}
.sub-404__link a {
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
    display: inline-block;
}
/* ==============================================================
*  セクション(sub-archive)
* ============================================================ */
.sub-archive__box {
    background-color: #fff;
    padding-bottom: 10rem;
    padding-top: 6.4rem;
}
.sub-archive__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sub-archive__category-name {
    font-size: 2.4rem;
}
.sub-archive__select-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sub-archive__select-title {
    font-size: 1.2rem;
}
.sub-archive__select {
    border: 1px solid #333;
    font-size: 1.6rem;
    margin-left: 0.9rem;
    position: relative;
}
.sub-archive__select::before {
    border-left: 0.475rem solid transparent;
    border-right: 0.475rem solid transparent;
    border-top: 0.825rem solid #1e1d1d;
    content: "";
    position: absolute;
    right: 0.9rem;
    top: 0.9rem;
    width: 0;
    z-index: -1;
}
.sub-archive select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* デフォルトの矢印を非表示 */
    padding-bottom: 0.6rem;
    padding-left: 0.9rem;
    padding-right: 2.9rem;
    padding-top: 0.6rem;
}
.sub-archive select::-ms-expand {
    display: none;
    /* デフォルトの矢印を非表示(IE用) */
}
.sub-archive__container {
    margin-top: 3.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
.sub-archive__link {
    display: block;
    width: 31.5%;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
    /* border-radius: 1rem; */
}
.sub-archive__link.type_voice {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.sub-archive__link:last-of-type {
    /*   border-bottom: 1px solid #cecece; */
}
.sub-archive__time-category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 1rem 1rem 0 1rem;
}
.sub-archive__time {
    color: #1e1d1d;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 700;
}
.sub-archive__category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.2rem;
    height: 2.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2rem;
    /* width: 10rem; */
    padding: 0 1rem;
    background: #5ac2e5;
}
.sub-archive__title {
    color: #141414;
    font-size: 1.6rem;
    line-height: calc(28 / 16);
    padding: 1rem 1rem 1rem 1rem;
}
.sub-archive__title span {
    word-break: break-all;
}
.sub-archive .pagination-wrapper {
    margin-top: 6rem;
}
.sub-archive .nav-links {
    color: #0c3b2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sub-archive .page-numbers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
}
.sub-archive .page-numbers.current {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #37a137;
    background: -moz-linear-gradient(left, #37a137 0%, #060 100%);
    background: -webkit-linear-gradient(left, #37a137 0%, #060 100%);
    background: linear-gradient(to right, #52b9db 0%, #5ac2e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37a137', endColorstr='#060', GradientType=1);
}
.sub-archive .page-numbers.next, .sub-archive .page-numbers.prev {
    border: 1px solid #5ac2e5;
    width: 80px;
}
.sub-archive .page-numbers.next {
    margin-left: 20px;
}
.sub-archive .page-numbers.prev {
    margin-right: 20px;
}
.sub-archive .page-numbers.dots {
    border: none;
    margin: 0;
}
.single_youtube {
    text-align: center;
    margin: 3rem 0 0 0;
}
.single_youtube iframe {
    max-width: 100%;
}
/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
    .sub-archive__title span {
        background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color))) 0 100%/0 1px no-repeat;
        background: linear-gradient(var(--primary-color), var(--primary-color)) 0 100%/0 1px no-repeat;
        text-decoration: none;
        -webkit-transition: background 0.4s;
        transition: background 0.4s;
    }
    .sub-archive__link:hover .sub-archive__title span {
        background-size: 100% 1px;
        /* 線の横幅を100%にする */
    }
}
/* ==============================================================
*  セクション(sub-contact)
* ============================================================ */
.sub-contact__top {
    background-color: #fff;
    padding-bottom: 6rem;
    padding-top: 4rem;
}
.sub-contact__btm {
    padding: 3rem 0 0 0;
}
.sub-contact__list-top {
    display: block;
    width: 100%;
    text-align: center;
    margin: -30px 0 0 0;
}
.sub-contact__item-top {
    max-width: 400px;
    margin: 0 auto;
    font-family: "Teko", sans-serif;
    letter-spacing: 0;
}
.sub-contact__item-top:not(:first-of-type) {
    margin-left: 6rem;
}
.sub-contact__top-title {
    color: #0c3b2c;
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    width: 33rem;
}
.sub-contact__top-title::before {
    /* background-image: url(../img/sub/contact/arrow-contact.svg);
  background-repeat: no-repeat;
  background-size: contain; */
    content: "";
    height: 1.433rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 4.9rem;
    width: 33rem;
}
.sub-contact__top-qr {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.2rem;
    width: 11.7rem;
}
.sub-contact__tel {
    color: #5ac2e5;
    font-size: 5rem;
    font-weight: 700;
    margin-top: 6.8rem;
    /* padding-left: 2.3rem; */
    pointer-events: none;
    position: relative;
}
.sub-contact__tel::before {
    background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 2.744rem;
    left: -1rem;
    margin: auto;
    position: absolute;
    top: 0.6rem;
    width: 2.744rem;
}
.sub-contact__time {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0.4rem;
    margin-top: 1.2rem;
}
.sub-contact__time span {
    color: var(--text-color);
}
.sub-contact__time span:nth-of-type(1) {
    border: 1px solid var(--text-color);
    font-size: 1.6rem;
    padding: 0.4rem 1.2rem;
}
.sub-contact__time span:nth-of-type(2) {
    font-size: 1.8rem;
    margin-left: 0.9rem;
}
.sub-contact__box {
    background-color: #fff;
    padding-top: 8rem;
}
.sub-contact__title {
    color: #0c3b2c;
    font-size: 3.2rem;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 33rem;
}
.sub-contact__title::before {
    background-image: url(../img/sub/contact/arrow-contact.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.433rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 4.9rem;
    width: 33rem;
}
.sub-contact__intro {
    font-size: 1.8rem;
    line-height: calc(28 / 18);
    margin-left: 0.9rem;
    margin-top: 5rem;
    text-align: center;
}
.sub-contact__form {
    margin-top: 3rem;
    padding: 3rem 7rem 0 7rem;
}
.sub-contact__item {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-top: 1px solid #cecece;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3.4rem;
    padding-top: 3rem;
}
.sub-contact__item:last-of-type {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #cecece;
}
.sub-contact__item dt {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 23.3rem;
}
.sub-contact__item dt span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.4rem 0.6rem;
}
.sub-contact__item dt .required {
    background-color: var(--primary-color);
}
.sub-contact__item dt .optional {
    background-color: #888;
}
.sub-contact__item dd {
    margin-left: 2rem;
    width: 100%;
}
.sub-contact__item input, .sub-contact__item textarea {
    background-color: #fff;
    border: 1px solid #9da3a7;
    border-radius: 0.4rem;
}
.sub-contact__item .select {
    background-color: #f8f8f8;
    border: 1px solid #9da3a7;
    border-radius: 0.4rem;
    padding: 0.75rem;
}
.sub-contact__item input {
    font-size: 1.6rem;
    padding: 0.75rem;
}
.sub-contact__item input.short {
    width: 29rem;
}
.sub-contact__item input.wide {
    width: 100%;
}
.sub-contact__item textarea {
    font-size: 1.6rem;
    height: 20rem;
    padding: 0.75rem;
    width: 100%;
}
.sub-contact__privacy {
    padding-top: 3.6rem;
    text-align: center;
}
.sub-contact__submit {
    display: inline-block;
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
    text-align: center;
    width: 100%;
}
.sub-contact__submit input {
    background: var(--primary-color);
    border-radius: 0.5rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2.8rem 10.7rem;
}
.sub-contact__privacy-wrapper {
    border: 1px solid #9da3a7;
    height: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    max-width: 640px;
    padding-bottom: 1.8rem;
    padding-left: 1.9rem;
    padding-right: 0.9rem;
    padding-top: 1.8rem;
}
.sub-contact__privacy-text {
    height: 16.291rem;
    overflow-y: auto;
    padding-right: 2rem;
    text-align: left;
}
.sub-contact__privacy-text::-webkit-scrollbar {
    width: 1rem;
}
.sub-contact__privacy-text::-webkit-scrollbar-thumb {
    background: #000;
}
.sub-contact__privacy-text::-webkit-scrollbar-track {
    border: 1px solid #9da3a7;
}
.sub-contact__privacy-item:not(:first-of-type) {
    margin-top: 2.4rem;
}
.sub-contact__privacy-title {
    color: #222;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: calc(24 / 14);
}
.sub-contact__privacy-intro {
    color: #333;
    font-size: 1.6rem;
    line-height: calc(28 / 16);
}
.sub-contact__privacy-desc {
    color: #222;
    font-size: 1.4rem;
    line-height: calc(24 / 14);
    margin-top: 0.6rem;
}
.sub-contact .wpcf7-not-valid {
    background-color: #ffd1d1;
}
.sub-contact .wpcf7-not-valid-tip {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff4848;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    height: 2.6rem;
    margin-top: 1.67rem;
    padding-left: 1.2rem;
    position: relative;
    width: 29rem;
}
.sub-contact .wpcf7-not-valid-tip::before {
    background-color: #ff4848;
    bottom: 0;
    -webkit-clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
    clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
    content: "";
    height: 1.2rem;
    left: 3rem;
    margin: auto;
    position: absolute;
    top: -3.1rem;
    width: 1.4rem;
}
.sub-contact .wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}
.infomation .p-works-item-wrap {
    margin-bottom: 8rem;
}
.infomation .p-works-item p {
    font-size: 1.4rem;
    margin: 1.5rem 0 0 0;
    line-height: 1.7;
}
@media screen and (min-width: 768px) {
    .sub-contact__submit input {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .sub-contact__submit input:hover {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
}
/* ==============================================================
*  セクション(sub-price)
* ============================================================ */
.sub-price__intro {
    color: #fff;
    font-size: 2rem;
    margin-top: 4.5rem;
    text-align: center;
}
.sub-price__intro span {
    font-weight: 700;
}
.sub-price__box {
    background-color: #fff;
    margin-top: 4.5rem;
    padding: 0 0 0 0;
}
.project_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.project_inner .item {
    width: 36rem;
    margin: 0 0 2rem 0;
}
.project_inner .item .item_ttl {
    color: #5ac2e5;
    font-weight: 500;
    font-size: 2rem;
    padding: 0 0 15px 0;
    text-align: center;
}
.project_inner .item .txt {
    padding: 1rem 1rem 1rem 1rem;
}
.project_inner .item .txt ul li {
    position: relative;
    padding: 1rem 1rem 1rem 2rem;
}
.project_inner .item .txt ul li::before {
    content: "●";
    color: #5ac2e5;
    position: absolute;
    font-size: 10px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.sub-price__title {
    color: #0c3b2c;
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.sub-price__title::before {
    background-color: #edbd21;
    bottom: -1.8rem;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10rem;
}
.sub-price__price {
    background-color: #ebd27f;
    border-radius: 4px;
    color: #0c3b2c;
    font-size: 6rem;
    font-weight: 700;
    margin-top: 4.8rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    text-align: center;
}
.sub-price__price span {
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    top: 0.2rem;
}
.sub-price__container:not(:first-of-type) {
    margin-top: 6.7rem;
}
.sub-price__group {
    display: -ms-grid;
    display: grid;
    gap: 0 1.5rem;
    -ms-grid-columns: (minmax(29rem, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(29rem, 1fr));
    margin-top: 4.7rem;
}
.sub-price__plan {
    border: 1px solid #dddada;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    width: 29rem;
}
.sub-price__plan:nth-of-type(1) .sub-price__plan-title, .sub-price__plan:nth-of-type(3) .sub-price__plan-title {
    background: -webkit-gradient(linear, left top, right top, from(#0c3b2c), to(#00120c));
    background: linear-gradient(to right, #0c3b2c, #00120c);
}
.sub-price__plan:nth-of-type(2) .sub-price__plan-title {
    background: -webkit-gradient(linear, left top, right top, from(#00120c), to(#0c3b2c));
    background: linear-gradient(to right, #00120c, #0c3b2c);
}
.sub-price__plan-title {
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    padding-bottom: 1.8rem;
    padding-top: 1.6rem;
    text-align: center;
}
.sub-price__plan-title span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.1em;
    margin-top: 1.1rem;
}
.sub-price__list {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
}
.sub-price__item {
    padding-bottom: 2.7rem;
    padding-top: 2.3rem;
}
.sub-price__item:not(:first-of-type) {
    border-top: 1px solid #dddada;
}
.sub-price__item:nth-of-type(2) {
    padding-bottom: 3.2rem;
}
.sub-price__item:nth-of-type(3) {
    padding-bottom: 3.2rem;
}
.sub-price__item-title {
    font-size: 1.4rem;
    font-weight: 700;
}
.sub-price__item-desc {
    color: #0c3b2c;
    font-size: 3.2rem;
    font-weight: 700;
    margin-top: 1rem;
}
.sub-price__item-desc span {
    font-size: 1.4rem;
    font-weight: 700;
}
.sub-price__attention-list {
    margin-top: 2.7rem;
}
.sub-price__attention-item {
    font-size: 1.6rem;
    line-height: 1.5;
}
.sub-price__btn {
    margin-top: 4rem;
    text-align: center;
}
.sub-price__btn .btn {
    font-size: 1.6rem;
    padding-right: 2rem;
}
.sub-price__btn .btn span {
    right: 4rem;
}
.sub-price__banner-title {
    color: #0c3b2c;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 5.2rem;
    margin-top: 6.5rem;
    position: relative;
    text-align: center;
}
.sub-price__banner-title::before {
    background-image: url(../img/sub/price/arrow-price.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.433rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 4.9rem;
    width: 33rem;
}
.sub-price__bottom {
    margin-top: 5rem;
}
.sub-price__title-desc {
    line-height: 1.5;
    margin-top: 5rem;
    text-align: center;
}
.sub-price__title-desc span {
    display: block;
}
.sub-price__title-desc span.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sub-price__title-desc span.tel a {
    color: #00e;
    display: inline-block;
    text-decoration: underline;
    font-size: 1.15em;
}
/* 
==============================================================
*  セクション(sub-service)
* ============================================================ */
.sub-service__list {
    margin-top: 8rem;
}
.sub-service__list.type002 {
    margin-top: 0;
}
.sub-service__item {
    background-color: #fff;
    position: relative;
    width: 100%;
}
.sub-service__item::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    top: 6.33rem;
    position: absolute;
}
.sub-service__item:nth-of-type(odd) {}
.sub-service__item:nth-of-type(odd)::before {
    right: 0.98rem;
}
.sub-service__item:nth-of-type(odd) .sub-service__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.sub-service__item:nth-of-type(odd) .sub-service__text {
    margin-left: 4rem;
}
.sub-service__item:nth-of-type(even) {
    margin-right: auto;
}
.sub-service__item:nth-of-type(even)::before {
    left: 0.84rem;
}
.sub-service__item:nth-of-type(even) .sub-service__container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.sub-service__item:nth-of-type(even) .sub-service__text {
    margin-right: 4rem;
}
.sub-service__item:not(:first-of-type) {
    /*   margin-top: 6rem; */
}
.sub-service__item:nth-of-type(1) .sub-service__text-title span {
    display: inline;
}
/* .sub-service__item:nth-of-type(1)::before {
  background-image: url(../img/sub/service/01.svg);
  height: 11.25rem;
  top: 6.73rem;
  width: 14.85rem;
}

.sub-service__item:nth-of-type(2)::before {
  background-image: url(../img/sub/service/02.svg);
  height: 11.25rem;
  width: 15.907rem;
}

.sub-service__item:nth-of-type(3)::before {
  background-image: url(../img/sub/service/03.svg);
  height: 11.25rem;
  width: 15.885rem;
}

.sub-service__item:nth-of-type(4)::before {
  background-image: url(../img/sub/service/04.svg);
  height: 11.25rem;
  width: 16.48rem;
}

.sub-service__item:nth-of-type(5)::before {
  background-image: url(../img/sub/service/05.svg);
  height: 11.25rem;
  width: 15.975rem;
} */
.sub-service__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8rem;
    padding-top: 1rem;
    position: relative;
}
.price_area .sub-service__container {
    flex-direction: column-reverse !important;
    padding-bottom: 4rem;
}
.price_area .sub-service__container .sub-service__img {
    width: 100%;
}
.price_area .sub-service__container .sub-service__img img {
    max-width: 600px;
    margin: 0 auto;
}
.price_area .sub-service__container .sub-service__text {
    width: 100%;
}
.sub-service__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48%;
}
.sub-service__text {
    margin-top: -0.2rem;
    width: 50%;
}
.main_lead {
    text-align: center;
    line-height: 2;
}
.sub-service__text-title {
    font-size: 2.4rem;
    line-height: calc(40 / 24);
    padding: 0 0 5px 0;
    color: #060;
}
.sub-service__text-title span {
    font-weight: 700;
    display: block;
}
.sub-service__text-desc {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 1rem;
    margin-bottom: 4rem;
}
.sub-service__text-desc span {
    display: block;
}
.sub-service__text-desc span:not(:first-of-type) {
    margin-top: 2.4rem;
}
/* ==============================================================
*  セクション(sub-reserve)
* ============================================================ */
.sub-reserve-flow__box {
    background-color: #fff;
    margin-top: 4.7rem;
    padding-bottom: 8rem;
    padding-left: 11rem;
    padding-right: 11rem;
    padding-top: 6rem;
}
.sub-reserve-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sub-reserve-flow__item:not(:first-of-type) {
    margin-top: 6rem;
}
.sub-reserve-flow__item-text {
    margin-top: 1.7rem;
    width: 57.2rem;
}
.sub-reserve-flow__item-title {
    border-left: 1rem solid #edbd21;
    color: #0c3b2c;
    display: inline-block;
    font-size: 3.1rem;
    font-weight: 700;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 0.9rem;
    position: relative;
}
.sub-reserve-flow__item-title span {
    font-size: 4.7rem;
    font-weight: 700;
    left: 10.4rem;
    position: absolute;
    top: -0.6rem;
}
.sub-reserve-flow__item-intro {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: calc(34 / 24);
    margin-top: 1.3rem;
}
.sub-reserve-flow__item-desc {
    line-height: 1.5;
    margin-top: 2rem;
}
.sub-reserve-flow__item-desc span {
    display: block;
}
.sub-reserve-flow__item-img {
    margin-left: 0.5rem;
    margin-top: 1.2rem;
    width: 11.7rem;
}
.sub-reserve-flow__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 26.8rem;
}
.sub-reserve-faq {
    padding: 0rem 0 0rem 0;
    margin-bottom: 5rem;
    margin-top: 0rem;
    background-color: #fff;
    /* 矢印 */
}
.sub-reserve-faq__box {
    max-width: 112rem;
    margin: 0 auto;
    padding: 7rem 0 5rem 0;
    background-color: #fff;
}
.sub-reserve-faq .accordion {
    position: relative;
    width: 100%;
}
.sub-reserve-faq .accordion-item {
    border-bottom: 1px solid #9da3a7;
}
.sub-reserve-faq .accordion-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    line-height: calc(28 / 16);
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
}
.sub-reserve-faq .accordion-title span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #5ac2e5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 3.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
    width: 3.3rem;
}
.sub-reserve-faq .accordion-content {
    background-color: #fff;
    border-radius: 0.4rem;
    display: none;
    padding-bottom: 2.9rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.9rem;
}
.sub-reserve-faq .accordion-content a {
    color: #00e;
    display: inline-block;
    text-decoration: underline;
}
.sub-reserve-faq .accordion-content p {
    line-height: calc(28 / 16);
}
.sub-reserve-faq .accordion-title {
    position: relative;
}
.sub-reserve-faq .accordion-title::after {
    border-right: solid 1px #141414;
    border-top: solid 1px #141414;
    content: "";
    display: block;
    height: 0.9rem;
    position: absolute;
    right: 2.3rem;
    top: 45%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 0.9rem;
}
.sub-reserve-faq .accordion-title.open::after {
    top: 41%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sub-reserve-cancel {
    margin-top: 10.7rem;
}
.sub-reserve-cancel__box {
    background-color: #fff;
    margin-top: 4.7rem;
    padding-bottom: 8rem;
    padding-left: 11rem;
    padding-right: 11rem;
    padding-top: 6rem;
}
.sub-reserve-cancel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.philosophy_img img {
    max-width: 600px;
    display: block;
    margin: 5rem auto 7rem auto;
}
.sub-reserve-cancel__item-text-container {
    margin-top: 0.6rem;
    width: 57.2rem;
}
.sub-reserve-cancel__item-text:not(:first-of-type) {
    margin-top: 3.6rem;
}
.sub-reserve-cancel__item-text:nth-of-type(2) .sub-reserve-cancel__item-desc {
    margin-top: 2.3rem;
}
.sub-reserve-cancel__item-title {
    font-size: 2.4rem;
    font-weight: 700;
}
.sub-reserve-cancel__item-desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2.5rem;
}
.sub-reserve-cancel__item-desc span {
    display: block;
}
.sub-reserve-cancel__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 26.8rem;
}
/* ==============================================================
*  セクション(sub-shop)
* ============================================================ */
.sub-shop__box {
    /*  background-color: #fff;*/
    padding-bottom: 4rem;
    /*   padding-left: 4rem;
  padding-right: 4rem; */
    padding-top: 4rem;
}
.sub-shop__container {
    display: block;
    margin: 0;
}
.contents_ttl_001 {
    max-width: 116.8rem;
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
    margin: 0 auto 3rem auto;
    position: relative;
}
.contents_ttl_001::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 1px;
    background: #5ac2e5;
}
.contents_ttl_001 span {
    color: #6e6e6e;
    font-size: 2.8rem;
    font-weight: bold;
}
.construction_item + .construction_item {
    margin: 4rem 0 0 0;
}
.construction_item .year {
    font-size: 2rem;
    color: #1f89d6;
    font-weight: 500;
    margin: 0 0 1.5rem 0;
}
.construction_item table {
    width: 100%;
    border-collapse: collapse;
}
.construction_item table th {
    padding: 1rem 1rem 1rem 1rem;
    background: #edf4fa;
    font-weight: 500;
    border: 1px solid #cecece;
}
.construction_item table td {
    padding: 1rem 1rem 1rem 1rem;
    border: 1px solid #cecece;
}
.sub-shop__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 47rem;
}
.sub-shop__table {
    width: 100%;
    left: 0;
    position: relative;
    text-align: left;
    padding: 0 5rem 0 5rem;
}
.sub-shop__table tr {
    border-top: 1px solid #e5e5e5;
    display: block;
    padding: 1.8rem;
}
.sub-shop__table tr:last-of-type {
    border-bottom: 1px solid #cecece;
}
.sub-shop__table th {
    width: 13rem;
    color: #b39f3c;
    font-weight: 500;
}
.sub-shop__table td {
    line-height: 1.5;
    word-break: break-word;
}
.sub-shop__table td span {
    display: block;
}
.sub-shop__table td span.map {
    text-align: right;
}
.sub-shop__table td a {
    color: #00e;
    display: inline-block;
    text-decoration: underline;
}
.sub-shop__map iframe {
    height: 30rem;
    width: 100%;
}
.table_simple {
    padding: 0 0 0 0;
}
.table_simple tr {
    padding: 0 0 0 0 !important;
    background-color: #fff;
}
.table_simple th {
    padding: 1.8rem;
    background: #0095d3;
    color: #fff;
    width: 25rem;
    line-height: 1.5;
}
.table_simple td {
    padding: 1.8rem;
}
.company_sdgs {
    margin: 8rem 0 0 0;
}
.company_sdgs a img {
    max-width: 800px;
    margin: 0 auto;
}
.ISO9001 {
    margin: 8rem 0 5rem 0;
}
.ISO9001 .img img {
    max-width: 250px;
    margin: 0 0 2rem 0;
}
/* ==============================================================
*  セクション(sub-single)
* ============================================================ */
.sub-single img {
    width: auto;
}
.sub-single__box {
    background-color: #fff;
    padding: 0 0 0 0;
}
.sub-single__title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.sub-single__title {
    color: var(--text-color);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 1.1rem;
}
.sub-single__time-category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.sub-single__time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 700;
}
.sub-single__category {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.2rem;
    margin-left: 1.9rem;
    padding: 0.35rem 0.7rem;
}
.sub-single__main {
    border-top: 1px solid var(--primary-color);
    line-height: calc(34 / 16);
    margin-top: 1rem;
}
.sub-single__main h2 {
    /* background-color: #1F89D6; */
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-top: 3rem;
    padding: 1.3rem 0.5rem;
}
.sub-single__main h3 {
    border-bottom: 1rem solid var(--primary-color);
    color: #1f89d6;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 4.5rem;
    padding-bottom: 1.6rem;
}
.sub-single__main h4 {
    border-left: 0.5rem solid var(--primary-color);
    color: #1f89d6;
    display: inline-block;
    font-size: 2.2rem;
    line-height: 1;
    margin-top: 5.4rem;
    padding: 0.1rem 1.1rem;
}
.sub-service__list.type002 .sub-service__item::before {
    display: none;
}
.sub-single__main h5 {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 5.8rem;
}
.sub-single__main p {
    font-size: 1.6rem;
}
.sub-single__main ul, .sub-single__main ol {
    margin-top: 2rem;
}
.sub-single__main li {
    font-size: 1.6rem;
    /*   margin-left: 2.5rem; */
    position: relative;
}
.sub-single__main figure {
    /*   margin-top: 8rem; */
}
sub-single .inner {
    padding: 0 0 0 0;
}
.sub-single__main figcaption {
    font-size: 1.8rem;
    line-height: calc(38 / 18);
    margin-top: 2rem;
    text-align: center;
}
.sub-single__main img {
    /*   margin-top: 5.4rem; */
}
.sub-single__main a {
    color: #00e;
    display: inline-block;
    text-decoration: underline;
}
.sub-single__main .sub-shop__table {
    padding: 5rem 2rem 0 2rem;
}
.sub-single__main .sub-shop__table th {
    width: 20rem;
}
.sub-single__btn-group {
    margin-top: 5.8rem;
    position: relative;
    text-align: center;
}
.sub-single__btn {
    background: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: linear-gradient(to right, #8bcf32 0%, #4fbe4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    padding: 1rem 5rem;
}
.sub-single .nav-previous, .sub-single .nav-next {
    bottom: 0;
    display: inline-block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    position: absolute;
    top: 0;
}
.sub-single .nav-previous a, .sub-single .nav-next a {
    /* padding: 2rem; */
}
.sub-single .nav-previous {
    left: 40.6rem;
}
.sub-single .nav-next {
    right: 40.6rem;
}
.sub-single .banner.-sub {
    margin-top: 10rem;
}
/* ==============================================================
*  セクション(sub-terms)
* ============================================================ */
.sub-terms__box {
    background-color: #fff;
    color: #2f2f2f;
    margin-top: 4.1rem;
    padding-bottom: 7.75rem;
    padding-left: 11rem;
    padding-right: 11rem;
    padding-top: 6.5rem;
}
.sub-terms__item:not(:first-of-type) {
    margin-top: 6.5rem;
}
.sub-terms__title {
    font-size: 2rem;
}
.sub-terms__list-child {
    margin-left: 4.4rem;
    margin-top: 2.1rem;
}
.sub-terms__item-child {
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
}
.sub-terms__item-child span {
    font-size: 1.6rem;
    left: -2.4rem;
    margin-right: 1rem;
    position: absolute;
    top: -0.3rem;
}
.sub-terms__item-child:not(:first-of-type) {
    margin-top: 1.9rem;
}
.sub-terms__item-child:nth-child(n + 10) {
    padding-left: 0.8rem;
}
.sub-terms__list-end {
    margin-left: 6rem;
    margin-top: 2rem;
}
.sub-terms__item-end {
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
}
.sub-terms__item-end span {
    font-size: 1.6rem;
    left: -2.3rem;
    margin-right: 1rem;
    position: absolute;
    top: -0.3rem;
}
.sub-terms__item-end:not(:first-of-type) {
    margin-top: 1.9rem;
}
.sub-terms__desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2.2rem;
}
.sub-terms__desc span {
    display: block;
}
.sub-terms__desc span:not(:first-of-type) {
    margin-top: 2.4rem;
}
/* ==============================================================
*  セクション(sub-thanks)
* ============================================================ */
.sub-thanks__box {
    background-color: #fff;
    padding-bottom: 6.2rem;
    padding-top: 6.6rem;
}
.sub-thanks__title {
    color: #1f1f1f;
    font-size: 2.4rem;
    text-align: center;
}
.sub-thanks__desc {
    color: #1f1f1f;
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 3.1rem;
    text-align: center;
}
.sub-thanks__desc span {
    display: block;
}
.sub-thanks__list {
    left: 0.9rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.2rem;
    max-width: 622px;
    position: relative;
}
.sub-thanks__item {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    position: relative;
}
.sub-thanks__item::before {
    background-color: #141414;
    border-radius: 50%;
    content: "";
    height: 0.8rem;
    left: -1.8rem;
    margin: auto;
    position: absolute;
    top: 1.1rem;
    width: 0.8rem;
}
.sub-thanks__item:not(:first-of-type) {
    margin-top: 0.4rem;
}
.sub-thanks__tel-area {
    margin-top: 4.2rem;
    text-align: center;
}
.sub-thanks__tel-title {
    color: #0c3b2c;
    font-size: 3.2rem;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 33rem;
}
.sub-thanks__tel-title::before {
    background-image: url(../img/sub/contact/arrow-contact.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.433rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 4.9rem;
    width: 33rem;
}
.sub-thanks__tel {
    color: #0c3b2c;
    display: inline-block;
    font-size: 4rem;
    font-weight: 700;
    margin-top: 5.9rem;
    padding-left: 3rem;
    pointer-events: none;
    position: relative;
}
.sub-thanks__tel::before {
    background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 2.744rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0.6rem;
    width: 2.744rem;
}
.sub-thanks__time {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0.4rem;
    margin-top: 1rem;
}
.sub-thanks__time span {
    color: #0c3b2c;
}
.sub-thanks__time span:nth-of-type(1) {
    border: 1px solid #0c3b2c;
    font-size: 1.6rem;
    padding: 0.4rem 1.2rem;
}
.sub-thanks__time span:nth-of-type(2) {
    font-size: 1.8rem;
    margin-left: 0.9rem;
}
.sub-thanks__link {
    margin-top: 6.2rem;
    text-align: center;
}
.sub-thanks__link a {
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
    display: inline-block;
}
/* ==============================================================
*  レスポンシブPC(common)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(home)
* ============================================================ */
@media screen and (max-width: 1168px) {
    .home-shop__text {
        padding-bottom: 6rem;
        padding-left: 2.4rem;
        padding-top: 13.8rem;
        width: 76.2rem;
    }
    .home-shop__img {
        width: 58.4rem;
    }
}
@media screen and (min-width: 1169px) {
    .home-shop__text {
        padding-bottom: calc(6rem + ((1vw - 11.69px) * (40 / 7.51)));
        padding-left: calc(2.4rem + ((1vw - 11.69px) * (376 / 7.51)));
        padding-top: calc(13.8rem + ((1vw - 11.69px) * (26 / 7.51)));
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 0;
        width: calc(76.2rem + ((1vw - 11.69px) * (491 / 7.51)));
    }
    .home-shop__img img {
        width: 960px;
        height: 513px;
    }
}
@media screen and (min-width: 1920px) {
    .home-shop__img {
        width: 96rem;
    }
}
/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 767px) {
    .p-home-sec03__item-wrap {
        flex-direction: column;
        padding-top: 0;
    }
    .p-home-sec03 .item__inner {
        padding: 9rem 5rem;
        text-align: center;
        line-height: 1.3;
    }
    .p-home-sec03 .item {
        width: 100%;
    }
    .inner {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .home-section-title {
        font-size: 6vw;
    }
    .home-section-title.type001 {
        color: var(--text-color);
        font-weight: 700;
    }
    .home-section-title.type001 span {
        color: #5ac2e5;
        font-family: "Montserrat", sans-serif;
    }
    .home-section-title span {
        font-size: 4vw;
        margin-top: 1vw;
        font-family: "Montserrat", sans-serif;
    }
    .home-section__desc {
        font-size: 4vw;
        width: 100%;
    }
    .banner.-home-top {
        margin-top: 10vw;
    }
    .banner.-home-bottom {
        padding-bottom: 10vw;
        padding-top: 10vw;
    }
    .banner.-sub {
        margin-top: 10vw;
    }
    .banner.-sub .inner {
        padding: 0;
    }
    .banner__link {
        width: 100%;
    }
    .banner__link.-sub {
        width: 100%;
    }
    .btn {
        font-size: 3vw;
        padding-bottom: 3.5vw;
        padding-top: 3.5vw;
        width: 42vw;
    }
    .btn span {
        width: 2.5vw;
    }
    .nav-drawer .banner__link.-sub {
        width: 80%;
        margin-top: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .header-sp {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 20;
        background: #fff;
    }
    .header-sp.-sub {
        background-color: #fff;
    }
    .header-sp__top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* padding-bottom: 3vw; */
        padding-left: 2vw;
        /* padding-top: 3vw; */
        height: 15vw;
    }
    .header-sp__logo {
        position: relative;
        width: 45vw;
        z-index: 1;
    }
    .hamburger {
        border: none;
        cursor: pointer;
        height: 15vw;
        outline: none;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color 0.5s ease-out;
        transition: background-color 0.5s ease-out;
        width: 15vw;
        z-index: 40;
        background: #5ac2e5;
    }
    .hamburger.-sub span {
        background-color: #fff;
    }
    .hamburger span {
        background-color: #fff;
        height: 0.35vw;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        width: 4.7vw;
    }
    .hamburger__lineTop {
        top: 5.1vw;
    }
    .hamburger__lineCenter {
        top: 6.4vw;
    }
    .hamburger__lineBottom {
        top: 7.7vw;
    }
    .nav-drawer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #eff8fc;
        display: none;
        height: 100vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow-y: scroll;
        padding-bottom: 15vw;
        padding-top: 25vw;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 35;
    }
    .nav-drawer__nav {
        padding-left: 0;
        padding-top: 0;
    }
    .nav-drawer__list {
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        color: var(--text-color);
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .nav-drawer__item {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #ccc;
      padding-bottom: 1rem;
    }
    .nav-drawer__item::before {
      content: "";
      width: 1rem;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background: #5ac2e5;
    }
    .nav-drawer__item:not(:first-of-type) {
        margin-top: 7vw;
    }
    .nav-drawer__item:last-of-type {
        /*     width: 10vw; */
    }
    .nav-drawer__link {
        font-size: 4.7vw;
        text-align: left;
        padding-left: 2rem;
    }
    .nav-drawer__link > img {
        width: 4rem;
    }
    .nav-drawer__btn {
        color: #fff;
        display: inline-block;
        font-size: 4vw;
        margin-top: 7vw;
        padding: 3vw;
        background: #ffc85e;
        background: -moz-linear-gradient(left, #fbd180 0%, #de6443 100%);
        background: -webkit-linear-gradient(left, #ffc85e 0%, #de6443 100%);
        background: linear-gradient(to right, #ffc85e 0%, #de6443 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc85e', endColorstr='#de6443', GradientType=1);
        background: #5ac2e5;
    }
    .nav-drawer__tel {
        font-size: 8vw;
        margin-top: 7vw;
        color: var(--text-color);
    }
    .nav-drawer__tel a {
        display: inline-block;
        margin-left: 4vw;
        position: relative;
    }
    .nav-drawer__tel a::before {
        background-image: url(../img/common/tel-color.svg);
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        height: 4vw;
        left: -5vw;
        margin: auto;
        position: absolute;
        top: 0;
        width: 4vw;
    }
    .nav-drawer__time {
        font-size: 4vw;
        margin-top: 4vw;
        color: var(--text-color);
    }
    .nav-drawer__time span {
        border: 1px solid var(--text-color);
        display: inline-block;
        margin-right: 2vw;
        padding: 1vw;
    }
    /* 表示された時用のCSS */
    .open .hamburger {
        /*     background-color: #fff; */
        -webkit-transition: background-color 0.5s ease-out;
        transition: background-color 0.5s ease-out;
    }
    .open .hamburger__lineTop {
        top: 6.7vw;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .open .hamburger__lineCenter {
        display: none;
    }
    .open .hamburger__lineBottom {
        top: 6.7vw;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .open .hamburger span {
        background-color: #fff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
}
@media screen and (max-width: 767px) {
    .footer_cta_inner {
        padding: 3rem 1rem;
    }
    .footer_cta_txt {
        line-height: 1.7;
    }
    .footer {
        padding-top: 15vw;
    }
    .footer_link_banner {
        padding: 40px 15px 40px 15px;
    }
    .footer_link_banner .footer_link_banner_inner {
        gap: 0;
    }
    .footer_link_banner .footer_link_banner_inner a {
        width: 46%;
        margin: 0 2% 3% 2%;
    }
    .footer__list {
        display: block;
        text-align: center;
    }
    .footer__item:not(:first-of-type) {
        margin-left: 0;
        margin-top: 8vw;
    }
    .footer__item:last-of-type {
        margin-left: 0;
        margin-top: 10vw;
    }
    .footer__item:last-of-type a {
        margin-left: auto;
        margin-right: auto;
    }
    .footer__link {
        font-size: 4vw;
    }
    .footer__logo {
        margin-top: 2vw;
        width: 80vw;
    }
    .footer__address {
        margin-top: 2vw;
    }
    .footer__address span {
        font-size: 3.5vw;
    }
    .footer__copyright {
        font-size: 3.5vw;
        margin-top: 10vw;
        padding-bottom: 6vw;
        padding-top: 6vw;
        margin-bottom: 55px;
    }
    .footer .page-top span {
        font-size: 2.5vw;
        margin-top: 1vw;
    }
    .footer .page-top__img {
        width: 4vw;
    }
    .footer .page-top a {
        bottom: 4vw;
        right: 3vw;
        z-index: 10;
    }
    .home-shop .home-section-title {
        color: #333;
    }
}
/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
    .home-mv__catch {
        font-size: clamp(20px, 5vw, 40px);
    }
    .home-mv__catch img {
        max-width: 300px;
    }
    .home-mv__catch span {
        display: block;
    }
    .home-shop.type002 .home-shop__text {
        padding: 3rem 1rem 50rem 1rem;
        z-index: 1;
        /* 		background: transparent; */
        background-position: center;
    }
    .home-shop.type002 .home-shop__img img {
        width: 36%;
    }
    .home-shop.type002 .home-shop__text::before {
        z-index: -1;
        width: 10rem;
        height: 5rem;
    }
    .home-shop.type002 .home-shop__intro span {
        font-size: 2.5rem;
    }
    .home-shop.type002 .home-shop__intro {
        width: 100%;
        margin: 7rem 0 7rem 0;
    }
    .home-shop.type002 .home-shop__img {
        gap: 1rem;
        top: 0px;
    }
    .home-shop.type002 .home-section__desc span {
        margin: 2rem 0 2rem 0;
    }
    .home-mv__slide img {
        height: calc(100vh / 1.5);
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }
    .home-mv .slide-dots li {
        margin: 0 2vw;
    }
    .home-mv .slide-dots li.slick-active button::before {
        height: 2vw;
        width: 2vw;
    }
}
@media screen and (max-width: 767px) {
    .home-shop {
        padding-top: 8vw;
        background: #fff;
        margin-top: 0;
    }
    .home-shop .home-section__desc {
        margin-top: 5vw;
    }
    .home-shop__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        /*    margin-top: 8vw;*/
        position: static;
    }
    .home-shop__img {
        position: static;
        width: 100%;
    }
    .home-shop__text {
        padding: 10vw;
        width: 100%;
    }
    .home-shop__intro {
        font-size: 5vw;
        width: 100%;
    }
    .home-shop .btn {
        margin-top: 8vw;
        /*     padding-right: 3vw; */
    }
    .home-shop .btn span {
        right: 7vw;
    }
}
@media screen and (max-width: 767px) {
    .home-center {
        /* margin-top: 10vw; */
        padding-bottom: 0;
        padding-top: 10vw;
        border-radius: 0 0 0% 0%;
    }
    .home-center .inner {
        padding: 0;
    }
    .home-center__container.-service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .home-center__container.-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .home-center__text {
        margin-top: 0;
        padding: 7vw 7vw;
    }
    .home-center__img {
        margin-top: 8vw;
        width: 100%;
    }
    .home-blog__item-wrap {
        padding-top: 2rem;
    }
    .home-service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home-service .btn {
        margin-top: 8vw;
        /*     padding-right: 3vw; */
    }
    .home-service .btn span {
        right: 4vw;
    }
    .home-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 10vw;
        margin-bottom: 0;
    }
    .home-price .btn {
        margin-top: 8vw;
        /*     padding-right: 3vw; */
    }
    .home-price .btn span {
        right: 11vw;
    }
}
@media screen and (max-width: 767px) {
    .home-gallery {
        padding-bottom: 15vw;
        padding-top: 10vw;
    }
    .home-gallery__btn {
        margin-top: 10vw;
    }
    .home-gallery__btn .btn {
        padding-right: 2vw;
    }
    .home-gallery__btn .btn span {
        right: 7vw;
    }
}
@media screen and (max-width: 767px) {
    .home-news {
        padding-bottom: 10vw;
        padding-top: 0vw;
        margin: 0 0 0 0;
    }
    .home-news__box {
        padding: 10vw 5vw;
    }
    .home-news__container {
        margin-top: 8vw;
        flex-direction: column;
        gap: 0;
    }
    .p-home-sec03__txt {
        margin: 2rem 0 3rem 0;
    }
    .home-news__link {
        display: block;
        width: 100%;
    }
    .home-news__link:not(:first-of-type) {
        margin-top: 10vw;
    }
    .home-news__time {
        font-size: 4vw;
    }
    .home-news__category {
        font-size: 4vw;
        margin-left: 4vw;
        width: 35vw;
    }
    .home-news__title {
        font-size: 4vw;
        margin-left: 0;
        margin-top: 2vw;
    }
    .home-news__btn {
        margin-top: 10vw;
    }
    .home-news__btn a span {
        right: 8vw;
    }
}
/* ==============================================================
*  レスポンシブSP(sub-common)
* ============================================================ */
@media screen and (max-width: 767px) {
    .breadcrumb {
        font-size: 3vw;
        padding-bottom: 3vw;
        padding-top: 19vw;
    }
    .sub-bg {
        padding-bottom: 10vw;
        padding-top: 10vw;
    }
    .sub-bg::before {
        height: 90vw;
    }
    .about02.sub-bg {
        border-radius: 0%;
    }
    .sub-section-title span {
        font-size: 4vw;
    }
    .sub-section-subtitle {
        font-size: 6vw;
        line-height: 1.5;
        margin-top: 5vw;
        text-align: center;
    }
    .sub-section-subtitle::before, .sub-section-subtitle::after {
        width: 16vw;
    }
    .sub-section-subtitle.-color::after, .sub-section-subtitle.-color::before {
        width: 16vw;
    }
}
/* ==============================================================
*  レスポンシブSP(sub-404)
* ============================================================ */
@media screen and (max-width: 767px) {
    .sub-404__box {
        margin-top: 0;
        padding-bottom: 12vw;
        padding-top: 0;
    }
    .sub-404__title {
        font-size: 4vw;
    }
    .sub-404__desc {
        font-size: 2.6vw;
        margin-top: 6vw;
    }
    .sub-404__link {
        margin-top: 9vw;
    }
    .sub-404__link a {
        font-size: 4vw;
    }
}
/* ==============================================================
*  レスポンシブSP(sub-archive)
* ============================================================ */
@media screen and (max-width: 767px) {
    .sub-archive__box {
        margin-top: 0;
        padding: 5vw 0;
    }
    .sub-archive__container {
        margin-top: 8vw;
        flex-direction: column;
    }
    .sub-archive__category-name {
        font-size: 4vw;
    }
    .sub-archive__select-title {
        font-size: 3vw;
    }
    .sub-archive__select {
        font-size: 4vw;
        margin-left: 2vw;
    }
    .sub-archive__select::before {
        border-left: 1vw solid transparent;
        border-right: 1vw solid transparent;
        border-top: 1.5vw solid #1e1d1d;
        right: 1vw;
        top: 2vw;
    }
    .sub-archive select {
        padding-bottom: 1vw;
        padding-left: 1vw;
        padding-right: 4vw;
        padding-top: 1vw;
    }
    .sub-archive__link {
        display: block;
        padding-bottom: 5vw;
        padding-right: 0;
        padding-top: 5vw;
        padding: 0 0 0 0;
        width: 100%;
    }
    .sub-archive__time {
        font-size: 4vw;
    }
    .sub-archive__category {
        font-size: 4vw;
        margin-left: 4vw;
    }
    .sub-archive__title {
        font-size: 4vw;
        margin-left: 0;
        margin-top: 2vw;
    }
    .sub-archive .pagination-wrapper__sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5vw;
    }
    .sub-archive .pagination-wrapper .page-numbers {
        font-size: 5vw;
        height: 9.5vw;
        margin-left: 2vw;
        margin-right: 2vw;
        width: 24vw;
    }
    .sub-archive .pagination-wrapper .page-numbers.next, .sub-archive .pagination-wrapper .page-numbers.prev {
        border: none;
    }
    .sub-archive .pagination-wrapper .page-numbers.next a, .sub-archive .pagination-wrapper .page-numbers.prev a {
        border: 1px solid #0c3b2c;
        padding: 2vw 6vw;
    }
}
/* ==============================================================
*  レスポンシブSP(sub-contact)
* ============================================================ */
@media screen and (max-width: 767px) {
    .sub-contact__top {
        margin-top: 0;
        padding-bottom: 10vw;
        padding-top: 5vw;
    }
    .sub-contact__list-top {
        display: block;
    }
    .sub-contact__item-top:not(:first-of-type) {
        margin-left: 0;
        margin-top: 15vw;
        text-align: center;
    }
    .sub-contact__top-title {
        font-size: 6vw;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
    .sub-contact__top-title::before {
        height: 3vw;
        top: 8vw;
        width: 60vw;
    }
    .sub-contact__top-qr {
        margin-top: 10vw;
        width: 70%;
    }
    .sub-contact__top-qr-desc {
        font-size: 4vw;
        line-height: 1.5;
        margin-top: 6vw;
        text-align: center;
    }
    .sub-contact__tel {
        display: inline-block;
        font-size: 8vw;
        margin-top: 10vw;
        padding-left: 7vw;
        pointer-events: all;
    }
    .sub-contact__tel::before {
        height: 5vw;
        left: 0;
        top: 1vw;
        width: 5vw;
    }
    .sub-contact__time {
        margin-left: 0;
        margin-top: 5vw;
    }
    .sub-contact__time span:nth-of-type(1) {
        font-size: 3vw;
        padding: 1vw 3vw;
    }
    .sub-contact__time span:nth-of-type(2) {
        font-size: 4vw;
        margin-left: 3vw;
    }
    .sub-contact__box {
        margin-top: 5vw;
        padding-bottom: 12vw;
        padding-top: 2rem;
    }
    .sub-contact__title {
        font-size: 6vw;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
    .sub-contact__title::before {
        height: 3vw;
        top: 8vw;
        width: 60vw;
    }
    .sub-contact__intro {
        font-size: 3.5vw;
        margin-left: 0;
        margin-top: 10vw;
    }
    .sub-contact__intro span {
        display: block;
    }
    .sub-contact__form {
        margin-top: 0;
        padding: 0;
    }
    .sub-contact__item {
        display: block;
        padding-bottom: 6vw;
        padding-top: 6vw;
    }
    .sub-contact__item dt {
        font-size: 4vw;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto;
    }
    .sub-contact__item dt span {
        font-size: 4vw;
        margin-left: 3vw;
        padding: 1vw 2vw;
    }
    .sub-contact__item dd {
        margin-left: 0;
        margin-top: 4vw;
    }
    .sub-contact__item input, .sub-contact__item textarea {
        font-size: 4vw;
        padding: 2vw;
    }
    .sub-contact__item input.short {
        width: 100%;
    }
    .sub-contact__item textarea {
        height: 40vw;
    }
    .sub-contact__privacy {
        padding-top: 7vw;
    }
    .sub-contact__privacy-intro {
        font-size: 3.5vw;
    }
    .sub-contact__privacy-intro span {
        display: block;
    }
    .sub-contact__submit {
        margin-top: 7vw;
    }
    .sub-contact__submit input {
        border-radius: 1.8vw;
        font-size: 5vw;
        padding: 5vw 18vw;
    }
    .sub-contact__privacy-wrapper {
        height: 50vw;
        margin-top: 10vw;
        max-width: none;
        padding: 5vw 3vw;
    }
    .sub-contact__privacy-text {
        height: 40vw;
        padding-right: 2vw;
    }
    .sub-contact__privacy-text::-webkit-scrollbar {
        width: 1.8vw;
    }
    .sub-contact__privacy-item:not(:first-of-type) {
        margin-top: 8vw;
    }
    .sub-contact__privacy-title {
        font-size: 3vw;
    }
    .sub-contact__privacy-desc {
        font-size: 3vw;
        margin-top: 2vw;
    }
    .sub-contact .wpcf7-not-valid-tip {
        border-radius: 0.6vw;
        font-size: 3vw;
        height: 6vw;
        margin-top: 3vw;
        padding-left: 3vw;
        width: 54vw;
    }
    .sub-contact .wpcf7-not-valid-tip::before {
        height: 2vw;
        left: 4vw;
        top: -7.8vw;
        width: 3vw;
    }
}
/* ==============================================================
*  レスポンシブSP(sub-price)
* ============================================================ */
@media screen and (max-width: 767px) {
    .sub-price__intro {
        font-size: 4vw;
        margin-top: 6vw;
    }
    .sub-price__intro span {
        display: block;
        line-height: 1.5;
    }
    .sub-price__title {
        font-size: 6vw;
    }
    .sub-price__title::before {
        bottom: -3vw;
        width: 18vw;
    }
    .sub-price__box {
        margin-top: 8vw;
        padding-bottom: 12vw;
        /*     padding-left: 5vw;
    padding-right: 5vw; */
        padding-top: 12vw;
    }
    .sub-price__price {
        border-radius: 0.6vw;
        font-size: 10vw;
        margin-top: 10vw;
        padding-bottom: 5vw;
        padding-top: 4vw;
    }
    .sub-price__price span {
        font-size: 4vw;
        top: 0.2vw;
    }
    .sub-price__container:not(:first-of-type) {
        margin-top: 12vw;
    }
    .sub-price__group {
        display: block;
        margin-top: 8vw;
    }
    .sub-price__plan {
        width: 100%;
    }
    .sub-price__plan:not(:first-of-type) {
        margin-top: 10vw;
    }
    .sub-price__plan-title {
        border-radius: 0.8vw 0.8vw 0 0;
        font-size: 7vw;
        padding-bottom: 4vw;
        padding-top: 3vw;
    }
    .sub-price__plan-title span {
        font-size: 4vw;
    }
    .sub-price__list {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .sub-price__item {
        padding-bottom: 7vw;
        padding-top: 6vw;
    }
    .sub-price__item:nth-of-type(2) {
        padding-bottom: 7vw;
    }
    .sub-price__item:nth-of-type(3) {
        padding-bottom: 7vw;
    }
    .sub-price__item-title {
        font-size: 4vw;
    }
    .sub-price__item-desc {
        font-size: 8vw;
        margin-top: 3vw;
    }
    .sub-price__item-desc span {
        font-size: 4vw;
    }
    .sub-price__attention-list {
        margin-top: 6vw;
    }
    .sub-price__attention-item {
        font-size: 4vw;
        text-indent: -1em;
    }
    .sub-price__btn {
        margin-top: 8vw;
    }
    .sub-price__btn .btn {
        font-size: 3vw;
        padding-right: 3vw;
    }
    .sub-price__btn .btn span {
        right: 6vw;
    }
    .sub-price__banner-title {
        font-size: 5vw;
        margin-bottom: 7vw;
        margin-top: 12vw;
    }
    .sub-price__banner-title::before {
        height: 3vw;
        top: 7.5vw;
        width: 50vw;
    }
    .sub-price__title-desc {
        font-size: 4vw;
        margin-top: 8vw;
        text-align: left;
    }
    .sub-price__title-desc span.tel {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
/* 
==============================================================
*  レスポンシブSP(sub-service)
* ============================================================ */
@media screen and (max-width: 767px) {
    .sub-service__list {
        margin-top: 8vw;
    }
    .sub-service__item {
        padding-bottom: 5vw;
        /*     padding-left: 5vw;
    padding-right: 5vw; */
        padding-top: 0vw;
        width: 100%;
    }
    .sub-service__item:nth-of-type(odd)::before {
        left: auto;
        right: 2vw;
        top: 60vw;
    }
    .sub-service__item:nth-of-type(odd) .sub-service__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sub-service__item:nth-of-type(odd) .sub-service__text {
        margin-left: 0;
    }
    .sub-service__item:nth-of-type(even)::before {
        left: auto;
        right: 2vw;
        top: 62vw;
    }
    .sub-service__item:nth-of-type(even) .sub-service__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sub-service__item:nth-of-type(even) .sub-service__text {
        margin-right: 0;
    }
    .sub-service__item:not(:first-of-type) {
        margin-top: 6vw;
    }
    .sub-service__item:nth-of-type(1) .sub-service__text-title span {
        display: block;
    }
    .sub-service__item:nth-of-type(1)::before {
        height: 18vw;
        width: 23vw;
    }
    .sub-service__item:nth-of-type(2)::before {
        height: 18vw;
        width: 23vw;
    }
    .sub-service__item:nth-of-type(3)::before {
        height: 18vw;
        width: 23vw;
    }
    .sub-service__item:nth-of-type(4)::before {
        height: 18vw;
        width: 23vw;
    }
    .sub-service__item:nth-of-type(5)::before {
        height: 18vw;
        width: 23vw;
    }
    .sub-service__container {
        padding: 0;
        position: static;
    }
    .sub-service__img {
        width: 100%;
    }
    .sub-service__text {
        margin-top: 5vw;
        width: 100%;
    }
    .sub-service__text-title {
        font-size: 5vw;
    }
    .sub-service__text-desc {
        font-size: 4vw;
        margin-top: 2vw;
    }
    .sub-service__text-desc span:not(:first-of-type) {
        margin-top: 5vw;
    }
    .p-new-order {
        padding-bottom: 4rem !important;
    }
}
/* ==============================================================
*  レスポンシブSP(sub-reserve)
* ============================================================ */
@media screen and (max-width: 767px) {
    .sub-reserve-flow__box {
        margin-top: 8vw;
        padding-bottom: 15vw;
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 15vw;
    }
    .sub-reserve-flow__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sub-reserve-flow__item:not(:first-of-type) {
        border-top: 1px solid #9da3a7;
        margin-top: 15vw;
        padding-top: 15vw;
    }
    .sub-reserve-flow__item-text {
        margin-top: 0;
        width: 100%;
    }
    .sub-reserve-flow__item-title {
        border-left: 2.5vw solid #edbd21;
        font-size: 7vw;
        padding-bottom: 2vw;
        padding-left: 3vw;
        padding-top: 3vw;
    }
    .sub-reserve-flow__item-title span {
        font-size: 12vw;
        left: 24vw;
        top: -1vw;
    }
    .sub-reserve-flow__item-intro {
        font-size: 5vw;
        margin-top: 4vw;
        white-space: normal;
    }
    .sub-reserve-flow__item-desc {
        font-size: 4vw;
        margin-top: 6vw;
    }
    .sub-reserve-flow__item-img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 8vw;
        width: 50%;
    }
    .sub-reserve-flow__img {
        margin: auto;
        margin-top: 10vw;
        width: 70%;
    }
    .sub-reserve-flow__line-btn {
        margin-inline: auto;
        margin-top: 8vw;
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .sub-reserve-faq {
        margin-bottom: 4rem;
        padding: 10px;
        margin-top: 0;
    }
    .p-flow-sec02 .flow_content {
        padding: 0px !important;
    }
    .p-flow-sec02 .flow_content .row {
        flex-direction: column-reverse !important;
    }
    .p-flow-sec02 .flow_content .detail {
        width: 100% !important;
        padding: 0 0px 0 40px !important;
    }
    .p-flow-sec02 .flow_content .detail .head {
        font-size: 2rem !important;
        padding: 5px 0 15px 0 !important;
    }
    .p-flow-sec02 .flow_content .detail .text {
        font-size: 1.4rem;
    }
    .p-flow-sec02 .flow_content .img {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
    .p-flow-sec02 .flow_content .detail .num {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 1.8rem !important;
    }
    .sub-reserve-faq__box {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0vw;
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 0vw;
    }
    .p-flow-sec02 {
        padding: 4rem 1rem 4rem 1rem !important;
    }
    .sub-reserve-faq__box .contents_ttl_001 {
        margin: 0 auto 1rem auto;
    }
    .sub-reserve-faq .accordion-title {
        font-size: 3.5vw;
        padding-bottom: 4vw;
        padding-left: 0;
        padding-right: 6vw;
        padding-top: 4vw;
    }
    .sub-reserve-faq .accordion-title span {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 8vw;
        margin-right: 3vw;
        width: 8vw;
    }
    .sub-reserve-faq .accordion-content {
        -webkit-column-break-before: 0.6vw;
        break-before: 0.6vw;
        padding: 3vw;
    }
    .sub-reserve-faq .accordion-content p {
        font-size: 3vw;
    }
    .sub-reserve-faq .accordion-title::after {
        height: 2vw;
        right: 2vw;
        width: 2vw;
    }
}
.mowing_lead {
    text-align: center;
    line-height: 1.7;
    margin: 8rem 0 0 0;
}
.waste .mowing_lead {
    margin: 2rem 0 0 0;
}
.waste .car_price {
    display: flex;
    align-items: center;
    padding: 0 8rem 0 8rem;
    margin: -2rem 0 0 0;
}
.waste .car_price .item {
    width: 50%;
    text-align: center;
}
.waste .car_price .item:first-child img {
    padding: 5rem 13rem 0 13rem;
}
.waste .car_price .item:last-child img {
    margin-bottom: -5rem;
    padding-top: 1rem;
}
.waste .car_price .item img {
    padding: 5rem 9rem 0 9rem;
}
.waste .car_price .item .ttl {
    font-size: 2.5rem;
    font-weight: 500;
}
.waste .car_price .item .price {
    font-size: 3rem;
    font-weight: 700;
    margin: 2rem 0 0 0;
    color: #e5003e;
}
.waste .car_price_lead {
    padding: 40px 30px 40px 30px;
}
.waste .car_price_lead p {
    background: #fff8eb;
    color: #de6744;
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
    line-height: 1.7;
    padding: 2rem 0 2rem 0;
}
.waste .car_price.kaden {
    padding: 0 5rem 0 5rem;
    margin: 2rem 0 8rem 0;
}
.waste .car_price.kaden .item {
    width: 25%;
}
.waste .car_price.kaden .item img {
    padding: 5rem 3rem 0 3rem !important;
    margin-bottom: 0 !important;
}
.waste .car_price.kaden .item .ttl {
    font-size: 1.8rem;
    margin-top: 3rem;
}
.waste .car_price.kaden .item .price {
    font-size: 2rem;
    font-weight: 700;
    margin: 2rem 0 0 0;
    color: #e5003e;
}
.mowing .p-sec03 {
    padding: 4rem 0 2rem;
    background-image: url(http://front-check002.site/wp-content/themes/sutalabo/img/home/bg-body1.jpg);
    background-attachment: fixed;
    background-size: cover;
    margin: 0 0 3rem 0;
}
.mowing .c-inner {
    width: calc(100% - 40px);
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
.mowing .p-sec03-contents {
    padding: 0 0 61px;
    border: 6px solid #fd919e;
    border-radius: 20px;
}
.price_area {
    padding-top: 8rem;
}
.mowing .p-sec03-contents {
    border: none;
}
.mowing .p-sec03-contents__tit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800px;
    min-height: 80px;
    margin: -44px auto 40px;
    border-radius: 20px;
    background: #5ac2e5;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4375;
    text-align: center;
}
.mowing .p-sec03-contents__tit {
    border-radius: 0 0 0 0;
    width: 100%;
}
.mowing .p-sec03-contents__box {
    display: flex;
}
.mowing .p-sec03-contents__box {
    padding: 0 30px 0 30px;
}
.mowing .p-sec03-contents__box .textArea .priceTit {
    margin-bottom: 10px;
    padding: 5px 0;
    background-color: #eaeaea;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4444444444;
    text-align: center;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem .listTit {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.45;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice {
    display: flex;
    align-items: flex-end;
    color: #e5003e;
    margin: 1rem 0 1rem 0;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .num {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .yen {
    font-size: 20px;
    font-weight: 700;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4444444444;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .text {
    font-size: 18px;
}
.mowing .p-sec03-contents__box .textArea .detailText {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}
.mowing .p-sec03-contents__box .textArea .featureBox {
    -ms-grid-columns: (1fr) [3];
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    gap: 12px;
}
.mowing .p-sec03-contents__box .textArea .featureBox .featureItem {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 6px;
    background: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: linear-gradient(to right, #8bcf32 0%, #4fbe4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3333333333;
}
.mowing .p-sec03-contents__box .imageArea {
    flex-shrink: 0;
    margin-left: 40px;
}
.mowing .p-sec03-contents__box .imageArea .before {
    position: relative;
}
.mowing .p-sec03-contents__box .imageArea .before .beforeText {
    display: flex;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 28px;
    border-bottom-right-radius: 14px;
    background-color: #7b7b7b;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.mowing .p-sec03-contents__box .imageArea .before img {
    -o-object-fit: cover;
    width: 289px;
    height: 193px;
    object-fit: cover;
}
.mowing .p-sec03-contents__box .imageArea .before:after {
    z-index: 3;
    position: absolute;
    top: 121px;
    left: 288px;
    width: 60px;
    height: 76px;
    background: url(../images/top_cross_arrow.svg);
    background-size: 60px;
    background-repeat: no-repeat;
    content: "";
}
.mowing .p-sec03-contents__box .imageArea .after {
    position: relative;
    margin-top: 17px;
    margin-left: 48px;
}
.mowing .p-sec03-contents__box .imageArea .after .afterText {
    display: flex;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 71px;
    height: 28px;
    border-bottom-right-radius: 12px;
    background: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: linear-gradient(to right, #8bcf32 0%, #4fbe4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.mowing .p-sec03-contents__box .imageArea .after img {
    -o-object-fit: cover;
    width: 481px;
    ß height: 320px;
    object-fit: cover;
}
.mowing .p-sec03-contents__picture {
    margin-top: 30px;
}
.mowing .p-sec03-contents__picture {
    padding: 0;
}
.mowing .pictureTit {
    padding: 10px 0;
    border-image: linear-gradient(to right, #e60113, #f8b62d) 1;
    border-top: 4px solid;
    border-bottom: 4px solid;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4375;
    text-align: center;
    margin: 0 30px 0 30px;
}
.mowing .p-sec03-contents__picture .pictureTit {
    margin: 0;
}
.mowing .p-sec03-contents__picture .pictureBox {
    -ms-grid-columns: (1fr) [3];
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 30px;
    position: relative;
}
.mowing .p-sec03-contents__picture .pictureBox::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 47px;
    transform: translate(-50%, -50%);
    background: url(../img/home/beforeafter_icon_arrow01.svg) no-repeat;
    content: "";
}
.p-flow-sec02 {
    padding: 8rem 0 8rem 0;
    /*     background-image: url(../img/home/sub_bg001.jpg); */
    background-color: #eafbff;
    background-attachment: fixed;
    background-size: cover;
}
.p-flow-sec02 .inner {
    background: #fff;
    padding-top: 2.4rem;
    filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
    -webkit-filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
    border-radius: 10px;
}
.p-flow-sec02 .flow_content {
    padding: 40px 80px;
}
.p-flow-sec02 .flow_content .row {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}
.p-flow-sec02 .flow_content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 30px;
}
.p-flow-sec02 .flow_content .img {
    width: 40%;
}
.p-flow-sec02 .flow_content .detail {
    padding: 0 0 0 50px;
    margin-top: 10px;
    position: relative;
}
.p-flow-sec02 .flow_content .detail {
    width: 60%;
    padding: 0 20px 0 100px;
}
.p-flow-sec02 .flow_content .detail .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.5rem;
    border-radius: 50%;
    color: #fff;
    background: #e60113;
    background: -moz-linear-gradient(left, #e60113 0%, #f8b62d 100%);
    background: -webkit-linear-gradient(left, #e60113 0%, #f8b62d 100%);
    background: #5ac2e5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60113', endColorstr='#f8b62d', GradientType=1);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.p-flow-sec02 .flow_content .detail .head {
    font-size: 2rem;
    padding: 10px 0 20px 0;
}
.p-flow-sec02 .flow_content .detail .head {
    font-size: 2.4rem;
    padding: 20px 0;
    font-weight: 700;
    color: #5ac2e5;
}
.p-flow-sec02 .flow_content .detail .text {
    line-height: 1.5;
}
.p-flow-sec02 .flow_content .row + .row {
    margin-top: 30px;
}
.renovation_list {
    margin-bottom: 8rem;
}
.renovation_list .contents_ttl_001 {
    margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
    .sub-reserve-cancel {
        margin-top: 20vw;
    }
    .sub-reserve-cancel__box {
        margin-top: 8vw;
        padding-bottom: 15vw;
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 10vw;
    }
    .sub-reserve-cancel__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sub-reserve-cancel__item-text-container {
        margin-top: 0;
        width: 100%;
    }
    .sub-reserve-cancel__item-text:not(:first-of-type) {
        margin-top: 10vw;
    }
    .sub-reserve-cancel__item-text:nth-of-type(2) .sub-reserve-cancel__item-desc {
        margin-top: 5vw;
    }
    .sub-reserve-cancel__item-title {
        font-size: 5vw;
    }
    .sub-reserve-cancel__item-desc {
        font-size: 4vw;
        margin-top: 5vw;
    }
    .sub-reserve-cancel__img {
        margin: auto;
        margin-top: 10vw;
        width: 70%;
    }
    .p-new-top-img {
        margin-bottom: 4rem !important;
    }
    .p-new-top__txt {
        padding-bottom: 6rem !important;
    }
    .p-new-top {
        padding-top: 3rem;
    }
}
/* ==============================================================
*  レスポンシブSP(sub-shop)
* ============================================================ */
@media screen and (max-width: 767px) {
    .sub-shop__box {
        margin-top: 5vw;
        padding: 0vw;
    }
    .sub-shop__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sub-shop__img {
        width: 100%;
    }
    .sub-shop__text {
        margin-top: 10vw;
    }
    .sub-shop__table {
        font-size: 4vw;
        position: static;
        width: 100%;
        padding: 0;
    }
    .sub-single__main .sub-shop__table {
        padding: 4rem 0rem 0 0rem;
    }
    .sub-shop__table tr {
        padding-bottom: 3vw;
        padding-top: 3vw;
        padding: 1rem 0rem;
    }
    .sub-single__main .sub-shop__table th {
        width: 17rem;
    }
    .sub-single__main .sub-shop__table tr.bikou th {
        display: block;
    }
    .sub-shop__table th {
        width: 30vw;
        line-height: 1.5;
    }
    .table_simple th {
        padding: 1.2rem;
        font-size: 1.4rem;
    }
    .table_simple td {
        padding: 1.2rem;
        font-size: 1.4rem;
    }
    .sub-shop__map {
        margin-top: 5vw;
    }
    .sub-shop__map iframe {
        height: 60vw;
        border-radius: 5px;
    }
    .contents_ttl_001 span {
        font-size: 2rem;
        line-height: 1.3;
    }
    .sub-shop__container {
        margin: 0 0 4rem 0;
    }
    .ISO9001 {
        margin: 0rem 0 4rem 0;
    }
    .company_sdgs {
        margin: 4rem 0 0 0;
    }
    .infomation .p-works-item-wrap {
        margin-bottom: 4rem;
    }
    .infomation .p-works-item p {
        font-size: 1.4rem;
    }
    .waste .car_price {
        padding: 0 0rem 0 0rem;
        margin: 0rem 0 0 0;
        flex-direction: column;
    }
    .waste .car_price .item {
        width: 100%;
    }
    .waste .car_price .item:first-child img {
        padding: 2rem 10rem 0 10rem;
    }
    .waste .car_price .item img {
        padding: 5rem 8rem 0 8rem;
    }
    .waste .car_price .item .ttl {
        font-size: 1.8rem;
    }
    .waste .car_price .item .price {
        font-size: 2.5rem;
        margin: 1rem 0 0 0;
    }
    .waste .car_price_lead p {
        font-size: 1.4rem;
        padding: 1rem 0 1rem 0;
    }
    .waste .car_price_lead {
        padding: 40px 20px 40px 20px;
    }
    .waste .car_price .item:last-child img {
        margin-bottom: -3rem;
    }
    .waste .car_price.kaden .item {
        width: 100%;
    }
    .waste .car_price.kaden .item img {
        padding: 3rem 5rem 0 5rem !important;
    }
    .waste .car_price.kaden .item .ttl {
        margin-top: 2rem;
    }
    .waste .car_price.kaden .item .price {
        margin: 1rem 0 0 0;
    }
    .waste .car_price.kaden {
        margin: 2rem 0 4rem 0;
    }
    .mowing .p-sec03-contents__picture .pictureBox::before {
        width: 68px;
        height: 27px;
        background-size: contain;
    }
    .mowing .p-sec03-contents__box {
        flex-direction: column;
    }
    .mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .num {
        font-size: 30px;
    }
    .mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .yen {
        font-size: 18px;
    }
    .mowing .p-sec03-contents__box .textArea .priceList .listItem .listTit {
        margin: 1rem 0 2rem 0;
    }
    .mowing .p-sec03-contents__box .textArea .priceList .listItem .listTit span {
        display: block;
        text-align: center;
    }
    .mowing .p-sec03-contents__box .textArea .featureBox .featureItem {
        font-size: 16px;
    }
    .mowing .p-sec03-contents__tit {
        font-size: 19px;
        min-height: 60px;
        margin: -44px auto 20px;
    }
    .mowing .p-sec03-contents__box {
        padding: 0 10px 0 10px;
    }
    .mowing .p-sec03 {
        padding: 1rem 0 1rem;
        margin: 0 0 4rem 0;
    }
    .mowing .p-sec03-contents__box .imageArea {
        margin: 30px 0 0 0;
    }
    .mowing .p-sec03-contents__box .imageArea .before img {
        width: 269px;
        height: 173px;
    }
    .mowing .p-sec03-contents__box .imageArea .after {
        margin: 15px 0 0 0;
    }
    .mowing .p-sec03-contents__picture {
        padding: 0 10px 0 10px;
    }
    .mowing .pictureTit {
        font-size: 20px;
        margin: 0 20px 0 20px;
        padding: 5px 0;
        border-top: 3px solid;
        border-bottom: 3px solid;
    }
    .mowing .p-sec03-contents__picture .pictureBox {
        margin-top: 20px;
        gap: 15px;
    }
    .mowing .p-sec03-contents {
        padding: 0 0 20px;
    }
}
/* ==============================================================
*  レスポンシブSP(sub-single)
* ============================================================ */
@media screen and (max-width: 767px) {
    .sub-single__box {
        padding: 0;
    }
    .sub-single__time {
        font-size: 4vw;
    }
    .sub-single__category {
        font-size: 4vw;
        margin-left: 4vw;
        padding: 1vw 2vw;
    }
    .sub-single__title {
        font-size: 6vw;
        margin-top: 3vw;
    }
    .sub-single__main {
        margin-top: 5vw;
    }
    .sub-single__main h2 {
        font-size: 5vw;
        margin-top: 6vw;
        padding: 2vw 3vw;
    }
    .sub-single__main h3 {
        border-bottom: 1.2vw solid #006947;
        font-size: 4.5vw;
        margin-top: 6vw;
        padding-bottom: 3vw;
    }
    .sub-single__main h4 {
        border-left: 1.5vw solid #006947;
        font-size: 4vw;
        margin-top: 6vw;
        padding: 1vw 2vw;
    }
    .sub-single__main h5 {
        font-size: 3.5vw;
        margin-top: 6vw;
    }
    .sub-single__main p {
        font-size: 3.6vw;
        /*     margin-bottom: 10vw;
    margin-top: 6vw; */
    }
    .sub-single__main ul, .sub-single__main ol {
        margin-top: 6vw;
    }
    .sub-single__main li {
        font-size: 3vw;
        /*     margin-left: 4vw; */
    }
    .sub-single__main li::before {
        height: 2vw;
        left: -3.5vw;
        top: 2.5vw;
        width: 2vw;
    }
    .sub-single__main figure {
        margin-top: 8vw;
    }
    .sub-single__main figcaption {
        font-size: 3vw;
        margin-top: 3vw;
    }
    .sub-single__main img {
        /*     margin-top: 6vw; */
    }
    .sub-single__btn-group {
        margin-top: 8vw;
    }
    .sub-single__btn {
        font-size: 4vw;
        padding: 2vw 6vw;
    }
    .sub-single .nav-previous a, .sub-single .nav-next a {
        padding: 3vw;
    }
    .sub-single .nav-previous a img, .sub-single .nav-next a img {
        width: 3vw;
    }
    .sub-single .nav-previous {
        left: 16vw;
    }
    .sub-single .nav-next {
        right: 16vw;
    }
    .sub-single .banner.-sub {
        margin-top: 15vw;
    }
}
/* ==============================================================
*  レスポンシブSP(sub-terms)
* ============================================================ */
@media screen and (max-width: 767px) {
    .sub-terms__box {
        margin-top: 10vw;
        padding-top: 10vw;
        padding-bottom: 10vw;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .sub-terms__item:not(:first-of-type) {
        margin-top: 12vw;
    }
    .sub-terms__title {
        font-size: 4vw;
    }
    .sub-terms__list-child {
        margin-left: 5vw;
        margin-top: 4vw;
    }
    .sub-terms__item-child {
        font-size: 3vw;
    }
    .sub-terms__item-child span {
        font-size: 3vw;
        left: -4vw;
        margin-right: 2vw;
        top: -0.6vw;
    }
    .sub-terms__item-child:not(:first-of-type) {
        margin-top: 3vw;
    }
    .sub-terms__list-end {
        margin-left: 3vw;
        margin-top: 3vw;
    }
    .sub-terms__item-end {
        font-size: 3vw;
    }
    .sub-terms__item-end span {
        font-size: 3vw;
        left: -4vw;
        margin-right: 2vw;
        top: -0.6vw;
    }
    .sub-terms__item-end:not(:first-of-type) {
        margin-top: 3vw;
    }
    .sub-terms__desc {
        font-size: 3vw;
        margin-top: 4vw;
    }
}
/* ==============================================================
*  レスポンシブSP(sub-thanks)
* ============================================================ */
@media screen and (max-width: 767px) {
    .sub-thanks__box {
        margin-top: 0;
        padding: 0;
    }
    .sub-thanks__title {
        font-size: 5vw;
    }
    .sub-thanks__desc {
        font-size: 3.5vw;
        margin-top: 5vw;
    }
    .sub-thanks__list {
        margin-top: 8vw;
        max-width: none;
    }
    .sub-thanks__item {
        font-size: 3vw;
        margin-left: 2vw;
    }
    .sub-thanks__item::before {
        height: 1.5vw;
        left: -3vw;
        top: 2vw;
        width: 1.5vw;
    }
    .sub-thanks__tel-area {
        margin-top: 10vw;
    }
    .sub-thanks__tel-title {
        font-size: 6vw;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
    .sub-thanks__tel-title::before {
        height: 3vw;
        top: 8vw;
        width: 60vw;
    }
    .sub-thanks__tel {
        font-size: 8vw;
        margin-top: 10vw;
        padding-left: 7vw;
        pointer-events: all;
    }
    .sub-thanks__tel::before {
        height: 5vw;
        left: 0;
        top: 1vw;
        width: 5vw;
    }
    .sub-thanks__time {
        margin-left: 0;
        margin-top: 5vw;
    }
    .sub-thanks__time span:nth-of-type(1) {
        font-size: 5vw;
        padding: 1vw 3vw;
    }
    .sub-thanks__time span:nth-of-type(2) {
        font-size: 5vw;
        margin-left: 3vw;
    }
    .sub-thanks__link {
        margin-top: 12vw;
    }
    .sub-thanks__link a {
        font-size: 4vw;
    }
}
.home-shop .btn::before, .home-shop .btn::after {
    content: none;
}
.home-shop .btn:hover {
    color: var(--primary-color);
    opacity: 0.8;
}
.c-txt {
    line-height: calc(24 / 16);
}
@media screen and (max-width: 767px) {
    .c-txt {
        font-size: 4vw;
    }
}
.home-blog {
    margin: 0;
    padding-bottom: 6rem;
    padding-top: 4rem;
    background: #fff;
    border-image-slice: 1;
    border-radius: 10px;
    position: relative;
}
.home-blog__item-wrap {
    padding-top: 2rem;
}
.c-blog-item {
    border-bottom: 1px solid #e5e5e5;
}
.c-blog-item:first-child {
    border-top: 1px solid #e5e5e5;
}
.c-blog-item .item__inner {
    display: flex;
    align-items: center;
    padding: 1.5rem 0;
    flex-direction: row;
}
.c-blog-item .item__link:hover {
    opacity: 0.8;
    transition: var(--transition);
}
.c-blog-item .item__img {
    width: 10%;
    padding-top: 7rem;
    position: relative;
    margin-right: 3rem;
}
.c-blog-item .item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-blog-item .item__body {
    flex: 1;
}
.c-blog-item .item__ttl {
    font-size: 1.8rem;
    font-weight: 500;
    display: -webkit-box;
    /* 	-webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.c-blog-item .item__time {
    display: block;
    color: #666666;
    font-size: 1.2rem;
}
.c-blog-item .item__txt {
    padding-top: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.home-blog__btn {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
}
@media screen and (max-width: 767px) {
    .home-blog {
        padding-bottom: 10vw;
        padding-top: 10vw;
        margin: 0 0 0 0;
    }
    .c-blog-item .item__img {
        width: 10rem;
        padding-top: 8rem;
        margin-right: 1rem;
    }
    .c-blog-item .item__ttl {
        font-size: 1.4rem;
    }
}
.p-company-top {
    display: flex;
    align-items: center;
    padding-bottom: 3rem;
}
.p-company-top__img {
    padding-right: 3rem;
    display: flex;
    justify-content: center;
}
.p-company-top__img img {
    width: 30.59rem;
}
.p-company-top__body {
    flex: 1;
}
.p-company-top__txt {
    line-height: calc(24 / 16);
}
.p-company-top__name {
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.p-company-top__name span {
    line-height: calc(24 / 16);
}
.p-company-map {
    padding-top: 3rem;
}
.p-company-map__head {
    display: inline-block;
    width: 10rem;
    max-width: 100%;
    color: var(--primary-color);
    font-weight: bold;
}
.p-company-map__time {
    padding-top: 2rem;
}
@media screen and (max-width: 767px) {
    .p-company-top {
        flex-direction: column;
    }
    .p-company-top__img {
        padding-right: 0;
    }
    .p-company-top__body {
        padding-top: 2rem;
        font-size: 4vw;
    }
    .p-company-map__head {
        width: 24vw;
    }
    .p-company-map__address, .p-company-map__time {
        font-size: 4vw;
    }
}
.p-contact-top__txt {
    line-height: calc(24 / 16);
}
.p-contact-top__img-wrap {
    display: flex;
    align-items: start;
    padding-top: 3rem;
}
.p-contact-top__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 3rem;
}
.p-contact-top__img img {
    width: 22.25rem;
}
.p-contact-top__img span {
    display: block;
    padding-top: 1rem;
}
@media screen and (max-width: 767px) {
    .p-contact-top__txt {
        font-size: 4vw;
    }
    .p-contact-top__img-wrap {
        justify-content: space-between;
    }
    .p-contact-top__img {
        width: 49%;
        padding-right: 0;
    }
    .p-contact-top__img span {
        font-size: 4vw;
    }
}
.p-news-cont {
    padding-top: 3rem;
}
.p-real-estate-cont {
    padding-top: 3rem;
}
.p-real-estate-item-wrap {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.p-real-estate-item {
    width: 31%;
    margin-right: 3.5%;
    box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
}
.p-real-estate-item:nth-child(3n) {
    margin-right: 0;
}
.p-real-estate-item__img {
    padding-top: 20rem;
    position: relative;
}
.p-real-estate-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-real-estate-item__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    line-height: calc(24 / 16);
}
.p-real-estate-item__body span {
    font-size: 1.8rem;
    font-weight: 500;
}
.p-real-estate-item__body span + span {
    padding-top: 1rem;
}
.p-real-estate-item__price {
    color: #e63c59;
}
.p-real-estate-item__btn-wrap {
    padding-top: 2rem;
}
@media screen and (max-width: 767px) {
    .p-real-estate-item-wrap {
        flex-direction: column;
        margin-top: -10vw;
    }
    .p-real-estate-item {
        width: 100%;
        margin-right: 0;
        margin-top: 10vw;
    }
    .p-real-estate-item__body {
        font-size: 4vw;
    }
}
.p-new-top {
    padding-top: 3rem;
}
.p-new-top-img {
    padding-top: 62rem;
    position: relative;
    margin-bottom: 8rem;
}
.p-new-top-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-new-top__ttl {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 3rem;
    /* color: var(--primary-color); */
}
.p-new-top__txt {
    padding-bottom: 8rem;
    line-height: 1.7;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-new-top-img {
        position: static;
        padding-top: 0;
    }
    .p-new-top-img img {
        position: static;
    }
}
.p-new-flow {
    background-image: url(../img/sub/new/flow-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding: 5rem 0 5rem;
}
.p-new-flow::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.p-new-flow .inner {
    position: relative;
    z-index: 10;
}
.p-new-flow__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}
.p-new-flow__ttl span {
    font-size: 1.4rem;
    margin-top: 2rem;
}
.p-new-flow__item-wrap {
    padding-top: 8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -5rem;
}
.p-new-flow__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 4rem 1rem 3rem;
    width: 19%;
    margin-top: 5rem;
}
.p-new-flow__item .num {
    background-color: var(--primary-color);
    display: inline-block;
    border-radius: 3rem;
    padding: 1rem 2rem;
    color: #fff;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}
.p-new-flow__item .ttl {
    display: flex;
    align-items: center;
}
.p-new-flow__item .ttl .main {
    font-weight: bold;
}
.p-new-flow__item .ttl .material-symbols-outlined {
    color: var(--primary-color);
}
.p-new-flow__item .txt {
    padding-top: 3rem;
    line-height: calc(24 / 16);
}
.p-new-free {
    padding-top: 10rem;
}
.p-new-free__img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -2rem;
}
.p-new-free__img {
    width: 23%;
    padding-top: 18rem;
    position: relative;
    margin-top: 2rem;
}
.p-new-free__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-new-order {
    padding-bottom: 10rem;
}
.p-new-order__img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -2rem;
}
.p-new-order__img {
    width: 23%;
    padding-top: 18rem;
    position: relative;
    margin-top: 2rem;
}
.p-new-order__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .p-new-top__txt {
        font-size: 4vw;
    }
    .p-new-flow__item {
        width: 48%;
    }
    .p-new-flow__item .ttl .main {
        font-size: 4vw;
    }
    .p-new-flow__item .txt {
        font-size: 4vw;
    }
    .p-new-free__img {
        width: 48%;
    }
    .p-new-order__img {
        width: 48%;
    }
}
.p-reno-kinds {
    padding-top: 5rem;
}
.p-reno-kinds__table {
    width: 100%;
}
.p-reno-kinds__table, .p-reno-kinds__table th, .p-reno-kinds__table td {
    border-collapse: collapse;
}
.p-reno-kinds__table tr {
    border-top: 1px solid #f0f0f0;
}
.p-reno-kinds__table tr:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.p-reno-kinds__table th {
    font-weight: bold;
    text-align: left;
}
.p-reno-kinds__table th, .p-reno-kinds__table td {
    padding: 1rem;
    line-height: calc(24 / 16);
}
.p-reno-kinds__txt {
    padding-top: 3rem;
}
.p-reno-pattern {
    padding-top: 5rem;
}
.p-reno-pattern__table-ttl {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
    padding-top: 5rem;
}
.p-reno-pattern__table {
    width: 100%;
    margin-top: 3rem;
}
.p-reno-pattern__table, .p-reno-pattern__table th, .p-reno-pattern__table td {
    border: 1px solid #f0f0f0;
    border-collapse: collapse;
}
.p-reno-pattern__table tr:nth-child(even) {
    background-color: #f0f0f0;
}
.p-reno-pattern__table th {
    font-weight: bold;
}
.p-reno-pattern__table th, .p-reno-pattern__table td {
    padding: 1rem;
    line-height: calc(24 / 16);
}
.p-reno-pattern__table .th__first {
    width: 20%;
}
.p-reno-pattern__table .td__first {
    text-align: center;
    vertical-align: middle;
}
.p-reno-pattern__table-txt {
    padding-top: 3rem;
}
.p-reno-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 2rem;
    margin-top: 5rem;
    background-color: rgb(0, 0, 0, 2%);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.p-reno-contact__tel {
    font-weight: bold;
    font-size: 3.5rem;
    color: var(--primary-color);
    padding-top: 1rem;
    position: relative;
}
.p-reno-contact__tel::before {
    background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 2rem;
    left: -3rem;
    margin: auto;
    position: absolute;
    top: 1rem;
    width: 2rem;
}
.p-reno-contact__time {
    display: block;
    padding-top: 1rem;
}
.p-reno-contact__btn-wrap {
    padding-top: 2rem;
}
@media screen and (max-width: 767px) {
    .p-reno-pattern__table .td__first {
        text-align: left;
    }
}
.p-door-top {
    margin-top: 5rem;
    position: relative;
    background-image: url(../img/sub/door/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    padding: 20rem 2rem;
}
.p-door-top::after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.p-door-top__inner {
    position: relative;
    color: #fff;
    z-index: 10;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.p-door-top__ttl {
    font-size: 5rem;
    font-weight: bold;
}
.p-door-top__txt {
    font-size: 2rem;
    padding-top: 3rem;
    line-height: 2;
}
.p-door-top__txt span {
    font-size: 3rem;
}
.p-door-top__btn-wrap {
    padding-top: 3rem;
}
.p-door-top__btn {
    font-size: 2rem;
    border: 1px solid #fff;
    border-radius: 3rem;
    padding: 2rem;
    transition: var(--transition);
}
.p-door-top__btn:hover {
    background-color: #fff;
    color: var(--text-color);
}
.p-door-step {
    padding-top: 5rem;
}
.p-door-step__wrap {
    display: flex;
    align-items: start;
}
.p-door-step__slider {
    width: 50%;
    margin-right: 3rem;
}
.p-door-step__slider-item span {
    display: block;
    padding-top: 2rem;
}
.p-door-step__slider-item .movie {
    padding-top: 56.25%;
    overflow: hidden;
    position: relative;
}
.p-door-step__slider-item .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.p-door-step__slider-dots {
    width: 10rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
}
.p-door-step__slider-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ccc;
}
.p-door-step__slider-dots li.slick-active {
    background-color: var(--primary-color);
}
.p-door-step__slider-dots li button {
    position: relative;
    text-indent: -9999px;
}
.p-door-step__desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -5rem;
}
.p-door-step__desc .desc__item {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
}
.p-door-step__desc .desc__num {
    display: block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5rem;
}
.p-door-step__desc .desc__txt {
    padding-top: 2rem;
}
.p-door-info {
    padding-top: 5rem;
}
.p-door-info__table {
    width: 100%;
    line-height: 1.8;
}
.p-door-info__table, .p-door-info__table th, .p-door-info__table td {
    border-collapse: collapse;
}
.p-door-info__table tr {
    border-top: 1px solid #f0f0f0;
}
.p-door-info__table tr:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.p-door-info__table th {
    font-weight: bold;
    text-align: left;
}
.p-door-info__table th, .p-door-info__table td {
    padding: 1rem;
    vertical-align: middle;
}
.p-door-info__item.item02, .p-door-info__item.item03 {
    padding-top: 5rem;
}
.p-door-info__item .item02__sup {
    display: block;
    padding-top: 1rem;
}
@media screen and (max-width: 767px) {
    .p-door-top {
        padding: 10rem 2rem;
    }
    .p-door-top__ttl {
        font-size: 2rem;
    }
    .p-door-top__txt {
        font-size: 1.6rem;
    }
    .p-door-top__txt span {
        font-size: 2rem;
    }
    .p-door-top__btn {
        font-size: 1.6rem;
    }
    .p-door-step__wrap {
        flex-direction: column;
    }
    .p-door-step__slider {
        width: 100%;
        margin-right: 0;
    }
    .p-door-step__desc {
        padding-top: 3rem;
    }
}
.p-works-before-after {
    /*   padding-top: 3rem; */
}
.p-works-item-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    margin-top: -3rem;
}
.p-works-item {
    width: 49%;
    margin-top: 3rem;
}
.p-works-item__img {
    padding-top: 34rem;
    position: relative;
}
.p-works-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-works-trouble {
    padding-top: 8rem;
}
@media screen and (max-width: 767px) {
    .p-works-item__img {
        padding-top: 58vh;
    }
}
.header__item-child {
    position: relative;
}
/* .header__item-child::after {
  content: '';
  display: inline-block;
  width: .8rem;
  height: .8rem;
  border-top: 1px solid --primary-color;
  border-right: 1px solid --primary-color;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%) rotate(135deg);
} */
.child__wrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
    min-width: 20rem;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1.8rem;
    background-color: rgba(255, 255, 255, 0.8);
}
.child__link {
    display: block;
    letter-spacing: 0.1em;
    padding: 1rem 1rem;
    font-size: 1.4rem;
}
.child__link:hover {
    opacity: 0.8;
}
.header__item-child:hover > .child__wrap {
    visibility: visible;
    opacity: 1;
}
.property-slider .slider-img-wrap {
    padding-top: 60rem;
    position: relative;
}
.property-slider .slider-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-slider__arw {
    position: absolute;
    z-index: 1;
    top: 35%;
    cursor: pointer;
    width: 4rem;
    height: 5rem;
    background-color: var(--primary-color);
}
.property-slider__arw.prev::before, .property-slider__arw.next::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
}
.property-slider__arw.prev {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    left: 0;
}
.property-slider__arw.prev::before {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: 1.8rem;
}
.property-slider__arw.next {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    right: 0;
}
.property-slider__arw.next::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 1.8rem;
}
.property-slider__dots {
    display: flex;
    /* flex-wrap: wrap; */
    padding-top: 2rem;
    margin-top: -0.5rem;
}
.property-slider__dots li {
    opacity: 0.5;
    position: relative;
    width: 13%;
    padding-top: 7%;
    cursor: pointer;
    margin-right: 0.5%;
    margin-top: 0.5rem;
}
.property-slider__dots li:last-child {
    margin-right: 0;
}
.property-slider__dots li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-slider__dots .slick-active {
    opacity: 1;
    border: 1px solid var(--primary-color);
}
.p-property .list_detail table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.7;
}
.list_price_table {
    padding-top: 3rem;
}
.list_price {
    width: 100%;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
}
.list_price th {
    border: 1px solid #cccccc;
    background: #fdf9e6;
    padding: 10px 10px 10px 10px;
    width: 170px;
}
.list_price td {
    border: 1px solid #cccccc;
    padding: 10px 10px 10px 10px;
}
.list_price td .price {
    display: inline-block;
    width: 80%;
}
.list_add_table {
    padding-top: 3rem;
}
.list_add {
    width: 100%;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
}
.list_add th {
    border: 1px solid #cccccc;
    background: #eef4f2;
    padding: 10px 10px 10px 10px;
    width: 170px;
}
.list_add td {
    border: 1px solid #cccccc;
    padding: 10px 10px 10px 10px;
}
.list_other_table {
    padding-top: 3rem;
}
.list_other {
    width: 100%;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
}
.list_other th {
    border: 1px solid #cccccc;
    background: #eef4f2;
    padding: 10px 10px 10px 10px;
    width: 170px;
}
.list_other td {
    border: 1px solid #cccccc;
    padding: 10px 10px 10px 10px;
}
.list_other td.td1 {
    width: 26% !important;
}
.footer_top {
    background: url(../img/home/footer_bg01.jpg);
    text-align: center;
    background-color: rgb(255 255 255 / 60%);
    background-blend-mode: overlay;
    background-size: cover;
    padding: 6rem 15px;
    position: relative;
    background-position: bottom;
}

.footer_top .sec_ttl {
    color: #fff;
    margin-bottom: 3rem;
}
.footer_top .sec_ttl .en {
    color: #6e6e6e;
    font-size: 30px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.footer_text {
    font-weight: 500;
    color: #333;
    /*  margin-top: 40px;*/
    font-size: 1.4rem;
    line-height: 1.7;
}
.footer_flex {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 45px auto 0;
}
.footer_text span {
    font-weight: 700;
    color: #333;
}
.footer_flex .left, .footer_flex .right {
    width: calc((100% - 30px) / 2);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px 24px;
    display: flex;
    justify-content: center;
}
.footer_flex .tel {
    font-size: 4rem;
    font-weight: bold;
    color: #5ac2e5;
    padding-left: 4.3rem;
    background: url(../img/common/tel-color.svg) no-repeat left 5% top 0.5rem/2.5rem auto;
    transition: 0.3s;
    line-height: 1.1;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    margin-top: 1rem;
}
.footer_flex .tel:hover {
    opacity: 0.7;
}
.footer_flex .tel_text .text01 {
    font-size: 15px;
    margin-right: 10px;
}
.footer_flex .tel_text .text02 {
    font-size: 15px;
}
.footer_flex .tel_text .text03 {
    font-size: 16px;
}
.footer_flex .tel_text {
    line-height: 1.5;
    display: flex;
    justify-content: center;
}
.footer_flex .mail {
    display: block;
    background: #5ac2e5;
    color: #fff;
    width: 360px;
    max-width: 100%;
    border-radius: 45px;
    text-align: center;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
    /* margin: 2rem auto 0 auto; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_flex .mail span {
    /*  padding-left: 25px;*/
    position: relative;
}
.footer_flex .mail span::after, .footer_flex .mail span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
/*
.footer_flex .mail span::after {
  background: url(../img/common/mail.svg) no-repeat center/contain;
}
.footer_flex .mail span::before {
  background: url(../img/common/mail_blue.svg) no-repeat center/contain;
  opacity: 0;
}
*/
.footer_flex .mail:hover {
    background-color: #fff;
    color: #5ac2e5;
    border: 1px solid #5ac2e5;
}
.footer_flex .mail:hover span::after {
    opacity: 0;
}
.footer_flex .mail:hover span::before {
    opacity: 1;
}
.footer_flex .mail_text {
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .property-slider .slider-img-wrap {
        padding-top: 25rem;
    }
    .property-slider__arw {
        top: 30%;
    }
    .list_price th {
        padding: 10px 5px 10px 5px;
        width: 80px;
    }
    .list_add th {
        padding: 10px 5px 10px 5px;
        width: 80px;
    }
    .list_other th {
        padding: 10px 5px 10px 5px;
        width: 80px;
    }
    .single_youtube iframe {
        height: 50vw;
    }
    .mowing_lead {
        padding: 0 1rem 0 1rem;
        margin: 3rem 0 5rem 0;
    }
    .mowing .c-inner {
        width: calc(100% - 30px);
    }
    .p-works-item-wrap {
        flex-direction: column;
    }
    .p-works-item {
        width: 100%;
    }
    .sub-works-single .sub-single__main p {
        font-size: 3.8vw;
        margin: 1rem 0 0 0;
        line-height: 1.7;
    }
    .footer_flex {
        flex-direction: column;
    }
    .footer_flex .left, .footer_flex .right {
        width: 90% !important;
        padding: 30px 10px 24px !important;
        margin: 0 auto 2rem auto !important;
    }
    .footer_top {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .footer_text {
        font-size: 14px;
    }
    .footer_flex .tel_text {
        margin-top: 1rem;
    }
    .sub-section-title::after {
        width: 110px;
        height: calc(70px * 0.57735);
    }
    .sub-section-title::before {
        width: 310px;
        height: calc(170px * 0.57735);
    }
    .sub-section-title span {
        opacity: 1;
        color: #fff;
        font-weight: 500;
    }
    .footer_flex {
        margin: 35px auto 0;
    }
    .sec_inner .sub-shop__map {
        margin: 0 auto;
        max-width: 1000px;
        padding: 0;
        margin: 0 2rem auto !important;
        border-radius: 5px;
    }
}
@media (min-width: 768px) and (max-width: 1270px) {
    /*
  .header__logo {
    margin-left: 1rem;
    margin-top: 3rem;
    width: 15rem;
  }
*/
    .header__link {
        font-size: 1.4rem;
    }
    .header__tel {
        font-size: 2.2rem;
    }
    .header__item:not(:first-of-type) {
        margin-left: 1.5rem !important;
    }
}
#shop-info {
    padding-top: 11rem;
    margin-top: 0rem;
}
.header__item_snsicon {
    margin: -8px;
    width: 20px;
}

h3.home-section-title.-side.pc-only {
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
    h3.home-section-title {
        font-size: 2rem;
        line-height: 1.3;
        margin-top: 2rem;
    }
    .home-section__desc_2 {
        color: #333;
        line-height: 1.7;
        margin-top: 1.5rem;
        width: 50rem;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    h3.home-section-title {
        font-size: 2rem;
        line-height: 1.3;
        margin-top: 1.5rem;
    }
    .home-section__desc_2 {
        color: #333;
        line-height: 1.7;
        margin-top: 1.5rem;
        width: 50rem;
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
}
p.note_top {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 1.4rem;
}
p.note_bottom {
    margin-top: 20px;
    line-height: 1.7;
    font-size: 1.4rem;
}
.waste .mowing_lead {
    margin: 0 0 0 0;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 1rem;
    margin-bottom: 4rem;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 116.8rem;
    position: relative;
    width: 100%;
}
.renovation_list {
    margin-bottom: 0rem;
    margin-top: 0rem;
}
#shop-info {
    padding-top: 8rem;
    margin-top: 0rem;
}
@media screen and (max-width: 767px) {
    p.home-section__desc_2 {
        width: auto;
    }
}
img.followme {
    width: 70%;
    margin: 0 auto;
}
.left_top {
    margin: auto;
}
p.footer_text {
    display: block;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 0rem;
    margin-top: 3rem;
}
.left_bottom {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
    padding: 0 4vw;
}
.footer_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}
.footer_contact img {
    width: 5rem;
}
.footer_contact:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}
.ttl_center1 {
    font-weight: bold;
    padding-bottom: 0.5em;
    text-align: center;
    position: relative;
}
.ttl_center1::after {
    content: "";
    background-color: #4c9ac0;
    width: 2em;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.contents_ttl_002 {
    max-width: 116.8rem;
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
    margin: 0 auto 1rem auto;
    position: relative;
    font-size: 2rem;
    font-weight: 700;
}
table.sub-shop__table.table_simple {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.price_group + .price_group {
    padding-top: 1rem;
}
.p-flow-sec02 .note_bottom {
    margin: 1rem 0 4rem;
}
.rentalstudio__inner .item {
    width: 36rem;
    margin: 0 0 2rem 0;
}
.rentalstudio__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 6rem 0 3rem 0;
}
.rentalstudio__inner .item .item_ttl {
    color: #5ac2e5;
    font-weight: 500;
    font-size: 2rem;
    padding: 0 0 15px 0;
    text-align: center;
}
.rentalstudio__inner .sub-service__text-desc {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 1rem;
    margin-bottom: 4rem;
}
.rentalstudio__inner .item .item_ttl {
    color: #5ac2e5;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 0 0 15px 0;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .downloadbanner {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .downloadbanner {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .left_bottom {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .home-shop.type002 .home-shop__img {
        gap: 1rem;
    }
    .home-shop.type002 .home-shop__img img {
        width: 100%;
    }
}
.banner_2 a:hover img {
    transition: 0.3s;
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    .banner_2 {
        margin-bottom: 8rem;
    }
}
@media screen and (max-width: 767px) {
    .banner_2 {
        margin-top: 3rem;
        margin-bottom: 4rem;
        padding: 0 3vw;
    }
}
@media (min-width: 768px) and (max-width: 1270px) {
    .header__item_snsicon {
        margin: 0px !important;
    }
}
/*# sourceMappingURL=style.css.map */
@charset "UTF-8";
/*tabの形状*/
.tab {
    display: flex;
    flex-wrap: wrap;
}
.tab li a {
    display: block;
    background: #cce1e0;
    margin: 0 2px;
    padding: 10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a {
    background: #fff;
}
/*エリアの表示非表示と形状*/
.area {
    display: none; /*はじめは非表示*/
    opacity: 0; /*透過0*/
    background: #fff;
    padding: 50px 20px;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block; /*表示*/
    animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*========= レイアウトのためのCSS ===============*/
.wrapper ul {
    list-style: none;
}
.wrapper a {
    color: #333;
}
.wrapper {
    width: 100%;
    max-width: 960px;
    margin: 30px auto;
    background: #fefefe;
}
.area h2 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #5ac2e5;
}
.area h3 {
    background-color: #5ac2e5;
    padding: 10px;
    margin: 0 0 1rem 0;
    color: #fff;
}
.area li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.area li:last-child {
    margin-bottom: 3rem;
}
.area ol {
    counter-reset: list;
    list-style-type: none;
    font-size: 1.4rem;
    padding: 0 1.5em;
    line-height: 1.7;
    max-width: 116.8rem;
    position: relative;
    width: 100%;
}
.area ol li {
    position: relative;
    padding: 7px 5px 7px 40px;
    margin: 7px 0 10px 0;
    font-size: 14px;
    border-bottom: solid 1px #5ac2e5;
}
.area ol li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #5ac2e5;
    border-radius: 50%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.area .txt1 {
    margin: 0 0 0 0;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 116.8rem;
    position: relative;
    width: 100%;
    padding: 0 1.5em;
}
.area p.txt_attention_1 {
    font-size: 1.4rem;
    color: #d60202;
    margin: 2rem 0 1rem 0;
    position: relative;
    padding: 0.6em;
    background: #ffdede;
}
.area p.txt_attention_1:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ffdede;
    width: 0;
    height: 0;
}
/*=====================*/
h3.price_ttl_001 {
    background-color: #ffffff;
    padding: 14px 10px 16px 10px;
    margin-bottom: 20px;
    font-size: 2rem;
    color: #5ac2e5;
    border: #5ac2e5 solid 1px;
}
p.attention_001 {
    font-size: 2.2rem;
    color: #5ac2e5;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
p.attention_002 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 2.4rem;
    color: #5ac2e5;
}
.home-section__desc2 {
    color: #333;
    line-height: calc(24 / 16);
    margin-top: 2rem;
    width: auto;
    margin-bottom: 3rem;
    line-height: 2;
}
.price__list {
    margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
    .price__list {
        margin-bottom: 24vw;
    }
}
@media screen and (max-width: 767px) {
    .home-shop.type002 .home-shop__text {
        padding: 3rem 1rem 26rem 1rem;
        z-index: 1;
        background-position: center;
    }
    .home-shop.type002 .home-shop__img {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        max-width: 100.8rem;
        padding-left: 0;
        padding-right: 0;
        gap: 0.5rem;
        position: relative;
        top: 0px;
        z-index: 2;
        flex-wrap: nowrap;
        flex-direction: column;
        padding-bottom: 4vw;

    }
    .home-shop.type002.home-shop__intro {
        width: 100%;
        margin: -2rem 0 6rem 0;
    }
    p.icon_text2 {
        text-align: center !important;
        color: #fff;
        /*    writing-mode: vertical-rl;*/
        margin: 0 auto;
    }
    .p-home-sec03 .item__inner {
        padding-left: 5vw;
        padding-right: 5vw;
        text-align: center;
        line-height: 1.3;
    }
    .sp_cta .contact_item_snsicon {
        width: 38px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px) {
    .home-shop.type002 .home-shop__img {
        display: grid;
        justify-content: center;
        margin: 0px auto 0 auto;
        width: 100%;
        max-width: 100.8rem;
        padding-left: 2.4rem;
        padding-right: 2.4rem;
        gap: 3rem;
        position: relative;
        z-index: 2;
        grid-template-columns: repeat(3, 1fr);
    }
}
p.icon_text2 {
    text-align: center !important;
    color: #fff;
    padding-bottom: 1rem;
    font-size: 1.8rem;
}
.home-section-title {
    /*  font-family: Noto Serif JP;*/
}
.home-section-title.-news {
    font-weight: 500;
}
.home-section-title.-news span {
    color: #5ac2e5;
    font-family: "Montserrat", sans-serif;
}
.sub-section-title span {
    opacity: 1;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
}
.p-home-sec03 .home-section-title span {
    color: #4e4e4e;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.tab li {
    width: 20%;
    margin: 0 auto;
    text-align: center;
}
.menu_first {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
img.menu_first_img {
    width: 30%;
}
.menu_first_img {
    float: left;
    width: 18%;
}
.menu_first_h2 {
    width: 80%;
    float: right;
    font-size: 3rem;
}
@media screen and (max-width: 767px) {
    .area {
        padding: 30px 10px;
    }
    .area .txt1 {
        padding: 0 10px;
    }
    .area ol {
        padding: 0 0.5em;
    }
    .menu_first {
        display: flex;
        flex-wrap: nowrap;
        /* flex-direction: column;*/
        align-items: center;
    }
    h2.menu_first_h2 {
        margin: 0 auto;
        width: auto;
    }
    .menu_first_h2 {
        font-size: 1.8rem;
    }
    img.menu_first_img {
        width: 100px;
    }
    .tab li a {
        height: 160px;
    }
}
.home-section-title.-news {
    color: #6e6e6e;
}
.home-section-title.-news span {
    color: #6e6e6e;
    font-family: "Montserrat", sans-serif;
}
.p-home-sec03__item-wrap {
    padding: 7rem 5rem;
    flex-wrap: nowrap;
    gap: 3vw;
}
.p-home-sec03__item img {
    margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .p-home-sec03__item-wrap {
        padding: 0rem;
        flex-wrap: nowrap;
        gap: 3vw;
    }
    .p-home-sec03 .item__inner {
        padding: 7vw 5vw;
        text-align: center;
        line-height: 1.3;
    }
    .p-home-sec03 .item__txt {
        /* text-shadow: 0 0 6px rgba(0, 0, 0, 0.16); */
        line-height: 1.5;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 2rem;
        font-size: 1.4rem;
    }
    .p-home-sec03__item.item:last-child {
        margin-bottom: 10vw;
    }
    .p-home-sec03 .item__ttl {
        font-size: 6vw;
    }
}
@media screen and (max-width: 767px) {
    .footer_text {
        font-size: 14px;
        margin-top: 0;
        padding: 0vw 5vw 0;
    }
}
img.attention_001_img {
    width: auto;
    border-radius: 20px;
    aspect-ratio: 1;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .price_area .sub-service__container .sub-service__img img {
        max-width: 100%;
    }
}
.price_first_area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2vw;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 6rem;
    position: relative;
}
.price_first_area_img {
    width: 60%;
}
.price_first_area_txt {
    width: 58%;
}
.price_first_area_txt h3 {
    font-size: 3rem;
    font-weight: 600;
    color: #6e6e6e;
    line-height: 1.5;
}
.price_first_area_txt h3 span {
  font-size: 3.6rem;
  display: block;
  color: #0095d3;
  font-family: "Teko", sans-serif;
  font-weight: 700;
}
.price_first_area_txt .contents_ttl_001 span {
    font-size: 2.4rem;
    font-weight: 500;
}
.price_first_area_txt .contents_ttl_001 {
    max-width: 116.8rem;
    padding: 0rem 0rem 1rem 0rem;
    margin: 0 auto 1rem auto;
    position: relative;
}
.price_first_area_2 {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    gap: 2vw;
    align-items: center;
    margin-bottom: 6rem;
    margin-top: 3rem;
    background: #fff;
    border-radius: 20px;
    position: relative;
}
.price_first_area_2 .price_first_area_txt {
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
    .price_first_area {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 2vw;
    }
    .price_first_area_img {
        width: auto;
        margin-bottom: 2rem;
    }
    .price_first_area_txt {
        width: auto;
    }
    .price_first_area_txt .home-section__desc2 {
        color: #333;
        line-height: calc(24 / 16);
        margin-top: 0rem;
        width: auto;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .price_first_area {
        margin-bottom: 5vw;
    }
    .price_first_area_txt .contents_ttl_001 {
        max-width: 116.8rem;
        padding: 0rem 0rem 1rem 0rem;
        margin: 2rem auto;
        position: relative;
    }
}
.sub-shop__img {
    margin: 0 auto;
    margin-bottom: 3rem;
}
.area {
    display: none;
    opacity: 0;
    background: #f9f9f9;
    padding: 50px 20px;
}
.tab li.active a {
    background: #f9f9f9;
}
.p-home-sec03 .item__ttl {
    color: #5ac2e5;
}
@media screen and (max-width: 767px) {
    .home-section-title.type001 {
        color: #5ac2e5;
        font-weight: 500;
        padding-top: 3vh;
    }
    .home-section-title.type001 span {
        color: #4e4e4e;
    }
    .home-shop.type002 .home-section-title {
        font-weight: 500;
        color: #fff;
        margin-bottom: 0vw;
    }
    .home-shop .home-section-title span {
        color: #4e4e4e;
    }
    .p-home-sec03 .item__ttl {
        font-size: 6vw;
        color: #5ac2e5;
    }
}
.footer_flex .tel {
    font-size: 4rem;
    font-weight: 700;
    color: #5ac2e5;
    padding-left: 4.3rem;
    background: url(../img/common/tel-color.svg) no-repeat left 5% top 0.5rem/2.5rem auto;
    transition: 0.3s;
    line-height: 1.1;
    font-family: "Teko", sans-serif;
    letter-spacing: 0;
}
.contents_banner_001 img.pc-only {
    width: auto;
    margin: 0 auto;
    padding-bottom: 3vw;
}
@media screen and (max-width: 767px) {
    .tab li {
        width: 20%;
        margin: 0 auto;
        text-align: center;
        line-height: 6vw;
    }
    /*	.tab li a {
    height: 24%;
}*/
    .tab li.active a {
        background: #f9f9f9;
        writing-mode: vertical-rl;
    }
    .tab li a {
        height: 160px;
        writing-mode: vertical-rl;
    }
}
.wrapper_logo {
    margin: 4rem;
}
.wrapper_logo img {
    width: 300px;
    float: none;
    margin: 0 auto;
}
.inner_2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 116.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    position: relative;
    width: 100%;
}

.price_area_2 .sub-service__container {
    flex-direction: column-reverse !important;
    padding-bottom: 4rem;
}
.price_area_2 .sub-service__container .sub-service__img {
    width: 100%;
}
.price_area_2 .sub-service__container .sub-service__img img {
    max-width: 600px;
    margin: 0 auto;
}
.price_area_2 .sub-service__container .sub-service__text {
    width: 100%;
}
.price_area_2 {
    padding-top: 3rem;
}
@media screen and (max-width: 767px) {
    .price_area_2 .sub-service__container .sub-service__img img {
        max-width: 100%;
    }
}
.price_area {
    padding-top: 6rem;
    background-color: #eff8fc;
    padding-bottom: 8rem;
}
.price__list {
    margin-bottom: 2rem;
}
.price_area .table_simple th {
    padding: 1.8rem;
    background: #0095d3;
    color: #fff;
    width: 25rem;
    line-height: 1.5;
}
.price_area p.attention_001 {
    color: #af873b;
}
.price_area_2 {
    padding-top: 6rem;
    padding-bottom: 8rem;
}
.price_area p.attention_002 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 2.4rem;
    color: #af873b;
}
.price_first_area_txt .contents_ttl_001 span {
    font-size: 2.4rem;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .price_area .table_simple th {
        width: 30vw;
        padding: 1.2rem;
        font-size: 1.4rem;
    }
}
/*footerまでスクロールしたら消す*/
.is-hidden {
    visibility: hidden;
    opacity: 0;
}
.menu_check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    float: right;
    width: 70%;
}
.menu_check ul {
    padding: 0.5em 1em 0.5em 0;
    position: relative;
}
.menu_check ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important; /*ポチ消す*/
}
.menu_check ul li:before {
    content: url(../img/home/check.svg);
    display: inline-block;
    width: 20px;
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 3px;
    left: 0;
}
.area .menu_check li {
    border-bottom: 0px solid #ddd;
    font-size: 14px;
}
.menu_check ul {
    padding: 0.5em 1em 0.5em 0;
    position: relative;
    float: right;
    width: 100%;
}
@media screen and (min-width: 768px) {
    h2.menu_first_h2 {
        font-size: 3rem;
    }
    .menu_check {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: nowrap;
        float: right;
        width: auto;
    }
}
@media screen and (max-width: 768px) {
    .menu_check {
        width: auto;
    }
    .menu_check ul {
        padding: 0 !important;
    }
}
.menu_first_h2 {
    width: 100%;
    float: right;
}
.p-flow-sec02 .flow_content .detail_bg01 {
    background-image: url(../img/home/detail_bg01_2.png);
    background-repeat: no-repeat;
}
.note_01 .balloon2 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 20px 40px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fff;
    border: solid 0px #555;
    box-sizing: border-box;
}
.balloon2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    z-index: 2;
}
.balloon2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 0px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}
.balloon2 p {
    margin: 0;
    padding: 0;
}
.note_img {
    width: 15%;
}
.note_01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}
.note_01 p.attention_001 {
    margin-bottom: 2rem;
}
.balloon2 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fff;
    border: solid 3px #555;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .balloon2:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #fff;
        z-index: 2;
        display: none;
    }
    .balloon2:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
        z-index: 1;
        display: none;
    }
    .balloon2 p {
        margin: 0;
        padding: 0;
    }
    .note_01 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        max-width: 1000px;
        margin: 0 auto;
    }
    .balloon2 {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        padding: 20px 20px;
        min-width: 120px;
        max-width: 100%;
        color: #555;
        font-size: 16px;
        background: #fff;
        border: solid 0px #555;
        box-sizing: border-box;
    }
    .balloon2:after {
        content: "";
        position: absolute;
        bottom: -30px;
        top: 252px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        /* border-top: 14px solid #555; */
        z-index: 1;
        display: none;
    }
    .balloon2 {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        padding: 10px 10px;
        min-width: 120px;
        max-width: 100%;
        color: #555;
        font-size: 16px;
        background: #fff;
        border: solid 0px #555;
        box-sizing: border-box;
    }
    .note_img {
        width: 40%;
    }
}
.price_table_002 {
    margin: 0 auto;
}
.price_table_002 th, .price_table_002 td {
    width: 37rem !important;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .balloon2:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        top: 274px;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #fff;
        z-index: 2;
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .menu_first {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    img.menu_first_img {
        width: 80%;
    }
    .area {
        display: none;
        opacity: 0;
        background: #f9f9f9;
        padding: 20px 20px;
    }
}
.home-center__txt01 {
    display: block;
    max-width: 230px;
    width: 50%;
    position: absolute;
    top: -70px;
    left: -0px;
    z-index: 1;
}
.price_btn_area {
    justify-content: center;
    display: flex;
    gap: 3rem;
    margin-bottom: 6rem;
    margin-top: 3rem;
}
.price_btn_area .btn {
    border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
    .home-center__txt01 {
        display: none;
    }
}
@media screen and (min-width: 767px) {
    .home-center__txt01 {
        display: block;
        width: 30%;
        position: absolute;
        top: -50px;
        left: -100px;
        z-index: 1;
    }
    .home-center__txt02 {
        display: block;
        max-width: 230px;
        width: 30%;
        position: absolute;
        top: -40px;
        left: 80%;
        z-index: 2;
    }
}
@media screen and (min-width: 1440px) {
    .home-center__txt02 {
        display: block;
        max-width: 230px;
        width: 50%;
        position: absolute;
        top: -40px;
        left: 80%;
        z-index: 2;
    }
}
@media screen and (max-width: 767px) {
    .home-center__txt02 {
        display: none;
    }
    .price_btn_area {
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr 1fr;
        padding: 4vw;
    }
    .area h3 {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .area p.txt_attention_1 {
        line-height: 1.5;
    }
    p.mtext1.tcen {
        font-size: 1.5rem !important;
    }
    .sub-shop .fleft2 {
        display: none;
    }
    .price_btn_area .btn {
        border: 1px solid var(--primary-color);
        width: auto;
    }
}
.inner.reservation_banner {
    max-width: 800px;
    margin: 6rem auto 6rem auto;
}
.attention_001.txt-img_01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
}
.txt-img_01_txt {
    width: 65%;
}
.txt-img_01_img {
    width: 35%;
}
.price_area_2.price__3 .price_first_area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.price_area_2.price__3 .price_first_area_img {
    width: auto;
    margin: 0 auto;
}
.price_area_2.price__3 .price_first_area_txt {
    width: auto;
    margin: 0 auto;
}
.contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.sub-contact__line {
    margin: 4.8rem auto 0;
    width: 14rem;
}
.sub-contact__line:hover {
    opacity: 0.7;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .attention_001.txt-img_01 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 3rem;
        flex-direction: column-reverse;
    }
    .txt-img_01_txt {
        width: auto;
    }
    .txt-img_01_img {
        width: auto;
    }
    .contact__grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 3rem;
    }
}
/*院長挨拶*/
.news-bl {
    overflow: hidden;
}
.b-m20 {
    margin-bottom: 20px;
}
.news-bl dt {
    float: left;
    width: 8em;
    padding: 5px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    background: #4e4e4e;
    font-size: 1.4rem;
    border-radius: 0.4rem;
}
.news-bl dd {
    padding: 0 0 12px 9.2em;
    line-height: 1.6;
    margin: 0 0 10px;
}
.home-center__container.-service .home-section__desc {
    color: #333;
    line-height: 1.7;
    font-size: 1.4rem;
    margin-top: 3rem;
    padding-right: 10%;
}
.home-center__container .home-section__desc span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.fleft2 img {
    width: 200px;
}
.fleft2 {
    float: left;
    display: inline;
    width: 50%;
}
.cut {
    overflow: hidden;
    zoom: 1;
}
p.b-m30 {
    margin-bottom: 3rem;
    color: #333;
    line-height: 1.7;
    font-size: 1.4rem;
    margin-top: 1rem;
}
.list-check {
    font-weight: normal;
    overflow: hidden;
    line-height: 1.8;
}
.list-check li {
    padding-left: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: -1.5em;
    border-bottom: 1px dotted #ddd;
}
.list-check li:last-child {
    border-bottom: 0px;
}
.list-check li {
    padding-left: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: -1.5em;
    color: #333;
    line-height: 1.7;
    font-size: 1.4rem;
    margin-top: 1rem;
}
.list-check li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    margin-right: 5px;
    color: #4e4e4e;
}
.list-check li {
    text-indent: -1.5em;
    color: #333;
    line-height: 1.7;
    font-size: 1.4rem;
    margin-top: 1rem;
    background-color: #f2ede3;
    padding: 2rem 4rem;
    border-radius: 0.4rem;
}
.b-m30 b {
    font-weight: bolder;
    background-color: #feffd1;
}
p.mtext1.tcen {
    color: #333;
    line-height: 1.7;
    font-size: 2rem;
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 300;
}
.contents_ttl_003 {
    max-width: 116.8rem;
    padding: 1rem 1rem 1rem 0.5rem;
    margin: 0 auto 2rem auto;
    position: relative;
    text-align: center;
    font-size: 2.2rem;
    background-color: #4e4e4e;
    border-radius: 0.4rem;
    color: #fff;
    width: 50%;
}
.contents_ttl_003 span {
    font-family: "Noto Sans JP";
    font-weight: 500;
}
.img-txt_02 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5rem;
}
.p-before-after {
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
}
.p-image-pair {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.p-before-image, .p-after-image {
    flex: 1;
    margin: 10px;
}
.image-text {
    /* font-weight: bold; */
    margin-bottom: 10px;
    color: #5ac2e5;
    font-size: 2.5rem;
}
.p-before-image img, .p-after-image img {
    width: 100%;
    height: auto;
}
/*---br管理--*/
/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
    .pc-br {
        display: none;
    }
    .tb-br {
        display: none;
    }
    .sp-br {
        display: block;
    }
}
/*---タブレット時改行--*/
@media screen and (min-width:481px) and (max-width: 1020px) {
    .pc-br {
        display: none;
    }
    .tb-br {
        display: block;
    }
    .sp-br {
        display: none;
    }
}
/*---PC時改行--*/
@media screen and (min-width:1021px) {
    .pc-br {
        display: block;
    }
    .tb-br {
        display: none;
    }
    .sp-br {
        display: none;
    }
}
/*Instagram*/
.home-gallery {
    background-color: #141414;
    padding-bottom: 10rem;
    padding-top: 8.3rem;
    position: relative;
    z-index: 1;
}
.home-gallery__list {
    display: -ms-grid;
    display: grid;
    gap: 2rem 2rem;
    -ms-grid-columns: (minmax(25rem, 1fr)) [ auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    margin-top: 3.9rem;
}
.home-gallery__item {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.home-gallery__item:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.home-gallery__btn {
    margin-top: 6.3rem;
    text-align: center;
}
.home-gallery__btn .btn {
    padding-right: 2.2rem;
}
.home-gallery__btn .btn span {
    right: 4.2rem;
}
ul.home-gallery__list img {
    border-radius: 5px;
}
.sec03, .gallery {
    position: relative;
    background: #e8f8ff;
}
.inner.inner_gallery {
    padding-top: 6rem;
    padding-bottom: 8rem;
}
main.home .gallery h2.c-heading01.c-heading01_center {
    padding-top: 0;
    text-align: left;
    font-size: 3rem;
    color: #6e6e6e;
}
img.gallery_illust {
    width: 40px;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    top: 8px;
}
.gallery .c-heading01.c-heading01_center {
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
}
.gallery .c-heading01.c-heading01_center span {
    font-size: 1.8rem;
    padding-left: 1rem;
}
@media screen and (max-width: 767px) {
    .home-gallery {
        padding-bottom: 15vw;
        padding-top: 10vw;
    }
    .home-gallery__list {
        gap: 2vw 2vw;
        -ms-grid-columns: (minmax(45%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
        margin-top: 8vw;
    }
    .home-gallery__btn {
        margin-top: 10vw;
    }
    .home-gallery__btn .btn {
        padding-right: 2vw;
    }
    .home-gallery__btn .btn span {
        right: 7vw;
    }
    .inner.inner_gallery {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    img.gallery_illust {
        width: 50px;
        display: block;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    main.home .gallery h2.c-heading01.c-heading01_center {
        text-align: center;
        font-size: 7vw;
    }
}
/*Instagram*/
/*スライド*/
.xslider_wrap {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 4rem;
}
.xslider1, .xslider2 {
    display: inline-flex;
    flex: none;
    animation: xslider 80s 2s linear infinite;
}
/*
.xslider_wrap:hover div {
	animation-play-state: paused!important;
}
*/
.xslider1 div, .xslider2 div {
    flex: none;
    padding-right: 10px;
}
/*
.xslider1 div:hover , .xslider2 div:hover {
	transform: translateY(-5px);
}
*/
.sec05#blooming .xslider_wrap {
    margin-bottom: 5rem;
}
@keyframes xslider {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.xslider_wrap img {
    width: 500px;
}
.sec03 .sec_inner.inner {
    margin-top: 6rem;
    /*    background: #fff;*/
    border-radius: 10px;
    padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
    .xslider_wrap img {
        width: 200px;
    }
}
/**/
.flowList {
    display: flex;
    margin: 40px -15px 0;
}
.flowItem {
    margin: 0 15px;
    position: relative;
    width: calc((100% - 0px) / 2);
    z-index: 1;
}
.flowItam_body {
    width: calc(100% - 10px);
    border-radius: 10px;
    padding: 0px 0px 30px;
    position: relative;
}
.flowItam_body.white {
    /* border: 2px solid #fffcf8; */
    background-color: #fff;
    margin: 0 auto;
}
.flowItem_pic_img img {
    border-radius: 10px 10px 0 0;
}
li.flowItem .flowItam_body.white h3.about_ttl {
    padding-top: 2rem;
    text-align: center;
}
.about_ttl {
    font-size: 2.6rem;
    line-height: 1.45833;
    color: #5ac2e5;
    max-width: 575px;
    padding-top: 48px;
    padding-bottom: 18px;
    /*    font-weight: bold;*/
    position: relative;
    z-index: 1;
}
li.flowItem .flowItam_body.white .about_text {
    max-width: 575px;
    margin-top: 0px;
    line-height: 1.7;
    text-align: center;
    padding-bottom: 2rem;
}
.home .sec03 .flowItam_body.white a.btn.-color {
    margin-top: 2rem;
}
.flowItam_body.white .btn.-color {
    display: block;
    margin: 0 auto;
}
.btn::before, .btn::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}
.btn::before, .btn::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}
.home-shop__img a {
    margin: 1rem;
    padding: 1rem;
    border: 1px solid #fff;
    background: #008df37d;
    border-radius: 5px;
    background: linear-gradient(135deg, #36fff99e 0%, #1bffab73 20%, #1fa3f375 100%);
    box-shadow: 1px 0px 15px 5px rgb(66 91 106 / 20%);
}
/*=======parallax=======*/
.home-container {
    position: relative;
/*    min-height: 500px;*/
}
.inner._parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
    max-width: 100%;
}
.bg_parallax {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/home/home-mv-slide01.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
/*=======parallax=======*/
.container .home-section-title.-center {
    color: #fff;
}
.container .home-section-title.-center {
    color: #fff;
}
.container .home-center__container.-service .home-section-title span {
    color: #fff;
}
.container .home-center__container.-service {
    display: flex;
    align-content: center;
    justify-content: center;
}
.btn.-color.-center {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 2rem;
}
.cd-fixed-bg.cd-bg-1 .home-center__container.-service .home-section__desc {
    color: #fff;
    line-height: 1.7;
    font-size: 1.4rem;
    margin-top: 3rem;
    padding: 0;
}
@media screen and (min-width: 1168px) {}
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {
    .container .home-center__container.-service {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .home-shop.type002 .home-shop__text {
        padding: 0;
    }
    .home-shop.type002 .home-shop__intro {
        width: 100%;
        margin: 0;
    }
    .bg_parallax {
        height: 130vh;
    }
    .flowList {
        display: flex;
        margin: 0 auto;
        flex-direction: column;
    }
    .flowItem {
        margin: 0 auto;
        margin-bottom: 3rem;
        width: 100%;
    }
    .p-home-sec03 {
        padding-bottom: 5rem;
    }
    .gallery .c-heading01.c-heading01_center span {
        font-size: 4vw;
        padding-left: 0;
        display: block;
        padding: 1rem 0;
    }
    .gallery .c-heading01.c-heading01_center {
        font-size: 2rem;
        text-align: center;
    }
    .container {
        position: relative;
/*        min-height: 780px;*/
    }
    .btn.-color.-center {
        margin-bottom: 5rem;
    }
}

@media screen and (min-width:481px) and (max-width: 1020px) {
    .home-center__txt01 {
        display: block;
        width: 20%;
        position: absolute;
        top: -30px;
        left: -30px;
        z-index: 1;
    }
    .home-center__txt02 {
        display: block;
        max-width: 200px;
        width: 20%;
        position: absolute;
        top: -50px;
        left: 86%;
        z-index: 2;
    }
}
/*============TOP==============*/
/*============動き==============*/
.displayed {
    animation: fadeUp 1s forwards;
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(-100px);
    }
}
/* 画面外 */
.fade-block2 {
    transform: translateY(100px);
    transition: all .4s ease-in;
    opacity: .0;
}
/* 画面に入った時の動き */
.fade-block2.blockIn {
    transform: translateY(0);
    opacity: 1;
}
/*
.scroll-block {
  height: 100vh;

}
*/
/*============動き==============*/
/*============ショップインフォ==============*/
.shop_img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
}
.shop_txt {
    margin-bottom: 4rem;
    font-size: 100%;
    line-height: 1.7;
}
@media screen and (max-width: 430px) {
    .shop_img {
        grid-template-columns: 1fr;
    }
}
/*============メニュー==============*/
.introduction_ttl {
    text-align: center;
    font-size: 3rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #6e6e6e;
    margin-top: 8rem;
    font-weight: 600;
}
.introduction_txt {
    border: 0px solid #5ac2e5;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 2rem;
    margin-bottom: 6rem;
    padding: 1rem 0 3rem;
    background: #eafbff;
}
.attention_001 {
    font-size: 2rem;
    color: #5ac2e5;
    text-align: center;
    margin: 1rem 0 2rem;
}
.introduction_ttl span {
    font-size: 1.8rem;
    color: #4e4e4e;
    font-family: "Montserrat", sans-serif;
}
.introduction_txt .contents_ttl_001 {
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
    margin: auto 3rem auto;
}
.introduction_txt .home-section__desc2 {
    color: #333;
    line-height: calc(24 / 16);
    margin-top: 2rem;
    width: auto;
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2%;
    padding: 0 20px;
}
.introduction_txt .home-section__desc2 span {
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.introduction_ttl span {
    font-size: 1.8rem;
}
.introduction {
    margin-top: 3rem;
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
}
.introduction::before {
  content: "";
  width: 20vw;
  height: 20vw;
  position: absolute;
  top: -11rem;
  right: 6vw;
  background-image: url(../img/common/illust05.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.introduction::after {
  content: "";
  width: 20vw;
  height: 14vw;
  position: absolute;
  bottom: -6rem;
  left: 6vw;
  background-image: url(../img/common/illust06.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.introduction_img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 3rem;
}
.introduction span {
    line-height: 1.7;
}
.contact_img {
    max-width: 200px;
    margin: 0 auto;
}
.contact_txt {
    font-size: 2.4rem;
    padding-bottom: 0;
    color: #fff;
}
.contact_group {
    border-radius: 5px;
    padding: 10px;
    transition-duration: .2s;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding-right: 30px;
}
.contact_group a {
    display: flex;
    align-items: center;
}
.contact_item_snsicon:hover {
    opacity: 0.6;
    transform: scale(1.05);
}
.header__top .contact_group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.contact_item {
    width: 2.4rem;
}
.contact_ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    text-align: center;
    gap: 2%;
}
.contact_img {
    max-width: 60px;
    margin: 0 2rem 0 0;
    padding-bottom: 0;
}
.header__top .contact_group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.method_ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    text-align: center;
    gap: 2%;
}
.method_img {
    padding-bottom: 2rem;
}
.method_ttl {
    color: #5ac2e5;
    font-size: 2rem;
    padding-bottom: 2rem;
}
.method_txt {
    text-align: left;
    line-height: 1.7;
}
.deco_02 {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 2rem;
}
/*FAQ*/
.sub-reserve-faq {
    margin-bottom: 4rem;
    margin-top: 0rem;
}
div#FAQ {
    background: #fff;
    padding: 0rem 7rem 8rem;
}
.payment {
    background: #fff;
    padding: 20px;
    color: #ff4e4e;
    font-weight: 500;
    line-height: calc(24 / 16);
}
@media screen and (max-width: 767px) {
    .price_btn_area {
        margin-bottom: 3rem;
        margin-top: 3rem;
    }
    .introduction_ttl span {
        font-size: 4vw;
    }
    .introduction_ttl {
        font-size: 5vw;
        line-height: 1.7;
        margin-bottom: 2rem;
        /*    padding: 4vw;*/
    }
    .introduction_txt .contents_ttl_001 {
        text-align: center;
    }
    .introduction_txt .home-section__desc2 {
        color: #333;
        line-height: 1.5;
        margin-top: 4vw;
        margin-bottom: 8rem;
        grid-template-columns: 1fr 1fr;
        padding: 0 10px;
    }
    .contact_ul {
        grid-template-columns: 1fr;
        gap: 4%;
    }
    .contact_img {
        max-width: 40px;
        margin: 0 5vw 0 0;
        padding-bottom: 0;
    }
    .contact_group {
        padding: 0px;
    }
    .contact_group a {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px;
    }
    .contact_txt {
        font-size: 2rem;
        padding-bottom: 0;
    }
    .method_ul {
        grid-template-columns: 1fr;
    }
    div#FAQ {
        padding: 0;
    }
    .sub-reserve-faq {
        margin-bottom: 4rem;
        margin-top: 2rem;
    }
    .price_area {
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-bottom: 2rem;
    }
    .method_group {
        margin-bottom: 3rem;
        padding-bottom: 0rem;
    }
    .method {
        margin: 0 0 4rem;
    }
    .contents_ttl_001 span {
        font-size: 6vw;
    }
    .about_ttl {
        font-size: 6vw;
    }
}
@media screen and (min-width:768px) and (max-width: 1023px)  {
    .contact_group {
    border-radius: 5px;
    padding: 10px;
    transition-duration: .2s;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding-right: 20px;
}
    .header__tel {
        font-size: 1.6rem;
    }
    .header__logo {
    margin-left: 1rem;
    margin-top: 0;
    width: 16rem;
}
    .header__link {
        font-size: 1.3rem;
    }
}

/*============feature==============*/
.philosophy_group {
    background: #eafbff;
    padding: 20px;
    border-radius: 5px;
    margin: 2rem 0 4rem;
}
.philosophy_ttl {
    text-align: center;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.3rem;
    padding-bottom: 2rem;
}
.philosophy_txt {
    text-align: center;
    font-size: 2rem;
    line-height: 1.7;
    margin-top: 1rem;
    margin-bottom: 4rem;
}
.philosophy_logo {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.page-id-2371 .home-center__container.-service {
    margin-bottom: 6rem;
}
.deco_03 {
    max-width: 800px;
    margin: 0 auto;
}
div#feature01 {
    margin-bottom: 5rem;
}
/*　gallery　*/
.menu_gallery {
    padding-top: 0;
}
.gallery {
    padding-top: 0px;
    padding-bottom: 3rem;
}
.menu_gallery .home-gallery__list {
    display: -ms-grid;
    display: grid;
    gap: 4rem 4rem;
    -ms-grid-columns: (minmax(30rem, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    margin-top: 3.9rem;
}
@media screen and (max-width: 767px) {
    .gallery .btn.-color {
        margin-top: 2rem;
        width: 80vw;
    }
    .gallery .program_body {
        top: 40px;
    }
    .menu_gallery .home-gallery__list {
        gap: 1rem 1rem;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/* table01 */
table#table01 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5rem;
}
#table01 tr {
    border-bottom: 1px solid #b5b1b1;
}
#table01 th, #table01 td {
    padding: 24px 0;
    border: none;
    border-bottom: 2px solid #dbdbdb;
}
#table01 th {
    width: 30%;
    border-bottom: 2px solid #5ac2e5;
}
/* sp */
@media only screen and (max-width: 480px) {
    #table01 th, #table01 td {
        width: 100%;
        display: block;
    }
    #table01 th {
        width: 100%;
        background: #eafbff;
    }
    #table01 td {
        padding-top: 2rem;
        font-size: 1.4rem;
        line-height: 1.7;
    }
}
.shop_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
}
.sub_ttl_002 span {
    font-size: 2rem;
    color: #fff;
    background: #5ac2e5;
    display: block;
    padding: 10px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 30px;
    text-align: center;
}
section#feature02 {
    background: #eafbff;
}
section#feature02 .method {
    margin-bottom: 6rem;
}
.page-id-2371 .home-center__container.-service .home-center__text {
    width: 48%;
}
.page-id-2371 .home-center__container.-service .home-center__img {
    width: 50%;
}
.consultant_txt {
    text-align: center;
}
.sub_ttl_003 span {
    font-size: 2.4rem;
    font-weight: 500;
}
.mowing_lead.-sub {
    text-align: center;
    margin-bottom: 5rem;
}
.reviews_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
}
.reviews_cont {
    background: #eafbff;
    padding: 20px;
    border-radius: 5px;
}
.reviews_cont img {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.reviews_cont p {
    color: #333;
    line-height: 1.7;
    margin-top: 1rem;
    padding-bottom: 3rem;
}
.reviews {
    margin-bottom: 8rem;
}
.reviews_ttl {
    color: #5ac2e5;
    font-size: 2rem;
    padding-bottom: 0rem;
    text-align: center;
}
.sns_icon {
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
}
.sns_icon .header__item_snsicon {
    margin: -5px;
    width: 30px;
}
.reviews .home-section__desc {
    color: #333;
    margin-bottom: 4rem;
    line-height: 1.7;
    width: auto;
}
@media screen and (min-width: 1168px) {}
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {
    .page-id-2371 .home-center__container.-service .home-center__img {
        width: auto;
    }
    div#feature01 {
        margin-bottom: 0rem;
    }
    .page-id-2371 .home-center__container.-service .home-center__text {
        width: auto;
    }
    .philosophy_ttl {
        font-size: 5vw;
    }
    .philosophy_txt {
        text-align: left;
        font-size: 4vw;
        line-height: 1.7;
        margin-top: 1rem;
        margin-bottom: 4rem;
    }
    .page-id-2371 .home-center__container.-service {
        margin-bottom: 2rem;
    }
    .mowing_lead.-sub {
        margin-bottom: 1rem;
        font-size: 100%;
    }
    .sub_ttl_003 span {
        font-size: 1.8rem;
        font-weight: 500;
    }
    .consultant_txt {
        text-align: center;
        font-size: 4vw;
    }
    .deco_02 {
        width: 50%;
        margin: 0 auto;
        padding-bottom: 1rem;
    }
    table#table01 {
        width: auto;
    }
    #table01 td {
        padding-top: 2rem;
    }
    .shop_gallery {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3%;
    }
    .philosophy_txt {
        font-size: 1.4rem;
    }
    .home-center__container.-service .home-section__desc {
        font-size: 100%;
		margin: 0;
		padding: 0;
		
    }
    .waste .mowing_lead {
        font-size: 100%;
    }
    .reviews_group {
        grid-template-columns: 1fr;
    }
    .reviews_cont img {
        max-width: 110px;
    }
}
@media screen and (min-width:481px) and (max-width: 1020px) {}
/*フォーム*/
.cf7__select {
    position: relative;
}
.cf7__select:before {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    pointer-events: none;
    content: '';
}
.cf7__select select {
    width: 100%;
    padding: 14px 20px;
    background: #F4F4F4;
    color: #333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #9da3a7;
    border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
    .cf7__select select {
        padding: 3vw;
    }
}
/*============feature==============*/
/*header調整*/
/*
.home .header__link {
    color: #fff;
}
.home .header__tel {
    color: #fff;
}
.home .header__time_contents {
    color: #fff;
}
*/
/* .home .header__logo {
    transition: 0.3s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(302deg) brightness(95%) contrast(93%);
} */
/*header_scroll調整*/
.home .header {
    box-shadow: none;
}
.home .header.scrolled .header__tel {
    color: #3e2c28;
}
.home .header.scrolled .header__time_contents {
    color: #3e2c28;
}
.home .header.scrolled .header__link {
    color: #3e2c28;
}
.home .header.scrolled .header__logo {
    opacity: 1;
    filter: none;
}
.footer_flex .left {
    padding: 2rem 0 3rem;
    display: flex;
    align-items: center;
    gap: 0rem;
    flex-direction: column;
    justify-content: center;
}
.beforeafter__container {
    margin-top: 3.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 6rem;
}
/* 初期スタイル：背景透明 */
.home .header {
    background-color: transparent;
    transition: 0.3s;
    margin: 20px 0;
}
/* スクロール後のスタイル：背景白 */
.home .header.scrolled {
    background-color: #fff;
    box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, .03);
    margin: 0;
}
/*波*/
.wave {
    position: relative;
}
.wave:nth-child(1) {
    /*  background:#fff;  */
    height: 50px;
}
.wave:nth-child(2) {
    /*  background:#eee;  */
}
.wave:nth-child(3) {
    /*  background:#43c0e4; */
}
.wave canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.wave_group {
    position: relative;
    top: 2px;
    margin-top: 5rem;
    z-index: 0;
}
/*動き*/
.displayed {
    animation: fadeUp 5s forwards;
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(-100px);
    }
}
/*　top-Service*/
/* .home-center__container:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 105%;
    top: 5%;
    left: auto;
    right: 0%;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
} */
.home-center__container.-price:before {
        top: 5%;
    left: 0;
    right: auto;
}
.home-center__container.-price .home-center__text {
    left: 3%;
    position: relative;
}
.home-center__container.-service .home-center__text {
    right: 3%;
    left: 0%;
    position: relative;
}
.home-center__container:nth-child(1):before {
    content: "";
    position: absolute;
    width: 90%;
    height: 110%;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
    background: #ffffff00;
    z-index: -1;
}
.home-center .home-service:last-child {
    margin-bottom: 8rem;
}
.page_banner {
    margin-top: 8rem;
}
.page_banner img {
    border-radius: 0;
}
    .page_banner:hover {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
@media screen and (max-width: 767px) {
    .home-mv__text {
    top: 43%;
}
    .home-center__container:before {
        height: 100%;
        width: 100%;
        top: 0;
    }
    .home-center__container.-price:before {
        height: 100%;
        width: 100%;
        top: 0;
    }
    .home-center .home-service:last-child {
        margin-bottom: 10vw;
        margin-top: 10vw;
    }
    .home-center__container.-price .home-center__text {
        left: 0;
        position: relative;
    }
    .wave_group {
        position: relative;
        top: 2px;
        margin-top: 0rem;
        z-index: 0;
    }
    .container.home-shop.type002 .home-center__container.-service .home-center__text {
        width: 100%;
        padding: 7vw 0vw;
        max-width: 100%;
    }
    .page_banner {
        margin-top: 2rem;
        margin-bottom: 10vw;
    }
    .footer_flex .tel_text .text02 {
    font-size: 12px;
}
    .price_first_area_txt h3 {
    font-size: 5.5vw;
}  
    .xslider_wrap {
    margin-bottom: 0rem;
}
}
/*class*/
.class_sub_group {
    display: flex;
    gap: 40px;
    flex-direction: row-reverse;
    position: relative;
}
.class__txt {
    line-height: 1.7;
}
.column_cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 6rem;
}
.column_cont li h3 {
    background: #6e6e6e;
    padding: 10px;
    font-size: 2rem;
    position: absolute;
    color: #fff;
    top: -10px;
}
.column_cont li {
    position: relative;
}
.column_cont li p {
    margin-top: 2rem;
    line-height: 1.7;
}
.class_sub_01 {
    margin-top: 3rem;
}
.profile_group {
    margin-top: 3rem;
}
.page-id-14 .profile_group {
    margin-top: 3rem;
}
.class_sub_group .class__txt {
    max-width: 500px;
}

.class__img {
    width: 60%;
    position: relative;
}
.profile_group {
    display: grid;
    grid-template-columns: 2fr 4fr;
    gap: 40px;
    position: relative;
    align-items: start;
}
.sub-class__img {
    margin-top: 0rem;
    width: 120%;
    z-index: 0;
}
.profile_group .class__txt {
    background: #fff;
    padding: 30px;
    right: 0;
    bottom: 0;
    margin-left: -5rem;
    padding-left: 10rem;
    /* position: absolute; */
    /* width: 50%; */
    border-radius: 10px;
}
.sub-shop__text {
    margin-top: 3rem;
}
.name {
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-flex;
    padding: 2rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: #6e6e6e;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    top: -30px;
}
.name span {
    padding-left: 20px;
    font-size: 70%;
    font-weight: 600;
}

.class_sub_group .class__txt {
        padding: 30px;
    left: 0;
    top: 30%;
    margin-right: 5%;
    position: absolute;
    width: 50%;
    color: #333;
    z-index: 1;
    background: #e8f8ff;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .class_sub_group {
         position: relative;
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
    .class__img {
        width: 100%;
        position: relative;
    }
    .class_sub_group .class__txt {
        background: #e8f8ff;
        padding: 20px;
        left: 0;
        top: 0%;
        margin-right: 5%;
        position: relative;
        width: 100%;
        z-index: 10;
        color: #fff;
        z-index: 1;
        border-radius: 10px;
        color: #333;
    }
    .column_cont {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 6rem;
    }
}
/*見出し*/
.contents_ttl_004 {
    position: relative;
    font-size: 1.4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #6e6e6e;
}
.contents_ttl_004 span {
    font-size: 4rem;
    padding-top: 10px;
    color: #6e6e6e;
    font-weight: 500;
}
.contents_ttl_004::before {
    content: attr(data-number);
    display: block;
    margin-bottom: 30px;
    color: #5ac2e5;
    font-size: 30px;
}
.contents_ttl_004::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 14px;
    background-color: #5ac2e5;
}
/*yoga*/
.table_ttl {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 3rem;
    position: relative;
    padding-left: 30px;
}
.table_ttl:before {
    position: absolute;
    content: '';
    top: 0%;
    left: 0;
    background-image: url(../img/common/price_icon.svg);
    background-attachment: fixed;
    width: 100%;
    z-index: 10;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.note {
    background: #fff;
    padding: 20px;
    margin-top: 3rem;
    border-radius: 10px;
}
.note ul li:not(:last-of-type) {
    margin-bottom: 2rem;
}
.note ul li {
    padding-left: 30px;
    position: relative;
}
.note ul li:before {
    position: absolute;
    content: '';
    top: 10%;
    left: 0;
    background-image: url(../img/common/check.svg);
    background-attachment: fixed;
    width: 100%;
    z-index: 10;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .note ul li:before {
        top: 0;
        width: 17px;
        height: 17px;
    }

    .introduction_img {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 3rem;
    }
    .note ul li {
        line-height: 1.3;
    }
}
/*クリスタルボウル*/
.area_column_group {
    display: flex;
    gap: 20px;
}
.area_column_group h4 {
    font-size: 2rem;
    margin-top: 2rem;
    font-weight: 600;
    color: #6e6e6e;
    text-align: center;
}
.area_column_group p {
    line-height: 1.7;
    margin-top: 1rem;
}
.area_column_group .column_img {
    width: 50%;
    margin: 0 auto;
}
.area_column_group li {
    background: #fff;
    padding: 20px;
}
.price_area_column {
    padding-top: 3rem;
}
h3.contents_ttl_005 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 600;
    color: #6e6e6e;
    margin-top: 3rem;
    line-height: 1.7;
}
.class_column {
    display: grid;
    gap: 20px;
    margin-top: 3rem;
    grid-template-columns: repeat(3, 1fr);
}
.class_column_group {
/*
    background: #e8f8ff;
    padding: 50px 20px 40px;
    border-radius: 10px;
*/
    position: relative;
}
.class_column_group span {
    position: absolute;
    top: -3%;
    left: 0;
    background: #6e6e6e;
    color: #fff;
    padding: 10px 0px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
}
.class_column_group h4 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
.class_column_group p {
    margin-top: 2rem;
    line-height: 1.7;
}
.class_column_txt {
    position: relative;
    background: #e8f8ff;
    padding: 50px 20px 40px;
    border-radius: 10px;
}
.merit_area {
    padding-top: 3rem;
}
.merit_area p {
    margin-top: 2rem;
    text-align: center;
    line-height: 1.7;
}
.merit {
    margin-top: 3rem;
    background: #e8f8ff;
    padding: 30px 20px 30px;
    border-radius: 10px;
}
.merit li {
    line-height: 1.7;
    padding-left: 30px;
    position: relative;
}
.merit li:not(:last-of-type) {
    margin-bottom: 10px;
}
.merit li:before {
    position: absolute;
    content: '';
    top: 10%;
    left: 0;
    background-image: url(../img/common/music.svg);
    background-attachment: fixed;
    width: 100%;
    z-index: 10;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.merit {
    margin-top: 3rem;
}
.merit_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.merit_image {
    left: -3%;
    position: relative;
    top: 10%;
}
.page-id-2368 .price_area_2 {
    padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
    .merit li:before {
        top: 3px;
        width: 17px;
        height: 17px;
    }
    .class_column {
        display: flex;
        gap: 60px;
        margin-top: 5rem;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .area_column_group {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }
    .profile_group {
        margin-top: 3rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        align-items: center;
    }
    .sub-class__img {
        margin-top: 0rem;
        width: 100%;
    }
    .profile_group .class__txt {
        background: #fff;
        padding: 30px 20px;
        right: 0;
        top: 0;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        width: 100%;
        border-radius: 10px;
    }
    h3.contents_ttl_005 {
    font-size: 6vw;
}
    
    .class_column_group h4 {
    font-size: 5.5vw;
}
    .area_column_group h4 {
    font-size: 4vw;
}
    .merit_group {
    display: grid;
    grid-template-columns: 1fr;
}
    .merit {
    order: 2;
}
    .merit_image {
    left: 0;
    top: 10%;
}
}
/*リトリート*/
.venue_group {
    padding-top: 1rem;
}
.venue_lust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 3rem;
    text-align: center;
    text-align: center;
}
.venue__area {
    display: flex;
    gap: 40px;
    margin-top: 3rem;
    align-items: center;
}
.venue__area_txt h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #6e6e6e;
    line-height: 1.7;
}
.venue__area2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    margin-top: 3rem;
    align-items: center;
}
.venue__area_txt {
    width: 58%;
}
.venue__area_img {
    width: 60%;
}
.venue_lust h4 {
    font-size: 2rem;
    margin-top: 2rem;
    font-weight: 600;
    color: #6e6e6e;
}
.venue_lust p {
    line-height: 1.7;
    margin-top: 1rem;
}
@media screen and (max-width: 767px) {
    .venue_lust {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 2rem;
    }
    .venue__area, .venue__area2 {
                flex-direction: column;
        gap: 20px;
        margin-top: 2rem;
    }
    .note {
        padding: 0;
        background: none;
    }
    .home-section__desc2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
    .table_ttl {
    font-size: 5vw;
    padding-left: 24px;
}
    
    .venue_lust h4 {
    font-size: 5vw;
}
    .venue_group {
    padding-top: 5vw;
}
    .footer_contact img {
    width: 10vw;
}
    
.venue__area_txt h3 {
    font-size: 5vw;
}
    .xslider1 div, .xslider2 div {
    flex: none;
    padding-right: 4px;
}
    .price_first_area_2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    }
    .venue__area_img {
    width: 100%;
}
    .venue__area_txt {
    width: 100%;
}
    .price_area_2 {
    padding-top: 2rem;
    padding-bottom: 4rem;
}
}
.anc_group {
    display: flex;
    position: relative;
    gap: 30px;
    margin-top: 2rem;
}
.anc_item {
    width: 33%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    aspect-ratio: 3 / 1;
    color: #fff;
}
h3.item__ttl2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    letter-spacing: 0.1em;
    line-height: 0;
    position: absolute;
    z-index: 10;
    top: 45%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.anc_item a {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-image: url(../img/sub/yoga/yoga01.jpg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.anc_item:nth-child(2) a {
    background-image: url(../img/sub/yoga/yoga02.jpg);
}
.anc_item:nth-child(3) a {
    background-image: url(../img/sub/yoga/yoga03.jpg);
}
.item__inner {
    position: relative;
    z-index: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8rem 2rem;
    justify-content: center;
    padding: 20rem 0;
}
.anc_item a::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.anc_item a:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        background-color: #6e6e6e;
        background-blend-mode: soft-light;
    }
.anc_item:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/common/arrow_menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
h3.item__ttl2 span {
    display: block;
    text-align: center;
    padding-top: 16px;
    font-size: 80%;
}

@media screen and (max-width: 767px) {
.anc_item {
    width: 100%;
}
    .anc_group {
    gap: 10px;
    flex-wrap: wrap;
}
    .wave:nth-child(1) {
    /* background: #fff; */
    height: 30px;
}
}

.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

/*--固定背景01--*/
.cd-fixed-bg.cd-bg-1 {
  position: relative;
  background-image: url(../img/home/bg_01.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* 暗くするオーバーレイ */
.cd-fixed-bg.cd-bg-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* ← 濃さ調整 */
  z-index: 0;
}

@media screen and (max-width: 736px) {
	.cd-fixed-bg {
		background-size: cover;
		background-attachment: scroll;
	}
}

/*プライバシーポリシー*/
.privacy_details {
    line-height: 1.7;
    margin-left: 2%;
}
.privacy_ttl {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 4rem;
    line-height: 1.7;
}
.privacy_details {
    line-height: 1.7;
    margin-left: 2%;
    margin-top: 2rem;
}
.privacy_collection_purpose_list {
    margin-left: 4%;
    margin-top: 1rem;
    line-height: 1.7;
}
.privacy_collection_purpose_list {
    margin-left: 4%;
    margin-top: 1rem;
    line-height: 1.7;
    list-style: auto;
}
.privacy_purpose_li:not(:last-of-type) {
    padding-bottom: 10px;
}
.privacy_policy_date {
    margin-top: 3rem;
}
.privacy_area {
    margin-bottom: 6rem;
}
.privacy_group {
    margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
.privacy_collection_purpose_list {
    margin-left: 10%;
    margin-top: 1rem;
    line-height: 1.7;
    list-style: auto;
}
    .privacy_ttl {
    font-size: 5vw;
}
}

/* flex-schedul */
.flex-schedule {
  list-style: none;
  margin: 0 auto 0 0;
  box-sizing: border-box;
}

.flex-schedule li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;

}

.flex-schedule .area {
  padding: 10px;
  display: block;
  width: 100%;
  border-left: 6px solid #5ac2e5;
    background: transparent;
}

.flex-schedule li .time {
  display: inline-flex;
  justify-content: flex-end;
  flex-basis: 5em;
  max-width: 5em;
  margin-right: 1em;
  margin-top: 30px;
}

.flex-schedule .sch_box {
    position: relative;
    min-height: 1em;
    padding: 1.5em 1em 1.5em;
    background: #eff8fc;
    border-radius: 6px;
}

.flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 20px;
  background: #5ac2e5;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.flex-schedule .sch_title {
  font-weight: 700;
    font-size: 120%;
}

.flex-schedule .sch_tx {
    font-size: 100%;
    font-weight: normal;
    margin-top: 10px;
    line-height: 1.7;
}

.time_schedule_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #fff;
    border-radius: 6px;
}


.sub-contents_map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.sub-contents_li {
    display: grid;
    grid-template-columns: 1fr 5fr;
    align-items: stretch;
    gap: 20px;
}
.sub-contents_li span {
    background: #5ac2e5;
    padding: 6px;
    text-align: center;
    color: #fff;
}
.sub-contents_li span {
    background: #5ac2e5;
    padding: 6px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-contents_li + .sub-contents_li {
    margin-top: 20px;
}
.sub-contents_li p {
    line-height: 1.7;
}
.sub-contents_li .sub_note {
    display: inline;
    background: none;
    color: #333;
    font-size: 80%;
}
.sub-contents_list_group {
    margin-top: 2rem;
}
.sub-contents_map {
    margin-top: 3rem;
}
.sub-contents_area {
    margin-top: 4rem;
}
.time_schedule_area {
    margin-top: 4rem;
    background: #eff8fb;
    border-radius: 6px;
    padding: 20px 20px 60px;
}
.cont__ttl {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #6e6e6e;
    margin-top: 2rem;
    line-height: 1.7;
}
.time_schedule_item {
    padding: 20px;
}
.contents_ttl_bottom {
    color: #333;
    line-height: calc(24 / 16);
    margin-top: 2rem;
    width: auto;
    margin-bottom: 3rem;
}
.sub-contents_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.sub-contents_item_group {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.sub-contents_group.-yogastudio {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}
.sub-contents_item_group.-yogastudio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.sub-col_group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.sub-contents_item_group.-studio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.sub-col_item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.sub-col_item_body h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #6e6e6e;
    line-height: 1.5;
}
.sub-col_item_txt {
    line-height: 1.5;
    margin-top: 2rem;
}
.sub-col_group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 40px;
}
.sub-col_option {
    background: #fff;
    margin-top: 4rem;
    position: relative;
    border-radius: 6px;
}
.sub-col_option_group {
    display: flex;
    flex-wrap: nowrap;
    gap: 2vw;
    align-items: center;
    margin-bottom: 3vw;
    margin-top: 3rem;
    padding: 20px;
}
.sub-col_option_group .sub-col_item_img {
    width: 40%;
}
.sub-col_option h3.contents_ttl_005 {
    font-size: 2.3rem;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    line-height: 1.7;
    background: #6e6e6e;
    position: absolute;
    top: 0;
    left: auto;
    padding: 10px;
}

.bari_li {
    display: grid;
    grid-template-columns: 1fr 5fr;
    align-items: stretch;
    gap: 20px;
}
.bari_li span {
    background: #5ac2e5;
    padding: 6px;
    text-align: center;
    color: #fff;
}
.bari_li span {
    background: #5ac2e5;
    padding: 6px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bari_li + .bari_li {
    margin-top: 20px;
}
.bari_li p {
    line-height: 1.7;
}
.bari_li .sub_note {
    display: inline;
    background: none;
    color: #333;
    font-size: 80%;
}
.bari_list_group {
    margin-top: 2rem;
}
.bari_list {
    margin-top: 2rem;
}
.price_li {
    font-size: 140%;
    font-weight: 700;
}

span.price_tax {
    display: inline;
    background: none;
    color: #333;
    font-size: 80%;
}
.sub-col_area {
    margin-top: 8rem;
}
.note p {
    margin-top: 2rem;
}
.note p.note_ttl {
    color: #f95959;
    font-weight: 600;
    font-size: 120%;
    margin-top: 0;
}
section#faq {
    padding: 6rem 0 0rem;
}
.sub-page_youtube {
    display: flex;
    margin-top: 6rem;
}

.sub-page_youtube iframe {
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    width: 70%;
}
@media screen and (max-width: 767px) {
.time_schedule_group {
    grid-template-columns: repeat(1, 1fr);
        padding: 20px 0;
        gap: 40px;
}
    .time_schedule_item {
    padding: 0px;
}
    .time_schedule_area .inner, .sub-contents_area .inner {
    padding: 0;
}
    .sub-contents_group {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}
    .sub-contents_li {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
}
    .bari_li {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
}
    .sub-col_group {
    grid-template-columns: repeat(2, 1fr);
}
    .sub-col_contents {
    margin-top: 5rem;
}
    .sub-col_option_group {
    flex-direction: column;
            gap: 5vw;
}
    .sub-col_option_group .sub-col_item_img {
    width: 100%;
}
    .sub-col_option h3.contents_ttl_005 {
    font-size: 5vw;
}
    .sub-col_item_txt {
    line-height: 1.5;
    margin-top: 1rem;
}
    .sub-page_youtube iframe {
    width: 100%;
}
    .sub-contents_item_group, .sub-contents_item_group.-studio {
    grid-template-columns: repeat(1, 1fr);
}
}


img.span_img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(210deg) brightness(102%) contrast(100%);
    width: 20px;
}
.sub-contents_li span.ttl_icon {
    padding: 0;
    aspect-ratio: 1 / 1;
    width: 30px;
}
.sub-contents_li.-ttl_icon {
    grid-template-columns: auto 5fr;
    gap: 10px;
    display: grid;
    align-items: center;
}

.contents_map iframe {
    width: 100%;
    height: 300px;
}
.img_group_col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.sub-contents_item.-studio {
    background: #e8f8ff;
    padding: 20px;
    border-radius: 6px;
}
h4.contents_ttl_005 {
    text-align: center;
    font-size: 2rem;
    margin-top: 1rem;
    color: #6e6e6e;
    font-weight: 600;
    border-bottom: 1px solid #6e6e6e;
    padding-bottom: 10px;
}
h4.contents_ttl_005.-yogastudio {
    text-align: left;
}
.yoga_class_01.-studio {
    margin-top: 6rem;
}
.sub-contents_list_txt {
    line-height: 1.7;
}
.sub-contents_list {
    margin-top: 2rem;
}
.sub-contents_photo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 2rem;
    width: 100%;
}
.sub-contents_photo.-col2 {
    grid-template-columns: repeat(2, 1fr);
}
.note_attention {
    padding: 20px 10px;
    background: #fff;
    border-radius: 6px;
}
.sub_ttl {
    color: #ff5757;
    font-weight: 600;
}
.note_body {
    margin-top: 1rem;
    line-height: 1.7;
}
@media screen and (max-width: 767px) {
.img_group_col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
    .sub-contents_map iframe {
    width: 100%;
    height: 60vw;
}
/*
    .sub-contents_photo, .sub-contents_photo.-col2 {
    grid-template-columns: repeat(1, 1fr);
}
*/
    .sub-contents_map {
    margin-top: 0rem;
}
}

.contents-list_area {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 3rem;
}
.contents-list__main {
    font-size: 1.4rem;
    line-height: 1.7;
    position: relative;
    padding-left: 30px;
}
.contents-list__main:before {
    position: absolute;
    content: '';
    top: 10%;
    left: 0;
    width: 0;
    height: 0;
    background-image: url(../img/common/plumeria.png);
    background-attachment: fixed;
    width: 20px;
    z-index: 100;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.contents-list__main:not(:first-of-type) {
    margin-top: 10px;
}
.price_first_area_txt .sub-contents_li {
    display: grid;
    grid-template-columns: 3fr 5fr;
    align-items: stretch;
    gap: 20px;
}
.price_first_area_txt .sub-contents_li + .sub-contents_li {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .name {
        font-size: 6vw;
        padding: 10px;
        letter-spacing: 0.08em;
    }
}

.list-unit {
    margin-top: 1rem;
}
.list-unit_txt {
    font-size: 1.6rem;
    line-height: 1.7;
}
.list-unit_txt span {
    background: #6e6e6e;
    color: #fff;
    padding: 3px 6px;
    font-size: 1.2rem;
    margin-right: 10px;
}
.note_bottom {
    line-height: 1.7;
    background: #faf4ec;
    padding: 10px;
    border-radius: 10px;
}
.note_bottom.-cb {
    background: #fff;
}
@media screen and (max-width: 767px) {
.note_bottom.-cb {
    margin-top: 3rem;
}
}

.bari_li .note_lead {
    font-size: 1.4rem;
    text-align: left;
    background: #fff0;
    color: #ff7d7d;
    display: flex;
    justify-content: flex-start;
    padding: 0;
}
.place_gallery p {
    margin-top: 1rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.7;
}
.place_gallery h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #6e6e6e;
    line-height: 1.5;
    margin-top: 2rem;
}
.place_gallery ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 3rem;
}
.place_gallery {
    margin-top: 8rem;
}
.place_time {
    margin-top: 4rem;
}
p.time_group {
    margin-top: 2rem;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 30px;
    justify-content: center;
}
p.time_group span {
    font-size: 2rem;
    background: #0095d3;
    padding: 4px 10px;
    color: #fff;
    border-radius: 5px;
}
.banner.-sub.-sub_page {
    margin-top: 0;
}





@media screen and (max-width: 767px) {
    .place_gallery ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    p.time_group span {
    font-size: 4vw;
    padding: 2px 10px;
    color: #fff;
    border-radius: 5px;
}
    p.time_group {
    border-radius: 5px;
    gap: 10px;
}
    .banner.-sub.-sub_page {
    margin-top: 0;
    padding: 0 4vw;
}
    section.sub-class_03.sub-bg {
    padding-bottom: 5vw;
}
    .note_bottom.-cb h3 {
    font-size: 5vw;
    text-align: center;
}
    .list-unit {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .table_ttl.-second:before {
    position: absolute;
    content: '';
    top: 0%;
    left: 0;
    background-image: url(../img/common/price_icon.svg);
    background-attachment: fixed;
    width: 23px;
    z-index: 10;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}
        .table_ttl.-second {
        font-size: 5vw;
        padding-left: 37px;
    }
}

.price_table_002.-table_c02 th, .price_table_002.-table_c02 td {
    width: 100rem !important;
}
.price_note {
    font-size: 80%;
}
@media screen and (max-width: 767px) {

}

.text_link {
    display: flex;
    gap: 1rem;
    padding: 1rem 0 0;
}

.text_link_ttl {
    font-weight: 600;
    color: #6e6e6e;
}
.c-heading01_center {
  text-align: center;
}
.c-heading01 span {
  display: inline-block;
  font-family: "Teko", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}
.c-heading01 span.big {
  font-size: 10rem;
  color: #0095d3;
}
.c-heading01.-wht span {
  color: #fff;
}

.c-heading01.is-inview span {
  opacity: 0;
  transform: translateY(100%);
  animation: fadeSlideUp 0.6s ease forwards;
  animation-delay: calc(var(--i) * 0.1s);
}


@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sub-section-title.c-heading01 span {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Teko", sans-serif;
}
.sub-section-title.c-heading01 span.big {
  font-size: 6rem;
}
.sub-company01 {
  position: relative;
  overflow: hidden;
  padding-bottom: 17rem;
}
.container {
  padding: 40px;
  position: absolute;
  top: -25%;
  left: -5%;
}
.block {
  width: 30vw;
  height: 30vw;
  margin: auto;
}

.circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
}
.circleText__circle {
  fill: none;
}
.circleText__text {
  fill: #0095d3;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0.1;
  font-family: "Teko", sans-serif;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bee_rb,
.bee_rt {
  position: relative;
}

.bee_rb::before,
.bee_rt::before {
  content: "";
  width: 20vw;
  max-width: 23rem;
  height: 20vw;
  position: absolute;
  bottom: -29%;
  right: 1%;
  background-image: url(../img/common/bee.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: beeFloat 4.5s ease-in-out infinite;
  transform-origin: center;
}
.bee_rt::before {
  bottom: auto;
  top: 0;
}

@keyframes beeFloat {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-6px, -8px) rotate(-2deg);
  }
  50% {
    transform: translate(0, -12px) rotate(2deg);
  }
  75% {
    transform: translate(6px, -6px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes beeFloatFlipped {
  0% {
    transform: scaleX(-1) translate(0, 0) rotate(0deg);
  }
  25% {
    transform: scaleX(-1) translate(-6px, -8px) rotate(-2deg);
  }
  50% {
    transform: scaleX(-1) translate(0, -12px) rotate(2deg);
  }
  75% {
    transform: scaleX(-1) translate(6px, -6px) rotate(-1deg);
  }
  100% {
    transform: scaleX(-1) translate(0, 0) rotate(0deg);
  }
}
.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.grid-col03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.company-imgs {
  margin-top: 4rem;
}
.price_first_area_2.illust03::before,
.price_first_area.illust04::before,
.price_first_area_2.illust05::before {
  content: "";
  width: 16vw;
  height: 13vw;
  position: absolute;
  bottom: -4%;
  left: -9%;
  background-image: url(../img/common/illust03.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: beeFloat 4.5s ease-in-out infinite;
  transform-origin: center;
}
.price_first_area_2.illust03::before {
  animation: beeFloatFlipped 4.5s ease-in-out infinite;
  left: -3%;
}
.price_first_area_2.illust05::before {
  background-image: url(../img/common/illust02.png);
}
.price_first_area.illust04::before {
  background-image: url(../img/common/illust01.png);
  left: auto;
  right: 2%;
  width: 10vw;
  height: 14vw;
}
/* w1440px以上：/service/ のイラストが大きくなりすぎないよう上限を指定 */
@media (min-width: 1440px) {
  .price_area .bee_rt::before {
    max-width: 28rem;
    max-height: 24rem;
  }
  .price_area .price_first_area_2.illust03::before,
  .price_area .price_first_area_2.illust05::before {
    max-width: 18rem;
    max-height: 15rem;
  }
  .price_area .price_first_area.illust04::before {
    max-width: 13rem;
    max-height: 17rem;
  }
}
.service__list {
  margin-top: 4rem;
}
.info-flex {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
.c-news__cat span {
  border: 1px solid #ccc;
  padding: 2px 1rem;
  font-size: 12px;
}
.sub-single {
  padding-top: 5rem;
}
.single-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}
.work-spec-table {
  border-top: 1px solid #ddd;
}

.work-spec-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid #ddd;
}

.work-spec-label,
.work-spec-value {
  padding: 12px 16px;
  font-size: 1.5rem;
}

.work-spec-label {
  font-weight: 600;
  color: #0095d3;
}
.single-content {
  margin-top: 2rem;
}
.sub-single__main h2.work-after-title {
  color: #0095d3;
  font-size: 6rem;
  font-family: "Teko", sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 5rem;
}
.sub-single__main h2.work-after-title span {
  font-size: 2rem;
  color: #333;
  font-weight: bold;
}
.work-after-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.about01 {
  padding: 8rem 0;
}
.about01-grid {
  margin-top: 4rem;
}
.about01-img {
  position: relative;
}
.about01-img::before {
  content: "";
  width: 18vw;
  height: 15vw;
  position: absolute;
  top: -7%;
  left: -4%;
  background-image: url(../img/common/illust06.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: beeFloat 4.5s ease-in-out infinite;
  transform-origin: center;
}
.about01-img::after {
  content: "";
  width: 14vw;
  height: 11vw;
  position: absolute;
  bottom: 25%;
  right: -6%;
  background-image: url(../img/common/illust03.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: beeFloat 4.5s ease-in-out infinite;
  transform-origin: center;
}
.about01-txt h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.about01-txt p {
  line-height: 2;
}
.about01.bee_rb::before {
  bottom: -13%;
  height: 13vw;
  z-index: 10;
}
.about02 {
  padding: 8rem 0;
}
.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
  line-height: 2;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #0095d3;
  border-radius: 10px;
  position: relative;
  background: #fff;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #0095d3;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 1em;
  color: #fff;
  background: #0095d3;
  padding: 5px 10px 2px;
  margin-bottom: 10px;
  display: block;
  border-radius: 4px;
  position: relative;
  z-index: 100;
  font-family: "Teko", sans-serif;
  font-weight: 800;
}

@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
}
.about02 .container {
  top: 25%;
}
.about03 {
  padding: 8rem 0;
}
.about03-grid {
  margin-top: 4rem;
  align-items: center;
  position: relative;
}
.about03-grid::after {
    content: "";
    width: 12vw;
    height: 9vw;
    position: absolute;
    bottom: -3%;
    right: -6%;
    background-image: url(../img/common/illust03.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: beeFloat 4.5s ease-in-out infinite;
    transform-origin: center;
}
.about03-grid-txt {
  line-height: 2;
}
.about03-grid-txt span {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
}
.about03-img img{
  border-radius: 20px;
}
.about03-img02 {
  max-width: 20rem;
  margin-top: 2rem;
}
.about04 {
  padding: 8rem 0;
}
.accordion {
  margin-top: 4rem;
}
.accordion .js-accordion-title {
  background-color: #fff;
  cursor: pointer;
  padding: 15px 20px 23px;
  position: relative;
  font-size: 3rem;
  margin-top: 2rem;
  position: relative;
  border-radius: 14px;
}
.accordion .js-accordion-title::before {
  content: "Q";
  position: absolute;
  display: block;
  width: 3.8rem;
  height: 4rem;
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  /* background-image: url(../img/common/Q.svg); */
  left: 2.2rem;
  font-size: 4rem;
  color: #0095d3;
  font-weight: 900;
  font-family: "Teko", sans-serif;
}
.accordion .js-accordion-title span {
  font-size: 16px;
  margin-left: 5rem;
  margin-bottom: 5px;
}

.accordion .js-accordion-title i.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #0095d3;
  border-right: 4px solid #0095d3;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease-in-out;
}

.accordion .js-accordion-title.open i.arrow {
  transform: translateY(-50%) rotate(-45deg);
}

.accordion-content {
  display: none;
  padding: 25px 20px;
  font-size: 16px;
  position: relative;
  padding-left: 7rem;
  line-height: 1.5;
}
.accordion-content::before {
  content: "A";
  position: absolute;
  display: block;
  width: 3.3rem;
  height: 3.5rem;
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/common/A.svg);
  left: 2.5rem;
  top: 1rem;
  font-size: 4rem;
  color: #0095d3;
  font-weight: 900;
  font-family: "Teko", sans-serif;
}
.faq.inner {
  max-width: 1000px;
}
.faq {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .accordion .js-accordion-title {
    margin-top: 1rem;
    padding: 4px 18px 15px;
  }
  .accordion .js-accordion-title span {
    margin-left: 2rem;
  }
  .accordion .js-accordion-title::before {
    font-size: 2.5rem;
    left: 1.2rem;
    top: 1rem;
  }
  .accordion .js-accordion-title i.arrow {
    right: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .accordion .js-accordion-title span {
    font-size: 14px;
  }
  .accordion {
    margin-top: 3rem;
  }
    .accordion-content {
    padding: 15px 10px;
    padding-left: 4rem;
    font-size: 15px;
  }
  .accordion-content::before {
    font-size: 2.4rem;
    left: 1.2rem;
  }
}
/* =========================
  Opening Overlay
========================= */
.opening{
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

/* 背景（ギャラクシー） */
.opening::before{
  content:"";
  position:absolute;
  inset:-20%;
  background:
    radial-gradient(circle at 60% 15%, rgba(60,120,200,.25), transparent 60%),
    linear-gradient(180deg, #02030a 0%, #020414 50%, #01010a 100%);
  filter: blur(32px);
  animation: galaxyDrift 90s linear infinite;
  z-index: 0;
}

@keyframes galaxyDrift{
  from{ transform: scale(1) translateY(0); }
  to{ transform: scale(1.1) translateY(-10%); }
}

/* 星 */
.opening::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(1px 1px at 12% 22%, rgba(255,255,255,.95), transparent),
    radial-gradient(1px 1px at 28% 78%, rgba(255,255,255,.85), transparent),
    radial-gradient(1.5px 1.5px at 42% 38%, rgba(255,255,255,.85), transparent),
    radial-gradient(1px 1px at 58% 62%, rgba(255,255,255,.9), transparent),
    radial-gradient(2px 2px at 76% 28%, rgba(255,255,255,.8), transparent),
    radial-gradient(1px 1px at 88% 82%, rgba(255,255,255,.75), transparent);
  background-size: 220px 220px;
  opacity: .85;
  animation: starsSlow 120s linear infinite;
}

@keyframes starsSlow{
  from{ background-position: 0 0; }
  to{ background-position: 0 900px; }
}

.scene{ position:relative; z-index:2; height:100vh; width:100vw; perspective:400px; }

.fade-top{
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(to bottom, rgba(0,0,0,.9) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,0) 100%);
  z-index:2;
}

.crawl-wrap{
  position:absolute;
  inset:0;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  transform-origin:50% 70%;
  transform: rotateX(85deg);
}

.crawl{
  width: min(980px, 96vw);
  color:#feda4a;
  font-family: system-ui, -apple-system, "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight:700;
  letter-spacing:.03em;
  line-height:1.42;
  text-align:center;
  animation: crawl var(--crawl-dur) linear forwards;
  transform: translateY(100vh);
}

.crawl h1{
  margin:0 0 0.9em;
  font-size: clamp(24px, 3.2vw, 40px);
  letter-spacing:.06em;
	font-weight: bold;
}

.crawl p{
  margin:0 0 0.8em;
  font-size: clamp(20px, 3.0vw, 40px);
	font-weight: bold;
}

@keyframes crawl{
  from{
    transform: translateY(100vh) translateZ(0);
    opacity:1;
  }
  to{
    transform: translateY(-170vh) translateZ(-700px);
    opacity:0;
  }
}


/* Skip */
.skip{
  position:absolute;
  left:50%;
  bottom:16px;
  z-index:5;
  border:1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.45);
  color:#fff;
  padding:10px 14px;
  font: 700 14px/1 system-ui, -apple-system, "Noto Sans JP", sans-serif;
  letter-spacing:.06em;
  border-radius: 999px;
  cursor:pointer;
  backdrop-filter: blur(6px);
}

.skip:active{ transform: translateY(1px); }

/* SP調整 */
@media screen and (max-width: 767px){
  .crawl-wrap{
    transform-origin: 50% 70%;
    transform: rotateX(46deg);
  }
  @keyframes crawl{
    from{
      transform: translateY(40vh) translateZ(0);
      opacity:1;
    }
    to{
      transform: translateY(-80vh) translateZ(-400px);
      opacity:0;
    }
  }
}

/* motion off */
@media (prefers-reduced-motion: reduce){
  .crawl{ animation:none; transform:none; }
  .opening::before,.opening::after{ animation:none; }
}

/* =========================
  Normal TOP
========================= */
.taisei-hero{
  position:relative;
  width:100%;
  /* height:60svh; */
  overflow:hidden;
  background:#000;
  aspect-ratio: 16/9;
}

.taisei-bg{
  position:absolute;
  inset:0;
  background:url("../img/home/mv01.png") center/cover no-repeat;
}

.taisei-lights{
  position:absolute;
  inset:0;
  pointer-events:none;
  mix-blend-mode:screen;
  opacity:.85;
}

.taisei-lights .light{
  position:absolute;
  left:50%;
  bottom:-12vh;
  width:180%;
  height:160%;
  transform-origin:50% 100%;
  animation:swing 6.8s ease-in-out infinite;
  filter: blur(2px);
}

.taisei-lights .light::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:70vmin;
  height:170vmin;
  transform: translateX(-50%);
  background: linear-gradient(to top, rgba(255,255,255,.55) 0%, rgba(255,255,255,.22) 28%, rgba(255,255,255,.06) 58%, rgba(255,255,255,0) 100%);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

.l1{ --a:-34deg; --w:70vmin; --h:170vmin; opacity:.55; animation-duration:7.4s; animation-delay:-1.1s; }
.l2{ --a:-14deg; --w:78vmin; --h:178vmin; opacity:.72; animation-duration:6.6s; animation-delay:-2.0s; }
.l3{ --a: 16deg; --w:76vmin; --h:176vmin; opacity:.66; animation-duration:6.9s; animation-delay:-0.6s; }
.l4{ --a: 36deg; --w:70vmin; --h:170vmin; opacity:.52; animation-duration:7.8s; animation-delay:-1.7s; }

.l1,.l2,.l3,.l4{ transform: translateX(-50%) rotate(var(--a)); }
.l1::before,.l2::before,.l3::before,.l4::before{ width: var(--w); height: var(--h); }

@keyframes swing{
  0%{ transform: translateX(-50%) rotate(var(--a)); }
  50%{ transform: translateX(-50%) rotate(calc(var(--a) + 12deg)); }
  100%{ transform: translateX(-50%) rotate(var(--a)); }
}

@media (max-width: 1024px) and (orientation: portrait){
  .taisei-hero{ /* height:60svh; */ }
  .taisei-lights{ opacity:.78; }
  .taisei-lights .light{ bottom:-16vh; width:210%; height:175%; filter: blur(2.5px); }
  .l1{ --a:-26deg; --w:78vmin; --h:185vmin; animation-duration:8.6s; }
  .l2{ --a:-10deg; --w:86vmin; --h:195vmin; animation-duration:7.8s; }
  .l3{ --a: 12deg; --w:84vmin; --h:192vmin; animation-duration:8.0s; }
  .l4{ --a: 28deg; --w:78vmin; --h:185vmin; animation-duration:9.0s; }
}

@media (max-width: 767px){
  .taisei-hero{ /* height:60svh; */ }
  .taisei-lights{ opacity:.68; }
  .taisei-lights .light{ bottom:-22vh; width:240%; height:185%; filter: blur(3px); }
  .taisei-lights .light::before{
    background: linear-gradient(to top, rgba(255,255,255,.50) 0%, rgba(255,255,255,.18) 26%, rgba(255,255,255,.06) 55%, rgba(255,255,255,0) 100%);
  }
  .l1{ --a:-20deg; --w:88vmin; --h:210vmin; animation-duration:10.5s; }
  .l2{ --a:-7deg;  --w:98vmin; --h:225vmin; animation-duration:9.6s; }
  .l3{ --a: 9deg;  --w:96vmin; --h:222vmin; animation-duration:9.8s; }
  .l4{ --a: 22deg; --w:88vmin; --h:210vmin; animation-duration:11.0s; }
}

@media (prefers-reduced-motion: reduce){
  .taisei-lights .light{ animation:none; }
}
.youtube {
  padding: 8rem 0;
  position: relative;
}
.home-center::before {
  content: "";
  width: 18vw;
  height: 15vw;
  position: absolute;
  bottom: -13%;
  left: 5%;
  background-image: url(../img/common/illust06.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: beeFloat 4.5s ease-in-out infinite;
  transform-origin: center;
}
.home-center::after {
  content: "";
  width: 18vw;
  height: 15vw;
  position: absolute;
  top: -9%;
  right: 5%;
  background-image: url(../img/common/illust05.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: beeFloat 4.5s ease-in-out infinite;
  transform-origin: center;
}
.youtube-grid {
  margin-top: 1rem;
	margin-bottom: 6rem;
	max-width: 80rem;
}
.youtube-grid iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}
.youtube-txt {
  text-align: center;
  line-height: 2;
  margin: 2rem 0 0;
}
.home-price .home-center__img img {
  border-radius: 100px 0 0 100px;
}
.home-blog .container {
  right: -5%;
  top: -14%;
  left: auto;
  opacity: 0.4;
}
.slider2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.slider2 .slick-slide {
  margin: 0 0px;
}
.header__tel a {
  font-size: 2.3rem;
  font-family: "Teko", sans-serif;
  font-weight: 700;
}
.home-blog:after {
    content: "";
    width: 18vw;
    height: 16vw;
    position: absolute;
    top: -7rem;
    left: 6%;
    background-image: url(../img/common/bee.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: beeFloat 4.5s ease-in-out infinite;
    transform-origin: center;
}
.home-works {
  padding: 8rem 0;
}
.footer_top:after {
    content: "";
    width: 15vw;
    height: 15vw;
    position: absolute;
    top: -1rem;
    right: 6%;
    background-image: url(../img/common/illust05.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: beeFloat 4.5s ease-in-out infinite;
    transform-origin: center;
}
.footer_flex .mail {
  position: relative;
}
.footer_flex .mail::after {
  content: "";
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: -5rem;
  right: -5%;
  background-image: url(../img/common/illust03.png);
  background-size: contain;
  background-repeat: no-repeat;
    pointer-events: none;
    transition: all 0.3s;
}
.footer_flex .mail:hover:after {
  right: -10%;
  top: -4rem;
}
.footer .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.type-grid {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 4rem 2rem;
	margin-top: 4rem;
}
.type-grid h3 {
	text-align: center;
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: bold;
	
}
.type-section {
	padding: 8rem 0;
}
.about {
	padding: 8rem 0 0;
}
.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
}
.about-txtBox {
	max-width: 50rem;
	margin-left: auto;
}
.about-text {
	line-height: 2;
	text-align: center;
	margin: 2rem 0;
}
.about-bee {
	transition-delay: 0.3s;
}
.about-bee img {
	display: block;
	width: 100%;
	height: auto;
}
.gallery_slider {
	margin-top: -6rem;
}
.home-center__container.-service {
	margin-top: 4rem;
}
.home-service_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
	margin-top: 6rem;
}

.home-service_item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  text-decoration: none;
  color: #fff;
	border-radius: 10px;
}
.home-service_item-bg {
  position: absolute;
  inset: 0;
  background-image: url(../img/home/service01.jpg);
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  z-index: 1;
}
.home-service_item-bg.-bg02 {
	background-image: url(../img/home/service02.jpg);
}
.home-service_item-bg.-bg03 {
	background-image: url(../img/home/service03.jpg);
}
.home-service_item-bg.-bg04 {
	background-image: url(../img/home/service04.jpg);
}
.home-service_item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
  z-index: 2;
}
.home-service_item h3 {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 2.2rem;
  font-weight: bold;
	width: 100%;
	text-align: center;
	line-height: 1.5;
}
.home-service_item:hover .home-service_item-bg {
  transform: scale(1.08);
}
/* mq */

@media (max-width: 767px){
  .skip{ right:12px; bottom:12px; padding:10px 12px; font-size:13px; }
  .youtube::before,
  .youtube::after {
    width: 33vw;
    height: 27vw;
    top: -6%;
  }
  .c-heading01 span.big {
    font-size: 4rem;
  }
  .youtube-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
	  padding: 0;
	 margin-top: 0;
	  gap: 1rem;
  }
  .youtube {
    padding: 6rem 0;
  }
  .type002 .home-center__container:nth-child(1):after {
    width: 26vw;
    height: 22vw;
    top: 1rem;
  }
  .home-center__container.-service .home-center__text {
    padding: 4rem 0;
  }
  .home-center__img::before {
    width: 39vw;
    height: 36vw;
    right: -2%;
    bottom: -28%;
  }
  .home-center .home-center__container.-service .home-center__text {
    padding-top: 3rem;
  }
  .home-price .home-center__img::before {
    width: 39vw;
    height: 27vw;
    right: 0;
  }
  .home-blog:after {
    width: 33vw;
    height: 28vw;
    left: 4%;
	  top: -6rem;
  }
  .footer_top:after {
    width: 25vw;
    height: 25vw;
    right: 0;
  }
  .footer_flex .mail::after {
    width: 18vw;
    height: 14vw;
  }
  .footer_flex .tel {
    padding-left: 2rem;
    font-size: 3.5rem;
    background: url(../img/common/tel-color.svg) no-repeat left 0 top 0.5rem/2rem auto;
  }
  .footer .inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .sub-section-title.c-heading01 span.big {
    font-size: 4rem;
    padding: 0 3px;
  }
  .sub-section-title {
    display: inline-table;
    text-align: left;
    line-height: 0;
    padding: 100px 1rem 70px 1rem;
  }
  .about01-grid {
    grid-template-columns: 1fr;
  }
  .about01,
  .about02,
  .about03,
  .about04 {
    padding: 6rem 0;
  }
  .about01-img::before {
    width: 38vw;
    height: 35vw;
  }
  .about01-img::after {
    width: 30vw;
    height: 26vw;
  }
  .about01-txt h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .bee_rb::before, .bee_rt::before {
    width: 25vw;
    height: 21vw;
  }
  .about01.bee_rb::before {
    height: 21vw;
  }
  .about03-grid {
    grid-template-columns: 1fr;
  }
  .about03-grid-txt span {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .about03-grid::after {
    width: 32vw;
    height: 29vw;
  }
  .block {
    width: 50vw;
    height: 50vw;
  }
  .introduction::before {
    width: 30vw;
    height: 30vw;
  }
  .introduction::after {
    width: 30vw;
    height: 24vw;
    bottom: -4rem;
  }
  .introduction {
    padding-bottom: 6rem;
  }
  img.attention_001_img {
    aspect-ratio: 3 / 2;
  }
  .price_area .price_first_area_txt {
    padding: 1.6rem;
    padding-top: 0;
  }
  .price_first_area_2.illust03::before, .price_first_area.illust04::before, .price_first_area_2.illust05::before {
    width: 23vw;
    height: 24vw;
    bottom: auto;
    top: 19rem;
    right: 0;
    left: auto;
  }
  .sub-shop__box .bee_rb::before {
    left: 1%;
    bottom: -9%;
  }
  .sub-company01 {
    padding-bottom: 6rem;
  }
	.sub-company01 .container {
		top: -10%;
		left: -11%;
	}
  .company-imgs {
    grid-template-columns: 1fr;
  }
  .sub-archive__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
  .single-flex {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .sub-single__main h2.work-after-title {
    font-size: 4rem;
  }
  .work-after-grid {
    grid-template-columns: 1fr;
  }
	.type-section {
		padding: 4rem 0;
	}
	.type-grid {
		grid-template-columns: 1fr 1fr;
		gap: 2rem 1rem;
	}
	.type-grid h3 {
		font-size: 1.6rem;
	}
	.about-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.about {
		padding-top: 5rem;
	}
	.home-center::after {
		width: 35vw;
		height: 35vw;
		top: -7%;
		right: 3%;
	}
	.home-center::before {
		width: 35vw;
		height: 24vw;
		bottom: -5%;
	}
	.home-center__container.-service {
		margin-top: 0;
	}
	.home-center .home-center__container.-service .home-center__text {
		padding: 2rem;
	}
	.home-service_items {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
		margin-top: 3rem;
		padding: 0 1.5rem 5rem !important;
	}
	.home-works {
		padding: 6rem 0;
	}
	.home-service_item {
		aspect-ratio: 3 / 2;
	}
	.home-service_item h3 {
		font-size: 1.6rem;
	}
	.gallery_slider {
		margin-bottom: 2rem;
	}
}

/* mq */