@charset "UTF-8";

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --primary-color: #82653D;
    --text-color: #333;
    --transition: 0.3s ease-in-out;
}

/* Set core root defaults */
html,
body,
h1,
h2,
h3,
h4, 
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;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }
}
.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%;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 116rem;
    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-color: #fff;
    /*  padding: 0 0 10rem 0;*/
}

.home-section__desc {
    color: #000;
    line-height: calc(24 / 16);
    margin-top: 3rem;
    width: 50rem;
}

.home-section-title {
    color: #000;
    font-size: 4rem;
    font-weight: bold;
    line-height: calc(58 / 40);
    border-bottom: 2px solid #399175;
    padding-bottom: 2rem;
}

.home .home-section-title {
    display: inline-block;
}
.home-section-title.-news {
	color: #32A783;
}
.home-section-title.-wh {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.home-section-title.-green {
    border-bottom: 2px solid #32A783;
}

.home-section-title.-red {
    border-bottom: 2px solid #D93448;
}

.home-section-title span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #399175;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.12em;
}

.home-section-title.-wh span {
    color: #fff;
}

.home-section-title.-green span {
    color: #32A783;
}

.home-section-title.-red span {
    color: #D93448;
}

.home-section-title.-center {
    text-align: center;
}

.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: 8rem;
}

.banner__link {
    margin-left: auto;
    margin-right: auto;
    width: 80.36%;
}

.banner__link.-sub {
    width: auto;
}

.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;
}

.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: 1px solid #32A783;
    color: #ffffff;
    background: #32A783;
    font-size: 1.6rem;
    border-radius: 6px;
    position: relative;
}

.btn.-color::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(315deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 1;
}

/* .btn.-color:hover::before {
    border-right: 2px solid #32A783;
    border-bottom: 2px solid #32A783;
} */

.btn.-color span .white {
    z-index: 1;
}

.js-fadeUp {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 1.2s, -webkit-transform .8s;
    transition: opacity 1.2s, -webkit-transform .8s;
    transition: opacity 1.2s, transform .8s;
    transition: opacity 1.2s, transform .8s, -webkit-transform .8s;
}

/*下からフェードイン*/
.js-fadeInUp {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: .8s;
    transition: .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: .2s;
    transition-delay: .2s;
}

.is-inview-mv {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
    .banner__link {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .banner__link:hover {
        opacity: .5;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .btn {
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .btn:hover {
        color: #fff;
    }

    .btn:hover span .color {
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .btn:hover::after {
        background-color: var(--primary-color);
        top: 0;
    }

    .btn::before,
    .btn::after {
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .btn span img {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .btn.-color:hover {
        color: var(--primary-color);
    }

    .btn.-color:hover span .white {
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .btn.-color:hover span .color {
        opacity: 1;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .btn.-color:hover::after {
        background-color: #72bba5;
        top: 0;
    }
}

.home-center__container.-price .btn:hover {
    color: var(--primary-color);
}

.header__main {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 3px;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 20;
	background: #fff;
    text-align: center;
    background-size: cover;
    background-position: -2px bottom;
    align-items: center;
    transition: all 0.3s;
	flex-direction: column;
/* 	overflow: hidden; */
}
.header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/common/bg_header_pc.svg);
    background-size: cover;
    background-position: -2px bottom;
    z-index: -1;
    opacity: 1;
}

/* .header.scrolled {
    background: none;
    background-color: #ffffffb0;
    padding-bottom: 0;
    color: #333;
    transition: all 0.3s;
    backdrop-filter: blur(8px);
    transition: ease-in-out 0.3s;
} */

/* .header.scrolled .header-item a {
    color: #333;
} */

/*
header.header.pc-only::before {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #9dbe7d;
}
*/
.header.-sub {
    background-color: #fff;
}

.header__logo {
    margin-left: 4rem;
    /*margin-top: 1rem;*/
    width: 30rem;
}

.header__logo img {
    width: 30rem;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* color: #232472; */
    /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; */
    display: block;
    /*    padding-right: 3rem;*/
    /*   padding-top: 1.2rem; */
    display: flex;
    flex-direction: column;
}

.header__top.-sub {
    /* color: #232472; */
}

.header__tel {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
}

/*
.header__tel::before {
    background-image: url(../img/common/tel-color2.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.6rem;
    left: -1.8rem;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1.6rem;
}
*/
.header__tel img {
    width: 30px;
    display: inline-block;
    padding-right: .3rem;
    top: .1rem;
    position: relative;
}

.header__tel.-sub {
    text-shadow: none;
}

.header__tel.-sub::before {
    background-image: url(../img/common/tel-color2.svg);
}

.header__time {
    font-size: 1.2rem;
    margin-left: 0;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
}

.header__time span {}

.header__time span:nth-of-type(1) {
    border: solid var(--primary-color);
    border-width: 0px 1px 0px 0em;
    font-size: 1rem;
    /*    padding-left: .4rem;*/
    padding-right: .4rem;
    color: var(--primary-color);
    font-weight: 500;
}

.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: 6rem;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}

.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: 3rem;
}

.header__item:last-of-type {
    /*   margin-left: 2rem; */
}

.header__item:last-of-type a {
    /*   -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));
  width: 1.995rem; */
}

.header__link {
    /* color: #232472; */
    font-size: 1.6rem;
}

.header__link.-sub {
    color: #232472;
}

.header__btn {
    background: #D93448;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd180', endColorstr='#de6443', GradientType=1);
    font-size: 1.2rem;
    font-weight: 700;
    padding: 3.7rem 1.6rem 4rem 5.2rem;
    color: #fff;
    border-radius: 0 0 0 20px;
}

.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: 3.5rem 1.6rem 3.9rem 1.8rem;
    margin: 0;
    border-radius: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0 0 0 20px;
    transition: all 0.3s;
}

.header__btn.email:hover {
    opacity: 0.7;
}

/*
.header__btn.email::before {
    position: absolute;
    content: "";
    background-image: url(../img/home/header_icon001.svg);
    background-repeat: no-repeat;
    background-size: 3.5rem;
    top: 1.5rem;
    left: 12%;
    width: 3rem;
    height: 3rem;
    background-size: contain;
}
*/
.header__btn.email.contact img {
    width: 26px;
    display: inline-block;
}

.header_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tel_note {
    font-size: 12px;
    background: #de4343;
    position: relative;
    color: #fff;
    padding: 4px;
    text-align: center;
    margin-bottom: 0.3rem;
    margin-top: 0rem;
    font-weight: 600;
}

@media screen and (min-width:768px) and (max-width: 1023px) {
    .tel_note {
        font-size: 10px;

    }

    .header__logo {
        margin-left: 1rem !important;
/*         width: 12rem !important; */
    }

    .header__top {
        padding-right: 1rem !important;
    }

    .header__nav {
        margin-right: 3rem !important;
    }

    .header__item:not(:first-of-type) {
        margin-left: 2rem !important;
    }
}

@media screen and (min-width: 768px) {
    .header__link {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .header__link:hover {
        opacity: .5;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .header__tel img {
        width: 20px;
        padding-right: .3rem;
        top: 0;
    }
}

.footer {
    background: #fff;
    padding-top: 6rem;
}

.footer__list {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4rem;
	padding: 0;
}

.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: 105.5rem;
    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 span {
    font-size: 1.6rem;
    color: #32A783;
    font-weight: bold;
    padding-right: 26px;
    position: relative;
}

.footer__link span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(315deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #32A783;
    border-bottom: 2px solid #32A783;
}

.footer__logo {
    margin-right: auto;
    width: 30rem;
}

.footer__address {
    margin-top: 2rem;
}

.footer__address span {
    display: block;
    font-style: normal;
    line-height: 1.5;
}

.footer__copyright {
    color: #000;
    display: block;
    font-size: 1.2rem;
    text-align: right;
    width: 100%;
    /* background-image: url(../img/common/bg_footer.svg); */
    padding-top: 0;
    padding-bottom: 2rem;
    padding-right: 1rem;
    background-size: cover;
    background-position: center;
}

.footer .page-top {
/*     width: 100%; */
	position: fixed;
	right: 3%;
	bottom: 5%;
}

.footer .page-top a {
    bottom: 1.15rem;
    display: inline-block;
/*     position: absolute; */
    bottom: 2rem;
}

.footer .page-top__img {
    margin-left: auto;
    margin-right: auto;
    width: 1.6rem;
}

.footer .page-top span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: .4rem;
    color: #00a981;
}

.footer_cta {
    background: #ffffff;
    padding: 6rem 0 0;
    border-top: 3px solid #32A783;
    border-bottom: 3px solid #32A783;
}

.footer .page-top__img img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(18%) saturate(1418%) hue-rotate(111deg) brightness(97%) contrast(82%);
}



/*
.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 {
    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: #9dbe7d;
    ;
    -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: 0;
    line-height: 2;
    margin-top: 4rem;
}

.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: "Lora", 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: top 0px right 0px;
}

.sub-section-title {
    color: #fff;
    font-size: 6.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    line-height: calc(58 / 40);
    text-align: left;
    padding: 14rem 0 9rem 5vw;
}

@media screen and (min-width: 768px) {
    .footer__link {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .footer__link:hover {
        opacity: .5;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .page-top {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .page-top:hover {
        opacity: .5;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
}

.sp_cta {
    position: fixed;
    width: 100%;
    display: block;
    height: 45px;
    bottom: 0;
    z-index: 2;
    background: #3e9de2;
    display: flex;
    align-items: center;
    z-index: 11;
    display: none;
}

.sp_cta a {
    display: flex;
    height: 100%;
    text-align: center;
    width: 50%;
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    background: #e12341;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sp_cta a:last-child {
    background: #32A783;
}

/*
.sp_cta a::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/tel-white2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.5rem;
    left: 2rem;
    width: 2rem;
    height: 2rem;
}
.sp_cta a:last-child::before {
    position: absolute;
    content: "";
    background-image: url(../img/home/header_icon001.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.6rem;
    left: 2rem;
    width: 2rem;
    height: 2rem;
}
*/
.sp_cta a span {
    font-weight: 700;
}

.sp_cta a img {
    width: 5vw;
    display: inline;
}

/* ==============================================================
*  セクション(home)
* ============================================================ */
.home-mv {
    position: relative;
/*     padding-top: 11rem; */
}

.home-mv__text {
    color: #fff;
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 54.6%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
	z-index: 2;
}

.home-mv .slick-initialized .slick-slide {
    margin: 0 0px;
}

.home-mv__catch {
    font-size: clamp(30px, 4rem, 40px);
}

.home-mv__catch img {
	height: 43vh;
    margin: 0 auto;
	object-fit: contain;
}

.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: 65vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

a.home-mv__slide:hover {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.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;
}

.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 .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: #333;
    font-family: "Noto Serif JP", serif;
}

.home-shop .home-section-title .home-section-title span {
    color: #399175;
}

.home-shop {
    padding-top: 10.1rem;
}

.home-shop .home-section-title {
    position: relative;
    z-index: 1;
}

.home-shop .home-section-title span {
    color: #399175;
}

.home-shop__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -13.5rem;
}

.home-shop.type002 .home-shop__text {
    width: 100%;
    padding-right: calc(2.4rem + ((1vw - 11.69px) * (376 / 7.51)));
    padding-bottom: calc(36rem + ((1vw - 11.69px) * (40 / 7.51)));
    padding-top: calc(16.8rem + ((1vw - 11.69px) * (26 / 7.51)));
    text-align: center;
    overflow: hidden;
}

.home-shop.type002 .home-shop__container {
    flex-direction: column;
    top: -14rem;
    overflow: hidden;
}

.home-shop.type002 .home-shop__container::before {
    content: "";
    background: #ffeac3;
    width: 60rem;
    height: 60rem;
    position: absolute;
    top: -25%;
    right: -25%;
    z-index: 1;
    border-radius: 50%;
}

.home-shop.type002 .home-shop__text::before {
    content: "";
    background: #ffeac3;
    width: 60rem;
    height: 60rem;
    position: absolute;
    bottom: -25%;
    left: -25%;
    z-index: 1;
    border-radius: 50%;
}

.home-shop.type002 .home-shop__img {
    display: flex;
    justify-content: center;
    margin: -220px auto 0 auto;
    width: 100%;
    max-width: 58.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    gap: 3rem;
    position: relative;
    top: -100px;
    z-index: 2;
}

.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;
}

.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: #82653D;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf32', endColorstr='#4fbe4f',GradientType=1 ); */
    background: #fff;
    -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: #333;
}

.home-shop__intro {
    color: #333;
    font-size: 2.4rem;
    line-height: calc(35 / 24);
    width: 50rem;
}

.home-shop__intro span {
    display: block;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
}

.home-shop__img {
    position: absolute;
    right: 0;
}

.home-shop .btn {
    margin-top: 5rem;
    /*   padding-right: 2.2rem; */
}

.home-shop .btn span {
    right: 5rem;
}

.home-center {
    background: #fff;
    /*margin-top: -20rem;*/
    padding-bottom: 1px;
    padding-top: 8rem;
    position: relative;
}

/* .home-center::before {
  background-image: url(../img/home/home-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
	opacity: 0.7;
} */
.home-center__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: 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 {
    /*   margin-top: 4.3rem; */
}

.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: var(--text-color);
    border-bottom: 2px solid var(--primary-color);
    padding: 0 0 10px 0;
    /*	font-weight: 700;*/
    font-family: "Noto Serif JP", serif;
}

.home-center__container.-service .home-section-title span {
    color: #399175;
    font-weight: 500;
}

.home-center__container.-service .home-section__desc {
    color: #333;
    line-height: 1.7;
    font-size: 1.5rem;
}

.home-center__container.-service .btn {
    color: #fff;
    background: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: #82653D;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
}

.home-center__container.-price .home-section-title {
    color: var(--text-color);
    border-bottom: 2px solid var(--primary-color);
    padding: 0 0 10px 0;
    /*	font-weight: 700;*/
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
}

.home-center__container.-price .home-section-title span {
    color: #399175;
    font-weight: 500;
}

.home-center__container.-price .home-section__desc {
    color: #333;
    line-height: 1.7;
    font-size: 1.5rem;
}

.home-center__container.-price .btn {
    background: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: #82653D;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
    color: #fff;
}

.home-center__img {
    width: 56rem;
}

.home-service .btn {
    margin-top: 4rem;
    /*   padding-right: 2.2rem; */
}

.home-service .btn span {
    right: 3.3rem;
}

.home-price {
    margin-top: 8rem;
    margin-bottom: 10rem;
}

.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: 4rem 4rem;
    -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(25rem, 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;
}

.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: #f8f6f0;
    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: 2rem;
}

.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 1rem 0 0; */
}

.home-news__thumbnail img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.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: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: #82653D;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
    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: auto;
    padding: 10px;
}

.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: #fff;
}

.inner-wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 192rem;
    position: relative;
    width: 100%;
}

.p-home-sec03__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
}

.p-home-sec03 .item {
    color: #fff;
}

.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;
}

.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;
}

.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 .4s;
        transition: background .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: 10rem;
    padding-top: 6rem;
    position: relative;
}

.sub-bg {
    padding-bottom: 6rem;
    padding-top: 6rem;
    position: relative;
}

/* .sub-section-title {
  background: linear-gradient(to right, #37a137, #060 100%);
    background-clip: text;
    background-size: 200%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  font-size: 6rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: center;
} */
/*
.sub-section-title::before {
    content: "";
    display: block;
    width: 5.5vw;
    height: 2px;
    background: #399175;
    position: absolute;
    left: 0;
    top: 56%;
}
*/
.sub-section-title span {
    color: #fff;
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

/* .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 {
	padding-bottom: 6rem;
}
.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: .9rem;
    position: relative;
}

.sub-archive__select::before {
    border-left: .475rem solid transparent;
    border-right: .475rem solid transparent;
    border-top: .825rem solid #1e1d1d;
    content: "";
    position: absolute;
    right: .9rem;
    top: .9rem;
    width: 0;
    z-index: -1;
}

.sub-archive select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* デフォルトの矢印を非表示 */
    padding-bottom: .6rem;
    padding-left: .9rem;
    padding-right: 2.9rem;
    padding-top: .6rem;
}

.sub-archive select::-ms-expand {
    display: none;
    /* デフォルトの矢印を非表示(IE用) */
}

.sub-archive__container {
    margin-top: 3.2rem;
    display: grid;
    flex-wrap: wrap;
    gap: 2rem;
    grid-template-columns: 1fr;
}

.sub-archive__link {
    display: grid;
    width: auto;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
    grid-template-columns: 20% 1fr;
}

.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;
   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 ); 
  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;
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: #82653D;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
  width: auto;
  padding: 10px;
}
*/
.sub-archive__category {
    display: flex;
    margin-left: 2rem;
}

.sub-archive__category span {
    -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-right: 10px;
    width: 10rem;
    background: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: #82653D;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
    width: auto;
    padding: 10px;
}

.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;
    margin-top: 5rem;
}

.sub-archive .page-numbers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #32A783;
    color: #32A783;
    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: #32A783;
}

.sub-archive .page-numbers.next,
.sub-archive .page-numbers.prev {
    border: 1px solid #32A783;
    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 .4s;
        transition: background .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__list-top {
    display: block;
    width: 100%;
    text-align: center;
    margin: -30px 0 0 0;
}

.sub-contact__item-top {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 7rem;
}

.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: var(--text-color);
    font-size: 4.4rem;
    font-weight: 700;
    /*  margin-top: 6.8rem;*/
    padding-left: 0;
    pointer-events: none;
    position: relative;
}

