@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --primary-color: #222222;
  --text-color: #333;
  --transition: 0.3s ease-in-out;
  --bg-light: #f0f0f0;
  --bg-lighter: #fbfaf6;
  /* シャープな編集風（touch-well風） */
  --section-space: 8rem;
  --content-line-height: 1.8;
  --heading-spacing: 0.06em;
  --sharp-border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Set core root defaults */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
fieldset {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: var(--content-line-height);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: var(--bg-light);
  letter-spacing: 0.02em;
}

/* 見出し・強調は細字でスタイリッシュに（シャープな編集風） */
h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 300;
  letter-spacing: var(--heading-spacing);
}

/* セクションの余白を統一（シャープでゆったり・touch-well風） */
section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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-family: 'BIZ UDGothic', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

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

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
  padding-left: 4rem;
  padding-right: 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;
  }
}

.xs-only {
  display: none !important;
}
@media screen and (max-width: 374px) {
  .xs-only {
    display: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .inner {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* ==============================================================
*  セクション(common)
* ============================================================ */
main.home {
  background-color: #fbfaf6;
}

.home-section__desc {
  color: #fff;
  line-height: var(--content-line-height);
  margin-top: 3rem;
  max-width: 50rem;
  letter-spacing: 0.03em;
}

.home-section-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.home-section-title span {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 0.8rem;
  letter-spacing: 0.12em;
  opacity: 0.95;
}

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

.home-section-title.-news {
  text-align: center;
  /* background: linear-gradient(to right, #1F89D6, #2E2B8F); */
  background-clip: text;
  background-size: 200%;
  /* -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
  color: #222222;
  font-weight: 300;
  margin-top: 1rem;
}

.home-section-title.-news span {
  color: #222222;
}

.single .wp-block-image .alignleft {
  float: none;
}
.banner.-home-top {
  margin-top: 9rem;
}

.banner.-home-bottom {
  background-color: var(--bg-lighter);
  padding-bottom: 10rem;
  padding-top: 8rem;
}

.banner.-sub {
  margin-top: 6rem;
}

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

.banner__link.-sub {
  width: 90rem;
}

.btn {
  background-color: #fff;
  display: inline-block;
  outline: none;
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  text-align: center;
  width: 23.4rem;
  z-index: 2;
  color: var(--primary-color);
  text-shadow: none;
}

.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 #222222;
  color: #fff;
  font-size: 1.4rem;
  background: #222222;
}

.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 0.8s;
  transition: opacity 1.2s, -webkit-transform 0.8s;
  transition: opacity 1.2s, transform 0.8s;
  transition: opacity 1.2s, transform 0.8s, -webkit-transform 0.8s;
}

/*下からフェードイン*/
.js-fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.is-fadeInUp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

@media (min-width: 768px) and (max-width: 768px) {
  .header__top {
    padding-right: 1rem !important;
  }
  .header__nav {
    margin-right: 3rem !important;
  }
  .header__item:not(:first-of-type) {
    /*    margin-left: 2rem !important; */
  }
}

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
  .banner__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .banner__link:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn:hover {
    color: #fff;
  }
  .btn:hover span .color {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn:hover::after {
    background-color: var(--primary-color);
    top: 0;
  }
  .btn::before,
  .btn::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn span img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn.-color:hover {
    color: var(--primary-color);
  }
  .btn.-color:hover span .white {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn.-color:hover span .color {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn.-color:hover::after {
    background-color: #fff;
    top: 0;
  }
}

.header__main {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
}
header.header.pc-only::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #222222;
}

.header.-sub {
  background-color: var(--bg-lighter);
}

.header__logo {
  margin-left: 1rem;
  margin-top: 1.7rem;
  width: 20rem;
}

.header__logo img {
  /*   width: 16rem; */
}

.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: 2rem;
  /*   padding-top: 1.2rem; */
  text-align: center;
}

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

.header__tel {
  font-size: 2.2rem;
  font-weight: 300;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

.header__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  height: 1.6rem;
  left: -1.5rem;
  margin: auto;
  position: absolute;
  top: 4px;
  width: 1.6rem;
}

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

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

.header__time {
  font-size: 1.2rem;
  margin-left: 0.3rem;
  text-align: right;
  line-height: 1.3;
  margin-top: 0.5rem;
}

.header__time span {
  font-weight: 300;
}

.header__time span:nth-of-type(1) {
  border: 1px solid var(--primary-color);
  font-size: 1rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.header__time span:nth-of-type(2) {
  font-size: 1.2rem;
}

.header__time.-sub span:nth-of-type(1) {
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header__time.-sub span:nth-of-type(1) span {
  text-shadow: none;
}

.header__nav {
  margin-right: 4rem;
  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 {
  /*  width: 1.995rem; */
}

.header__link {
  /* color: #232472; */
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: 300;
}

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

.header__btn {
  background: #222222;
  font-size: 1.1rem;
  font-weight: 300;
  /*   padding: 3rem 3.4rem; */
  padding: 5.5rem 3.5rem 1rem 3.5rem;
  color: #fff;
}
.header__btn.youtube {
  position: relative;
  padding: 5.5rem 1.5rem 1rem 1.5rem;
}
.header__btn.youtube::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon002.svg);
  background-repeat: no-repeat;
  background-size: 3.5rem;
  top: 1.5rem;
  left: 28%;
  width: 3.5rem;
  height: 3.5rem;
}
.header__btn.email {
  position: relative;
  padding: 5.5rem 1rem 1rem 1rem;
}
.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: 35%;
  width: 3.5rem;
  height: 3.5rem;
}

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

.footer {
  /* background: var(--bg-lighter); */
  padding-top: 5.1rem;
}

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

.footer__item:not(:first-of-type) {
  margin-left: 3rem;
}

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

.footer__item:last-of-type a {
  /*   width: 20px; */
}

.footer_link_banner {
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(
    left,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 );
  padding: 50px 0 50px 0;
}
.footer_link_banner .footer_link_banner_inner {
  max-width: 116.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
}
.footer_link_banner .footer_link_banner_inner a {
  width: 23.5%;
  background: var(--bg-lighter);
}

.footer__link {
  font-size: 1.6rem;
}

.footer__logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.1rem;
  width: 28rem;
  display: flex;
  justify-content: center;
}

.footer__logo img {
  /*   width: 16rem; */
}

.footer__address {
  margin-top: 2.7rem;
  text-align: center;
}

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

.footer__copyright {
  background: #222222;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  margin-top: 3.1rem;
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  text-align: center;
  width: 100%;
}

.footer .page-top {
  width: 100%;
}

.footer .page-top a {
  bottom: 1.15rem;
  display: inline-block;
  position: absolute;
  right: 2.3rem;
}

.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: 300;
  margin-top: 0.4rem;
  color: #fff;
}

.footer_cta {
  /*  background-image: url(../img/home/bg-footer-cta.jpg);
  background-attachment: fixed;
    background-size: cover;
  background-position: bottom center; */
  position: relative;
}
.footer_cta::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/home/bg-footer-cta.jpg);
  background-size: cover;
  background-position: bottom center;
  content: "";
}
.footer_cta_inner {
  padding: 10rem 3rem;
  color: #fff;
}
.footer_cta_inner .htitle03 {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.footer_cta_inner .htitle03::after {
  position: absolute;
  bottom: 0;
  right: initial;
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-image: linear-gradient(to right, #5a5a5a, #8a8a8a 86%, #6a6a6a);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
  right: initial;
  left: 50%;
  -webkit-transform: translatex(-50%) skewX(-50deg);
  transform: translatex(-50%) skewX(-50deg);
}
.footer_cta_txt {
  text-align: center;
  padding: 2rem 0 3rem 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.footer_btn_wrap {
  text-align: center;
}
.footer_cta_inner .htitle03 span {
  display: inline-block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-family: "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: left;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: darken;
}
.sub-section-title {
  color: #000;
  font-size: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(58 / 40);
  text-align: center;
  padding: 260px 0 200px 15rem;
  /*     background: rgba(255,255,255,0.8); */
  /*  background: #f8b62d; */
}
@media screen and (min-width: 1440px) {
  .sub-section-title {
    font-size: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .footer__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__link:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

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

  width: 50%;
  font-size: 16px;
  padding: 18px 0 10px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #fff;
  background: #5a5a5a;
  position: relative;
}
.sp_cta a:last-child {
  background: #444444;
}
.sp_cta a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/tel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.8rem;
  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.5rem;
  left: 2rem;
  width: 2.5rem;
  height: 2.5rem;
}
.sp_cta a span {
  font-weight: 300;
}

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

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

.home-mv__catch {
  font-size: clamp(30px, 4rem, 40px);
}
.home-mv__catch img {
  max-width: 500px;
  margin: 0 auto;
}

.home-mv__catch span {
  line-height: calc(58 / 40);
  text-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
}

.home-mv__slide img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  opacity: 0;
}

.home-mv .slick-track img {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.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: var(--bg-lighter);
  -webkit-animation: patmove 1.4s ease-in-out infinite;
  animation: patmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes patmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  20% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes patmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  20% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.home-mv__scrolldown span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  font-size: 1rem;
  color: #fff;
}

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

.home-shop {
  padding-top: 6rem;
  background: var(--bg-lighter);
  margin-top: 5rem;
}
.home-shop.type002 .home-section-title {
  font-weight: 300;
}
.home-shop-about .home-shop__text {
  background: var(--bg-lighter);
}
.home-shop.type002 .home-shop__intro span {
  background: linear-gradient(transparent 60%, rgb(220 220 220 / 50%) 60%);
  font-style: italic;
  display: inline;
  font-size: 4rem;
}

.home-shop .home-section-title {
  position: relative;
  z-index: 1;
}
.home-shop .home-section-title span {
  color: #ffffff;
}

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

.home-shop.type002 .home-shop__text {
  width: 100%;
  padding-right: calc(2.4rem + ((1vw - 11.69px) * (376 / 7.51)));
  padding-bottom: calc(16.8rem + ((1vw - 11.69px) * (40 / 7.51)));
  padding-top: calc(16.8rem + ((1vw - 11.69px) * (26 / 7.51)));
  text-align: center;
  overflow: hidden;
  background: url(../img/home/home-shop-bg.jpg);
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}
.home-shop.type002 .home-shop__container {
  flex-direction: column;
  top: -14rem;
  overflow: hidden;
}
/* .home-shop.type002 .home-shop__container::before {
      content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 370px;
    height: calc(370px * 0.57735);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background: #222222;
      z-index: 1;
}
.home-shop.type002 .home-shop__text::before {
  content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 370px;
    height: calc(370px * 0.57735);
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    background: #222222;
      z-index: 1;
} */
.home-shop.type002 .home-shop__img {
  display: flex;
  justify-content: center;
  margin: 0px auto 0 auto;
  width: 100%;
  max-width: 100.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  gap: 3rem;
  position: relative;
  top: -100px;
  z-index: 2;
}
.home-shop.type002 .home-shop__intro {
  width: 100%;
}
.home-shop.type002 .home-section__desc {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 3rem;
}
.home-shop.type002 .home-section__desc span {
  margin: 4rem 0 4rem 0;
  display: block;
  font-weight: 300;
  color: #666666;
}
.home-shop.type002 .home-shop__img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.home-shop.type002 .home-shop__img a:hover img {
  opacity: 0.8;
  transition: 0.3s;
}

.home-shop__text {
  /* background: var(--primary-color); */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  /*       background: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%,#4fbe4f 100%);
    background: linear-gradient(to right, #8bcf32 0%,#4fbe4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf32', endColorstr='#4fbe4f',GradientType=1 ); */
  background: #254367;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

/* .home-shop__text::before {
  background: #141414;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
} */
.home-shop .home-section__desc {
  color: #fff;
}

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

.home-shop__intro span {
  display: block;
  font-weight: 300;
}

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

.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: 1px solid #222222;
  padding: 0 0 10px 0;
  font-weight: 300;
}
.home-center__container.-service .home-section-title span {
  color: #222222;
  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: #222222;
}
.home-center__container.-price .home-section-title {
  color: var(--text-color);
  border-bottom: 1px solid #222222;
  padding: 0 0 10px 0;
  font-weight: 300;
}
.home-center__container.-price .home-section-title span {
  color: #222222;
  font-weight: 300;
}
.home-center__container.-price .home-section__desc {
  color: #333;
  line-height: 1.7;
  font-size: 1.5rem;
}
.home-center__container.-price .btn {
  background: #222222;
  color: #fff;
}

.home-center__img {
  width: 56rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.home-center__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

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

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

/* 強み・特徴とメニュー・料金の間の余白を確保（他スタイルとの干渉を防ぐ） */
.home-center .home-service,
.home-center .home-price {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

.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 0.3s;
  transition: opacity 0.3s;
}

.home-gallery__item:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.home-gallery__btn {
  margin-top: 6.3rem;
  text-align: center;
}

.home-gallery__btn .btn {
  padding-right: 2.2rem;
}

.home-gallery__btn .btn span {
  right: 4.2rem;
}

.home-news {
  padding-bottom: 8rem;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
  background-color: #fbfaf6;
}

.home-news .inner {
  padding: 0;
}

.home-news__box {
  background: unset;
  width: 100%;
  padding: 0;
}

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

.home-news__link {
  display: block;
  width: 100%;
  background: #ffffff;
  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;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  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: #222222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 1.2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 0;
  padding: 0.4rem 0.6rem;
}
.home-news__category span {
  white-space: nowrap;
}

.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: var(--bg-lighter);
  padding-top: 6rem;
}
.p-home-sec03 .home-section-title {
  color: #333;
  font-weight: 300;
}
.p-home-sec03 .home-section-title span {
  color: #222222;
  font-weight: 500;
}
.p-home-sec03__txt {
  text-align: center;
  line-height: 1.7;
  font-size: 1.5rem;
  margin: 4rem 0 0 0;
}
.inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
  position: relative;
  width: 100%;
}
.p-home-sec03__item-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 5rem;
}
.p-home-sec03 .item {
  color: #fff;
}
.p-home-sec03__item {
  width: auto;
  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 2vw;
}
.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: 400;
  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 0.4s;
    transition: background 0.4s;
  }
  .home-news__link:hover .home-news__title span {
    background-size: 100% 1px;
    /* 線の横幅を100%にする */
  }
}