/*
.sub-contact__tel::before {
  background-image: url(../img/common/tel-color2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.744rem;
  left: 1rem;
  margin: auto;
  position: absolute;
  top: .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: .4rem;
    margin-top: 1.2rem;
}

.sub-contact__time span {
    color: var(--text-color);
}

.sub-contact__time span:nth-of-type(1) {
    border: 1px solid #1da673;
    font-size: 1.6rem;
    padding: .4rem 1.2rem;
    color: #1da673;
}

.sub-contact__time span:nth-of-type(2) {
    font-size: 1.8rem;
    margin-left: .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: .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-bottom: 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: .4rem .6rem;
}

.sub-contact__item dt .required {
    background-color: #d93448;
}

.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,
.sub-contact__item select {
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: .4rem;
}

.sub-contact__item .select {
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: .4rem;
    padding: .75rem;
}

.sub-contact__item input,
.sub-contact__item select {
    font-size: 1.6rem;
    padding: .75rem;
}

.sub-contact__item input.short,
.sub-contact__item select.short {
    width: 29rem;
}

.sub-contact__item input.wide {
    width: 100%;
}

.-mtpt0 {
    margin-top: 0;
    padding-top: 0;
}

.sub-contact__item textarea {
    font-size: 1.6rem;
    height: 20rem;
    padding: .75rem;
    width: 100%;
}

.sub-contact__privacy {
    padding-top: 3.6rem;
    text-align: center;
}

.sub-contact__submit {
    display: inline-block;
    margin-top: 4.8rem;
    text-align: center;
    width: 100%;
    margin-bottom: 8rem;
}

.sub-contact__submit input {
    background: #8bcf32;
    background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: #1da673;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
    border-radius: .5rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2.8rem 10.7rem;
}

.sub-contact__privacy-wrapper {
    border: 1px solid #cccccc;
    height: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    max-width: 640px;
    padding-bottom: 1.8rem;
    padding-left: 1.9rem;
    padding-right: .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 #cccccc;
}

.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: .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.5rem;
    margin: 1.5rem 0 0 0;
    line-height: 1.7;
}

@media screen and (min-width: 768px) {
    .sub-contact__submit input {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .sub-contact__submit input:hover {
        opacity: .5;
        -webkit-transition: opacity .3s;
        transition: opacity .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: #399175;
    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: #4fbe4f;
    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: .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: .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: -.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;
}

/* 
==============================================================
*  セクション(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: .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;
}

.sub-service__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
}

.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.5rem;
    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: .9rem;
    position: relative;
}

.sub-reserve-flow__item-title span {
    font-size: 4.7rem;
    font-weight: 700;
    left: 10.4rem;
    position: absolute;
    top: -.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: .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: 4rem;
    /* 矢印 */
}

.sub-reserve-faq__box {
    max-width: 112rem;
    margin: 0 auto;
    padding: 2.4rem 0;
    background-color: #fff;
}

.sub-reserve-faq .accordion {
    position: relative;
    width: 100%;
    max-width: 105.5rem;
    margin: 0 auto;
}

.sub-reserve-faq .accordion-item {
    border-bottom: 1px solid #cccccc;
}

.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: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: #82653D;
*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
    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;
    font-family: "Noto Serif JP", serif;
    color: #82653D;
    font-size: 130%;
}

.accordion-container {
    /*    margin-top: 3rem;*/
}

.sub-reserve-faq .accordion-content {
    background-color: #e8f6dc;
    border-radius: .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: .9rem;
    position: absolute;
    right: 2.3rem;
    top: 45%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: .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: .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: 0;
    /*   padding-left: 4rem;
  padding-right: 4rem; */
    padding-top: 6rem;
}

.sub-shop__container {
    display: block;
    /*  margin: 0 0 8rem 0;*/
    margin-top: 2rem;
}

.contents_ttl_001 {
    max-width: 105.5rem;
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
    margin: 0 auto 3rem auto;
    position: relative;
    /*   background: rgb(0,105,52);
  background: linear-gradient(90deg, rgba(0,105,52,0.774969362745098) 0%, rgba(0,105,52,0.8898153011204482) 36%, rgba(0,105,52,1) 100%); */
}

/*
.contents_ttl_001::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 2px;
  background: #9dbe7d;
}
*/
.contents_ttl_001 span {
    color: #333;
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
    /*    font-weight: 700;*/
}

.construction_item+.construction_item {
    margin: 4rem 0 0 0;
}

.construction_item .year {
    font-size: 2rem;
    color: #1f89d6;
    font-family: "Noto Serif JP", serif;
    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-bottom: 1px solid #32A783;
    display: block;
    padding: 1.8rem;
}

/* 
.sub-shop__table tr:last-of-type {
    border-bottom: 1px solid #cecece;
} */

.sub-shop__table th {
    width: 13rem;
    color: #333;
    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: #09c;
    display: inline-block;
    text-decoration: underline;
}

.sub-shop__map {
    margin: 4.3rem 0 7rem 0;
}

.sub-shop__map iframe {
    height: 30rem;
    width: 100%;
}

.table_simple {
    padding: 0 0 0 0;
    /* border-collapse: collapse; */
}

.table_simple tr {
    padding: 0 0 0 0 !important;
}

.table_simple th {
    padding: 1.8rem;
    background: #32A783;
    color: #fff;
    width: 24rem;
    text-align: center;
    vertical-align: middle;
}

.table_simple td {
    padding: 1rem;
    line-height: 2;
}

.table_simple td strong {
    color: #32a783;
}

.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: 100%;
}

.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;
    gap: 1rem;
}

.sub-single__time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.sub-single__category li {
    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: .35rem .7rem;
    display: inline;
}

.sub-single__main {
    border-top: 1px solid var(--primary-color);
    line-height: calc(34 / 16);
    margin-top: 2rem;
}

.sub-single__main h2 {
    /* background-color: #1F89D6; */
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-top: 3rem;
    padding: 1.3rem 0.5rem;
}

.single .sub-single__main h2 {
    background-color: #32A783;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-top: 3rem;
    padding: 1.3rem 0.5rem;
    font-size: 3rem;
	margin-bottom: 1rem;
}

.sub-single__main h3 {
    border-bottom: 1rem solid #32A783;
    color: #32A783;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 4.5rem;
    padding-bottom: 1.6rem;
	margin-bottom: 1rem;
}

.single .sub-single__main h3 {
    border-bottom: 4px solid #32A783;
    color: #32A783;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 4.5rem;
    padding-bottom: 1.6rem;
	margin-bottom: 1rem;
}

.sub-single__main h4 {
    border-left: .5rem solid #32A783;
    color: #32A783;
    display: inline-block;
    font-size: 2.2rem;
    line-height: 1;
    margin-top: 5.4rem;
    padding: .1rem 1.1rem;
}

.single .sub-single__main h4 {
    border-left: .5rem solid #32A783;
    color: #32A783;
    display: inline-block;
    font-size: 2.2rem;
    line-height: 1;
    margin-top: 5.4rem;
    padding: .1rem 1.1rem;
    font-weight: 600;
}

.sub-service__list.type002 .sub-service__item::before {
    display: none;
}

.sub-single__main h5 {
    color: #32A783;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 5.8rem;
}

.single .sub-single__main h5 {
    color: #32A783;
    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;
    list-style: inside;
    list-style-type: disc;
}

.sub-single__main li {
    font-size: 1.6rem;
    /*   margin-left: 2.5rem; */
    position: relative;
}
.wp-block-file__button {
	background: #32A783;
	color: #fff !important;
	padding: 1rem 3rem;
}
.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: #82653D;
    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: -.3rem;
}

.sub-terms__item-child:not(:first-of-type) {
    margin-top: 1.9rem;
}

.sub-terms__item-child:nth-child(n + 10) {
    padding-left: .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: -.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: .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: .8rem;
    left: -1.8rem;
    margin: auto;
    position: absolute;
    top: 1.1rem;
    width: .8rem;
}

.sub-thanks__item:not(:first-of-type) {
    margin-top: .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: 3.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-color2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 2.744rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: .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: .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: .4rem 1.2rem;
}

.sub-thanks__time span:nth-of-type(2) {
    font-size: 1.8rem;
    margin-left: .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 {
        top: 13.9rem;
        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)));
        width: calc(76.2rem + ((1vw - 11.69px) * (491 / 7.51)));
    }

    .home-shop__img {
        top: calc(13.9rem + ((1vw - 11.69px) * (25 / 7.51)));
        width: calc(58.4rem + ((1vw - 11.69px) * (376 / 7.51)));
    }

    .home-shop__img img {
        width: 960px;
        height: 513px;
    }
}

@media screen and (min-width: 1920px) {
    .home-shop__text {
        padding-bottom: 10rem;
        padding-left: 40rem;
        padding-top: 14.4rem;
        width: 125.3rem;
    }

    .home-shop__img {
        top: 14.4rem;
        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: #399175;
    }

    .home-section-title span {
        font-size: 4vw;
        margin-top: 1vw;
    }

    .home-section__desc {
        font-size: 4vw;
        margin-top: 0;
        width: 100%;
    }

    .banner.-home-top {
        margin-top: 10vw;
    }

    .banner.-home-bottom {
        padding-bottom: 10vw;
        padding-top: 10vw;
    }

    .banner.-sub {
        margin-top: 0vw;
        background: #fff;
    }

    .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;
    }
}

@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: 50vw;
        z-index: 1;
    }

    .hamburger {
        border: none;
        cursor: pointer;
        height: 15vw;
        outline: none;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color .5s ease-out;
        transition: background-color .5s ease-out;
        width: 15vw;
        z-index: 40;
        background: #ffc85e;
        background: -moz-linear-gradient(left, #fbd180 0%, #de6443 100%);
        background: -webkit-linear-gradient(left, #ffc85e 0%, #de6443 100%);
        background: #32a783;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc85e', endColorstr='#de6443', GradientType=1);
    }

    .hamburger.-sub span {
        background-color: #fff;
    }

    .hamburger span {
        background-color: #fff;
        height: .35vw;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        -webkit-transition: all .5s ease-out;
        transition: all .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: #fff;
        display: none;
        height: 100vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow-y: scroll;
        padding-bottom: 55vw;
        padding-top: 20vw;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 35;
    }

    .nav-drawer__nav {
        padding-left: 0;
        padding-top: 0;
    }

    .nav-drawer__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        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);
    }

    .nav-drawer__item:not(:first-of-type) {
        margin-top: 7vw;
    }

    .nav-drawer__item:last-of-type {
        /*     width: 10vw; */
    }

    .nav-drawer__link {
        font-size: 4.2vw;
        text-align: center;
    }

    .nav-drawer__link>img {
        width: 4rem;
    }

    .nav-drawer__btn {
        color: #fff;
        display: flow;
        width: 80%;
        margin: 0 auto;
        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%);
        background: #32a783;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc85e', endColorstr='#de6443', GradientType=1);
    }

    .nav-drawer__tel {
        font-size: 20px;
        margin-top: 5vw;
        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: 6vw;
        left: -7vw;
        margin: auto;
        position: absolute;
        top: 0;
        width: 6vw;
    }

    .nav-drawer__time {
        font-size: 4vw;
        margin-top: 3vw;
        color: var(--text-color);
    }

    .nav-drawer__time span {
        display: inline-block;
        margin-right: 2vw;
        padding: 1vw;
        border: 1px solid #1da673;
        font-size: 1.2rem;
        color: #1da673;
    }

    /* 表示された時用のCSS */
    .open .hamburger {
        background-color: #1da673;
        -webkit-transition: background-color .5s ease-out;
        transition: background-color .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 .5s ease-out;
        transition: all .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: 8vw;
    }

    .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;
    }

    .footer__item:not(:first-of-type) {
        margin-left: 0;
        margin-top: 4vw;
    }

    .footer__item:last-of-type {
        margin-left: 0;
        margin-top: 4vw;
    }

    .footer__item:last-of-type a {
        margin-left: auto;
        margin-right: auto;
    }

    .footer__link {
        font-size: 4vw;
    }

    .footer__logo {
        margin-top: 10vw;
        width: 80vw;
    }

    .footer__address {
        margin-top: 5vw;
    }

    .footer__address span {
        font-size: 4vw;
    }

    .footer__copyright {
        font-size: 3vw;
        margin-top: 0;
        padding-bottom: 14vw;
        padding-top: 0vw;
    }

    .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;
    }
}

/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
    .home-mv__catch {
        font-size: clamp(20px, 5vw, 40px);
    }

    .home-mv__catch img {
        max-width: 90vw;
    }
    .home-mv__catch span {
        display: block;
    }

    .home-shop.type002 .home-shop__text {
        padding: 3rem 1rem 35rem 1rem;
        z-index: 1;
        background: transparent;
    }

    .home-shop.type002 .home-shop__container::before {
        width: 20rem;
        height: 20rem;
        top: -10%;
        right: -25%;
    }

    .home-shop.type002 .home-shop__text::before {
        z-index: -1;
        width: 20rem;
        height: 20rem;
        bottom: 25%;
        left: -25%;
    }

    .home-shop.type002 .home-shop__img {
        gap: 1rem;
    }

    .home .home-center {
        padding-top: 15vw;
    }

    .home-shop.type002 .home-section__desc span {
        margin: 2rem 0 2rem 0;
    }

    .home-mv__slide img {
        height: 50vh;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 16/9;
    }

    .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: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%,#4fbe4f 100%);
    background: #82653D;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf32', endColorstr='#4fbe4f',GradientType=1 ); */
        background: #fff;
    }

    .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;
    }

    .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 5vw;
    }

    .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__list {
        gap: 5vw 5vw;
        -ms-grid-columns: (minmax(45%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
        margin-top: 8vw;
    }

    .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: 10vw;
        margin: 0 0 0 0;
    }

    .home-news__box {
        padding: 10vw 5vw;
    }

    .home-news__container {
        margin-top: 8vw;
        flex-direction: column;
        gap: 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: auto;
        padding: 10px;
    }

    .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;
    }

    .sub-section-title {
        font-size: 7vw;
        background: #ffffff;
        background-clip: text;
        background-size: 200%;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        width: 100%;
        padding: 9rem 0 3rem 5vw;
    }

    .sub-section-title::before {
        display: none;
    }

    .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: 14px;
        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;
        width: auto;
        /*    padding: 10px;*/
    }

    .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: 7vw;
        /*    margin-top: 10vw;*/
        padding-left: 1vw;
        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: .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;
    }

    .wpcf7 {
        margin-top: 3rem;
    }
}

/* ==============================================================
*  レスポンシブ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: .6vw;
        font-size: 10vw;
        margin-top: 10vw;
        padding-bottom: 5vw;
        padding-top: 4vw;
    }

    .sub-price__price span {
        font-size: 4vw;
        top: .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: .8vw .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 #cccccc;
        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 0px !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.5rem;
    }

    .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: .6vw;
        break-before: .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: 12.5rem 0 8rem;
    background: -o-linear-gradient(-135deg, #fffdf9, #f6f1e9);
    background: linear-gradient(-135deg, #fffdf9, #f6f1e9);
    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 30px 61px;
    border: 6px solid #fd919e;
    border-radius: 20px;
}

.mowing .p-sec03-contents {
    border: none;
    background: #fff;
    padding: 0 0 61px;
    border-radius: 10px;
    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));
}

.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: #fbd180;
    background: -moz-linear-gradient(left, #fbd180 0%, #fab4a2 100%);
    background: -webkit-linear-gradient(left, #fbd180 0%, #fab4a2 100%);
    background: linear-gradient(to right, #fbd180 0%, #fab4a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd180', endColorstr='#fab4a2', GradientType=1);
    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: #82653D;
    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: #82653D;
    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 30px 0 30px;
}

.mowing .pictureTit {
    padding: 10px 0;
    border-image: linear-gradient(to right, #8bcf32, #4fbe4f) 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: -o-linear-gradient(-135deg, #fffdf9, #f6f1e9);
    background: linear-gradient(-135deg, #fffdf9, #f6f1e9);
    background: #f6f1e9;
}

.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 #cccccc;
    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: 80%;
    padding: 0 20px 0 40px;
}

.p-flow-sec02 .flow_content .detail .num {
    width: 60px;
    height: 60px;
    line-height: 0;
    font-size: 2rem;
    /*  border-radius: 50%;*/
    color: #82653D;
    /*
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: #82653D;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
*/
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: contents;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

.p-flow-sec02 .flow_content .detail .num span {
    font-size: 140%;
    padding-left: 6px;
    font-weight: 600;
}

.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: #333;
    font-family: "Noto Serif JP", serif;
    line-height: 1.7;
}

.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: 4vw;
    }

    .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;
        width: 90vw;
    }

    .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: 22vw;
    }

    .table_simple th {
        padding: 1.2rem 6px;
        font-size: 1.4rem;
    }

    .table_simple td {
        padding: 1.2rem;
        font-size: 1.4rem;
        width: 66vw;
    }

    .sub-shop__map {
        margin: 10vw 0 4rem 0;
    }

    .sub-shop__map iframe {
        height: 60vw;
    }

    .contents_ttl_001 span {
        font-size: 2.0rem;
        line-height: 1.3;
    }

    .sub-shop__container {
        margin: 0 0 2rem 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.5rem;
        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: 9.5rem 0 6rem;
        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 li {
        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: -.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: -.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: 7vw;
        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);
    color: #fff;
    opacity: .8;
}

.c-txt {
    line-height: calc(24 / 16);
}

@media screen and (max-width: 767px) {
    .c-txt {
        font-size: 4vw
    }
}

.home-blog__item-wrap {
    padding-top: 2.5rem;
	max-width: 90rem;
	margin: auto;
}

.c-blog-item {
    border-bottom: 1px solid #e5e5e5;
    /*	background: #f8f6f0;*/
    /* border-radius: 5px; */
}

.c-blog-item:first-child {
    border-top: 1px solid #e5e5e5;
    border-top: 0px solid #e5e5e5;
}

.c-blog-item .item__inner {
    display: flex;
    align-items: start;
    padding: 1.5rem 0;
}

.c-blog-item .item__link:hover {
    opacity: .8;
    transition: var(--transition);
}

.c-blog-item .item__img {
    width: 10%;
    padding-top: 7rem;
    position: relative;
    margin-right: 3rem;
    margin-right: 3rem;
    margin-left: 2rem;
}

.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;
    display: flex;
    align-items: center;
    gap: 20px;

}

.c-blog-item .item__ttl {
    font-size: 1.6rem;
    font-weight: 500;
    display: -webkit-box;
    /* 	-webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0A0A0A;
}

.c-blog-item .item__time {
    display: block;
    color: #0A0A0A;
    font-size: 1.4rem;
    padding-top: 1rem;
}

.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: 4rem;
}

.c-blog-item .item__ttl {
    position: relative;
    line-height: 1.3;
}

.c-blog-item .item__ttl::before {
    background: #82653D;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s;
}

.c-blog-item .item__ttl:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

@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;
        line-height: 1.5;
    }
	.home-event__box {
		width: 100%;
	}
}

.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.5rem;
    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: .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, .1);
}

.p-reno-contact__tel {
    font-weight: bold;
    font-size: 3rem;
    color: var(--primary-color);
    padding-top: 1rem;
    position: relative;
}

.p-reno-contact__tel::before {
    background-image: url(../img/common/tel-color2.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, .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: .1em;
    padding: 1rem 1rem;
    font-size: 1.4rem;
}

.child__link:hover {
    opacity: .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: .3rem;
    border-bottom-right-radius: .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: .3rem;
    border-bottom-left-radius: .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: -.5rem;
}

.property-slider__dots li {
    opacity: 0.5;
    position: relative;
    width: 13%;
    padding-top: 7%;
    cursor: pointer;
    margin-right: .5%;
    margin-top: .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;
}

.waste .car_price.kaden .item img {
    padding: 3rem 3rem 0 3rem !important;
    margin-bottom: 0 !important;
    width: 35%;
}

.item_p {
    width: 60%;
}

.waste .car_price.kaden .item {
    width: 48%;
    display: flex;
    align-items: center;
}

@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;
    }
}

/*追加*/
.waste .car_price {
    display: flex;
    padding: 0 8rem 0 8rem;
    margin: 3rem 0 0 0;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
}

.waste .car_price .item {
    width: 49%;
    text-align: center;
}

.car_price_etc {
    display: flex;
    padding: 2rem 3rem 2rem 3rem;
    margin: 2rem 4rem 10rem;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 1rem;
    background: #fff8eb;
}

p.item_txt {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 1vw;
}

h4.ttl_f01 {
    position: relative;
    padding: 0.8rem 0;
    margin: 3rem auto 0.2rem;
    border-bottom: 4px solid;
    color: #de6744;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    width: 90%;
}

h4.ttl_f01:before,
h4.ttl_f01:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

h4.ttl_f01:before {
    border: 13px solid;
    border-color: transparent;
    border-top-color: #de6744;
    margin-left: -17px;
}

h4.ttl_f01:after {
    border: 8px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -12px;
}

/*SP*/
@media screen and (max-width: 767px) {
    .waste .car_price .item {
        width: auto;
        text-align: center;
    }

    .waste .car_price {
        display: flex;
        padding: 0 3vw 0;
        margin: 1rem 0 5rem 0;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 1rem;
    }

    .car_price_etc {
        display: flex;
        padding: 0 2vw 0 2vw;
        margin: 1rem 0 10rem 0;
        flex-direction: row;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .car_price_etc .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }

    .car_price_etc {
        display: flex;
        padding: 0 2vw 0 2vw;
        margin: 0 auto;
        gap: 1rem;
        width: 100%;
    }

    .car_price_etc .item {
        display: flex;
        align-items: center;
        width: 40%;
        flex-direction: column;
        margin: 0 auto;
    }

    .car_price_etc {
        display: flex;
        padding: 6vw 2vw 6vw 2vw;
        margin: 7vw 0 auto;
        gap: 1rem;
        width: 100%;
    }

    h4.ttl_f01 {
        font-size: 20px;
    }
}

.flex-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.flex-container h2 {
    padding-left: 0;
    font-size: 24px;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.flex-container p {
    margin-top: 10px;
}


.header-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.header-item {
    transition: background-color .3s;
}

.header-item a {
    color: #fff;
    padding: 24px 20px;
    transition: all 0.3s;
	flex: 1;
	display: flex;        /* ← 中身中央揃え用 */
  align-items: center;
  justify-content: center;
  text-align: center;
	height: 100%;
}

.megaMenu {
    background-color: #9ebe7d;
    height: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    transition: height .3s;
    width: 100%;
}

.megaMenu-list {
    padding-bottom: 10px;
    padding-top: 10px;
}

.megaMenu-item {
    display: inline-block;
    color: #fff;
    padding-left: 30px;
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
    height: 50px;
    z-index: 10;
}

/* レイアウトのためのスタイル */
a {
    text-decoration: none;
}

.megaMenu-contents:hover {
    opacity: .6;
    transition: .3s;
}

/*
.header-item.-megamenu:hover {
    background: none;
}
*/
.megaMenu .megaMenu-list .megaMenu-item a {
    color: #fff;
    padding: 8px 10px;
}

.header-item:hover a {
    color: #bffbe5;
}

/*border*/
.pageBg {
    position: fixed;
    z-index: 20;
    width: 2rem;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#0D5F76), to(#00A556));
    background: -webkit-linear-gradient(bottom, #0D5F76, #00A556);
    background: linear-gradient(0deg, #0D5F76, #00A556);
}

@media only screen and (max-width: 768px) {
    .pageBg {
        width: 1rem;
    }
}

/*==========フローティング==========*/
/*fixed_banner*/
.fixed_banner {
    position: fixed;
    z-index: 99999;
    top: 130px;
    right: -1px;
    background-color: #ff9648;
    padding: 6px 5px;
    border-radius: 10px 0 0 10px;
    /*  border: 2px solid #fff;*/
    border-right: none;
    box-shadow: 0px 0px 10px 0px rgb(106 106 106 / 30%);
    background: -webkit-linear-gradient(137deg, #ffbe49 0%, #ff934d 30%, #e62c91 70%, #df035f 100%);
}

.fixed_banner_pc {
    width: 60px;
    transition-duration: 0.5s;
}

.fixed_banner_pc:hover {
    opacity: .6;
}

.floating-banner:hover {
    opacity: 0.6;
}

.fixed_banner_sp {
    display: none;
}

.fixed_banner.-line_banner {
    top: 320px;
    background: #03c755;
}

.header-nav {
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .fixed_banner_sp {
        display: inline-block;
        width: 75%;
    }

    .fixed_banner_pc {
        display: none;
    }

    .fixed_banner {
        position: static;
        padding: 4px 8px;
        border-radius: 10px;
        border: 3px solid #04b34d;
        margin-top: 7vw;
        max-width: 300px;
    }

    .sp-display-none {
        display: none;
    }
}

/*==========top==========*/
.inner.-wide {
    max-width: 266.8rem;
    padding-right: 0;
}

.intro {
    text-align: center;
    line-height: 1.7;
    font-size: 2.6rem;
    font-family: 'Noto Serif JP';
    font-weight: 500;
    letter-spacing: 0.08em;
}

.intro span {
    font-size: 3rem;
    font-weight: 600;
}

.txt_green {
    color: #82653D;
}

.intro.-center {
    font-size: 3rem;
}

.intro.-center span {
    font-size: 4rem;
    font-weight: 600;
}

.intro.-center {
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 0 20px #4e7b2c;
}

.intro.-center .txt_green {
    color: #eeff1c;
}

.greeting_ttl {
    text-align: left;
    line-height: 1.7;
    font-size: 2.6rem;
    font-family: 'Noto Serif JP';
    font-weight: 500;
    letter-spacing: 0.08em;
    background: linear-gradient(transparent 70%, #fff796 70%);
    display: inline;
}

.greeting_ttl span {
    font-weight: 600;
    font-size: 3rem;
}

.greeting {
    display: flex;
    gap: 40px;
    position: relative;
    z-index: 1;
    align-items: center;
    margin-top: 5rem;
}

.img-greeting {
    width: 54%;
    position: relative;
    z-index: 3;
}

.greeting_content {
    z-index: 0;
    width: 44%;
    padding-right: 70px;
}

.greeting_content .home-section-title.-center {
    text-align: left;
    margin-bottom: 4rem;
    color: #333;
    font-family: "Noto Serif JP", serif;
    position: relative;
    z-index: 3;
}

.greeting_content .home-section-title span {
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 20px;
}

.img-greeting {
    width: 54%;
}

.greeting_content .bg {
    width: 94%;
    height: 88%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    box-shadow: 0px 0px 50px 0px rgb(48 63 47 / 4%);
}

.greeting_content p {
    z-index: 3;
    position: relative;
    line-height: 1.7;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.greeting_content p.ttl {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.service_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 10rem;
}

.service_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2%;
}

.service_wrap_group {
    background: #fff;
    /* padding: 40px 20px; */
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(48 63 47 / 11%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.service_wrap_group p {
    line-height: 1.7;
    margin-top: 2rem;
    padding: 0 20px 20px;
}

h3.service_wrap_ttl {
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
    margin-top: 2rem;
    text-align: center;
    margin-top: 0;
    background-color: #d3bc72;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 19px 4px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    text-align: center;
}

.home-section-title.-center {
    text-align: center;
    margin-bottom: 4rem;
    color: #333;
    font-family: "Noto Serif JP", serif;
    position: relative;
    z-index: 3;
}

.home-point {
    padding-bottom: 8rem;
    padding-top: 8rem;
    background: url(../img/home/point_01_bg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
}

.point_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6rem 2rem;
    margin-top: 0rem;
    margin-bottom: 10rem;
}

/*
.item1 {
    grid-column-start: 1;
    grid-column-end: 4;
}
.point_group.item1 {
    display: flex;
    flex-direction: row;
}
*/
.home-service_contents {
    padding-bottom: 8rem;
    padding-top: 0rem;
}

.service_wrap_group .btn {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.service_img {
    margin-top: 3rem;
    padding: 0 20px;
}

p.service_txt {
    margin-top: 0;
    background-color: #d3bc72;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 19px 4px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    text-align: center;
}

.emphasis_txt {
    color: #ff3535;
    font-weight: 600;
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
}

.home-center {
    padding-top: 8rem;
}

.home-center__container.-service .bg {
    width: 94%;
    height: 88%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px;
}

.home-center__container.-service .bg {
    width: 100%;
    height: 110%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #effbf6;
    border-radius: 5px;
}

.home-center__container.-price .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    /*  background-color: #effbf6;*/
    border-radius: 5px;
}

.home-center__container.-service .home-center__text,
.home-center__container.-price .home-center__text {
    margin-bottom: 4.3rem;
    z-index: 4;
    padding: 4rem;
}

.home-center__container.-service .home-center__img {
    width: 56rem;
    z-index: 4;
    left: -50px;
    position: absolute;
    box-shadow: 0px 0px 20px 0px rgb(48 63 47 / 11%);
}

.inner.-wide_rigth_bg {
    max-width: none;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.home-center__container.-price .home-center__img {
    width: 56%;
    z-index: 4;
    right: -50px;
    position: absolute;
    box-shadow: 0px 0px 20px 0px rgb(48 63 47 / 11%);
    height: auto;
    max-width: 800px;
}

.inner.-wide_rigth_bg .home-center__text {
    width: 46%;
}

.home-center__container.-price .home-section__desc {
    width: auto;
}

.point_ttl {
    font-size: 2.6rem;
    line-height: 1.7;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

.point_txt {
    line-height: 1.7;
    margin-top: 1rem;
}

.point_icon {
    max-width: 180px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgb(48 63 47 / 7%);
}

.point_ttl {
    position: relative;
    display: block;
    padding: 0 30px;
    margin-top: 2rem;
    text-align: center;
    color: #82653D;
}

/*
.point_ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #82653D;
}
.point_ttl:before {
  left: 0;
}
*/
.point_ttl:after {
    right: 0;
}

h3.sdgs_ttl {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 1rem;
    line-height: calc(24 / 16);
}

.sdgs_img {
    width: 50%;
}

.sdgs_group {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.sdgs_txt h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    text-align: center;
}

.sdgs_icon {
    display: inline-block;
    width: 20px;
}

.sdgs_img_logo {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 3rem;
}

.link_01 {
    color: #82653D;
    font-weight: 500;
    margin-top: 2rem;
    display: flex;
    align-items: center;
}

.link_01:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.sdgs_txt p {
    line-height: calc(24 / 16);
    margin-top: 3rem;
    width: 50rem;
}

.sdgs_icon {
    display: inline-block;
    width: 20px;
    margin-left: 10px;
}

.sub-shop__sdgs {
    background: #fff;
    padding: 5rem;
    /*  margin: 10rem 0;*/
}

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

.cd-fixed-bg.cd-bg-1 {
    background-image: url(../img/home/bg_001.jpg);
}

.home-service_payment {
    background: #fff;
}

.payment_group {
    display: flex;
    gap: 20px;
    margin-bottom: 4rem;
    margin-top: 3rem;
}

.payment_item {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 3rem 2rem;
    margin-top: 3rem;
}

.payment_item h3 {
    text-align: center;
    font-size: 2rem;
    border-bottom: 1px solid #82653D;
    padding-bottom: 20px;
    font-family: "Noto Serif JP", serif;
}

.home-service_payment .home-point {
    padding-bottom: 6rem;
    padding-top: 8rem;
}

.home-service_contents.type002.-homeservice {
    background-color: #f9f6f1;
    margin-top: 8rem;
    padding-top: 8rem;
}

/*==========footer==========*/
.contact_group {
    display: flex;
    gap: 3rem;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    margin-top: 3rem;
}

.left__tel.tel {
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    transition: 0.3s;
    line-height: 1.1;
    max-width: 700px;
    width: 50%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tel__link {
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.tel__opentime {
    margin-top: 1.2rem;
    color: #333;
}

.tel__link {
    font-size: 4rem;
    padding-left: 10px;
}

.left__btn-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
    width: 50%;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.left__btn-wrap .btn.-color.mail {
    width: 100%;
    height: 78px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /*	max-width: 200px;*/
    font-weight: bold;
    font-size: 2.4rem;
    border-radius: 10px;
}

.left__btn-wrap .btn.-color::before {
    right: 3rem;
    width: 12px;
    height: 12px;
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
}

.contact_group h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.5;
}

.tel__link_02 {
    color: #fff;
    background: #82653D;
    padding: 10px 40px;
    margin-top: 2rem;
}

.footer_information {
    background: #fff;
    padding-top: 6rem;
}

.footer_information_group {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 3rem;
    gap: 4rem;
}

.footer_information_item iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 745 / 280;
}

.footer_sns {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
}

.footer_sns a {
    transition: all 0.3s;
}

.footer_sns a:hover {
    opacity: 0.7;
}

.footer_sns_icon img {
    width: 50px;
}

.footer_sns p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #82653D;
}

.footer_banner {
    margin-top: 2rem;
    background: #f4f8f0;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer_banner_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: 105.5rem;
    margin: 0 auto;
}

.footer_banner img {
    width: 300px;
}

.footer_banner img:hover {
    opacity: .7;
    transition: opacity .3s;
}

.footer .inner {
    display: flex;
    flex-direction: column;
}

.footer__list {
    order: 0;
}

.megaMenu .megaMenu-list .megaMenu-item a {
    color: #fff;
    padding: 8px 20px;
    position: relative;
}

.megaMenu-item a::before {
    content: "";
    padding-right: 10px;
    background-image: url(../img/common/arrow_white.svg);
    position: absolute;
    z-index: 6;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2rem;
    left: -10px;
    margin: auto;
    position: absolute;
    top: 8px;
    width: 1.6rem;
}

.tel_group .tel__link_02:hover {
    opacity: 0.7;
    transition: opacity .3s;
}

.left__btn-wrap .btn.-color.mail img {
    max-width: 40px;
    margin-right: 7px;
}

.tel_link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel_link img {
    width: 3.4rem;
}

@media screen and (min-width: 768px) {
    .left__btn-wrap .btn.-color.mail:hover {
        color: #ffffff;
    }

    .left__btn-wrap .btn.-color.mail:hover::after {
        background-color: #245546;
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer_information_item iframe {
        height: 100%;
        min-width: 0;
        min-height: 200px;
    }

    .home-point {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }

    .footer_information_item {
        width: 100%;
    }

    .footer_information_group {
        margin-bottom: 4rem;
        gap: 0px;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .tel_link img {
        width: 8vw;
    }
}

/*==========会社概要==========*/
.sub_company_box_1 {
    display: flex;
    gap: 40px;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 6rem;
    margin-top: 3rem;
}

.sub_company_item {
    width: 50%;
}

.sub_company_item.-philosophy {
    width: 100%;
}

.sub_company_img {
    max-width: 560px;
}

.sub_company_text {
    margin-top: 2rem;
}

.sub_company_text h3 {
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    text-align: center;
}

.sub_company_text p {
    line-height: 1.7;
    margin-top: 2rem;
}

.sub_company_box_2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 3rem;
}

.sub_greeting {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 2fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.sub_greeting_img {
    max-width: 500px;
}

.sub_greeting_text p {
    line-height: 1.7;
    margin-top: 2rem;
}

.name {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 2rem;
}

.name span {
    font-size: 1.8rem;
    margin-right: 20px;
}

.licence {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.service_type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 4rem;
    margin-top: 3rem;
}

.service_type_text h3 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    margin-top: 2rem;
    font-size: 2rem;
    color: #9b7606;
}

.service_type_text p {
    line-height: 1.7;
    margin-top: 2rem;
}

.consultation_type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem 20px;
    margin-top: 3rem;
}

.consultation_type_text h3 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    margin-top: 2rem;
    line-height: 1.7;
    color: #9b7606;
}

.consultation_type_text p {
    line-height: 1.7;
    margin-top: 2rem;
}

.sub-bg.-greeting {
    background: #f9f6f1;
    margin-top: 0rem;
    padding-top: 0rem;
}

.sub-bg.-greeting .sub-shop__box {
    background-color: #f9f6f1;
    padding-bottom: 6rem;
}

.sub-bg.-map {
    background: #f9f6f1;
    padding-bottom: 4rem;
}

.sub-bg.-map .sub-shop__box {
    background-color: #f9f6f1;
    padding-bottom: 12rem;
}

.waste_type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 3rem;
}

.waste_type_text h3 {
    font-size: 2rem;
    text-align: center;
}

.waste_type_text p span {
    color: #ea2929;
    font-weight: 600;
    font-size: 2.3rem;
}

.waste_type_text p {
    font-weight: 700;
    text-align: center;
    margin-top: 2rem;
}

.etc_service {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 20px;
    margin-top: 3rem;
}

.etc_item .num {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    background: #e3d3a1;
    padding: 10px;
}

.etc_item .detail {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.etc_item .text {
    line-height: 1.7;
}

.etc_item .head span {
    color: #ff3535;
    font-weight: 600;
    font-size: 1.9rem;
    margin-left: 10px;
}

.recruit_img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 3rem;
}

.recruit_txt {
    line-height: 1.7;
    text-align: center;
    background: #f4eaca;
    padding: 20px;
    margin-top: 3rem;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
}

.banner__link.-sub {
    width: 100%;
    max-width: 550px;
}

/* .home-mv__slides .slick-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: #47474752;
} */
.menu_sns {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 4vh;
    gap: 10px;
}

.menu_sns p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #1da673;
}

.menu_sns_icon {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 14px;
    margin-top: 0;
}

.menu_sns_icon img {
    width: 30px;
}

.waste_type_text {
    margin-top: 2rem;
}

@media screen and (max-width: 480px) {
    .greeting {
        flex-direction: column;
    }

    .img-greeting {
        width: 100%;
    }

    .inner.-wide {
        padding-right: 5vw;
    }

    .greeting_content {
        z-index: 0;
        width: 100%;
        padding-right: 0;
        padding: 0 4vw;
    }

    .greeting_content .bg {
        width: 100%;
        height: 80%;
        position: absolute;
        right: 0;
        bottom: -30px;
        z-index: 1;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 50px 0px rgb(48 63 47 / 4%);
    }

    .sub-bg.-greeting .sub-shop__box {
        padding-bottom: 6rem;
        padding-top: 3rem;
    }

    .service_wrap {
        grid-template-columns: 1fr;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }

    .home-center__container.-price .home-center__img,
    .home-center__container.-service .home-center__img {
        width: 100%;
        left: 0;
        right: 0;
    }

    .home-center__container.-service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 10rem;
    }

    .home-center__container.-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .home-section-title.-center {
        margin-bottom: 0rem;
        z-index: 5;
    }

    .home .home-center {
        padding-top: 0;
        margin-top: 20vw;
    }

    h2.home-section-title.-center.sp-only.type001 {
        background: #d3bc72;
        padding: 10px;
        color: #fff;
    }

    .home-section__desc {
        margin-top: 70vw;
    }

    .point_list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6rem 2rem;
        margin-top: 4rem;
        margin-bottom: 10rem;
    }

    .point_icon {
        max-width: 140px;
    }

    .point_ttl {
        font-size: 2rem;
    }

    .point_img {
        margin-top: 3rem;
    }

    .payment_group {
        gap: 0px;
        margin-bottom: 2rem;
        flex-direction: column;
        margin-top: 0;
    }

    .sdgs_txt p {
        line-height: calc(24 / 16);
        margin-top: 3rem;
        width: 100%;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .sdgs_group {
        flex-direction: column;
    }

    .sub-shop__sdgs {
        background: #fff;
        padding: 3rem 0 20px;
    }

    .sub-shop__sdgs .home-section-title.-center {
        margin-bottom: 0rem;
        z-index: 5;
        padding-top: 6rem;
    }

    .sdgs_img_logo {
        margin-top: 3rem;
    }

    .sdgs_img {
        width: 100%;
    }

    .link_01 {
        justify-content: center;
    }

    .sdgs_group {
        margin-top: 2rem;
    }

    .tel__link {
        font-size: 2.6rem;
    }

    .left__tel.tel {
        /*    background: url(../img/common/tel-color2.svg) no-repeat left 11% top 7.3rem / 3rem auto;*/
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .left__btn-wrap .btn.-color.mail {
        width: 100%;
        height: 100%;
        font-size: 1.8rem;
    }

    .footer_banner_group {
        grid-template-columns: 1fr;
        margin: 0 auto;
        justify-items: center;
    }

    .footer_information_item iframe {
        margin-top: 4rem;
        width: 100%;
        /* padding: 4vw; */
    }

    .footer_information {
        padding-top: 1rem;
    }

    .home-service_contents.type002.-homegreeting {
        padding-top: 0;
    }

    .greeting_content .home-section-title.-center {
        text-align: center;
    }

    .greeting_content .home-section-title span {
        display: block;
        font-size: 1.6rem;
        margin-left: 20px;
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .service_type {
        grid-template-columns: 1fr;
        margin-bottom: 5rem;
    }

    .consultation_type {
        grid-template-columns: 1fr;
    }

    .waste_type {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sub-single.sub-works-single.sub-bg {
        padding-bottom: 6rem;
    }

    .etc_service {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px 20px;
        margin-top: 3rem;
        margin-bottom: 6rem;
    }

    .sub_company_img {
        max-width: 200px;
        margin: 0 auto;
    }

    .sub_company_box_1 .sub_company_item .sub_company_img {
        max-width: 600px;
    }

    .inner.-wide_rigth_bg .home-center__text {
        width: 100%;
    }
}

@media screen and (min-width:481px) and (max-width: 1200px) {
    .header-item a {
        padding: 20px 10px;
    }

    .megaMenu-list {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header-item:hover .megaMenu {
        height: 50px;
        z-index: 10;
    }

    .greeting_content .bg {
        height: 96%;
    }
}

/*見出し*/
.contents_ttl_001 {
    position: relative;
    padding: 1em 1em 1em 3em;
    border-top: #82653D solid 1px;
}

.contents_ttl_001::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 50px solid transparent;
    border-left: 50px solid #82653D;
    border-bottom: 50px solid transparent;
}

.contents_ttl_001 span {
    color: #82653D;
}

/*
.page-template-page-contact .sub-contact__tel::before {
  height: 5rem;
  left: 1rem;
  margin: auto;
  position: absolute;
  top: 0.6rem;
  width: 5rem;
}
*/
.contents_ttl_002 {
    position: relative;
    text-align: center;
    padding: 1em;
    color: #333;
    font-size: 2.5rem;
}

.contents_ttl_002:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: #82653D;
}

h2.contents_ttl_002 span {
    font-weight: 600;
    font-size: 3.6rem;
}

@media screen and (max-width: 424px) {

    /*
  .page-template-page-contact .sub-contact__tel::before {
    height: 3rem;
    left: -1rem;
    margin: auto;
    position: absolute;
    top: 0rem;
    width: 3rem;
  }
*/
    .tbl-r05.tbl-r05 {
        width: 100%;
    }

    .inner.-wide_rigth_bg .home-center__text {
        width: 100%;
    }

    .left__btn-wrap {
        width: 100%;
    }

    .home-center__container.-service .home-center__text,
    .home-center__container.-price .home-center__text {
        padding: 0;
    }

    .home-service_contents {
        padding-bottom: 6rem;
    }

    .inner.-wide_rigth_bg .home-section-title.-center {
        margin-bottom: 0rem;
        z-index: 5;
        background: #82653D;
        padding: 20px 10px;
        color: #fff;
    }

    .intro {
        font-size: 2rem;
        text-align: left;
    }

    .intro.-center span {
        font-size: 3rem;
    }

    .intro span {
        font-size: 2.4rem;
        font-weight: 600;
    }

    .intro.-center {
        font-size: 3rem;
        text-align: center;
    }

    .greeting_ttl span {
        font-size: 2.6rem;
    }

    .contents_ttl_002 {
        padding: 0.5em;
    }

    h2.contents_ttl_002 span {
        font-size: 6vw;
    }
}

.price_payment {
    margin-top: 6rem;
}

/*==========banner area==========*/
.banner_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.banner_area {
    margin-bottom: 6rem;
}

.banner_area .banner__link.-sub {
    width: 100%;
    max-width: 1400px;
}

.banner_area .banner__link.-sub:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

@media screen and (max-width: 767px) {
    .banner_area {
        margin-bottom: 0;
    }

    .banner_main {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding-left: 5vw;
        padding-right: 5vw;
        margin-top: 5rem;
    }
}

/*料金table*/
.tbl-r05 {
    margin: 20px auto;
}

.tbl-r05 th {
    background: #82653D;
    border: solid 0px #0aad55;
    color: #fff;
    padding: 10px;
}

td {
    /*    border: solid 1px #ccc;*/
    padding: 10px;
}

.tbl-r05.tbl-r05 {
    margin: 20px auto;
    width: 90%;
}

.tbl-r05 {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 650px;
    table-layout: fixed;
}

.tbl-r05 tr {
    background-color: #fff;
    padding: .35em;
    border-bottom: 0px solid #82653D;
}

.tbl-r05 th,
.tbl-r05 td {
    padding: 1em 10px 1em 1em;
    /*  border-right: 2px solid #7dba99;*/
}

.tbl-r05 th {
    /*  font-size: 100%;*/
}

.tbl-r05 thead tr {
    background-color: #167F92;
    color: #fff;
}

.tbl-r05 tbody th {
    background: #effbf6;
    color: #333;
    text-align: center;
}

.price {
    text-align: right;
    color: #ff3535;
    font-weight: bold;
    font-size: 2.2rem;
}

.price .en {
    font-size: 1.1rem;
}

.non {
    background: #fff
}

table tbody th.ttl {
    background: #e3d3a1;
    font-family: "Noto Serif JP", serif;
}

th.ttl.-\30 1 {
    width: 20%;
    color: #333;
}

th.ttl.-\30 2 {
    width: 20%;
    color: #333;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

th.ttl.-\30 3 {
    width: 20%;
    color: #333;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

th.ttl.-\30 4 {
    width: 20%;
    color: #333;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.note {
    line-height: 1.7;
}

.price_sub {
    margin-bottom: 0;
    margin-top: 8rem;
    padding: 8rem 0;
    background: #f6f1e9;
}

.tbl-r05 tr:nth-child(even) {
    background: #f9f8f6;
}

.tbl-r05 table tbody td {
    border-left: 1px solid #707070;
}

.tbl-r05 td:first-child {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    color: #a47c01;
    font-size: 1.8rem;
}

td.txt,
td.price {
    border-left: 1px solid #707070;
}

.table_group {
    background: #fff;
    padding: 3rem 2rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

@media screen and (max-width: 640px) {
    .tbl-r05 {
        width: 80%;
    }

    .tbl-r05 .thead {
        display: none;
    }

    .tbl-r05 tr {
        width: 100%;
    }

    .tbl-r05 td {
        display: block;
        text-align: right;
        width: 100%;
    }

    .tbl-r05 td:first-child {
        background: #e3d3a1;
        color: #333;
        font-weight: bold;
        text-align: center;
        border-bottom: 0px solid #bbb;
    }

    .tbl-r05 td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }

    .tbl-r05 {
        border: 0;
        width: 100%
    }

    .tbl-r05 th {
        background-color: #167F92;
        display: block;
        border-right: solid 2px #0aad55;
    }

    .tbl-r05 thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tbl-r05 tr {
        display: block;
        margin-bottom: .625em;
        padding: 0;
    }

    .tbl-r05 td {
        border-bottom: 1px solid #bbb;
        display: block;
        font-size: .8em;
        text-align: right;
        position: relative;
        padding: 1em;
        border-right: none;
    }

    .tbl-r05 tr:nth-child(even) {
        background: #fff;
    }

    .tbl-r05 td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
        font-family: "Noto Serif JP", serif;
        color: #a47c01;
    }

    .tbl-r05 td:last-child {
        border-bottom: 0;
    }

    .tbl-r05 tbody th {
        color: #333;
    }

    .sub_company_box_1 {
        flex-direction: column;
    }

    .sub_company_item {
        width: 100%;
    }

    .sub_company_box_2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
        margin-top: 3rem;
        margin-bottom: 4rem;
    }

    .sub_company_text {
        margin-top: 1rem;
    }

    .sub_company_box_1 .sub_company_text {
        margin-top: 3rem;
    }

    .sub_company_box_2 .sub_company_text h3 {
        font-size: 1.7rem;
        font-weight: inherit;
        line-height: 1.3;
    }

    .sub_greeting {
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .licence {
        display: grid;
        grid-template-columns: 1fr;
    }

    p.price {
        display: inline-block;
        font-size: 2.4rem;
    }

    .table_group {
        background: #fff;
        padding: 10px 0;
    }

    .price_sub.-v001 .table_group {
        background: none;
    }

    .price_sub {
        margin-bottom: 0;
        margin-top: 8rem;
        padding: 2rem 0;
        background: #f6f1e9;
    }

    td.txt,
    td.price {
        border-left: 0px solid #707070;
    }
}

/**/
.table_price2 {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}

.table_price2 tr {
    background-color: #fff;
    border-bottom: 2px solid #fff;
}

.table_price2 tr:nth-child(even) {
    background-color: #f9f8f6;
}

.table_price2 th,
.table_price2 td {
    padding: 1em 1em;
    border-left: none;
}

.table_price2 thead th {
    font-size: 1.8rem;
    padding: 1em;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
}

.table_price2 thead tr {
    background-color: #e3d3a1;
    color: #333;
}

.table_price2 tbody th {
    text-align: left;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
}

.table_price2 .txt {
    text-align: left;
    font-size: .75em;
}

.table_price2 .price {
    text-align: right;
    color: #ff3535;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .table_price2 {
        border: 0;
        width: 100%
    }

    .table_price2 th {
        background-color: #82653D;
        display: block;
        border-right: none;
    }

    .table_price2 thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table_price2 tr {
        display: block;
        margin-bottom: .625em;
        border: 1px solid #e3d3a1;
    }

    .table_price2 td {
        border-bottom: 1px dotted #bbb;
        display: block;
        font-size: .8em;
        text-align: right;
        position: relative;
        padding: 1.5em 1em 1.5em 4em;
        border-right: none;
    }

    .table_price2 td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
        font-family: "Noto Serif JP", serif;
        color: #a47c01;
    }

    .table_price2 td:last-child {
        border-bottom: 0;
    }

    .table_price2 tbody th {
        color: #333;
        padding: 1em;
        background: #e3d3a1;
        font-family: "Noto Serif JP", serif;
        line-height: 1.7;
        text-align: center;
    }

    .table_price2 tr:nth-child(even) {
        background-color: #fff;
    }
}

.table_price_group+.table_price_group {
    margin-bottom: 4rem;
}

.price_note {
    display: block;
    font-size: 1.4rem;
    margin-top: 10px;
    color: #333;
}

.table_price_group {
    margin-bottom: 4rem;
}

/*============動き==============*/
.displayed {
    animation: fadeUp .3s forwards;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-50px);
    }
}

/* 画面外 */
.fade-block2 {
    transform: translateY(50px);
    transition: all .4s ease-in;
    opacity: .0;
}

/* 画面に入った時の動き */
.fade-block2.blockIn {
    transform: translateY(0);
    opacity: 1;
}

/*
.scroll-block {
  height: 100vh;

}
*/
/*============動き==============*/
.page-id-2371 .p-flow-sec02.u-pt80 .inner {
    margin-top: 3rem;
}

@media screen and (max-width: 767px) {
    .contact_group {
        gap: 4vh;
        flex-direction: column;
    }

    .left__btn-wrap {
        width: 100%;
    }


    .page-id-2371 .sub-service__text-desc {
        margin-bottom: 0rem;
    }

    .contents_ttl_001 {
        margin: 0 auto 1rem auto;
    }

    .waste_type_item {
        margin-bottom: 3rem;
    }

    .page-id-2663 .payment_item {
        padding: 3rem 0 0;
        margin-top: 3rem;
    }

    .table_price_group+.table_price_group {
        margin-bottom: 0rem;
    }
}

.txt_btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

span.green {
    display: block;
    color: #82653D;
    font-weight: 500;
}

/*----sp_menu----*/
.nav-drawer_accordion {
    /*  margin: 2em 0;*/
    transition:
        line-height .3s ease-out, opacity .1s linear .1s, visibility .1s linear .1s;
    width: 100%;
}

.accordion__summary {
    display: block;
    background: #edf4f2;
	margin-bottom: 5px;
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 20px 38px 20px 10px;
    width: 100%;
    /* 	border: 1px solid #94b8ac; */
    text-align: left;
    padding: 11px 20px;
    font-size: 4.2vw;
}

.accordion__summary::-webkit-details-marker {
    display: none;
}

.accordion__summary::after {
    content: "＋";
    font-size: 16px;
    color: #32a783;
	font-weight: 900;
    position: absolute;
    right: 20px;
    top: 40%;
    transform: translateY(-50%);
    background-position: center center;
/*     background-image: url(../img/common/arrow2.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 16px;
    height: 16px;
    z-index: 10;
}

.accordion__summary.open::after {
    content: "−";
	font-size: 19px;
	font-weight: 900;
	color: #32a783;
    background-position: center center;
/*     background-image: url(../img/common/arrow2.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 14px;
    height: 21px;
    z-index: 10;
}

.accordion__detail {
	padding: 0vw 4vw 0vw 4vw;
    margin: 0;
    /*     border: solid #94b8ac; */
    border-width: 0px 1px 1px 1px;
}

.accordion__detail .nav-drawer__item:last-child {
    border: none;
}

.accordion__text {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .nav-drawer__item:not(:first-of-type) {
        margin-top: 0;
    }

    .nav-drawer__item {
        padding: 11px 16px;
        border-bottom: 1px solid #94b8ac;
        width: 100%;
        position: relative;
    }

    .nav-drawer {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .nav-drawer__link {
        text-align: left;
    }

    .nav-drawer__item::after {
        content: "";
        top: 15px;
        position: absolute;
        right: 20px;
        display: block;
        width: 18px;
        height: 20px;
        z-index: 10;
        background-position: center center;
        background-image: url(../img/common/arrow2.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .accordion__detail .nav-drawer__item::after {
        right: 6px;
    }

    .accordion__detail .nav-drawer__item {
        padding: 13px 0;
    }

    .nav-drawer__list .accordion {
        width: 100%;
    }
}

/*----voice お客様の声----*/
.single-voice .sub-single__main h2 {
    background-color: #fff;
    color: #82653D;
    font-weight: 600;
    line-height: 1;
    margin-top: 3rem;
    padding: 1.3rem 0.5rem;
    font-size: 2.6rem;
}

.nav-previous,
.nav-next {
    max-width: 10px;
}

.sub-single .nav-next {
    right: 35%;
}

.sub-single .nav-previous {
    left: 35%;
}

@media screen and (max-width: 767px) {
    .flex-item {
        grid-template-columns: 1fr;
    }

    .single-voice .sub-single__main h2 {
        font-size: 6vw;
    }

    .single .sub-single__main h2 {
        font-size: 6vw;
        padding: 0.8rem 0.5rem;
    }

    .single .sub-single__main h3 {
        font-size: 5vw;
        line-height: 1.2;
        margin-top: 3.5rem;
        padding-bottom: 0.6rem;
    }

    .single .sub-single__main h4 {
        font-size: 4.8vw;
        line-height: 1.2;
        margin-top: 3.5rem;
    }
}

/*----contact お問い合わせ----*/
.contact_note {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 10px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    background: #de4344;
    border-radius: 6px;
    font-weight: 600;
}

.contact_note:before {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #de4344;
}

.contact_note p {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .contact_note {
        margin: 0 auto;
        margin-bottom: 1em;
        padding: 8px 8px;
        font-size: 14px;
    }

    .sub-contact__item-top {
        margin-top: 5rem;
    }
}

@media screen and (min-width: 768px) {
    .contact_note {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .contact_note.-footer {
        font-size: 16px;
        padding: 10px 10%;
    }
}

/*----contact お問い合わせ----*/
.sp_cta_note {
    min-width: 120px;
    border-radius: 4px;
    color: #fff;
    position: fixed;
    width: 100%;
    height: 25px;
    bottom: 8px;
    background: #de4343;
    display: flex;
    align-items: center;
    z-index: 12;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 4px 4px;
    max-width: 75%;
    font-size: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    letter-spacing: 0.06em;
}

.sp_cta_note p {
    margin: 0;
    padding: 0;
}

.contact_note.-sp_menu {
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 2em;
    max-width: 80%;
}

@media screen and (max-width: 767px) {
    .sub-contact__item-top {
        margin-top: 5rem;
    }
}

@media screen and (min-width: 768px) {
    .sp_cta_note {
        font-size: 20px;
    }
}


.stepbar {
    margin: 0 auto;
    width: 100%;
}

.stepbar .stepbarwrap {
    margin: 2em 0;
    position: relative;
}

.stepbar .stepbarwrap .steptitle {
    display: inline-flex;
    align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
    display: inline-block;
    width: 3em;
    height: 3em;
    content: "";
    border-radius: 50%;
    background-color: #c9a55c;
    color: #fff;
    text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
    display: inline-block;
    line-height: 1.2em;
    font-size: 1em;
    font-weight: bold;
    position: relative;
    top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
    margin: 0.5em;
    font-weight: bold;
    font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
    padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
    font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 1em);
    background-color: #c9a55c;
    position: absolute;
    top: 1em;
    left: 1.5em;
    z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
    display: none;
}

@media screen and (max-width: 960px) {
    .stepbar {
        width: 90%;
    }
}

.emergency_lead {
    text-align: center;
    margin: 2rem 0 0 0;
    line-height: 1.7;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

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

.contents_img {
    max-width: 420px;
}

.emergency_contents_group p {
    font-size: 2rem;
}

.emergency_contents_group p span {
    background: #c9a55c;
    font-size: 80%;
    padding: 2px 10px;
    margin-right: 10px;
    color: #fff;
}

.emergency_contents_group p {
    font-size: 2rem;
    margin-top: 2rem;
    line-height: 1.5;
}

.emergency_contents_group {
    width: 50%;
}

.emergency_note {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 10px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    background: #82653D;
    border-radius: 6px;
    text-align: center;
}

.emergency_note:before {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #82653D;
}

.emergency_note p {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .emergency_note {
        margin: 0 auto;
        margin-bottom: 1em;
        padding: 8px 8px;
        max-width: 70%;
        font-size: 14px;
    }

    .emergency_contents {
        flex-direction: column;
    }

    .emergency_contents_group {
        width: 100%;
    }

    .emergency_contents_group p span {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .emergency_contents_group p {
        font-size: 100%;
    }

    .emergency_contents_group:first-child {
        margin-bottom: 4rem;
    }

    .emergency_note {
        padding: 14px 10px;
        max-width: 100%;
        font-size: 100%;
    }

    .stepbar .stepbarwrap {
        margin: 1.2em 0;
        position: relative;
    }

    .stepbar {
        width: 100%;
    }

    .stepbar .stepbarwrap .steptitle .title {
        font-size: 100%;
    }
}

@media screen and (min-width: 768px) {
    .emergency_note {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .emergency_note.-footer {
        font-size: 16px;
        padding: 10px 10%;
    }
}


/*20240719会社概要*/
.banner_area.-sub:hover {
    transition-duration: 0.5s;
    opacity: .6;
}

.banner_area.-sub {
    margin-top: 2rem;
}

.sub_company_box_3_item {
    display: flex;
    gap: 40px;
    margin-top: 3rem;
}

.sub_company_box_3_item:nth-child(2) {
    flex-direction: row-reverse;
}

.sub_company_box_3_item .sub_company_text {
    margin-top: 2rem;
    width: 50%;
}

.sub_company_box_3_item .sub_company_img {
    /* max-width: 560px; */
    width: 50%;
}

.sub_company_box_3_item .sub_company_text h3 {
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    text-align: center;
}

.sub-list p {
    line-height: 1.7;
    margin-top: 1rem;
}

.sub-list h4 {
    font-weight: 500;
    font-size: 120%;
    position: relative;
}

.sub-list h4:before {
    position: absolute;
    content: '';
    top: 10%;
    left: -100px;
    background-image: url(../img/sub/company/furugi_icon01.svg);
    background-attachment: fixed;
    width: 60px;
    z-index: 110;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sub-list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 2rem;
    background: #f8f6f0;
}

.sub-list li {
    margin: 0 0 0 80px;
    background: #fff;
    padding: 20px;
}

.sub-list li:nth-child(2) h4:before {
    background-image: url(../img/sub/company/furugi_icon02.svg);
}

.sub-list li:nth-child(3) h4:before {
    background-image: url(../img/sub/company/furugi_icon03.svg);
}

.sub-list li:nth-child(4) h4:before {
    background-image: url(../img/sub/company/furugi_icon04.svg);
}

.sub_company_text.-feature {
    width: 100%;
}

.img__area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1%;
    margin-top: 2rem;
}

.sub_company_box_3 .note {
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    margin-top: 2rem;
}

.balloon1 {
    position: relative;
    display: block;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    background: #28a9a8;
    width: 70rem;
    margin: 0 auto;
    padding: 10px;
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #28a9a8;
}

.balloon1 p {
    margin: 0;
    padding: 0;
}

h3.sub-ob-heading.balloon1 {
    text-align: center;
    margin: 0 auto;
    margin-top: 3rem;
    padding-top: 20px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .sub-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .sub_company_box_3_item {
        flex-direction: column;
        gap: 20px;
    }

    .sub_company_box_3_item .sub_company_text {
        margin-top: 2rem;
        width: 100%;
    }

    .sub_company_box_3_item .sub_company_img {
        width: 100%;
        max-width: 100%;
    }

    .img__area {
        grid-template-columns: repeat(1, 1fr);
    }

    h3.sub-ob-heading.balloon1 {
        padding-bottom: 20px;
    }
}



/*テーブル非表示調整 ※料金表追加時に削除*/
.price_payment {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .price_sub {
        margin-top: 6rem;
        padding: 2rem 0;
    }
}

/*テーブル非表示調整 ※料金表追加時に削除*/




.send_area {
    display: grid;
    gap: 40px;
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
}

.send_group {
    background: #fff;
    padding: 20px;
    border: 1px solid #28a9a8;
}

.send_group.-not_send {
    border: 1px solid #616161;
}

h3.send_ttl {
    background: #28a9a8;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
}

.send_first_txt {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.7;
}

.send_first_txt span {
    color: #ff6f6f;
    font-weight: 600;
}

.x6column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.x6column li img {
    width: 80%;
}

.x6column li p {
    text-align: center;
    margin-top: 2rem;
    font-weight: 500;
}

.send_item.-detail {
    margin-top: 2rem;
}

.send_detail_ttl {
    font-size: 2rem;
    font-weight: 500;
    background: #28a9a8;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.send_item.-detail.-not_send .send_detail_ttl {
    background: #616161;
}

.send_detail_group h4 {
    margin-top: 3rem;
    font-weight: 600;
    color: #28a9a8;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.send_detail_group h5 {
    display: block;
    background: #dcf1f0;
    padding: 10px;
    margin: 1rem 0 0;
}

.send_detail_list {
    display: flex;
    /*    padding-left: 20px;*/
    flex-wrap: wrap;
    gap: 20px;
}

.send_detail_list li {
    padding-left: 20px;
    position: relative;
}

.send_detail_list li:before {
    position: absolute;
    content: '';
    top: 10%;
    left: 0;
    width: 0;
    height: 0;
    background-image: url(../img/sub/company/check01.svg);
    background-attachment: fixed;
    width: 80%;
    z-index: 110;
    height: 80%;
    background-size: contain;
    background-repeat: no-repeat;
}

.send_item.-not_send h3.send_ttl {
    background: #616161;
}

.-not_send .send_detail_group h4 {
    color: #616161;
}

.-not_send .send_detail_list li:before {
    background-image: url(../img/sub/company/batsu.svg);
}

.send_detail_list {
    margin-top: 2rem;
}

.note_red {
    margin-top: 2rem;
    line-height: 1.7;
    color: #f94c4c;
    font-weight: 600;
    background: #fff0f0;
    padding: 10px 8px;
    border-radius: 6px;
}

.note_group {
    margin-top: 3rem;
    background: #c6eceb;
    padding: 20px;
}

h3.note_ttl {
    font-size: 2.2rem;
    margin-top: 0rem;
    text-align: center;
    color: #ff76bb;
    font-weight: 600;
}

h3.note_ttl span {
    display: block;
    font-size: 90%;
    padding-bottom: 5px;
}

.note_group p {
    margin-top: 2rem;
    line-height: 1.7;
}

span.red {
    font-size: 120%;
    color: #f94c4c;
    font-weight: 600;
    line-height: 1.7;
}

.note_group {
    margin-top: 3rem;
    background: #fff8fc;
    padding: 20px;
    border: 2px solid #f3bcd7;
    border-radius: 6px;
}

.result {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 40px;
    position: relative;
    margin-top: 6rem;
}

.result_group {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}

.result_group.-vaccine {
    background: rgb(163 227 255 / 30%);
}

.result_group.-furugi {
    background: rgb(163 223 193 / 30%);
}

.icon {
    width: 120px;
    margin: 0 auto;
    position: absolute;
    top: -20%;
}

.total {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.total span b {
    font-size: 4rem;
    color: #f8592e;
}

/*スライド*/
.xslider_wrap {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 4rem;
    margin-bottom: 0rem;
}

.xslider1,
.xslider2 {
    display: inline-flex;
    flex: none;
    animation: xslider 80s 2s linear infinite;
}

.xslider1 div,
.xslider2 div {
    flex: none;
    padding-right: 10px;
}

.sec05#blooming .xslider_wrap {
    margin-bottom: 5rem;
}

@keyframes xslider {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.xslider_wrap img {
    width: 260px;
    margin-top: 2rem;
}

.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;
    }
}


p.date {
    text-align: center;
    margin-top: 3rem;
}

h3.main_ttl.balloon1.-result {
    margin-top: 1rem;
    text-align: center;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    text-align: center;
}

.result_comment {
    font-size: 2.2rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    text-align: left;
    margin-top: 3rem;
    line-height: 1.7;
}

.-bg02 {
    background: #f8f6f0;
}

.-bg02 .sub-shop__box {
    background: transparent;
}

img.external {
    width: 40px;
    display: inline;
    padding: 10px;
}

.btn.-color.-external_link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.-color.-external_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 3rem;
    background: #28a9a8;
    border: 1px solid #28a9a8;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.btn.-color:hover {
    color: #fff;
}

img.external:hover {
    filter: brightness(0) saturate(100%) invert(49%) sepia(89%) saturate(343%) hue-rotate(131deg) brightness(95%) contrast(93%);
}

.btn.-color:hover img.external {
    filter: brightness(0) saturate(100%) invert(49%) sepia(89%) saturate(343%) hue-rotate(131deg) brightness(95%) contrast(93%);
}

.external:hover {
    filter: brightness(0) saturate(100%) invert(49%) sepia(89%) saturate(343%) hue-rotate(131deg) brightness(95%) contrast(93%);
}

.youtube_area {
    display: flex;
    justify-content: space-evenly;
}

iframe {
    /* width: 680px; */
    aspect-ratio: 16 / 9;
}

.youtube_area {
    display: flex;
    justify-content: space-evenly;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.contents_ttl_002.-furugi:after {
    background: #28a9a8;
}

.accordion-title.js-accordion-title.-furugi span {
    color: #28a9a8;
}

.sub-reserve-faq .accordion-content.-furugi {
    background-color: #dcf1f0;
}

.sub-reserve-faq__box.-furugi {
    background-color: transparent;
    padding-top: 6rem;
}

.page-id-2998 .sub-shop.sub-bg {
    padding-top: 0;
}

.x6column li img {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .youtube_area {
        gap: 20px;
    }

    iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .result {
        grid-template-columns: repeat(1, 1fr);
    }

    .icon {
        width: 110px;
        margin: 0 auto;
        position: absolute;
        top: -10%;
    }

    .total {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .result_comment {
        font-size: 1.8rem;
    }

    .send_area {
        grid-template-columns: repeat(1, 1fr);
    }

    .total span b {
        font-size: 3rem;
        color: #f8592e;
    }

    .sub-reserve-faq__box.-furugi {
        background-color: transparent;
        padding-top: 4vw;
    }

    .page-id-2998 .accordion-container {
        margin-top: 3rem;
    }

    .send_detail_ttl {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}


.price_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3rem;
}

.price_ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.price_group {
    font-size: 2rem;
    font-weight: 600;
}

.price_group .price {
    font-size: 4rem;
    padding: 10px;
}

.tax {
    font-size: 1.2rem;
}

.price_group {
    font-size: 2rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .price_area {
        margin: 2rem 0;
    }

    h3.note_ttl {
        font-size: 2rem;
    }
}

/*会社概要*/
.sub_company_text.-philosophy p {
    text-align: center;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 2;
}

.sub_company_text.-philosophy h3 {
    font-size: 3rem;
}

.sub_company_text.-philosophy {
    padding: 3rem;
    /* border: 1px solid #82653D; */
    background: #fff;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.sub-shop.sub-bg.-philosophy {
    background: #f8f6f0;
}

.sub-shop.sub-bg.-philosophy .sub-shop__box {
    background: none;
}

.sub_company_text.-philosophy h3 {
    font-size: 3rem;
    color: #82653D;
    font-weight: 700;
}

.sub_company_text.-philosophy h3 {
    font-size: 3rem;
    color: #82653D;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .sub_company_text.-philosophy p {
        font-size: 100%;
    }

    .sub_company_text.-philosophy h3 {
        font-size: 2rem;
    }
}

/*youtube*/
.home-youtube {
    margin: 5rem auto;
    display: flex;
    justify-content: center;
    background: #f8f6f0;
    border-radius: 1rem;
    padding: 5rem 0 6rem;
}

.home-youtube_item iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.home-youtube_ttl {
    font-weight: 500;
    line-height: calc(58 / 40);
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    color: var(--text-color);
    border-bottom: 2px solid var(--primary-color);
    padding: 0 0 10px 0;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}

.home-youtube {
    margin: 5rem auto;
    width: 96%;
    padding: 4rem;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    flex-direction: column;
    align-items: end;
    gap: 2rem;
    grid-template-rows: minmax(auto, 1fr);
}


@media screen and (max-width: 767px) {
    .home-youtube {
        margin: 5rem auto;
        width: 90%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 1rem 2rem 3rem;
        width: 100%;
        display: inline-block;
    }

    .home-youtube_group {
        overflow: hidden;
        text-align: center;
        padding: 2rem 1rem 1rem;
    }

    .home-youtube_item iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .home-youtube_ttl {
        font-size: 2rem;
    }

    .home-service_contents.type002.-homeservice {
        margin-top: 0rem;
    }
}

.home-mv__slide img {
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
}


.home-mv .slick-track img {
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*スタッフ*/
.staffArea {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 60px;
    margin-top: 50px;
}

.staffArea .staffCard {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 3px 3px 9px #00000073; */
    position: relative;
}

.staffrArea .staffCard .imageArea {
    width: 100%;
    height: 54%;
}

.staffArea .staffCard .imageArea img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.nameArea {
    background: #82653D;
    padding: 2rem 2rem 0.5rem;
    color: #ffffff;
    /* position: relative; */
    background: linear-gradient(180deg, #82653D 0%, #82653D 10%, #fff 10%, #fff 100%);
}

.staffArea .staffCard .textArea {
    padding: 0px 20px 40px;
}

span.post {
    background: #82653D;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}

.staffArea .staffCard .textArea .infoArea {
    margin-top: 10px;
}

span.name {
    font-weight: 500;
    font-size: 2.4rem;
    color: #000;
}

.staffArea .staffCard .textArea .infoArea .school {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.5;
}

.staffArea .staffCard .textArea .infoArea .message {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 16px;
}

.ruby {
    font-size: 1.2rem;
    color: #000;
    display: block;
    padding-top: 1rem;
}

.info-list li {
    display: grid;
    grid-template-columns: 100%;
    justify-items: start;
    margin-bottom: 1rem;
    line-height: 1.7;
    position: relative;
    padding-left: 3rem;
}

.info-list li span {
    /* background: #82653D; */
    padding: 0;
    width: auto;
    color: #82653D;
    margin-bottom: 0.3rem;
}

.info-list li .num {
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 2rem;
    font-weight: 100;
    color: #82653D;
}

@media screen and (max-width: 767px) {
    .staffArea {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 30px;
        margin-top: 10px;
    }
}

.-sea .ttl_cover_20230406 {
    background-image: url(../img/sub/sea/bg002.jpg);
    background-position: top 60% right 0px;
}

.-sea .contents_ttl_002:after {
    background: #23c2e6;
}

.-sea .contents_ttl_001::after {
    border-left: 50px solid #23c2e6;
}

.-sea .contents_ttl_001 span {
    color: #0394b4;
}

.-sea .contents_ttl_001 {
    border-top: #23c2e6 solid 1px;
}

.-sea .mowing_lead span {
    font-weight: 600;
    font-size: 2.4rem;
    display: block;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 2rem;
}

.-sea .sub-service__img img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.-sea-plan .contents_ttl_002 {
    line-height: 1.5;
    background: #1baccc;
    color: #fff;
    padding: 8px 15px 15px;
    font-size: 2rem;
    margin-bottom: 3rem;
}

.sea-plan__title {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #004d66;
    margin-bottom: 1rem;
}

.sea-plan__price {
    font-size: 3rem;
    color: #c04b4b;
    margin-bottom: 2rem;
    font-weight: 600;
    margin-top: 2rem;
}

.sea-plan__price span {
    font-size: 2rem;
}

.sea-plan__price01 {
    padding: 1rem;
    background: #1baccc;
    color: #fff;
}

.sea-plan__desc {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.sea-plan__services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 2rem;
    background: #e2f5f9;
    gap: 1.5rem;
}

.sea-plan__services li {
    background: #fff;
    text-align: center;
    line-height: 1.3;
    padding: 1rem;
}

.sea-plan__services li img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    margin-bottom: 1rem;
}

.sea-plan__note {
    font-size: 14px;
    color: #777;
}

.-sea-plan02 {
    margin-top: 10rem;
}

.-sea-plan02 .sea-plan__services {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}

.sea-plan02-note {
    margin-top: 1rem;
    line-height: 1.5;
}

.sea-price {
    background: #e2f5f9;
    padding: 5rem 15px;
    margin-top: 8rem;
}

.-option {
    margin-top: 10rem;
}

.-option .sub-service__list {
    margin-top: 4rem;
}

.-option .sea-plan__services {
    padding: 0;
    background: none;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
}

.-option .sea-plan__services span {
    color: #c04b4b;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
}

.-option .sea-plan__services span span {
    font-size: 1.6rem;
}

.-option .sea-plan__services li {
    padding: 0;
}

.-sea.sub-reserve-faq .accordion-content {
    background: #e2f5f9;
}

.-sea-flow img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.-sea-flow.p-flow-sec02 .flow_content .detail .num {
    color: #0394b4;
}

.sea-plan-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sea-plan-table th,
.sea-plan-table td {
    padding: 1rem;
    text-align: left;
}

.sea-plan-table th {
    font-weight: bold;
    width: 25%;
    border-bottom: 2px solid #1baccc;
}

.sea-plan-table td {
    border-bottom: 1px solid #ddd;
    padding-left: 2rem;
}

.-sea .sub-service__list {
    margin-top: 5rem;
}

.sea-price .payment_item h3 {
    border-bottom: 1px solid #23c2e6;
}

.-sea.sub-reserve-faq .accordion-title span {
    color: #23c2e6;
}

.-sea-flow .contents_ttl_002:after {
    background: #23c2e6;
}

.service_img img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .-sea .ttl_cover_20230406 {
        background-position: top 0px right 0px;
    }

    .-sea .mowing_lead span {
        font-size: 2rem;
    }

    .-sea-plan .contents_ttl_002 {
        font-size: 1.6rem;
        padding: 6px 5px 8px;
        margin-bottom: 0;
    }

    .sea-plan__note {
        margin-bottom: 2rem;
    }

    .sea-plan__services {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 1rem;
    }

    .sea-plan__services li {
        font-size: 14px;
    }

    .-sea-plan02 .sea-plan__services {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .-option,
    .-sea-plan02 {
        margin-top: 6rem;
    }

    .-option .sea-plan__services span {
        font-size: 1.6rem;
    }

    .-option .sea-plan__services span span {
        font-size: 14px;
    }

    .sea-price {
        margin-top: 6rem;
        padding: 4rem 0;
    }

    .sea-plan-table th {
        width: 33%;
    }

    .-option .sea-plan__services {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
}


.banner__img {
    max-width: none;
}


.banner__link.-sub {
    width: 100%;
    max-width: none;
    max-width: 280px;
}

.service_wrap_group {
    background: #fff;
    /* padding: 40px 20px; */
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(48 63 47 / 11%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 32%;
}

.banner_main {
    gap: 20px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.banner__link {
    margin-left: 0;
    margin-right: 0;
    width: 80.36%;
}

.banner__link.-sub {
    width: 32%;
    max-width: none;
}

.service_wrap {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 10rem;
    flex-wrap: wrap;
    justify-content: center;
}

.service_wrap_group {
    background: #fff;
    /* padding: 40px 20px; */
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(48 63 47 / 11%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 32%;
}

@media screen and (max-width: 767px) {
    .service_wrap {
        flex-direction: column;
    }

    .service_wrap_group {
        max-width: 100%;
    }

    .banner_main {
        flex-direction: column;
    }

    .banner__link.-sub {
        width: 100%;
    }
}

.top-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: -3.5rem;
}

.top-links a {
    /* padding: 17px 5px; */
    /* border-radius: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    font-size: 2rem;
    color: #fff;
    transition: all 0.3s;
	border: 3px solid #fff;
	border-radius: 10px;
}
.top-links a img {
	border-radius: 10px;
}

.top-links a :hover {
    /* padding: 17px 5px; */
    /* border-radius: 10px; */
background-color: #fff;
opacity: 0.7;
    transition: all 0.3s;
}

/* .top-links a:nth-child(1) {
    background-color: #B5A165;
    border: 1px solid #B5A165;
} */

/* .top-links a:nth-child(1):hover {
    background-color: #fff;
    color: #B5A165;
} */

/* .top-links a:nth-child(2) {
    background-color: #D93448;
    border: 1px solid #D93448;
} */

/* .top-links a:nth-child(2):hover {
    background-color: #fff;
    color: #D93448;
} */
/* 
.top-links a:nth-child(3) {
    background-color: #32A783;
    border: 1px solid #32A783;
} */

/* .top-links a:nth-child(3):hover {
    background-color: #fff;
    color: #32A783;
} */
/* 
.top-links a:nth-child(4) {
    background-color: #326DA7;
    border: 1px solid #326DA7;
} */

/* .top-links a:nth-child(4):hover {
    background-color: #fff;
    color: #326DA7;
} */

.seminar-links {
    display: flex;
   align-items:flex-start;
    gap: 4rem;
    margin-top: 4rem;
}

.seminar-link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.seminar-link a {
    color: #399175;
    padding: 24.5px 31px 24.5px 12px;
    border-radius: 6px;
    border: 1px solid #1da673;
    position: relative;
    transition: all 0.3s;
}

.seminar-link a:hover {
    background: #399175;
    color: #fff;
}

.seminar-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(315deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #399175;
    border-bottom: 2px solid #399175;
    transition: all 0.3s;
}

.seminar-link a:hover::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.event-slider {
    width: 100%;
    margin: 3rem auto 0;
}

.event-slider a {
    transition: all 0.3s;
}

.event-slider a:hover {
    opacity: 0.7;
}

.event-slider .slick-slide {
    margin: 0 10px;
}

.event-slider img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.event-slider .slick-next {
    right: 10vw;
    top: 45%;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50px;
}

.event-slider .slick-prev {
    left: 10vw;
    top: 45%;
    z-index: 1;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50px;
}

.event-slider .slick-prev:before,
.event-slider .slick-next:before {
    color: #D93448;
    font-size: 5rem;
    transition: all 0.3s;
    opacity: 1;
	position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event-slider .slick-prev:hover:before,
.event-slider .slick-next:hover:before {
    opacity: 0.7;
}

.section-wrap {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    margin: 0 auto;
    margin-top: 10rem;
}

.side-menu {
    width: 280px;
    padding-bottom: 8rem;
	display: none;
}

.side-menu__title {
    font-size: 4rem;
    font-weight: bold;
    color: #399175;
    margin-bottom: 2rem;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    letter-spacing: 0.04em;
}

.side-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.8rem;
}

.side-menu__list li {
    border-bottom: 1px dotted #32a783;
}

.side-menu__list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 3.45rem 1rem;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
    position: relative;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.side-menu__list a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(315deg);
    width: 12px;
    height: 12px;
    border-right: 3px solid #09533b;
    border-bottom: 3px solid #09533b;
    transition: all 0.3s ease;
}

.side-menu__list a:hover {
    color: #1da673;
}

.side-menu__list a:hover::after {
    transform: translateY(-50%) translateX(4px) rotate(315deg);
}

.main-contents {
    flex: 1;
}

.side-menu__toggle {
    position: relative;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 3.45rem 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.open .side-menu__toggle {
    padding-bottom: 2rem;
}

.side-menu__toggle:hover {
    color: #32a783;
}
.side-menu__toggle .arrow {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(315deg);
    transform-origin: center center;
    width: 12px;
    height: 12px;
    border-right: 3px solid #09533b;
    border-bottom: 3px solid #09533b;
    transition: all 0.3s ease;
}

/* .has-children.open .arrow {
    transform: translateY(-25%) rotate(405deg);
} */

.side-submenu {
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    border-radius: 6px;
    margin: 0;
    transition: max-height 0.6s ease, padding 0.3s ease;
}

.side-menu__list .side-submenu a::after {
    width: 10px;
    height: 10px;
}

.side-submenu a {
    display: block;
    padding: 2rem 1rem;
    background: #ccede0;
    border-radius: 4px;
    font-size: 1.5rem;
    color: #000;
    text-decoration: none;
    margin: 10px 0;
    transition: background 0.3s ease;
    font-weight: 400;
}

.side-menu__list .side-submenu li {
    border: none;
}

.side-submenu a:hover {
    background: #f0e5d4;
}

.has-children.open .side-submenu {
    max-height: 800px;
    padding: 0 1rem 3rem;
}

.news-tab__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
	background: #32A783;
	padding: 1rem;
	border-radius: 50px;
}

.news-tab__btn {
    background: #32A783;
	color: #fff;
    padding:  7px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 2rem;
    border: 1px solid #fff;
	position: relative;
}
.news-tab__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(315deg);
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.news-tab__content {
    display: none;
}

.news-tab__content.is-show {
    display: block;
}

.news-tab__buttons .news-tab__btn:nth-child(1):hover,
.news-tab__buttons .news-tab__btn:nth-child(1).is-active{
    background: #fff;
    color: #B5A165;
}
.news-tab__buttons .news-tab__btn:nth-child(1):hover::after ,
.news-tab__buttons .news-tab__btn:nth-child(1).is-active::after {
	border-right: 2px solid #B5A165;
	border-bottom: 2px solid #B5A165;
}

.news-tab__buttons .news-tab__btn:nth-child(2):hover,
.news-tab__buttons .news-tab__btn:nth-child(2).is-active{
    background: #fff;
    color: #D93448;
}
.news-tab__buttons .news-tab__btn:nth-child(2):hover::after ,
.news-tab__buttons .news-tab__btn:nth-child(2).is-active::after {
	border-right: 2px solid #D93448;
	border-bottom: 2px solid #D93448;
}

.news-tab__buttons .news-tab__btn:nth-child(3):hover,
.news-tab__buttons .news-tab__btn:nth-child(3).is-active{
    background: #fff;
    color: #32A783;
}
.news-tab__buttons .news-tab__btn:nth-child(3):hover::after ,
.news-tab__buttons .news-tab__btn:nth-child(3).is-active::after {
	border-right: 2px solid #32A783;
	border-bottom: 2px solid #32A783;
}

.c-news__tag {
    background: #B5A165;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
	border-radius: 50px;
}
.archive-info {
	display: flex;
	gap: 2rem;
	align-items: center;
	margin-bottom: 1rem;
}

.news-tab__contents .news-tab__content:nth-child(1) .c-news__tag {
    background: #B5A165;
}

.news-tab__contents .news-tab__content:nth-child(2) .c-news__tag {
    background: #D93448;
}

.news-tab__contents .news-tab__content:nth-child(3) .c-news__tag {
    background: #32A783;
}

.tab__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
    margin-top: 2.5rem;
}

.tab__btn {
    flex: 1 1 0;
    text-align: center;
    padding: 2rem 1rem;
    background: #fff;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    transition: all 0.3s;
    color: #1da673;
    font-size: 2rem;
    border-bottom: 2px solid #32A783;
}

.tab__btn:hover {
    background: #32A783;
    color: #fff;
    border-color: #32A783;
}

.tab__btn.is-active {
    background: #32A783;
    color: #fff;
    border-color: #32A783;
}

.tab__content {
    display: none;
}

.tab__content.is-show {
    display: block;
}

@media (max-width: 768px) {
    .tab__buttons {
        flex-direction: column;
    }

    .tab__btn {
        width: 100%;
    }
}

.service {
    margin-top: 10rem;
}

.sub__title {
    font-size: 2.4rem;
    font-weight: 700;
    padding: 2rem;
    background: #ecf4f2;
    border-left: 10px solid #32a783;
}

.sub__title.-wh {
    background: #fff;
    color: #000;
}

.tab__inner {
    margin-top: 4rem;
}

.dot__title {
    padding: 1rem;
    padding-left: 3rem;
    position: relative;
    border-bottom: 1px solid #ec596b;
    font-size: 2rem;
    font-weight: 500;
}

.dot__title::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    background: #ec596b;
    border-radius: 50px;
}

.content-txt {
    line-height: 2;
    margin-top: 2rem;
}

.mt20 {
    margin-top: 2rem;
}

.mt25 {
    margin-top: 2.5rem;
}

.mt30 {
    margin-top: 3rem;
}

.mt40 {
    margin-top: 4rem;
}

.mt60 {
    margin-top: 6rem;
}

.mt100 {
    margin-top: 10rem;
}

.member-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
}

/* .member-links a {
    background: #33a783;
    border-radius: 10px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 3rem 1rem;
    transition: all 0.3s;
} */

.member-links a p {
    text-align: center;
    line-height: 1.5;
}

/* .member-links a img {
    width: 50px;
} */

.member-links a:hover {
    opacity: 0.7;
}

.link-btns {
    display: grid;
    gap: 1rem;
    justify-items: center;
}
.newsletter-link {
	display: flex;
}

.link-btns a {
    border: 1px solid #fff;
    border-radius: 6px;
    transition: all 0.3s;
    color: #ffffff;
    padding: 2rem 2rem;
    text-align: center;
    background-color: #32A783;
}

.link-btns a:hover {
    background: #32A783;
    color: #ffffff;
    opacity: 0.6;
}

.link-btns a span {
    position: relative;
}

.link-btns a span.arrow {
    padding-right: 2rem;
}

.link-btns a span.pdf {
    padding-left: 2rem;
}

.link-btns a span.arrow::after {
    content: "";
    position: absolute;
    top: 55%;
    right: 5px;
    transform: translateY(-50%) rotate(315deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s;
}

.link-btns a:hover span.arrow::after {
    border-right: 2px solid #32A783;
    border-bottom: 2px solid #32A783;
}

.link-btns a span.pdf::after {
    content: "";
    position: absolute;
    top: 55%;
    left: -8px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;    
    background-image: url(../img/common/pdf-wh.svg);
    background-size: contain;
    background-position: center;
    transition: all 0.3s;
}
.content-txt a.pdf-red {
	color: #f94c4c;
	padding-right: 2rem;
}
.pdf-red span {
	position: relative;
	text-decoration: none;
}
.pdf-red span::after {
    content: "";
    position: absolute;
    top: 55%;
    right: -25px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;    
    background-image: url(../img/common/pdf-red.svg);
    background-size: contain;
    background-position: center;
    transition: all 0.3s;
}

/* .link-btns a:hover span.pdf::after {
    background-image: url(../img/common/pdf-color.svg);
} */

.grid-col02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}

.grid-col02_text {
    line-height: 2;
}

.newsletter-img {
    padding: 15px;
    border: 2px solid #32A783;
    padding: 1rem;
    border-radius: 0.4rem;
	display: flex;
}

.newsletter-img img {
    width: 100%;
    max-width: 196px;
    margin: auto;
}

.newsletter-grid {
    align-items: initial;
}

.newsletter {
    margin-bottom: 113px;
}

@media screen and (max-width: 767px) {
    .grid-col02 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

}

.links {
    padding: 6rem 0 10rem;
    border-top: 1px solid #1da673;
}
.footer-links {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.footer-links a {
    transition: all 0.3s;
}

.footer-links a:hover {
    opacity: 0.7;
}

.ttl-center {
    display: flex;
    justify-content: center;
}

.tel__time {
    display: block;
    margin-top: 14px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.footer__sub-link {
    font-size: 1.5rem;
    font-weight: 400;
    padding-left: 24px;
    position: relative;
    margin-top: 2rem;
    transition: all 0.3s;
}

.footer__sub-link:hover {
    opacity: 0.7;
}

.footer__sub-link::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #32A783;
    transform: translateY(-50%);
}

.footer__sub-link+.footer__sub-link {
    margin-top: 1rem;
}

.footer__list+.footer__list {
    margin-top: 3rem;
}

.sub-shop__table.table_border {
    padding: 0;
}

.sub-shop__table.table_border th {
    width: 20rem;
}

.sub-shop__table.table_border tr {
    border-bottom: 1px solid #C7C7C7;
    position: relative;
}

.sub-shop__table.table_border tr::before {
    content: "";
    width: 200px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #32A783;
}

.about01 {
    padding-bottom: 36px;
}

.about02 {
    padding: 6rem 0 10rem;
}

.main-contents .bg-green,
.main-contents .bg-pink {
    position: relative;
    z-index: 1;
}

.main-contents .bg-green::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
	transform: translatex(-50%);
    width: 100vw;
    height: 100%;
    background: #E5F0ED;
    z-index: -1;
}

.main-contents .bg-pink::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
	transform: translatex(-50%);
    width: 100vw;
    height: 100%;
    background: #FFEDED;
    z-index: -1;
}

.symbol-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 1.6rem;
    line-height: 1.8;
}

.symbol-table th,
.symbol-table td {
    vertical-align: middle;
    padding: 1rem;
    border-bottom: 1px solid #DDDDDD;
}

.symbol-table th {
    width: 35%;
    color: #fff;
    text-align: center;
}

.symbol-table th span {
    font-weight: bold;
}

.symbol-table td {
    background: #fff;
    color: #000;
}

.symbol-table__red {
    background: #d74449;
}

.symbol-table__green {
    background: #007f5c;
}

.symbol-table__white {
    background: #f4f4f4;
}

.symbol-table__white span {
    color: #333;
}

.about02-box {
    grid-template-columns: 200px 1fr;
    padding: 4rem 2rem;
    background: #fff;
    gap: 3.3rem;
    align-items: flex-start;
    border-radius: 1rem;
}

.about02-box-img img {
    width: 100%;
    max-width: 200px;
}

.about02-box-body {
    line-height: 2;
}

.about02-box-body .catch {
    color: #82653D;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 23px;
    display: block;
}

.num__title {
    font-size: 2rem;
    font-weight: 500;
    color: #399175;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.num__title span {
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 4.8rem;
    color: #32A783;
    line-height: 1;
}

.about03 {
    padding: 4rem 0 8rem;
}

.list-dots li {
    padding-left: 24px;
    position: relative;
}

.list-dots li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #B5A165;
}

.about03 .sub-shop__table.table_border th {
    width: 30rem;
    font-weight: 400;
}

.about03 .sub-shop__table.table_border tr::before {
    width: 30rem;
}

.about04 {
    padding: 0 0 10rem;
}
.about05 {
    padding: 6rem 0 10rem;
}

.pdf-link {
    padding: 2rem 3rem;
    background: #fff;
    border: 1px solid #D93448;
    position: relative;
    border-radius: 6px;
    transition: all 0.3s;
}

.pdf-link:hover {
    background: #fcf1f1;
}

.pdf-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(315deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #D93448;
    border-bottom: 2px solid #D93448;
}

.pdf-link span {
    font-size: 2rem;
    padding-left: 4rem;
    position: relative;
}

.pdf-link span::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../img/common/pdf-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.pdf-links {
    display: grid;
    gap: 2rem;
    margin-top: 4rem;
}

.magazine-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 1rem;
}

.magazine-grid a {
    transition: all 0.3s;
    border: 2px solid #32A783;
    padding: 1rem;
    border-radius: 0.4rem;
}

.magazine-grid a p {
    margin-top: 7px;
    text-align: center;
}

.magazine-grid a:hover {
    opacity: 0.7;
}

.magazine02 {
    padding: 8rem 0 10rem;
}

.seminar-btn .btn.-color {
    width: 100%;
}

.seminar02 {
    padding: 6rem 0 10rem;
}
.seminar01 {
	padding-top: 6rem;
}
.seminar01 .seminar-btn .btn01 {
	background: #dcf1ea;
	color: #000;
}
.seminar01 .seminar-btn .btn01.btn.-color::before {
	border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
.txt-red {
    color: #D93448;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #B5A165;
    font-size: 1.6rem;
}

.schedule-table th,
.schedule-table td {
    border: 1px solid #cfcfcf;
    padding: 1.2rem 1.6rem;
    vertical-align: middle;
    text-align: center;
}

.schedule-table thead th {
    background: #1da673;
    color: #fff;
    line-height: 1.3;
}

.schedule-table tbody th {
    width: 18rem;
    color: #333;
    background: #edf4f2;
    font-weight: 600;
    line-height: 1.6;
}

.schedule-table.exam-table tbody th {
    padding: 1.5rem 1rem;
    width: 23rem;
}

.schedule-table tbody th span {
    display: block;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
}

.schedule-table td strong {
    font-weight: bold;
    color: #000;
}

.schedule-table tbody th .open {
    color: #D94444;
    font-weight: 700;
}

.closed td {
    text-decoration: line-through;
    opacity: 0.7;
}

.seminar03,
.seminar04 {
    padding: 6rem 0 10rem;
}

.flow_design02 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow_design02 ul {
    padding: 0;
}

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

.flow_design02 dd {
    margin-left: 0;
    line-height: 1.5;
}

.flow02>li {
    padding: 40px 10px;
    ;
}

.flow02>li:not(:last-child) {
    border-bottom: 3px solid #ec596b;
    position: relative;
}

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

.flow02>li:not(:last-child)::before {
    border-width: 22px;
    border-top-color: #ec596b;
}

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

.flow02>li dl {
    margin: 0;
}

.flow02>li dl dt {
    font-size: 1.3em;
    font-weight: 600;
    border-bottom: 2px dotted #878787;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    display: flex;
}

.flow02>li dl dt .icon02 {
    font-size: 0.6em;
    color: #fff;
    background: #ec596b;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 0.5em;
}

.link-btn-txt {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    font-size: 2rem;
}

.application-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    font-size: 1.6rem;
    line-height: 1.8;
	border: 1px solid #32A783;
	border-top: none;
}

.application-list li {
    padding: 2rem;
	border-top: 1px solid #32A783;
}
.application-list__flex {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap:2rem;
}
.application-list li strong {
    color: #82653D;
}

.application-list .num {
    font-weight: bold;
    margin-right: 0.5rem;
    color: #333;
}

.application-list a {
    text-decoration: underline;
    color: #0070C0;
    display: inline;
}

.bank-table {
    border-collapse: collapse;
    border: 1px solid #B5A165;
    width: 100%;
    margin: 1.5rem 0;
    background: #fff;
}

.bank-table th {
    width: 20%;
    background: #F3EDDD;
    text-align: center;
    padding: 1rem;
    border: 1px solid #B5A165;
    color: #000;
}

.bank-table td {
    padding: 1rem;
    border: 1px solid #B5A165;
    line-height: 1.6;
}

.note {
    font-size: 1.5rem;
    color: #333;
    margin-top: 1rem;
}

.note.red {
    color: #d00;
    font-weight: bold;
}

.underline {
    text-decoration: underline;
    text-decoration-color: #B5A165;
}

.attention {
    text-align: center;
    padding: 2rem;
    background: #FFEDED;
    line-height: 1.5;
}

.attention span {
    font-size: 2rem;
    color: #D93448;
    font-weight: bold;
    display: block;
}

.content-txt a {
    text-decoration: underline;
    color: #09c;
    display: inline;
}

.document-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
}

.document-table th, .document-table td {
    border: 1px solid #32a783;
    padding: 6px 8px;
}

.document-table thead th {
    background: #edf4f2;
    font-weight: 700;
    color: #000;
}
.document-table tbody td:first-child {
    text-align: left;
    font-weight: 500;
}

.document-table tbody td {
    height: 32px;
}

.document-table td {
    vertical-align: middle;
}

.document-table td:empty::after {
    content: "";
}

.document-table td:contains("●"),
.document-table td:contains("〇") {
    font-size: 1.6rem;
}

.exam-map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
}

.exam-map-grid {
    grid-template-columns: 1fr 1.5fr;
    align-items: flex-start;
}

.exam02 {
    padding: 0 0 10rem;
}

.seminar-link.-member {
    grid-template-columns: 1fr 1fr;
}

.info-grid {
    align-items: flex-start;
    grid-template-columns: 2fr 1fr;
}

.info-grid-txt a {
    text-decoration: underline;
    color: #09c;
    padding-left: 1rem;
    position: relative;
    margin-top: 2rem;
}

.info-grid-txt a+a {
    margin-top: 1rem;
}

.info-grid-txt a::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #09c;
}

.info-map iframe {
    width: 100%;
    height: 300px;
    aspect-ratio: 2 / 1;
}

.info-list {
    margin-top: 1rem;
}

.info-contents {
    padding-bottom: 10rem;
}

.privacy-policy {
    height: 200px;
    max-width: 90rem;
    width: 100%;
    padding: 0 2em 2em 1em;
    border: 2px solid #9da3a7;
    overflow-y: scroll;
    text-align: left;
    font-size: 14px;
    background-color: #fff;
    color: #141414;
    margin: 6rem auto 0;
}

.privacy-policy__head {
    margin-top: 14px;
    margin-bottom: 2px;
    font-weight: 700;
}

.privacy-policy p {
    line-height: 1.5;
}

.contact .content-txt {
    line-height: 1.5;
}

.contact .main-contents {
    padding-bottom: 10rem;
}

.archive-thumbnail img {
    max-width: 130px;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.archive-info .item__time {
    padding: 0;
}

.single .btn.-color::before {
    content: none;
}

.attention a {
    color: #09c;
    text-decoration: underline;
    transition: all 0.3s;
}

.attention a:hover {
    opacity: 0.7;
}

.member-map {
    position: relative;
    max-width: 60rem;
    margin: 4rem auto 0;
}

.tab-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    gap: 0.5em;
    margin: 1.5em 0;
    padding: 0;
}

.tab-buttons li {
    padding: 0.6em 1.2em;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    transition: all 0.3s;
}

.tab-buttons li:hover {
    background-color: #1da673;
    color: #fff;
    border-color: #1da673;
}

.tab-buttons li.active {
    background-color: #1da673;
    color: #fff;
    border-color: #1da673;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.map-link {
    padding: 1rem 2rem;
    border-radius: 4px;
    background: #C2B9F9;
    display: inline-block;
    position: absolute;
    font-weight: bold;
    transition: all 0.3s;
}

.map-link:hover {
    opacity: 0.7;
}

.map-link.-miyako {
    top: 19%;
    left: 29%;
}

.map-link.-yaeyama {
    top: 24%;
    left: 11.5%;
    background: #CADA50;
}

.map-link.-hokubu {
    top: 37%;
    left: 80%;
    background: #7BC29D;
}

.map-link.-chubu {
    top: 65%;
    left: 56%;
    background: #A9D28F;
}

.map-link.-ginowan {
    top: 62%;
    left: 4%;
    background: #8ACEEB;
}

.map-link.-nishi {
    top: 70%;
    left: 0%;
    background: #F9ADCA;
}

.map-link.-higashi {
    top: 78%;
    left: -4%;
    background: #F8EE49;
}

.map-link.-urasoe {
    top: 78%;
    left: 31%;
    background: #D1B0CF;
}

.map-link.-oroku {
    top: 92%;
    left: 28%;
    background: #FFCE71;
}

.member-list {
    padding-top: 8rem;
}

.member-list-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.5rem;
    color: #333;
    table-layout: fixed;
    border: 1px solid #d1c7a3;
}

.member-list-table th,
.member-list-table td {
    border: 1px solid #33a783;
    /* padding: 0.8em 1em; */
    vertical-align: middle;
    line-height: 1.6;
}

.member-list-table thead th {
    background-color: #deefea;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.3;
    padding: 5px;
}

.member-list-table tbody td {
    background-color: #fff;
}

/* ▼ 各列の幅指定（比率調整） */
.member-list-table td:nth-child(1),
.member-list-table th:nth-child(1) {
    width: 15%;
    text-align: center;
}

.member-list-table td:nth-child(2),
.member-list-table th:nth-child(2) {
    width: 33%;
}

.member-list-table td:nth-child(3),
.member-list-table th:nth-child(3) {
    width: 15%;
	text-align: center;
}

.member-list-table td:nth-child(4),
.member-list-table th:nth-child(4) {
	width: 35%;
}

.member-list-table td:nth-child(5),
.member-list-table th:nth-child(5) {
    width: 20%;
}

.member-list-table td:nth-child(6),
.member-list-table th:nth-child(6) {
    width: 36%;
    /* 住所を少し広めに */
}

/* スマホ対応 */
@media (max-width: 768px) {
    .member-list-table {
        font-size: 1.3rem;
    }

    .member-list-table th,
    .member-list-table td {
        padding: 8px 5px;
    }

    .member-list-table td:nth-child(3),
    .member-list-table td:nth-child(4),
    .member-list-table td:nth-child(6) {
        word-break: break-all;
    }
}

.member-list {
    padding-bottom: 10rem;
}

.merit-img {
    max-width: 50rem;
    margin: auto;
}

.content-img {
    max-width: 60rem;
    margin-top: 2rem;
}

.content-img a {
    transition: all 0.3s;
}

.content-img a:hover {
    opacity: 0.7;
}

.document-table01 th:first-child,
.document-table01 td:first-child {
    width: 60px;
}

.document-table01 th:nth-child(4),
.document-table01 th:nth-child(5),
.document-table01 th:nth-child(6),
.document-table01 th:nth-child(7),
.document-table01 td:nth-child(4),
.document-table01 td:nth-child(5),
.document-table01 td:nth-child(6),
.document-table01 td:nth-child(7) {
    width: 60px;
    text-align: center;
}

.document-table01 td,
.document-table02 td {
    text-align: left;
    line-height: 1.4;
    font-size: 1.5rem;
    padding: 1rem;
}

.document-table01 td:nth-child(3) {
    text-align: center;
}

.document-table02 th:first-child,
.document-table02 td:first-child {
    width: 45px;
    text-align: center;
    white-space: nowrap;
}

.document-table02 a {
    color: #09c;
    text-decoration: underline;
    display: inline;
}

.page-id-4088 .main-contents {
    padding-bottom: 10rem;
}

.video-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
}