/* ==============================================================
*  セクション(sub-common)
* ============================================================ */
main.sub {
  background-color: #ffffff;
}

.sub-bg {
  padding-bottom: 10rem;
  padding-top: 6rem;
  position: relative;
  /*      background-image: url(https://solofit24.jp/wp/wp-content/themes/standard_sass/images/common/bg-body.jpg);
    background-attachment: fixed;
    background-size: cover; */
}
.sub-bg > .inner {
  background: #ffffff;
}

/* .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: 300;
  line-height: calc(58 / 40);
  text-align: center;
} */

.sub-section-title {
  text-align: left;
  color: #fff;
  /*     width: 500px; */
  font-size: 6rem;
  font-weight: 300;
  line-height: calc(58 / 40);
  position: relative;
}
.sub-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 370px;
  height: calc(370px * 0.57735);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background: #222222;
}
.sub-section-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 370px;
  height: calc(370px * 0.57735);
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  background: #222222;
}
/* .sub-section-title::before {
    content: "";
    display: block;
    width: 5.5vw;
    height: 2px;
    background: #6b6b6b;
    position: absolute;
    left: 0;
    top: 56%;
} */
.sub-section-title span {
  opacity: 0.8;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

/* .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: var(--bg-lighter);
  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: var(--bg-lighter);
  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: #ffffff;
  padding-bottom: 10rem;
  padding-top: 6.4rem;
}

.sub-archive__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-archive__category-name {
  font-size: 2.4rem;
}

.sub-archive__select-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-archive__select-title {
  font-size: 1.2rem;
}

.sub-archive__select {
  border: 1px solid #333;
  font-size: 1.6rem;
  margin-left: 0.9rem;
  position: relative;
}

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

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

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

.sub-archive__container {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* /voice/ は grid で PC・タブレット 3カラム */
.sub-archive--voice .sub-archive__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.sub-archive--voice .sub-archive__link {
  width: auto;
}

/* /blog/ も grid で PC・タブレット 3カラム */
.sub-archive--blog .sub-archive__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.sub-archive--blog .sub-archive__link {
  width: auto;
}

.sub-archive__link {
  display: block;
  width: 31.5%;
  /* background: var(--bg-lighter); */
  box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
  /* border-radius: 1rem; */
}
.sub-archive__link.type_voice {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

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

.sub-archive__time-category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 1rem 1rem 0 1rem;
}

.sub-archive__time {
  color: #1e1d1d;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.sub-archive__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 1.2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 0;
  padding: 0.4rem 0.6rem;
  background: #222222;
}
.sub-archive__category span {
  white-space: nowrap;
}

.sub-archive__title {
  color: #141414;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  padding: 1rem 1rem 1rem 1rem;
}

.sub-archive__title span {
  word-break: break-all;
}

.sub-archive .pagination-wrapper {
  margin-top: 6rem;
}

.sub-archive .nav-links {
  color: #0c3b2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-archive .page-numbers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  width: 40px;
}

.sub-archive .page-numbers.current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a137', endColorstr='#060',GradientType=1 );
}

.sub-archive .page-numbers.next,
.sub-archive .page-numbers.prev {
  border: 1px solid #222222;
  width: 80px;
}

.sub-archive .page-numbers.next {
  margin-left: 20px;
}

.sub-archive .page-numbers.prev {
  margin-right: 20px;
}

.sub-archive .page-numbers.dots {
  border: none;
  margin: 0;
}
.single_youtube {
  text-align: center;
  margin: 3rem 0 0 0;
}
.single_youtube iframe {
  max-width: 100%;
}

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
  .sub-archive__title span {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--primary-color)),
        to(var(--primary-color))
      )
      0 100%/0 1px no-repeat;
    background: linear-gradient(var(--primary-color), var(--primary-color)) 0
      100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
  .sub-archive__link:hover .sub-archive__title span {
    background-size: 100% 1px;
    /* 線の横幅を100%にする */
  }
}

/* ==============================================================
*  セクション(sub-contact)
* ============================================================ */
.sub-contact__top {
  background-color: var(--bg-lighter);
  padding-bottom: 6rem;
  padding-top: 4rem;
}
.sub-contact__btm {
  padding: 3rem 0 0 0;
}

.sub-contact__list-top {
  display: block;
  width: 100%;
  text-align: center;
  margin: -30px 0 0 0;
}
.sub-contact__item-top {
  max-width: 400px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

.sub-contact__item-top:not(:first-of-type) {
  margin-left: 6rem;
}

.sub-contact__top-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 300;
  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: 300;
  margin-top: 6.8rem;
  /* padding-left: 2.3rem; */
  pointer-events: none;
  position: relative;
}

.sub-contact__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.744rem;
  left: 1rem;
  margin: auto;
  position: absolute;
  top: 0.6rem;
  width: 2.744rem;
}

.sub-contact__time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.4rem;
  margin-top: 1.2rem;
}

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

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

.sub-contact__time span:nth-of-type(2) {
  font-size: 1.8rem;
  margin-left: 0.9rem;
}

.sub-contact__box {
  /* background-color: var(--bg-lighter); */
  padding-top: 8rem;
}

.sub-contact__title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 33rem;
}

.sub-contact__title::before {
  background-image: url(../img/sub/contact/arrow-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}

.sub-contact__intro {
  font-size: 1.8rem;
  line-height: calc(28 / 18);
  margin-left: 0.9rem;
  margin-top: 5rem;
  text-align: center;
}

.sub-contact__form {
  margin-top: 3rem;
  padding: 3rem 7rem 0 7rem;
}

.sub-contact__item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-top: 1px solid #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3.4rem;
  padding-top: 3rem;
}

.sub-contact__item:last-of-type {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #cecece;
}

.sub-contact__item dt {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 23.3rem;
}

.sub-contact__item dt span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0.4rem 0.6rem;
}

.sub-contact__item dt .required {
  background-color: var(--primary-color);
}

.sub-contact__item dt .optional {
  background-color: #888;
}

.sub-contact__item dd {
  margin-left: 2rem;
  width: 100%;
}

.sub-contact__item input,
.sub-contact__item textarea {
  background-color: #f8f8f8;
  border: 1px solid #9da3a7;
  border-radius: 0.4rem;
}

.sub-contact__item .select {
  background-color: #f8f8f8;
  border: 1px solid #9da3a7;
  border-radius: 0.4rem;
  padding: 0.75rem;
}

.sub-contact__item input {
  font-size: 1.6rem;
  padding: 0.75rem;
}

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

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

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

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

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

.sub-contact__submit input {
  background: var(--primary-color);
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 2.8rem 10.7rem;
}

.sub-contact__privacy-wrapper {
  border: 1px solid #9da3a7;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  max-width: 640px;
  padding-bottom: 1.8rem;
  padding-left: 1.9rem;
  padding-right: 0.9rem;
  padding-top: 1.8rem;
}

.sub-contact__privacy-text {
  height: 16.291rem;
  overflow-y: auto;
  padding-right: 2rem;
  text-align: left;
}

.sub-contact__privacy-text::-webkit-scrollbar {
  width: 1rem;
}

.sub-contact__privacy-text::-webkit-scrollbar-thumb {
  background: #000;
}

.sub-contact__privacy-text::-webkit-scrollbar-track {
  border: 1px solid #9da3a7;
}

.sub-contact__privacy-item:not(:first-of-type) {
  margin-top: 2.4rem;
}

.sub-contact__privacy-title {
  color: #222;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: calc(24 / 14);
}

.sub-contact__privacy-intro {
  color: #333;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
}

.sub-contact__privacy-desc {
  color: #222;
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  margin-top: 0.6rem;
}

.sub-contact .wpcf7-not-valid {
  background-color: #e8e8e8;
}

.sub-contact .wpcf7-not-valid-tip {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #888888;
  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: #888888;
  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 0.3s;
    transition: opacity 0.3s;
  }
  .sub-contact__submit input:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

/* ==============================================================
*  セクション(sub-price)
* ============================================================ */
.sub-price__intro {
  color: #fff;
  font-size: 2rem;
  margin-top: 4.5rem;
  text-align: center;
}

.sub-price__intro span {
  font-weight: 300;
}

.sub-price__box {
  background-color: #fbfaf6;
  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: #222222;
  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: #222222;
  position: absolute;
  font-size: 10px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.sub-price__title {
  color: var(--primary-color);
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  position: relative;
  text-align: center;
}

.sub-price__title::before {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: -1.8rem;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10rem;
}

/* 金額メイン：数字を大きく・単位を小さくしてコントラスト */
.sub-price__price {
  background-color: #fbfaf6;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  color: var(--primary-color);
  font-size: 5.5rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 4.8rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  text-align: center;
}

.sub-price__price span {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  opacity: 0.8;
  position: relative;
  top: -0.3em;
  vertical-align: top;
}

.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 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
  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: 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  padding-bottom: 1.8rem;
  padding-top: 1.6rem;
  text-align: center;
}