.video-banner a {
    transition: all 0.3s;
}

.video-banner a:hover {
    opacity: 0.7;
}

/* セクション全体 */
.cf7-auth-sec {
    max-width: 420px;
    margin: 2rem auto;
    padding: 1rem;
    font-family: sans-serif;
    text-align: center;
}

/* タイトル */
.cf7-auth-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.04em;
}

/* ようこそテキスト */
.cf7-auth-welcome {
    font-size: 2rem;
    margin: 3rem 0 1.2rem ;
	text-align: center;
	display: none;
}

/* WordPress標準ログインフォーム（wp_login_form）の調整 */
.cf7-auth-sec #loginform {
    width: 100%;
    text-align: left;
    margin: 0 auto 1.2rem;
}

.cf7-auth-sec #loginform p {
    margin-bottom: 0.8rem;
}

.cf7-auth-sec #loginform label {
    font-size: 1.5rem;
    opacity: 0.8;
    display: block;
    margin-bottom: 0.3rem;
}

.cf7-auth-sec #loginform input[type="text"],
.cf7-auth-sec #loginform input[type="password"] {
    width: 100%;
    font-size: 1.6rem;
    padding: 0.6rem;
    border: 1px solid #000;
    border-radius: 2px;
    background: #fff;
}

.cf7-auth-sec #loginform input[type="submit"] {
    width: 100%;
    font-size: 2rem;
    padding: 1.5rem;
    background: #32A783;
    cursor: pointer;
    border-radius: 2px;
    font-weight: bold;
    color: #fff;
	transition: all 0.3s;
}

.cf7-auth-sec #loginform input[type="submit"]:hover {
    opacity: 0.7;
}

/* ログイン後はログインフォームを非表示 */
body.logged-in .login-btn {
    display: none;
}
body.logged-in .cf7-auth-welcome {
	display: block;
}

/* Contact Form 7 フォーム側の装飾もここで統一させるなら便利 */
.cf7-auth-sec .wpcf7-form-control {
    width: 100%;
    font-size: 1.6rem;
    padding: 0.6rem;
    margin-bottom: 0.8rem;
    border: 1px solid #000;
    border-radius: 2px;
    background: #fff;
    text-align: left;
}

.cf7-auth-sec .wpcf7-submit {
    width: 100%;
    font-size: 1.6rem;
    padding: 0.6rem;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
}

.cf7-auth-sec .wpcf7-submit:hover {
    background: #000;
    color: #fff;
}

.cf7-auth-sec input,
.cf7-auth-sec textarea,
.cf7-auth-sec select {
    box-sizing: border-box;
}

body.logged-in .sub-contact__item.password {
    display: none;
}
.header-flex {
	display:flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.header-listBtns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 90%;
}
.header-listBtn {
	background: #1da673;
	color: #fff;
	text-align: center;
	padding: 2rem 0;
	font-weight: bold;
	transition: all 0.3s;
}
.header-listBtn:hover {
	opacity: 0.7;
}
.header-listBtn:nth-child(2) {
	background: #cfc19d;
}
.header-listBtn:nth-child(3) {
	background: #ec596b;
}
.login-btn {
  font-size: 1.8rem;
  padding: 15px 20px;
  cursor: pointer;
	background: #32A783;
	display: block;
	max-width: 80rem;
	width: 100%;
	margin: 4rem auto;
	color: #fff;
	border-radius: 10px;
	transition: all 0.3s;
}
.login-btn:hover {
	opacity: 0.7;
}
.login-btn span{
	position: relative;
	padding-right: 3rem;
}
.login-btn span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(315deg);
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/* -------- モーダル -------- */
.login-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.login-modal.is-active {
  display: block;
}