.sub-price__plan-title span {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  margin-top: 0.8rem;
  opacity: 0.95;
}

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

/* 月4回など：キャプションとして控えめに */
.sub-price__item-title {
  color: #666;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

/* プラン内金額：数字を大きく・単位を小さくコントラスト */
.sub-price__item-desc {
  color: var(--primary-color);
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 0.6rem;
}

.sub-price__item-desc span {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  opacity: 0.85;
  position: relative;
  top: -0.15em;
}

.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: var(--primary-color);
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  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: #ffffff;
  position: relative;
  width: 100%;
}

.sub-service__item::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  top: 6.33rem;
  position: absolute;
}

.sub-service__item:nth-of-type(odd) {
}

.sub-service__item:nth-of-type(odd)::before {
  right: 0.98rem;
}

.sub-service__item:nth-of-type(odd) .sub-service__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sub-service__item:nth-of-type(odd) .sub-service__text {
  margin-left: 4rem;
}

.sub-service__item:nth-of-type(even) {
  margin-right: auto;
}

.sub-service__item:nth-of-type(even)::before {
  left: 0.84rem;
}

.sub-service__item:nth-of-type(even) .sub-service__container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sub-service__item:nth-of-type(even) .sub-service__text {
  margin-right: 4rem;
}

.sub-service__item:not(:first-of-type) {
  /*   margin-top: 6rem; */
}

.sub-service__item:nth-of-type(1) .sub-service__text-title span {
  display: inline;
}

/* .sub-service__item:nth-of-type(1)::before {
  background-image: url(../img/sub/service/01.svg);
  height: 11.25rem;
  top: 6.73rem;
  width: 14.85rem;
}

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

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

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

.sub-service__item:nth-of-type(5)::before {
  background-image: url(../img/sub/service/05.svg);
  height: 11.25rem;
  width: 15.975rem;
} */

.sub-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8rem;
  padding-top: 1rem;
  position: relative;
}
/* .price_area .sub-service__container {
  flex-direction: column-reverse !important;
      padding-bottom: 4rem;
}
.price_area .sub-service__container .sub-service__img {
  width: 100%;
}
.price_area .sub-service__container .sub-service__img img {
  max-width: 600px;
  margin: 0 auto;
}
.price_area .sub-service__container .sub-service__text {
  width: 100%;
} */

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

.sub-service__text {
  margin-top: -0.2rem;
  width: 50%;
}
.main_lead {
  text-align: center;
  line-height: 2;
}

.sub-service__text-title {
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  padding: 0 0 5px 0;
  color: #060;
}

.sub-service__text-title span {
  font-weight: 300;
  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: var(--bg-lighter);
  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 #9a9a9a;
  color: #0c3b2c;
  display: inline-block;
  font-size: 3.1rem;
  font-weight: 300;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 0.9rem;
  position: relative;
}

.sub-reserve-flow__item-title span {
  font-size: 4.7rem;
  font-weight: 300;
  left: 10.4rem;
  position: absolute;
  top: -0.6rem;
}

.sub-reserve-flow__item-intro {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: calc(34 / 24);
  margin-top: 1.3rem;
}

.sub-reserve-flow__item-desc {
  line-height: 1.5;
  margin-top: 2rem;
}

.sub-reserve-flow__item-desc span {
  display: block;
}

.sub-reserve-flow__item-img {
  margin-left: 0.5rem;
  margin-top: 1.2rem;
  width: 11.7rem;
}

.sub-reserve-flow__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26.8rem;
}

.sub-reserve-faq {
  padding: 0rem 0 0rem 0;
  margin-bottom: 5rem;
  margin-top: 0rem;
  /* 矢印 */
}

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

/* /feature/ FAQも白背景 */
.sub-reserve-faq--feature .sub-reserve-faq__box {
  background-color: #ffffff;
}

.sub-reserve-faq .accordion {
  position: relative;
  width: 100%;
}

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

.sub-reserve-faq .accordion-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
}

.sub-reserve-faq .accordion-title span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #222222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  height: 3.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem;
  width: 3.3rem;
}

.sub-reserve-faq .accordion-content {
  background-color: #ffffff;
  border-radius: 0.4rem;
  display: none;
  padding-bottom: 2.9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.9rem;
}

.sub-reserve-faq .accordion-content a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}

.sub-reserve-faq .accordion-content p {
  line-height: calc(28 / 16);
}

.sub-reserve-faq .accordion-title {
  position: relative;
}

.sub-reserve-faq .accordion-title::after {
  border-right: solid 1px #141414;
  border-top: solid 1px #141414;
  content: "";
  display: block;
  height: 0.9rem;
  position: absolute;
  right: 2.3rem;
  top: 45%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  width: 0.9rem;
}

.sub-reserve-faq .accordion-title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sub-reserve-cancel {
  margin-top: 10.7rem;
}

.sub-reserve-cancel__box {
  background-color: var(--bg-lighter);
  margin-top: 4.7rem;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6rem;
}

.sub-reserve-cancel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.philosophy_img img {
  max-width: 600px;
  display: block;
  margin: 5rem auto 7rem auto;
}

.sub-reserve-cancel__item-text-container {
  margin-top: 0.6rem;
  width: 57.2rem;
}

.sub-reserve-cancel__item-text:not(:first-of-type) {
  margin-top: 3.6rem;
}

.sub-reserve-cancel__item-text:nth-of-type(2) .sub-reserve-cancel__item-desc {
  margin-top: 2.3rem;
}

.sub-reserve-cancel__item-title {
  font-size: 2.4rem;
  font-weight: 300;
}

.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: var(--bg-lighter); */
  padding-bottom: 8rem;
  padding-top: 6rem;
}

.sub-shop__container {
  display: block;
  margin: 0 0 8rem 0;
}

.contents_ttl_001 {
  max-width: 116.8rem;
  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: 1px;
  background: #222222;
}
.contents_ttl_001 span {
  color: #333;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.construction_item + .construction_item {
  margin: 4rem 0 0 0;
}
.construction_item .year {
  font-size: 2rem;
  color: #1f89d6;
  font-family: "Noto Sans JP", sans-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: #e8e8e8;
  font-weight: 500;
  border: 1px solid #cecece;
}
.construction_item table td {
  padding: 1rem 1rem 1rem 1rem;
  border: 1px solid #cecece;
}

.sub-shop__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 47rem;
}

.sub-shop__table {
  width: 100%;
  left: 0;
  position: relative;
  text-align: left;
  padding: 0 5rem 0 5rem;
}

.sub-shop__table tr {
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 1.8rem;
}

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

.sub-shop__table th {
  width: 13rem;
  color: #b39f3c;
  font-weight: 500;
  text-align: left;
}

.sub-shop__table td {
  line-height: 1.5;
  word-break: break-word;
  text-align: left;
}

.sub-shop__table td span {
  display: block;
}

.sub-shop__table td span.map {
  text-align: left;
}

.sub-shop__table td a {
  color: #00e;
  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;
}
.table_simple tr {
  padding: 0 0 0 0 !important;
}
.table_simple th {
  padding: 1.8rem;
  background: #222222;
  color: #fff;
  width: 25rem;
  line-height: 1.5;
}
.table_simple td {
  padding: 1.8rem;
}
.company_sdgs {
  margin: 8rem 0 0 0;
}
.company_sdgs a img {
  max-width: 800px;
  margin: 0 auto;
}
.ISO9001 {
  margin: 8rem 0 5rem 0;
}
.ISO9001 .img img {
  max-width: 250px;
  margin: 0 0 2rem 0;
}

/* ==============================================================
*  セクション(sub-single)
* ============================================================ */
.sub-single img {
  width: auto;
}

.sub-single__box {
  background-color: var(--bg-lighter);
  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: 300;
  line-height: 1.5;
  margin-top: 1.1rem;
}

.sub-single__time-category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.sub-single__category {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: 1.9rem;
  padding: 0.35rem 0.7rem;
}

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

.sub-single__main h2 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 0.5em;
  margin-top: 2.5em;
  margin-bottom: 1.2em;
}

.sub-single__main h3 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 300;
  padding-left: 0.6em;
  border-left: 2px solid #333;
  margin-top: 2.2em;
  margin-bottom: 1em;
  color: #333;
  background: transparent;
  letter-spacing: 0.06em;
}

.sub-single__main h4 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 300;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #ddd;
  margin-top: 2em;
  margin-bottom: 0.8em;
  color: #333;
  letter-spacing: 0.05em;
}

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

.sub-single__main h5 {
  font-size: 1.4rem;
  font-weight: 300;
  display: inline-block;
  background: transparent;
  padding: 0 0 0.25em 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  color: #333;
  letter-spacing: 0.06em;
}

.sub-single__main h6 {
  font-size: 1.1rem;
  font-weight: 300;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}

.sub-single__main p {
  font-size: 1.6rem;
  line-height: var(--content-line-height);
  letter-spacing: 0.02em;
}

.sub-single__main ul,
.sub-single__main ol {
  margin-top: 2rem;
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.6em;
  line-height: var(--content-line-height);
}
.sub-single__main ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 0;
  position: absolute;
  left: -1.55rem;
  top: 0.55em;
}

.sub-single__main li {
  font-size: 1.6rem;
  /*   margin-left: 2.5rem; */
  position: relative;
}

.sub-single__main figure {
  /*   margin-top: 8rem; */
}
sub-single .inner {
  padding: 0 0 0 0;
}

.sub-single__main figcaption {
  font-size: 1.8rem;
  line-height: calc(38 / 18);
  margin-top: 2rem;
  text-align: center;
}

.sub-single__main img {
  /*   margin-top: 5.4rem; */
}

.sub-single__main a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}

.sub-single__main .sub-shop__table {
  padding: 5rem 2rem 0 2rem;
}
.sub-single__main .sub-shop__table th {
  width: 20rem;
}

.sub-single__btn-group {
  margin-top: 5.8rem;
  position: relative;
  text-align: center;
}

.sub-single__btn {
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: linear-gradient(to right, #8bcf32 0%, #4fbe4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf32', endColorstr='#4fbe4f',GradientType=1 );
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem 5rem;
}

.sub-single .nav-previous,
.sub-single .nav-next {
  bottom: 0;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  top: 0;
}

.sub-single .nav-previous a,
.sub-single .nav-next a {
  /* padding: 2rem; */
}

.sub-single .nav-previous {
  left: 40.6rem;
}

.sub-single .nav-next {
  right: 40.6rem;
}

.sub-single .banner.-sub {
  margin-top: 10rem;
}

/* ==============================================================
*  セクション(sub-terms)
* ============================================================ */
.sub-terms__box {
  background-color: var(--bg-lighter);
  color: #2f2f2f;
  margin-top: 4.1rem;
  padding-bottom: 7.75rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6.5rem;
}

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

.sub-terms__title {
  font-size: 2rem;
}

.sub-terms__list-child {
  margin-left: 4.4rem;
  margin-top: 2.1rem;
}

.sub-terms__item-child {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

.sub-terms__item-child span {
  font-size: 1.6rem;
  left: -2.4rem;
  margin-right: 1rem;
  position: absolute;
  top: -0.3rem;
}

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

.sub-terms__item-child:nth-child(n + 10) {
  padding-left: 0.8rem;
}

.sub-terms__list-end {
  margin-left: 6rem;
  margin-top: 2rem;
}

.sub-terms__item-end {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

.sub-terms__item-end span {
  font-size: 1.6rem;
  left: -2.3rem;
  margin-right: 1rem;
  position: absolute;
  top: -0.3rem;
}

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

.sub-terms__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.2rem;
}

.sub-terms__desc span {
  display: block;
}

.sub-terms__desc span:not(:first-of-type) {
  margin-top: 2.4rem;
}

/* ==============================================================
*  セクション(sub-thanks)
* ============================================================ */
.sub-thanks__box {
  background-color: var(--bg-lighter);
  padding-bottom: 6.2rem;
  padding-top: 6.6rem;
}

.sub-thanks__title {
  color: #1f1f1f;
  font-size: 2.4rem;
  text-align: center;
}

.sub-thanks__desc {
  color: #1f1f1f;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 3.1rem;
  text-align: center;
}

.sub-thanks__desc span {
  display: block;
}

.sub-thanks__list {
  left: 0.9rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2rem;
  max-width: 622px;
  position: relative;
}

.sub-thanks__item {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  position: relative;
}

.sub-thanks__item::before {
  background-color: #141414;
  border-radius: 50%;
  content: "";
  height: 0.8rem;
  left: -1.8rem;
  margin: auto;
  position: absolute;
  top: 1.1rem;
  width: 0.8rem;
}

.sub-thanks__item:not(:first-of-type) {
  margin-top: 0.4rem;
}

.sub-thanks__tel-area {
  margin-top: 4.2rem;
  text-align: center;
}

.sub-thanks__tel-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 300;
  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: 300;
  margin-top: 5.9rem;
  padding-left: 3rem;
  pointer-events: none;
  position: relative;
}

.sub-thanks__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.744rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0.6rem;
  width: 2.744rem;
}

.sub-thanks__time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.4rem;
  margin-top: 1rem;
}

.sub-thanks__time span {
  color: #0c3b2c;
}

.sub-thanks__time span:nth-of-type(1) {
  border: 1px solid #0c3b2c;
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
}

.sub-thanks__time span:nth-of-type(2) {
  font-size: 1.8rem;
  margin-left: 0.9rem;
}

.sub-thanks__link {
  margin-top: 6.2rem;
  text-align: center;
}

.sub-thanks__link a {
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: inline-block;
}