.login-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(2px);
}

.login-modal__content {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  max-width: 500px;
  width: 90%;
  background: #fff;
  padding: 30px 25px;
  border-radius: 10px;
}

.login-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2.4rem;
  cursor: pointer;
}

/* アニメーション */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-ttl {
	margin-top: 6rem;
}
.nav-drawer .accordion-content {
  display: none;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 769px) {
  .header__item-child:hover>.child__wrap {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .header__item-child:hover>.child__wrap {
    visibility: hidden;
    opacity: 0;
  }
}
.nav-banner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-top: 2rem;
}
.home-event {
	background: #32A783;
	padding-bottom: 8.5rem;
	padding-left: 2.4rem;
		padding-right: 2.4rem;
}
.home-event-inner {
	background: #fff;
	border-radius: 10px;
	padding: 4rem 3rem;
}
.home-event__btn {
	margin-top: 4rem;
}
.home-event__btn .btn.-color {
	border: 1px solid #32A783;
	color: #32A783;
	background: #fff;
}
.home-event__btn .btn.-color::before {
	border-color: #32A783;
}
.home-event .archive-info {
	margin-bottom: 0;
}
.tag--event {
	background: #D93448;
}
.tag--seminar {
	background: #32A783;
}
.news01 {
	padding-bottom: 8rem;
}
.wp-block-embed iframe {
	width: 100%;
	height: 100%;
}
.archive-thumbnail {
	flex-shrink: 0;
}
.page-links {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.page-links a {
	border: 2px solid #399175;
	border-radius: 50px;
	color: #399175;
	padding: 7px;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.3s;
	font-weight: bold;
}
.page-links a:hover {
	background: #399175;
	color: #fff;
}
.page-links a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #399175;
}
.list02 {
	padding-top: 8rem;
}
.district-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
	margin-top: 4rem;
}