/* ==============================================================
*  レスポンシブPC(common)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(home)
* ============================================================ */
@media screen and (max-width: 1168px) {
  .home-shop__text {
    padding-bottom: 6rem;
    padding-left: 2.4rem;
    padding-top: 13.8rem;
    width: 76.2rem;
  }
  .home-shop__img {
    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 {
    grid-template-columns: 1fr;
    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: 300;
  }
  .home-section-title.type001 span {
    color: #666666;
  }
  .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: 10vw;
  }
  .banner.-sub .inner {
    padding: 0;
  }
  .banner__link {
    width: 100%;
  }
  .banner__link.-sub {
    width: 100%;
  }
  .btn {
    font-size: 3vw;
    padding-bottom: 3.5vw;
    padding-top: 3.5vw;
    width: 42vw;
  }
  .btn span {
    width: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .header-sp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background: var(--bg-lighter);
  }
  .header-sp.-sub {
    background-color: var(--bg-lighter);
  }
  .header-sp__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding-bottom: 3vw; */
    padding-left: 2vw;
    /* padding-top: 3vw; */
    height: 15vw;
  }
  .header-sp__logo {
    position: relative;
    width: 45vw;
    z-index: 1;
  }
  .hamburger {
    border: none;
    cursor: pointer;
    height: 15vw;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    width: 15vw;
    z-index: 40;
    background: #222222;
  }
  .hamburger.-sub span {
    background-color: var(--bg-lighter);
  }
  .hamburger span {
    background-color: var(--bg-lighter);
    height: 0.35vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 4.7vw;
  }
  .hamburger__lineTop {
    top: 5.1vw;
  }
  .hamburger__lineCenter {
    top: 6.4vw;
  }
  .hamburger__lineBottom {
    top: 7.7vw;
  }
  .nav-drawer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bg-lighter);
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding-bottom: 15vw;
    padding-top: 25vw;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 35;
  }
  .nav-drawer__nav {
    padding-left: 0;
    padding-top: 0;
  }
  .nav-drawer__list {
    -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.7vw;
    text-align: center;
  }
  .nav-drawer__link > img {
    width: 4rem;
  }
  .nav-drawer__btn {
    color: #fff;
    display: inline-block;
    font-size: 4vw;
    margin-top: 7vw;
    padding: 3vw;
  background: #222222;
  }
  .nav-drawer__tel {
    font-size: 4vw;
    margin-top: 7vw;
    color: var(--text-color);
  }
  .nav-drawer__tel a {
    display: inline-block;
    margin-left: 4vw;
    position: relative;
  }
  .nav-drawer__tel a::before {
    background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 4vw;
    left: -5vw;
    margin: auto;
    position: absolute;
    top: 0;
    width: 4vw;
  }
  .nav-drawer__time {
    font-size: 4vw;
    margin-top: 7vw;
    color: var(--text-color);
  }
  .nav-drawer__time span {
    border: 1px solid var(--text-color);
    display: inline-block;
    margin-right: 2vw;
    padding: 1vw;
  }
  /* 表示された時用のCSS */
  .open .hamburger {
    /*     background-color: var(--bg-lighter); */
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
  }
  .open .hamburger__lineTop {
    top: 6.7vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .hamburger__lineCenter {
    display: none;
  }
  .open .hamburger__lineBottom {
    top: 6.7vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .hamburger span {
    background-color: var(--bg-lighter);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

@media screen and (max-width: 767px) {
  .footer_cta_inner {
    padding: 3rem 1rem;
  }
  .footer_cta_txt {
    line-height: 1.7;
  }
  .footer {
    padding-top: 15vw;
  }
  .footer_link_banner {
    padding: 40px 15px 40px 15px;
  }
  .footer_link_banner .footer_link_banner_inner {
    gap: 0;
  }
  .footer_link_banner .footer_link_banner_inner a {
    width: 46%;
    margin: 0 2% 3% 2%;
  }
  .footer__list {
    display: block;
    text-align: center;
  }
  .footer__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10vw;
  }
  .footer__item:last-of-type {
    margin-left: 0;
    margin-top: 10vw;
  }
  .footer__item:last-of-type a {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__link {
    font-size: 4vw;
  }
  .footer__logo {
    margin-top: 10vw;
    width: 80vw;
  }
  .footer__address {
    margin-top: 10vw;
  }
  .footer__address span {
    font-size: 3.5vw;
  }
  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 10vw;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  .footer .page-top span {
    font-size: 2.5vw;
    margin-top: 1vw;
  }
  .footer .page-top__img {
    width: 4vw;
  }
  .footer .page-top a {
    bottom: 4vw;
    right: 3vw;
    z-index: 10;
  }
  .home-shop .home-section-title {
    color: #333;
  }
}

/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv__catch {
    font-size: clamp(20px, 5vw, 40px);
  }
  .home-mv__catch img {
    max-width: 300px;
  }
  .home-mv__catch span {
    display: block;
  }
  .home-shop.type002 .home-shop__text {
    padding: 3rem 1rem 50rem 1rem;
    z-index: 1;
    /*    background: transparent; */
    background-position: center;
  }
  .home-shop.type002 .home-shop__img img {
    width: 36%;
  }
  .home-shop.type002 .home-shop__container::before {
    width: 10rem;
    height: 5rem;
    bottom: 0;
    z-index: 2;
  }
  .home-shop.type002 .home-shop__text::before {
    z-index: -1;
    width: 10rem;
    height: 5rem;
  }
  .home-shop.type002 .home-shop__intro span {
    font-size: 2.5rem;
  }
  .home-shop.type002 .home-shop__intro {
    width: 100%;
    margin: 6rem 0 6rem 0;
  }
  .home-shop.type002 .home-shop__img {
    gap: 1rem;
    top: -210px;
  }
  .home .home-center {
    padding-top: 15vw;
  }
  .home-shop.type002 .home-section__desc span {
    margin: 2rem 0 2rem 0;
  }
  .home-mv__slide img {
    height: calc(100vh / 1.5);
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }
  .home-mv .slide-dots li {
    margin: 0 2vw;
  }
  .home-mv .slide-dots li.slick-active button::before {
    height: 2vw;
    width: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .home-shop {
    padding-top: 8vw;
    /*         background: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%,#4fbe4f 100%);
    background: linear-gradient(to right, #8bcf32 0%,#4fbe4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf32', endColorstr='#4fbe4f',GradientType=1 ); */
    background: var(--bg-lighter);
  }
  .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%;
    aspect-ratio: 4 / 3;
  }
  .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: 0vw;
    margin: 0 0 0 0;
  }
  .home-news__box {
    padding: 10vw 5vw;
  }
  .home-news__container {
    margin-top: 8vw;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-home-sec03__txt {
    margin: 2rem 0 3rem 0;
  }
  .home-news__link {
    display: block;
    width: 100%;
  }
  .home-news__link:not(:first-of-type) {
    margin-top: 10vw;
  }
  .home-news__time {
    font-size: 4vw;
  }
  .home-news__category {
    font-size: 3.2vw;
    margin-left: 0;
    width: auto;
    padding: 0.3rem 0.5rem;
    gap: 0.3rem;
  }
  .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: 12vw;
    background: var(--bg-lighter);
    background-clip: text;
    background-size: 200%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    width: 100%;
  }
  .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--voice .sub-archive__container {
    grid-template-columns: 1fr;
  }
  .sub-archive--blog .sub-archive__container {
    grid-template-columns: 1fr;
  }
  .sub-archive__category-name {
    font-size: 4vw;
  }
  .sub-archive__select-title {
    font-size: 3vw;
  }
  .sub-archive__select {
    font-size: 4vw;
    margin-left: 2vw;
  }
  .sub-archive__select::before {
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.5vw solid #1e1d1d;
    right: 1vw;
    top: 2vw;
  }
  .sub-archive select {
    padding-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 4vw;
    padding-top: 1vw;
  }
  .sub-archive__link {
    display: block;
    padding-bottom: 5vw;
    padding-right: 0;
    padding-top: 5vw;
    padding: 0 0 0 0;
    width: 100%;
  }
  .sub-archive__time {
    font-size: 4vw;
  }
  .sub-archive__category {
    font-size: 3.2vw;
    margin-left: 0;
    width: auto;
    padding: 0.3rem 0.5rem;
    gap: 0.3rem;
  }
  .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: 7vw;
    pointer-events: all;
  }
  .sub-contact__tel::before {
    height: 5vw;
    left: 0;
    top: 1vw;
    width: 5vw;
  }
  .sub-contact__time {
    margin-left: 0;
    margin-top: 5vw;
  }
  .sub-contact__time span:nth-of-type(1) {
    font-size: 3vw;
    padding: 1vw 3vw;
  }
  .sub-contact__time span:nth-of-type(2) {
    font-size: 4vw;
    margin-left: 3vw;
  }
  .sub-contact__box {
    margin-top: 5vw;
    padding-bottom: 12vw;
    padding-top: 2rem;
  }
  .sub-contact__title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sub-contact__title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }
  .sub-contact__intro {
    font-size: 3.5vw;
    margin-left: 0;
    margin-top: 10vw;
  }
  .sub-contact__intro span {
    display: block;
  }
  .sub-contact__form {
    margin-top: 0;
    padding: 0;
  }
  .sub-contact__item {
    display: block;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  .sub-contact__item dt {
    font-size: 4vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }
  .sub-contact__item dt span {
    font-size: 4vw;
    margin-left: 3vw;
    padding: 1vw 2vw;
  }
  .sub-contact__item dd {
    margin-left: 0;
    margin-top: 4vw;
  }
  .sub-contact__item input,
  .sub-contact__item textarea {
    font-size: 4vw;
    padding: 2vw;
  }
  .sub-contact__item input.short {
    width: 100%;
  }
  .sub-contact__item textarea {
    height: 40vw;
  }
  .sub-contact__privacy {
    padding-top: 7vw;
  }
  .sub-contact__privacy-intro {
    font-size: 3.5vw;
  }
  .sub-contact__privacy-intro span {
    display: block;
  }
  .sub-contact__submit {
    margin-top: 7vw;
  }
  .sub-contact__submit input {
    border-radius: 1.8vw;
    font-size: 5vw;
    padding: 5vw 18vw;
  }
  .sub-contact__privacy-wrapper {
    height: 50vw;
    margin-top: 10vw;
    max-width: none;
    padding: 5vw 3vw;
  }
  .sub-contact__privacy-text {
    height: 40vw;
    padding-right: 2vw;
  }
  .sub-contact__privacy-text::-webkit-scrollbar {
    width: 1.8vw;
  }
  .sub-contact__privacy-item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .sub-contact__privacy-title {
    font-size: 3vw;
  }
  .sub-contact__privacy-desc {
    font-size: 3vw;
    margin-top: 2vw;
  }
  .sub-contact .wpcf7-not-valid-tip {
    border-radius: 0.6vw;
    font-size: 3vw;
    height: 6vw;
    margin-top: 3vw;
    padding-left: 3vw;
    width: 54vw;
  }
  .sub-contact .wpcf7-not-valid-tip::before {
    height: 2vw;
    left: 4vw;
    top: -7.8vw;
    width: 3vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-price)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-price__intro {
    font-size: 4vw;
    margin-top: 6vw;
  }
  .sub-price__intro span {
    display: block;
    line-height: 1.5;
  }
  .sub-price__title {
    font-size: 6vw;
  }
  .sub-price__title::before {
    bottom: -3vw;
    width: 18vw;
  }
  .sub-price__box {
    margin-top: 8vw;
    padding-bottom: 12vw;
    /*     padding-left: 5vw;
    padding-right: 5vw; */
    padding-top: 12vw;
  }
  .sub-price__price {
    border-radius: 0;
    font-size: 10vw;
    margin-top: 10vw;
    padding-bottom: 5vw;
    padding-top: 4vw;
  }
  .sub-price__price span {
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    opacity: 0.85;
    top: -0.2em;
  }
  .sub-price__container:not(:first-of-type) {
    margin-top: 12vw;
  }
  .sub-price__group {
    display: block;
    margin-top: 8vw;
  }
  .sub-price__plan {
    width: 100%;
  }
  .sub-price__plan:not(:first-of-type) {
    margin-top: 10vw;
  }
  .sub-price__plan-title {
    border-radius: 0;
    font-size: 6.5vw;
    padding-bottom: 4vw;
    padding-top: 3vw;
  }
  .sub-price__plan-title span {
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }
  .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 {
    color: #666;
    font-size: 2.8vw;
    letter-spacing: 0.06em;
  }
  .sub-price__item-desc {
    font-size: 8vw;
    margin-top: 2vw;
  }
  .sub-price__item-desc span {
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    opacity: 0.85;
  }
  .sub-price__attention-list {
    margin-top: 6vw;
  }
  .sub-price__attention-item {
    font-size: 4vw;
    text-indent: -1em;
  }
  .sub-price__btn {
    margin-top: 8vw;
  }
  .sub-price__btn .btn {
    font-size: 3vw;
    padding-right: 3vw;
  }
  .sub-price__btn .btn span {
    right: 6vw;
  }
  .sub-price__banner-title {
    font-size: 5vw;
    margin-bottom: 7vw;
    margin-top: 12vw;
  }
  .sub-price__banner-title::before {
    height: 3vw;
    top: 7.5vw;
    width: 50vw;
  }
  .sub-price__title-desc {
    font-size: 4vw;
    margin-top: 8vw;
    text-align: left;
  }
  .sub-price__title-desc span.tel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

/* 
==============================================================
*  レスポンシブSP(sub-service)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-service__list {
    margin-top: 8vw;
  }
  .sub-service__item {
    padding-bottom: 5vw;
    /*     padding-left: 5vw;
    padding-right: 5vw; */
    padding-top: 0vw;
    width: 100%;
  }
  .sub-service__item:nth-of-type(odd)::before {
    left: auto;
    right: 2vw;
    top: 60vw;
  }
  .sub-service__item:nth-of-type(odd) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sub-service__item:nth-of-type(odd) .sub-service__text {
    margin-left: 0;
  }
  .sub-service__item:nth-of-type(even)::before {
    left: auto;
    right: 2vw;
    top: 62vw;
  }
  .sub-service__item:nth-of-type(even) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sub-service__item:nth-of-type(even) .sub-service__text {
    margin-right: 0;
  }
  .sub-service__item:not(:first-of-type) {
    margin-top: 6vw;
  }
  .sub-service__item:nth-of-type(1) .sub-service__text-title span {
    display: block;
  }
  .sub-service__item:nth-of-type(1)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(2)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(3)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(4)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(5)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__container {
    padding: 0;
    position: static;
  }
  .sub-service__img {
    width: 100%;
  }
  .sub-service__text {
    margin-top: 5vw;
    width: 100%;
  }
  .sub-service__text-title {
    font-size: 5vw;
  }
  .sub-service__text-desc {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .sub-service__text-desc span:not(:first-of-type) {
    margin-top: 5vw;
  }
  .p-new-order {
    padding-bottom: 4rem !important;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-reserve)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-reserve-flow__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 15vw;
  }
  .sub-reserve-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-reserve-flow__item:not(:first-of-type) {
    border-top: 1px solid #9da3a7;
    margin-top: 15vw;
    padding-top: 15vw;
  }
  .sub-reserve-flow__item-text {
    margin-top: 0;
    width: 100%;
  }
  .sub-reserve-flow__item-title {
    border-left: 2.5vw solid #9a9a9a;
    font-size: 7vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-top: 3vw;
  }
  .sub-reserve-flow__item-title span {
    font-size: 12vw;
    left: 24vw;
    top: -1vw;
  }
  .sub-reserve-flow__item-intro {
    font-size: 5vw;
    margin-top: 4vw;
    white-space: normal;
  }
  .sub-reserve-flow__item-desc {
    font-size: 4vw;
    margin-top: 6vw;
  }
  .sub-reserve-flow__item-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    width: 50%;
  }
  .sub-reserve-flow__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }
  .sub-reserve-flow__line-btn {
    margin-inline: auto;
    margin-top: 8vw;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    margin-bottom: 4rem;
    padding: 10px;
    margin-top: 0;
  }
  .p-flow-sec02 .flow_content {
    padding: 0px !important;
  }
  .p-flow-sec02 .flow_content .row {
    flex-direction: column-reverse !important;
  }
  .p-flow-sec02 .flow_content .detail {
    width: 100% !important;
    padding: 0 0px 0 40px !important;
  }
  .p-flow-sec02 .flow_content .detail .head {
    font-size: 2rem !important;
    padding: 5px 0 15px 0 !important;
  }
  .p-flow-sec02 .flow_content .detail .text {
    font-size: 1.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: 0.6vw;
    break-before: 0.6vw;
    padding: 3vw;
  }
  .sub-reserve-faq .accordion-content p {
    font-size: 3vw;
  }
  .sub-reserve-faq .accordion-title::after {
    height: 2vw;
    right: 2vw;
    width: 2vw;
  }
}
.mowing_lead {
  text-align: center;
  line-height: 1.7;
  margin: 8rem 0 0 0;
}
.waste .mowing_lead {
  margin: 2rem 0 0 0;
}
.waste .car_price {
  display: flex;
  align-items: center;
  padding: 0 8rem 0 8rem;
  margin: -2rem 0 0 0;
}
.waste .car_price .item {
  width: 50%;
  text-align: center;
}
.waste .car_price .item:first-child img {
  padding: 5rem 13rem 0 13rem;
}
.waste .car_price .item:last-child img {
  margin-bottom: -5rem;
  padding-top: 1rem;
}
.waste .car_price .item img {
  padding: 5rem 9rem 0 9rem;
}
.waste .car_price .item .ttl {
  font-size: 2.5rem;
  font-weight: 500;
}
.waste .car_price .item .price {
  font-size: 3rem;
  font-weight: 300;
  margin: 2rem 0 0 0;
  color: #555555;
}
.waste .car_price_lead {
  padding: 40px 30px 40px 30px;
}
.waste .car_price_lead p {
  background: #f0f0f0;
  color: #555555;
  font-weight: 300;
  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: 300;
  margin: 2rem 0 0 0;
  color: #555555;
}
.mowing .p-sec03 {
  padding: 4rem 0 2rem;
  background-image: url(../img/home/bg-body1.jpg);
  background-attachment: fixed;
  background-size: cover;
  margin: 0 0 3rem 0;
}
.mowing .c-inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.mowing .p-sec03-contents {
  padding: 0 0 61px;
  border: 6px solid #c0c0c0;
  border-radius: 20px;
}
.price_area {
  /* padding-top: 8rem; */
}
.mowing .p-sec03-contents {
  border: none;
}
.mowing .p-sec03-contents__tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  min-height: 80px;
  margin: -44px auto 40px;
  border-radius: 20px;
  background: #222222;
  color: #fff;
  font-weight: 300;
  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: 300;
  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: 300;
  font-size: 17px;
  line-height: 1.45;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice {
  display: flex;
  align-items: flex-end;
  color: #555555;
  margin: 1rem 0 1rem 0;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .num {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .yen {
  font-size: 20px;
  font-weight: 300;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4444444444;
}
.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .text {
  font-size: 18px;
}
.mowing .p-sec03-contents__box .textArea .detailText {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.mowing .p-sec03-contents__box .textArea .featureBox {
  -ms-grid-columns: (1fr) [3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  gap: 12px;
}
.mowing .p-sec03-contents__box .textArea .featureBox .featureItem {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 6px;
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: linear-gradient(to right, #8bcf32 0%, #4fbe4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf32', endColorstr='#4fbe4f',GradientType=1 );
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3333333333;
}
.mowing .p-sec03-contents__box .imageArea {
  flex-shrink: 0;
  margin-left: 40px;
}
.mowing .p-sec03-contents__box .imageArea .before {
  position: relative;
}
.mowing .p-sec03-contents__box .imageArea .before .beforeText {
  display: flex;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 28px;
  border-bottom-right-radius: 14px;
  background-color: #7b7b7b;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.mowing .p-sec03-contents__box .imageArea .before img {
  -o-object-fit: cover;
  width: 289px;
  height: 193px;
  object-fit: cover;
}
.mowing .p-sec03-contents__box .imageArea .before:after {
  z-index: 3;
  position: absolute;
  top: 121px;
  left: 288px;
  width: 60px;
  height: 76px;
  background: url(../images/top_cross_arrow.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  content: "";
}
.mowing .p-sec03-contents__box .imageArea .after {
  position: relative;
  margin-top: 17px;
  margin-left: 48px;
}
.mowing .p-sec03-contents__box .imageArea .after .afterText {
  display: flex;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 28px;
  border-bottom-right-radius: 12px;
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: linear-gradient(to right, #8bcf32 0%, #4fbe4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf32', endColorstr='#4fbe4f',GradientType=1 );
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.mowing .p-sec03-contents__box .imageArea .after img {
  -o-object-fit: cover;
  width: 481px;
  height: 320px;
  object-fit: cover;
}
.mowing .p-sec03-contents__picture {
  margin-top: 30px;
}
.mowing .p-sec03-contents__picture {
  padding: 0;
}
.mowing .pictureTit {
  padding: 10px 0;
  border-image: linear-gradient(to right, #555555, #888888) 1;
  border-top: 4px solid;
  border-bottom: 4px solid;
  font-weight: 300;
  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-color: #ffffff;
}
.p-flow-sec02 .inner {
  background: var(--bg-lighter);
  padding-top: 2.4rem;
  filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  border-radius: 10px;
}

.p-flow-sec02 .flow_content {
  padding: 40px 80px;
}
.p-flow-sec02 .flow_content .row {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.p-flow-sec02 .flow_content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}
.p-flow-sec02 .flow_content .img {
  width: 40%;
}
.p-flow-sec02 .flow_content .detail {
  padding: 0 0 0 50px;
  margin-top: 10px;
  position: relative;
}
.p-flow-sec02 .flow_content .detail {
  width: 60%;
  padding: 0 20px 0 100px;
}
.p-flow-sec02 .flow_content .detail .num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 2.5rem;
  border-radius: 50%;
  color: #fff;
  background: #222222;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 300;
}
.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: 300;
  color: #222222;
}
.p-flow-sec02 .flow_content .detail .text {
  line-height: 1.5;
}
.p-flow-sec02 .flow_content .row + .row {
  margin-top: 30px;
}
.renovation_list {
  margin-bottom: 8rem;
}
.renovation_list .contents_ttl_001 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .sub-reserve-cancel {
    margin-top: 20vw;
  }
  .sub-reserve-cancel__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vw;
  }
  .sub-reserve-cancel__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-reserve-cancel__item-text-container {
    margin-top: 0;
    width: 100%;
  }
  .sub-reserve-cancel__item-text:not(:first-of-type) {
    margin-top: 10vw;
  }
  .sub-reserve-cancel__item-text:nth-of-type(2) .sub-reserve-cancel__item-desc {
    margin-top: 5vw;
  }
  .sub-reserve-cancel__item-title {
    font-size: 5vw;
  }
  .sub-reserve-cancel__item-desc {
    font-size: 4vw;
    margin-top: 5vw;
  }
  .sub-reserve-cancel__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }
  .p-new-top-img {
    margin-bottom: 4rem !important;
  }
  .p-new-top__txt {
    padding-bottom: 6rem !important;
  }
  .p-new-top {
    padding-top: 3rem;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-shop)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-shop__box {
    margin-top: 5vw;
    padding: 0vw;
  }
  .sub-shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sub-shop__img {
    width: 100%;
  }
  .sub-shop__text {
    margin-top: 10vw;
  }
  .sub-shop__table {
    font-size: 4vw;
    position: static;
    width: 100%;
    padding: 0;
  }
  .sub-single__main .sub-shop__table {
    padding: 4rem 0rem 0 0rem;
  }
  .sub-shop__table tr {
    padding-bottom: 3vw;
    padding-top: 3vw;
    padding: 1rem 0rem;
  }
  .sub-single__main .sub-shop__table th {
    width: 17rem;
  }
  .sub-single__main .sub-shop__table tr.bikou th {
    display: block;
  }
  .sub-shop__table th {
    width: 30vw;
    line-height: 1.5;
  }
  .table_simple th {
    padding: 1.2rem;
    font-size: 1.4rem;
  }
  .table_simple td {
    padding: 1.2rem;
    font-size: 1.4rem;
  }
  .sub-shop__map {
    margin-top: 5vw;
  }
  .sub-shop__map iframe {
    height: 60vw;
  }
  .contents_ttl_001 span {
    font-size: 2rem;
    line-height: 1.3;
  }
  .sub-shop__container {
    margin: 0 0 4rem 0;
  }
  .ISO9001 {
    margin: 0rem 0 4rem 0;
  }
  .company_sdgs {
    margin: 4rem 0 0 0;
  }
  .infomation .p-works-item-wrap {
    margin-bottom: 4rem;
  }
  .infomation .p-works-item p {
    font-size: 1.4rem;
  }
  .waste .car_price {
    padding: 0 0rem 0 0rem;
    margin: 0rem 0 0 0;
    flex-direction: column;
  }
  .waste .car_price .item {
    width: 100%;
  }
  .waste .car_price .item:first-child img {
    padding: 2rem 10rem 0 10rem;
  }
  .waste .car_price .item img {
    padding: 5rem 8rem 0 8rem;
  }
  .waste .car_price .item .ttl {
    font-size: 1.8rem;
  }
  .waste .car_price .item .price {
    font-size: 2.5rem;
    margin: 1rem 0 0 0;
  }
  .waste .car_price_lead p {
    font-size: 1.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: 1rem 0 1rem;
    margin: 0 0 4rem 0;
  }
  .mowing .p-sec03-contents__box .imageArea {
    margin: 30px 0 0 0;
  }
  .mowing .p-sec03-contents__box .imageArea .before img {
    width: 269px;
    height: 173px;
  }
  .mowing .p-sec03-contents__box .imageArea .after {
    margin: 15px 0 0 0;
  }
  .mowing .p-sec03-contents__picture {
    padding: 0 10px 0 10px;
  }
  .mowing .pictureTit {
    font-size: 20px;
    margin: 0 20px 0 20px;
    padding: 5px 0;
    border-top: 3px solid;
    border-bottom: 3px solid;
  }
  .mowing .p-sec03-contents__picture .pictureBox {
    margin-top: 20px;
    gap: 15px;
  }
  .mowing .p-sec03-contents {
    padding: 0 0 20px;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-single)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-single__box {
    padding: 0;
  }
  .sub-single__time {
    font-size: 4vw;
  }
  .sub-single__category {
    font-size: 4vw;
    margin-left: 4vw;
    padding: 1vw 2vw;
  }
  .sub-single__title {
    font-size: 6vw;
    margin-top: 3vw;
  }
  .sub-single__main {
    margin-top: 5vw;
  }
  .sub-single__main h2 {
    font-size: 5vw;
    margin-top: 6vw;
    padding: 2vw 3vw;
  }
  .sub-single__main h3 {
    /* border-bottom: 1.2vw solid #006947; */
    font-size: 4.5vw;
    margin-top: 6vw;
    /* padding-bottom: 3vw; */
  }
  .sub-single__main h4 {
    /* border-left: 1.5vw solid #006947; */
    font-size: 4vw;
    margin-top: 6vw;
    padding: 1vw 2vw;
  }
  .sub-single__main h5 {
    font-size: 3.5vw;
    margin-top: 6vw;
  }
  .sub-single__main p {
    font-size: 3.6vw;
    /*     margin-bottom: 10vw;
    margin-top: 6vw; */
  }

  

  .sub-single__main figure {
    margin-top: 8vw;
  }
  .sub-single__main figcaption {
    font-size: 3vw;
    margin-top: 3vw;
  }
  .sub-single__main img {
    /*     margin-top: 6vw; */
  }
  .sub-single__btn-group {
    margin-top: 8vw;
  }
  .sub-single__btn {
    font-size: 4vw;
    padding: 2vw 6vw;
  }
  .sub-single .nav-previous a,
  .sub-single .nav-next a {
    padding: 3vw;
  }
  .sub-single .nav-previous a img,
  .sub-single .nav-next a img {
    width: 3vw;
  }
  .sub-single .nav-previous {
    left: 16vw;
  }
  .sub-single .nav-next {
    right: 16vw;
  }
  .sub-single .banner.-sub {
    margin-top: 15vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-terms)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-terms__box {
    margin-top: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .sub-terms__item:not(:first-of-type) {
    margin-top: 12vw;
  }
  .sub-terms__title {
    font-size: 4vw;
  }
  .sub-terms__list-child {
    margin-left: 5vw;
    margin-top: 4vw;
  }
  .sub-terms__item-child {
    font-size: 3vw;
  }
  .sub-terms__item-child span {
    font-size: 3vw;
    left: -4vw;
    margin-right: 2vw;
    top: -0.6vw;
  }
  .sub-terms__item-child:not(:first-of-type) {
    margin-top: 3vw;
  }
  .sub-terms__list-end {
    margin-left: 3vw;
    margin-top: 3vw;
  }
  .sub-terms__item-end {
    font-size: 3vw;
  }
  .sub-terms__item-end span {
    font-size: 3vw;
    left: -4vw;
    margin-right: 2vw;
    top: -0.6vw;
  }
  .sub-terms__item-end:not(:first-of-type) {
    margin-top: 3vw;
  }
  .sub-terms__desc {
    font-size: 3vw;
    margin-top: 4vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-thanks)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-thanks__box {
    margin-top: 0;
    padding: 0;
  }
  .sub-thanks__title {
    font-size: 5vw;
  }
  .sub-thanks__desc {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
  .sub-thanks__list {
    margin-top: 8vw;
    max-width: none;
  }
  .sub-thanks__item {
    font-size: 3vw;
    margin-left: 2vw;
  }
  .sub-thanks__item::before {
    height: 1.5vw;
    left: -3vw;
    top: 2vw;
    width: 1.5vw;
  }
  .sub-thanks__tel-area {
    margin-top: 10vw;
  }
  .sub-thanks__tel-title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sub-thanks__tel-title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }
  .sub-thanks__tel {
    font-size: 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);
  opacity: 0.8;
}

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

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

.home-blog {
  margin: 4rem 15rem 0 15rem;
  padding-bottom: 3rem;
  padding-top: 4rem;
  background: #fbfaf6;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.home-blog__item-wrap {
  padding-top: 2rem;
}

.c-blog-item {
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

.c-blog-item .item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-blog-item .item__body {
  flex: 1;
}

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

.c-blog-item .item__time {
  display: block;
  color: #666666;
  font-size: 1.2rem;
  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: 3rem;
}

@media screen and (max-width: 767px) {
  .home-blog {
    padding-bottom: 10vw;
    padding-top: 10vw;
    margin: 0 0 0 0;
  }

  .c-blog-item .item__img {
    width: 10rem;
    padding-top: 8rem;
    margin-right: 1rem;
  }

  .c-blog-item .item__ttl {
    font-size: 1.5rem;
  }
}

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

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

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

.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: var(--bg-lighter);
  border-radius: 0.5rem;
  padding: 4rem 1rem 3rem;
  width: 19%;
  margin-top: 5rem;
}

.p-new-flow__item .num {
  background-color: var(--primary-color);
  display: inline-block;
  border-radius: 3rem;
  padding: 1rem 2rem;
  color: #fff;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.p-new-flow__item .ttl {
  display: flex;
  align-items: center;
}

.p-new-flow__item .ttl .main {
  font-weight: 400;
}

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

.p-reno-pattern__table th,
.p-reno-pattern__table td {
  padding: 1rem;
  line-height: calc(24 / 16);
}

.p-reno-pattern__table .th__first {
  width: 20%;
}

.p-reno-pattern__table .td__first {
  text-align: center;
  vertical-align: middle;
}

.p-reno-pattern__table-txt {
  padding-top: 3rem;
}

.p-reno-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 2rem;
  margin-top: 5rem;
  background-color: rgb(0, 0, 0, 2%);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}

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

.p-reno-contact__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2rem;
  left: -3rem;
  margin: auto;
  position: absolute;
  top: 1rem;
  width: 2rem;
}

.p-reno-contact__time {
  display: block;
  padding-top: 1rem;
}

.p-reno-contact__btn-wrap {
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-reno-pattern__table .td__first {
    text-align: left;
  }
}

.p-door-top {
  margin-top: 5rem;
  position: relative;
  background-image: url(../img/sub/door/top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding: 20rem 2rem;
}

.p-door-top::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-door-top__inner {
  position: relative;
  color: #fff;
  z-index: 10;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-door-top__ttl {
  font-size: 5rem;
  font-weight: 400;
}

.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: var(--bg-lighter);
  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: 400;
  text-align: left;
}

.p-door-info__table th,
.p-door-info__table td {
  padding: 1rem;
  vertical-align: middle;
}

.p-door-info__item.item02,
.p-door-info__item.item03 {
  padding-top: 5rem;
}

.p-door-info__item .item02__sup {
  display: block;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-door-top {
    padding: 10rem 2rem;
  }

  .p-door-top__ttl {
    font-size: 2rem;
  }

  .p-door-top__txt {
    font-size: 1.6rem;
  }

  .p-door-top__txt span {
    font-size: 2rem;
  }

  .p-door-top__btn {
    font-size: 1.6rem;
  }

  .p-door-step__wrap {
    flex-direction: column;
  }

  .p-door-step__slider {
    width: 100%;
    margin-right: 0;
  }

  .p-door-step__desc {
    padding-top: 3rem;
  }
}

.p-works-before-after {
  /*   padding-top: 3rem; */
}

.p-works-item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  margin-top: -3rem;
}

.p-works-item {
  width: 49%;
  margin-top: 3rem;
}

.p-works-item__img {
/*   padding-top: 34rem; */
  position: relative;
}

.p-works-item__img img {
/*   position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-works-trouble {
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-works-item__img {
/*     padding-top: 58vh; */
  }
}

.header__item-child {
  position: relative;
}

/* .header__item-child::after {
  content: '';
  display: inline-block;
  width: .8rem;
  height: .8rem;
  border-top: 1px solid --primary-color;
  border-right: 1px solid --primary-color;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%) rotate(135deg);
} */

.child__wrap {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  min-width: 20rem;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.8rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.child__link {
  display: block;
  letter-spacing: 0.1em;
  padding: 1rem 1rem;
  font-size: 1.4rem;
}

.child__link:hover {
  opacity: 0.8;
}

.header__item-child:hover > .child__wrap {
  visibility: visible;
  opacity: 1;
}

.property-slider .slider-img-wrap {
  padding-top: 60rem;
  position: relative;
}

.property-slider .slider-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-slider__arw {
  position: absolute;
  z-index: 1;
  top: 35%;
  cursor: pointer;
  width: 4rem;
  height: 5rem;
  background-color: var(--primary-color);
}

.property-slider__arw.prev::before,
.property-slider__arw.next::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
}

.property-slider__arw.prev {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  left: 0;
}

.property-slider__arw.prev::before {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  left: 1.8rem;
}

.property-slider__arw.next {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  right: 0;
}

.property-slider__arw.next::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.8rem;
}

.property-slider__dots {
  display: flex;
  /* flex-wrap: wrap; */
  padding-top: 2rem;
  margin-top: -0.5rem;
}

.property-slider__dots li {
  opacity: 0.5;
  position: relative;
  width: 13%;
  padding-top: 7%;
  cursor: pointer;
  margin-right: 0.5%;
  margin-top: 0.5rem;
}

.property-slider__dots li:last-child {
  margin-right: 0;
}

.property-slider__dots li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-slider__dots .slick-active {
  opacity: 1;
  border: 1px solid var(--primary-color);
}

.p-property .list_detail table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.7;
}

.list_price_table {
  padding-top: 3rem;
}

.list_price {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}

.list_price th {
  border: 1px solid #cccccc;
  background: #f0f0f0;
  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: #e8e8e8;
  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: #e8e8e8;
  padding: 10px 10px 10px 10px;
  width: 170px;
}

.list_other td {
  border: 1px solid #cccccc;
  padding: 10px 10px 10px 10px;
}

.list_other td.td1 {
  width: 26% !important;
}

.footer_top {
  background: url(../img/home/home-mv-slide02.jpg);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}
.footer_top .sec_ttl {
  color: #fff;
}
.footer_top .sec_ttl .en {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.footer_text {
  font-weight: 500;
  color: #fff;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.7;
}
.footer_flex .left {
  display: flex;
  gap: 1.5rem;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 45px auto 0;
}
.footer_flex .left,
.footer_flex .right {
  width: calc((100% - 30px) / 2);
  background-color: var(--bg-lighter);
  border-radius: 10px;
  padding: 30px 20px 24px;
}
.footer_flex .tel {
  font-size: 4rem;
  font-weight: 400;
  color: #333;
  padding-left: 4.3rem;
  background: url(../img/common/tel-color.svg) no-repeat left 10% top 1.5rem/3rem
    auto;
  transition: 0.3s;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.footer_flex .tel:hover {
  opacity: 0.7;
}
.footer_flex .tel_text .text01 {
  font-size: 15px;
  margin-right: 10px;
}
.footer_flex .tel_text .text02 {
  font-size: 15px;
}
.footer_flex .tel_text .text03 {
  font-size: 16px;
}
.footer_flex .tel_text {
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
.footer_flex .mail {
  display: block;
  background: #222222;
  color: #fff;
  width: 360px;
  max-width: 100%;
  border-radius: 45px;
  text-align: center;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s;
  margin: 2rem auto 0 auto;
  border: 2px solid #222222;
}
.footer_flex .mail span {
  padding-left: 25px;
  position: relative;
}
.footer_flex .mail span::after,
.footer_flex .mail span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.footer_flex .mail span::after {
  background: url(../img/common/mail.svg) no-repeat center/contain;
}
.footer_flex .mail span::before {
  background: url(../img/common/mail_blue.svg) no-repeat center/contain;
  opacity: 0;
}
.footer_flex .mail:hover {
  background-color: var(--bg-lighter);
  color: #222222;
}
.footer_flex .mail:hover span::after {
  opacity: 0;
}
.footer_flex .mail:hover span::before {
  opacity: 1;
}
.footer_flex .mail_text {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .property-slider .slider-img-wrap {
    padding-top: 25rem;
  }

  .property-slider__arw {
    top: 30%;
  }

  .list_price th {
    padding: 10px 5px 10px 5px;
    width: 80px;
  }

  .list_add th {
    padding: 10px 5px 10px 5px;
    width: 80px;
  }

  .list_other th {
    padding: 10px 5px 10px 5px;
    width: 80px;
  }
  .single_youtube iframe {
    height: 50vw;
  }
  .mowing_lead {
    padding: 0 1rem 0 1rem;
    margin: 3rem 0 5rem 0;
  }
  .mowing .c-inner {
    width: calc(100% - 30px);
  }
  .p-works-item-wrap {
    flex-direction: column;
  }
  .p-works-item {
    width: 100%;
  }
  .sub-works-single .sub-single__main p {
    font-size: 3.8vw;
    margin: 1rem 0 0 0;
    line-height: 1.7;
  }
  .footer_flex {
    flex-direction: column;
  }
  .footer_flex .left,
  .footer_flex .right {
    width: 90% !important;
    padding: 30px 20px 24px !important;
    margin: 0 auto 2rem auto !important;
  }
  .footer_top {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .footer_flex .tel {
    font-size: 3rem !important;
    background: url(../img/common/tel-color.svg) no-repeat left 15% top 1rem/2rem
      auto !important;
  }
  .footer_text {
    font-size: 14px;
  }
  .footer_flex .tel_text {
    margin-top: 1rem;
  }
  .sub-section-title::after {
    width: 110px;
    height: calc(70px * 0.57735);
  }
  .sub-section-title::before {
    width: 310px;
    height: calc(170px * 0.57735);
  }
  .sub-section-title {
    padding: 170px 1rem 110px 1rem;
    text-align: center;
  }
  .sub-section-title span {
    opacity: 1;
    color: #fff;
    font-weight: 500;
  }
  #trainer_sub .trainername {
    margin-top: 1rem !important;
    margin-bottom: 3rem;
  }
  #trainer_sub .home-center__text {
    padding: 7vw 0vw;
  }
  #shop-info {
    padding-top: 0rem !important;
    margin-top: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1270px) {
  .header__logo {
    margin-left: 1rem;
    margin-top: 3rem;
    width: 15rem;
  }
  .header__link {
    font-size: 1.5rem;
  }
  .header__tel {
    font-size: 2rem;
  }
  .header__item:not(:first-of-type) {
    margin-left: 1.5rem !important;
  }
}

#shop-info {
  padding-top: 11rem;
  margin-top: 0rem;
}

.header__item_snsicon {
  margin: -8px;
  width: 20px;
}

.sp_cta a {
  border: 1px solid;
  color: #fff;
  background: #222222;
}

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

h3.home-section-title.-side.pc-only {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  h3.home-section-title {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 2rem;
  }
  .home-section__desc_2 {
    color: #333;
    line-height: 1.7;
    margin-top: 1.5rem;
    width: 50rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  h3.home-section-title {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 1.5rem;
  }
  .home-section__desc_2 {
    color: #333;
    line-height: 1.7;
    margin-top: 1.5rem;
    width: 50rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

p.note_top {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 1.5rem;
}

p.note_bottom {
  margin-top: 20px;
  line-height: 1.7;
  font-size: 1.5rem;
}

.waste .mowing_lead {
  margin: 0 0 0 0;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 4rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 116.8rem;
  position: relative;
  width: 100%;
}

.renovation_list {
  margin-bottom: 0rem;
  margin-top: 0rem;
}

#shop-info {
  padding-top: 8rem;
  margin-top: 0rem;
}

@media screen and (max-width: 767px) {
  p.home-section__desc_2 {
    width: auto;
  }
}

img.followme {
  width: 70%;
  margin: 0 auto;
}

.left_top {
  margin: auto;
}

.footer_flex .left {
  /* display: flex; */
  flex-wrap: wrap;
  gap: 0rem;
}

.left_bottom {
  display: flex;
}

p.footer-left_text {
  display: block;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.left_bottom {
  display: flex;
  width: 70%;
  margin: 0 auto;
}

.ttl_center1 {
  font-weight: 400;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}
.ttl_center1::after {
  content: "";
  background-color: #4c9ac0;
  width: 2em;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.contents_ttl_002 {
  max-width: 116.8rem;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  margin: 0 auto 1rem auto;
  position: relative;
  font-size: 2rem;
  font-weight: 300;
}

table.sub-shop__table.table_simple {
  margin-bottom: 2rem;
}

.p-flow-sec02 .note_bottom {
  margin: 1rem 0 4rem;
}

.rentalstudio__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 6rem 0 3rem 0;
}
.rentalstudio__inner .item {
  width: auto;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
}

.rentalstudio__inner .item .img {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.rentalstudio__inner .item .img img {
  width: 100%;
  height: auto;
}

.rentalstudio__inner .item .item_ttl {
  color: #222222;
  font-weight: 500;
  font-size: 2rem;
  padding: 0 0 15px 0;
  text-align: center;
}

.rentalstudio__inner .sub-service__text-desc {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.rentalstudio__inner .item .item_ttl {
  color: #222222;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0 0 15px 0;
  text-align: center;
}

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

.voice_cont figure.is-type-video {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .downloadbanner {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .voice_cont figure.is-type-video iframe {
    max-width: 700px;
    width: 100%;
    height: 27vw;
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .downloadbanner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .home-shop.type002 .home-shop__img {
    gap: 1rem;
    top: -240px;
  }
  .home-shop.type002 .home-shop__img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .home-shop.type002 .home-shop__img {
    display: flex;
    justify-content: center;
    margin: -367px auto 130px auto;
    width: 100%;
    max-width: 82.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    gap: 3rem;
    position: relative;
    top: -100px;
    z-index: 2;
  }
}

.banner_2 a:hover img {
  transition: 0.3s;
  opacity: 0.7;
}

.join_price p {
  border: 1px solid #222222;
  padding: 1.5rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
  .banner_2 {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .banner_2 {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .join_price p {
    margin-bottom: 3rem !important;
    font-size: 1.4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1270px) {
  .header__item_snsicon {
    margin: 0px !important;
  }
}
.plan .contents_ttl_001 {
  padding: 0;
  margin-bottom: 30px;
}
.plan .contents_ttl_001 span {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
	line-height: 1;
}

.plan .sub-service__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
  margin: 3rem auto;
  max-width: 700px;
}

.plan .sub-service__contents p {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
color: #222;
  padding: 15px 30px;
  background: #222;
  margin: 0;
  background: #b0b0b0;
  border-radius: 4px;
  min-height: 4.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.plan .table_simple tr {
  display: flex;
  flex-direction: column;
}
.plan .sub-shop__table tr {
  border-top: none;
}
.plan .sub-shop__table tbody {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.plan .table_simple th {
  background: #ffffff;
  color: #222;
  width: 30rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  width: auto;
  padding: 0;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

/* /menu/ の「50分×○回」などを控えめに */
.plan .plan-freq {
  display: block;
  color: #666;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-top: 0.4rem;
}

.sub-shop__table td {
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  padding-left: 15px;
}
/* 店舗情報ページ（/shop/）のみ td を左揃え（body_class で page-shop を付与） */
.page-shop .sub-shop__table td {
  text-align: left;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  padding-left: 15px;
}
.plan .sub-shop__table td span {
  font-size: 4.8rem;
  font-weight: 300;
  color: var(--primary-color);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 15px;
}
.plan .sub-shop__table td span small {
  font-size: 0.32em;
  font-weight: 300;
  letter-spacing: 0.05em;
  opacity: 0.85;
}

/* 金額と税込を分離した表記（.plan .sub-shop__table 内） */
.plan .plan-price {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
  line-height: 1.2;
}
.plan .plan-price__amount {
  font-size: inherit;
  font-weight: 300;
  color: var(--primary-color);
  letter-spacing: 0.02em;
}
.plan .plan-price__tax {
  font-size: 0.38em;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.05em;
}
.plan .sub-shop__table .plan-price__tax {
  font-size: 2rem;
}

.plan .sub-service__menu-list {
  margin-top: 7rem;
  background: #ffffff;
  padding: 60px 0;
  border: 1px solid #333;
}
.plan .contents_ttl_001::before {
  content: none;
}
.plan .price_area {
  /* background: #fcfaf4; */
  padding-bottom: 10rem;
}
.plan .join_price p {
  background: #ffffff;
  font-weight: 300;
  font-size: 24px;
  margin: 70px auto 0;
  max-width: 800px;
}
.plan .sub-service__text-desc {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}
.plan .table_simple tr {
  padding: 31px !important;
  border-right: 1px solid #000;
}
.plan .sub-shop__table tr:last-of-type {
  border-bottom: none;
  border-right: none;
}
.plan .inner2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1331px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}
.plan table.sub-shop__table.table_simple {
  margin-bottom: 0;
}
.plan .sub-service__img {
  max-width: 30rem;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}
.plan .sub-service__img.single {
	max-width: 50rem;
}
.plan .sub-service__img img {
  aspect-ratio: 300 / 200;
  object-fit: cover;
  width: 100%;
}
.header__banner {
  position: fixed;
  top: 9rem;
  right: 0px;
  background: var(--bg-lighter);
  color: #222;
  padding: 23px;
  padding-left: 70px;
  z-index: 1000;
  font-size: 16px;
  border-radius: 12px;
  font-weight: 500;
  border: 1px solid #333;
  margin: 0 1rem 0 0;
}
.header__banner::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/hito.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  top: 1.8rem;
  left: 9%;
  width: 30px;
  height: 30px;
}
.header__banner:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.plan b{
	font-weight: 300;
}
.online-course h2 img{
	width:50px;
}
@media screen and (max-width: 767px) {
  .plan .contents_ttl_001 span {
    font-size: 22px;
	  line-height:1.2;
  }
  .plan .sub-service__text-desc {
    font-size: 14px;
    margin-bottom: 10px;
	  font-weight: 300;
  }
  .plan .sub-service__contents {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .plan .sub-service__contents p {
    font-size: 14px;
    padding: 12px 20px;
    margin: 0;
    min-height: 3.5em;
    font-size: 4.5vw !important;
  }
  .plan .table_simple th {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
  .plan .plan-freq {
    font-size: 2.8vw;
    margin-top: 0.3rem;
  }
  .plan .sub-shop__table td span {
    font-size: 8vw;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  .plan .sub-shop__table td span small {
    font-size: 0.35em;
  }
  .plan .plan-price__tax {
    font-size: 0.35em;
  }
  .plan .sub-shop__table td {
    margin-top: 0;
	  font-weight: 500;
  }
  .plan .sub-service__menu-list {
    margin-top: 4rem;
    padding: 60px 15px;
  }
  .menu-intro {
    margin: 4rem 2rem !important;
  }
  .menu-intro p {
    text-align: left;
    line-height: 1.6;
  }
  .plan .price_area .sub-service__menu-list:first-of-type {
    margin-top: 0;
  }
  .plan .price_area > .inner {
    padding-top: 0;
  }
  .plan .contents_ttl_001 {
    margin-bottom: 15px;
  }
  .plan .table_simple tr {
    padding: 0 !important;
    border-right: none;
  }
  .plan .sub-shop__table tbody {
    flex-direction: column;
    gap: 70px;
  }
  .header__banner {
    top: auto;
    bottom: 0;
    padding: 20px;
    padding-left: 65px;
    font-size: 14px;
    display: block;
    width: 90%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  .header__banner::before {
    top: 1.3rem;
    left: 12%;
  }
.sp_cta{
		display: none;
	}
	.online-course h2 img{
	width:30px;
}
	.sub-archive__category,
	.home-news__category {
		width: auto;
		min-height: 32px;
	}
}
/*# sourceMappingURL=style.css.map */
.home-mv__slide {
    position: relative;
}
.home-mv__text.-text-feature {
    color: #fff;
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 52.6%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}
.home-mv__catch.-top {
    margin-bottom: 3rem;
}
.home-mv__catch.-top img {
    max-width: none;
    padding: 0 20%;
}
.home-mv__scrolldown {
    display: none;
}

/* --- catch-feature右寄せ、catch-text2その下 --- */
.-layout-right .home-mv__catch.-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 8%;
}
.-layout-right .home-mv__catch.-bottom .c-feature {
    max-width: 60rem;
}
.-layout-right .home-mv__catch.-bottom .c-text2 {
    max-width: 40rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
.home-mv__text.-text-feature {
    top: 56.6%;
}
.home-mv__catch.-top {
    margin-bottom: 1rem;
}
.home-mv__catch.-top img {
    max-width: none;
    padding: 0 2%;
}
.-layout-right .home-mv__catch.-bottom {
    align-items: center;
    padding: 0 5%;
}
.-layout-right .home-mv__catch.-bottom .c-feature {
    max-width: 90%;
    width: 100%;
}
.-layout-right .home-mv__catch.-bottom .c-text2 {
    max-width: 21rem;
    margin-top: 1rem;
}
}


  /* --------------------------------------------------
   デフォルト（classなし）UL/OL：素のまま使う
   -------------------------------------------------- */
   .sub-single__main ul:not(.list),
   .sub-single__main ol:not(.num) {
     margin-top: 1.2em !important;
     padding-left: 1.3em !important;
     position: static !important;
   }
   
   .sub-single__main ul.list,
   .sub-single__main ol.num {
     position: relative !important;
     padding-left: 1.8em !important; 
     margin-bottom: 1.2em;
   }
   
   .sub-single__main ol.num > li::before {
     position: absolute !important;
     left: -1.6em !important;
     top: 0.6em !important;
     width: 1.2em;
     height: 1.2em;
     background: #333;
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 0.15em;
   }
   

/* --------------------------------------------------
   ● カスタム箇条書き UL.list（丸仕様）
   -------------------------------------------------- */
.sub-single__main ul.list {
  padding-left: 1.5em;
  margin: 1.2em 0;
}

.sub-single__main ul.list > li {
  list-style: none;
  position: relative;
  margin-bottom: 0.6em;
}

.sub-single__main ul.list > li::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0.45em;
  width: 0.5em;
  height: 0.5em;
  background: #333;
  border-radius: 50%;
}


/* --------------------------------------------------
   ■ 番号リスト OL.num（四角デザイン）
   -------------------------------------------------- */
.sub-single__main ol.num {
  counter-reset: number;
  padding-left: 1.8em;
  margin: 1.2em 0;
}

.sub-single__main ol.num > li {
  list-style: none;
  counter-increment: number;
  position: relative;
  margin-bottom: 0.75em;
}

.sub-single__main ol.num > li::before {
  content: counter(number);
  position: absolute;
  left: -1.6em;
  top: 0.1em;
  width: 1.2em;
  height: 1.2em;
  background: #333;
  color: #fff;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.15em;
}

/*2026/02/10*/
.note {
  text-align: center;
}
.sub-service__recommend {
  background: #fbfaf7;
  padding: 0.25rem 1.5rem 1rem;
  max-width: 70rem;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recommend-ttl {
  text-align: center;
  padding: 0.75rem 1rem;
  font-size: 3rem;
  font-weight: 300;
}
.recommend-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.recommend-list li {
  position: relative;
  padding-left: 32px; /* アイコン分の余白 */
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.recommend-list li:last-child {
  margin-bottom: 0;
}

.recommend-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em; /* 文字の高さに合わせて微調整 */
  width: 20px;
  height: 20px;
  background: url("../img/common/icon-check.png") no-repeat center / contain;
}
@media screen and (max-width: 767px) {
  .recommend-ttl {
    font-size: 6.5vw;
  }
}

.plan .sub-service__contents p {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  color: #222;
  padding: 15px 30px;
  background: #222;
  margin: 0;
  background: var(--bg-lighter);
  border-radius: 4px;
  border: 1px solid #333;
  min-height: 4.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.menu-intro {
  margin: 4rem;
}

h2.intro-ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 3rem;
}

.menu-intro p {
  text-align: center;
  line-height: 1.6;
}