.district-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 80px;
  font-weight: 600;
  font-size: 1.8rem;
	color: #333;
  text-decoration: none;
  transition: 0.3s ease;
  border-radius: 6px;
	transition: all 0.3s;
}
.district-btn a:hover {
	opacity: 0.7;
}
.nishi a   { background: #F9ADCA; }
.higashi a { background: #F8EE49; }
.oroku a   { background: #FFCE71; }
.urasoe a  { background: #D1B0CF; }
.ginowan a { background: #8ACEEB; }
.chubu a   { background: #A9D28F; }
.hokubu a  { background: #7BC29D; }
.miyako a  { background: #C2B9F9; }
.yaeyama a { background: #CADA50; }

.app01 {
	padding-bottom: 10rem;
}
.member-lock {
  margin-top: 15px;
}

.member-lock input {
  padding: 8px 12px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 220px;
  max-width: 100%;
  margin-right: 10px;
}

.member-lock input:focus {
  outline: none;
  border-color: #399175;
}

.member-lock button {
  padding: 8px 16px;
  font-size: 1.6rem;
  background: #399175;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}

.member-lock button:hover {
  background: #2f7a61;
}
.format-list {
  max-width: 70rem;
  margin-top: 4rem;
	padding-left: 2rem;
}
.format-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.format-item img {
	width: 20rem;
}
.format-buttons {
  display: flex;
  gap: 20px;
}
.format-btn {
  display: inline-block;
  padding: 8px 28px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s ease;
}
.format-btn--pdf {
  background: #e94055;
}
.format-btn--word {
  background: #2f4f9e;
}

.format-btn--word:hover {
  background: #253f7f;
}
.format__title {
	color: #399175;
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: 1px solid #399175;
    padding-bottom: 1rem;
    border-left: 5px solid #399175;
    padding-left: 2rem;
}
.banner-flex {
	display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    max-width: 40rem;
	margin-top: 1rem;
}
.format-grid {
	grid-template-columns: 2fr 1fr;
	margin-top: 2rem;
	align-items: start;
}
.pdf-btn {
	padding: 0.6em 1.2em;
    cursor: pointer;
	border-radius: 50px;
    text-align: center;
    transition: all 0.3s;
	background-color: #1da673;
    color: #fff;
	transition: all 0.3s;
}
.pdf-btn:hover {
	opacity: 0.7;
}
.pdf-btn-wrap {
	text-align: right;
}
.seminar-img {
	max-width: 700px;
	margin: auto;
}
/* mq */

@media screen and (max-width: 767px) {
	.footer__sub-link+.footer__sub-link {
		margin-top: 6px;
	}
	.footer__sub-link {
		margin-top: 1rem;
	}
    .home-mv {
        padding-top: 15vw;
    }

    .home-mv .slick-initialized .slick-slide {
        margin: 0 0px;
    }

    .top-links {
        grid-template-columns: repeat(1, 1fr);
    }

    .top-links a {
        font-size: 1.6rem;
        padding: 0;
    }

    .seminar-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
		padding: 2rem 1.6rem;
    }
	.home-event {
		padding-left: 5vw;
    padding-right: 5vw;
	}
	.sub-archive__top {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

    .seminar-link {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 8px;
    }

    .seminar-link a,
    .side-menu__list a {
        padding: 1rem;
    }

    .section-wrap {
        flex-direction: column-reverse;
        margin-top: 3rem;
    }

    .side-menu__toggle {
        padding: 1.45rem 1rem;
    }

    .side-menu {
        width: 100%;
        padding-bottom: 4rem;
    }

    .side-menu__toggle .arrow {
        width: 10px;
        height: 10px;
    }

    .side-menu__title {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .home-section-title {
        padding-bottom: 1rem;
    }

    .news-tab__buttons {
        grid-template-columns: 1fr 1fr 1fr;
		gap: 6px;
        margin-top: 2rem;
		border-radius: 10px;
    }
	.c-news__tag {
		padding: 1px 10px;
	}

    .news-tab__btn {
        font-size: 1.4rem;
		padding: 7px 0;
    }
	.news-tab__btn::after {
		content: none;
	}

    .home-blog__item-wrap {
        padding-top: 0;
    }

    .home-blog__btn {
        padding-top: 2rem;
    }

    .service {
        margin-top: 5rem;
    }

    .tab__btn {
        font-size: 1.6rem;
        padding: 1rem;
    }

    .sub__title {
        font-size: 1.8rem;
        padding: 1.5rem;
    }

    .mt25 {
        margin-top: 1.5rem;
    }

    .dot__title {
        font-size: 1.8rem;
    }

    .content-txt {
        margin-top: 1rem;
        line-height: 1.7;
    }

    .mt40 {
        margin-top: 3rem;
    }

    .mt100 {
        margin-top: 7rem;
    }

    .mt30 {
        margin-top: 2rem;
    }
    .member-links {
        display: grid;
        grid-template-columns: 1fr ;
        gap: 1rem;
    }
    .member-links a {
        font-size: 2rem;
        padding: 1rem 1rem;
        gap: 0;
    }

    .newsletter {
        margin-bottom: 6rem;
    }

    .links {
        padding: 2rem 0 6rem;
        margin-top: 4rem;
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer_cta {
        padding: 0;
    }

    .contact_group h3 {
        font-size: 2rem;
    }

    .sp_cta {
        display: flex;
    }

    .schedule-table thead th {
        width: 20%;
    }

    .schedule-table th,
    .schedule-table td {
        padding: 5px;
    }

    .flow02>li dl dt {
        font-size: 1.6rem;
        line-height: 1.5;
        align-items: flex-start;
    }

    .flow02>li {
        padding: 3rem 1rem 2rem;
    }
	.document-table01 td, .document-table02 td {
		font-size: 1.4rem;
	}
    .document-table01 th:nth-child(2),
    .document-table01 td:nth-child(2) {
        width: 50%;
    }

    .document-table02 th {
        width: 30%;
    }

    .page-id-4088 .main-contents {
        padding-bottom: 6rem;
    }

    .sub-shop__table.table_border th {
        width: 7rem;
    }

    .sub-shop__table.table_border tr::before {
        width: 6rem;
    }

    .about02-box {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }

    .about02-box-img img {
        width: 150px;
        margin: auto;
    }

    .about02-box-body .catch {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .about02 {
        padding: 6rem 0;
    }
	.symbol-table {
		font-size: 1.4rem;
	}
    .symbol-table tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .symbol-table td {
        display: block;
        width: 100%;
    }

    .symbol-table th {
        width: 100%;
    }

    .about03 .sub-shop__table.table_border th {
        width: 10rem;
        line-height: 1.5;
    }

    .list-dots li::before {
        width: 10px;
        height: 10px;
        top: 7px;
    }

    .list-dots li {
        padding-left: 18px;
    }


    .about03,
    .about05 {
        padding: 4rem 0 6rem;
    }
	.about04 {
		padding-bottom: 6rem;
	}

    .pdf-links {
        margin-top: 2rem;
        gap: 1rem;
    }

    .pdf-link {
        padding: 1rem 2rem;
    }

    .pdf-link span {
        font-size: 1.6rem;
        padding-left: 2rem;
    }

    .pdf-link::after {
        right: 1rem;
    }

    .pdf-link span::before {
        left: -6px;
    }

    .mt60 {
        margin-top: 4rem;
    }

    .attention span {
        font-size: 1.6rem;
    }

    .attention {
        padding: 1rem;
    }

    .map-link {
        font-size: 1.5rem;
        padding: 4px 10px;
    }

    .map-link.-yaeyama {
        top: 29%;
        left: 6.5%;
    }

    .map-link.-ginowan {
        top: 60%;
        left: 2%;
    }

    .map-link.-nishi {
        top: 69%;
    }

    .member-list {
        padding-top: 2rem;
    }

    .tab-buttons {
        grid-template-columns: 1fr 1fr;
    }

    .member-list-table td:nth-child(1),
    .member-list-table th:nth-child(1) {
		width: 10%;
    }

    .member-list-table td:nth-child(2),
    .member-list-table th:nth-child(2) {
        width: 19%;
    }

    .member-list-table td:nth-child(3),
    .member-list-table th:nth-child(3) {
        width: 21%;
    }

    .member-list-table td:nth-child(4),
    .member-list-table th:nth-child(4) {
        width: 20%;
    }

    .member-list-table td:nth-child(5),
    .member-list-table th:nth-child(5) {
        width: 13%;
    }

    .member-list-table td:nth-child(6),
    .member-list-table th:nth-child(6) {
        width: 26%;
    }

    .magazine-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem 1rem;
    }

    .link-btns a {
        font-size: 1.4rem;
    }

    .seminar02 {
        padding: 6rem 0 2rem;
    }

    .member-links a p {
        font-size: 1.6rem;
    }

    .exam-map-grid {
        grid-template-columns: 1fr;
    }

    .document-table th,
    .document-table td {
        padding: 2px;
    }

    .num__title span {
        font-size: 3.4rem;
    }

    .num__title {
        gap: 5px;
        font-size: 1.8rem;
    }

    .document-table02 th:first-child,
    .document-table02 td:first-child {
        width: 10%;
    }

    .info-grid {
        display: flex;
        flex-direction: column-reverse;
    }

    .info-grid a {
        max-width: 170px;
        margin: auto;
    }

    .info-grid-txt a {
        max-width: 100%;
    }

    .c-blog-item .item__body {
        gap: 1rem;
		display: grid;
		grid-template-columns: 70px 1fr;
    }

    .archive-thumbnail img {
        max-width: 70px;
		aspect-ratio: 1;
    }

    .footer-item01 {
        order: 2;
        margin-top: 3rem;
    }

    .footer-item02 {
        order: 1;
    }

    .footer-item03 {
        order: 3;
    }

    .video-banner {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .main-contents {
        width: 100%;
    }

    .event-slider .slick-prev:before,
    .event-slider .slick-next:before {
        font-size: 3rem;
    }

    .slick-prev,
    .slick-next {
        width: 3rem;
        height: 3rem;
    }
	.page-links {
		flex-direction: column;
	}
	.district-grid {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
		margin-top: 3rem;
	}
	.district-grid a {
		font-size: 1.6rem;
	}
	.format-list {
		margin-top: 2rem;
		padding: 0;
	}
	.format-buttons {
		gap: 1rem;
	}
	.format-btn {
		padding: 8px;
		font-size: 1.4rem;
	}
	.format-item img {
		width: 15rem;
	}
	.format__title {
		font-size: 1.8rem;
		padding-left: 1rem;
		line-height: 1.3
	}
	.format-grid {
		grid-template-columns: 1fr;
	}
}
/* mq */

/* 2025/12/08変更*/

.side-menu__toggle .arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    border-right: 0px solid #09533b;
    border-bottom: 0px solid #09533b;
}

.side-menu__toggle .arrow::before,
.side-menu__toggle .arrow::after {
    content: "";
    position: absolute;
    background: #09533b;
    transition: all 0.3s ease;
}

.side-menu__toggle .arrow::after {
    top: 50%;
    left: 0;
    width: 14px;
    height: 3px;
    transform: translateY(-50%);
}

.side-menu__toggle .arrow::before {
    top: 0;
    left: 50%;
    width: 3px;
    height: 14px;
    transform: translateX(-50%);
}

.side-menu__toggle.open .arrow::before {
    opacity: 0; /* 縦線を消すだけで ー になる */
}

.side-menu__toggle .arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
}

/* ＋記号の横線 */
.side-menu__toggle .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #1da673;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

/* ＋記号の縦線 */
.side-menu__toggle .arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #1da673;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

/* 開いた状態：縦線だけ消える → ーになる */
li.has-children.open .side-menu__toggle .arrow::before {
    opacity: 0;
}

.footer_cta_inner {
    color: #333;
}

.tel__link {
    color: #333;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.page-template-page-contact .side-menu {
    display: none;
}

.sub__title.-wh.mt60.-red {
    border-left: 10px solid #d93448;
}
.header-item.-list a,
.header-item.-info a{
/* 	background: #D93448; */
	padding: 6px 14px;
	padding-right: 30px;
	position: relative;
/* 	border-radius: 4px; */
	border-right: 1px solid #fff;
	font-size: 12px;
	line-height: 1.3;
}
.header-item.-info:last-child a {
  border-right: none;
}
.header-item.-list a::before,
.header-item.-info a::before{
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 9px;
	transform: translatey(-50%);
  background-image: url(../img/common/link-wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
	background-position: center;
}
.header-dd-wrap {
	display: flex;
	background: #32A783;
	width: 100%;
	justify-content: center;
	align-items: stretch;
	padding: 0 4rem;
	margin: 0;
}
.header-dd__item {
    position: relative;
	color: #fff;
	font-weight: bold;
	padding: 1rem 4px;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex: 1;
}
.header-dd__item::before {
	content: "";
  width: 1px;
  height: 31px;
  position: absolute;
  top: 51%;
  left: 0;
	transform: translatey(-50%);
	background: #fff;
}
.header-dd__item:last-child::after {
  content: "";
  width: 1px;
  height: 31px;
  position: absolute;
  top: 51%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
}

.header-dd__link {
	font-weight: bold;
	transition: all 0.3s;
	font-size: 15px;
}
.header-dd__link:hover {
	opacity: 0.7;
}
.dropdown-menu {
    visibility: hidden; 
    position: absolute;
    top: 230%; 
    left: 0;
    background-color: #fff; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
    margin: 0;
    list-style: none;
    z-index: 1000;
    opacity: 0; 
    transform: translateY(20px); 
    transition: all 0.5s ease; 
		width: 29rem;
	padding-left: 0;
}

.dropdown-menu li {
    margin: 0;
    padding: 0;
}

.dropdown-link {
    display: block;
    padding: 2rem 1.5rem;
    color: #333;
    text-decoration: none;
	text-align: left;
	position: relative;
}
.dropdown-link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) rotate(315deg);
	width: 8px;
	height: 8px;
	border-right: 2.5px solid #32A783;
	border-bottom: 2.5px solid #32A783;
}
.dropdown-link:hover {
    background-color: #f5f5f5;
}

.header-dd__item:hover .dropdown-menu {
    visibility: visible; 
    opacity: 1; 
    transform: translateY(0);
    top: 100%; 
}
.home-mv__illust01 {
	position: absolute;
	top: 14rem;
	left: 0;
	width: 20vw;	
}
.home-mv__illust02 {
	position: absolute;
	top: 14rem;
	right: 0;
	width: 20vw;	
}
@media screen and (max-width: 767px) {
    .footer .page-top {
        display: none;
    }
	.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-scroll .document-table {
  min-width: 1200px; 
  border-collapse: collapse;
}
	.schedule-table {
		font-size: 1.4rem;
	}
	.schedule-table.exam-table tbody th {
		padding: 1rem 6px;
	}
	.home-mv__illust01 {
		width: 35vw;
		top: 6rem;
	}
	.home-mv__illust02 {
		top: auto;
		bottom: 3rem;
	}
	.home-event__box .c-blog-item .item__body {
		grid-template-columns: 1fr;
	}
	.home-event__btn {
		margin-top: 1rem;
	}
}

.header-listBtn {
    position: relative;
    background: #dcfff4;
    background: #fff;
    color: #32a783;
    border-radius: 4rem 0rem 0rem 4rem;
    border: 4px solid #32a783;
}
.header-listBtn a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) rotate(315deg);
    width: 12px;
    height: 12px;
    border-right: 2px solid #32a783;
    border-bottom: 2px solid #32a783;
    z-index: 1;
}

.header-listBtn:hover {
    background: #dcfff4;
    opacity: 1;
}
.header-listBtn:nth-child(2) {
    background: #fffbf1;
    background: #fff;
    color: #7a6738;
    border-radius: 0;
    border: 4px solid #cfc19d;
}

.header-listBtn:nth-child(2) a:before {
    border-right: 2px solid #82653d;
    border-bottom: 2px solid #82653d;
}

.header-listBtn:nth-child(2):hover {
    background: #fffbf1;
    opacity: 1;
}
.header-listBtn:nth-child(3) {
    background: #ffe0e4;
    background: #fff;
    color: #ec596b;
    border-radius: 0 4rem 4rem 0;
    border: 4px solid #ec596b;
}
.header-listBtn:nth-child(3) a:before {
    border-right: 2px solid #d93448;
    border-bottom: 2px solid #d93448;
}

.header-listBtn:nth-child(3):hover {
    background: #ffe0e4;
    opacity: 1;
}

.header-listBtn a {
    font-weight: 700;
    /* font-size: 120%; */
}
.news-load-more {
	background: #32a783;
	color: #fff;
	padding: 8px 1rem;
	border-radius: 50px;
	margin: 3rem auto 0;
	display: block;
	width: 30rem;
}
.post-password-form {
  margin: 8rem auto;
  text-align: center;
}

.post-password-form input[type="password"] {
  width: 100%;
  padding: 6px;
  font-size: 16px;
	border: 1px solid #ccc;
    max-width: 30rem;
    margin-left: 1rem;
}

.post-password-form input[type="submit"] {
  margin-top: 12px;
  padding: 6px 24px;
	background: #32a783;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.post-password-form {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
}

