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

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

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

body {
  /* line-height: 1; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  display: block;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

pre {
  white-space: pre-wrap;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.85616vw;
  }
}

@media (min-width: 1168px) {
  html {
    font-size: 10px;
  }
}


/* 英字用フォント */
@font-face {
  font-family: 'latin-custom';
  src: local("Josefin Sans");
  unicode-range: U+0000-00FF;
  /* ラテン文字の範囲 */
}

/* 日本語用フォント */
@font-face {
  font-family: 'jp-custom';
  src: local("IBM Plex Sans JP");
  unicode-range: U+3040-30FF, U+4E00-9FFF;
  /* ひらがな・カタカナ・漢字 */
}
[id] {
  scroll-margin-top: 80px; /* 固定ヘッダーの高さに合わせる */
}

body {
  color: #333;
  font-family: "Josefin Sans", "IBM Plex Sans JP", 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: 116.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

/*画像の中央寄せ*/
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/*figureタグで囲まれた画像の中央寄せ*/
.aligncenter img {
  height: auto;
  max-width: 100%;
}

/*画像右寄せ*/
.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}

/*figureタグで囲まれた画像右寄せ*/
.alignright img {
  height: auto;
  max-width: 100%;
}

/*位置指定のない画像*/
.alignnone {
  height: auto;
  max-width: 100%;
}

/*figureタグで囲まれた位置指定のない画像*/
.alignnone img {
  height: auto;
  max-width: 100%;
}

/* 自動折り返し有効化 */
pre {
  white-space: pre-wrap;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-spinner {
  display: none;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

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


/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
  .pc-br {
    display: none;
  }

  .tb-br {
    display: none;
  }

  .sp-br {
    display: block;
  }
}

/*---タブレット時改行--*/
@media screen and (min-width:481px) and (max-width: 1024px) {
  .pc-br {
    display: none;
  }

  .tb-br {
    display: block;
  }

  .sp-br {
    display: none;
  }
}

/*---PC時改行--*/
@media screen and (min-width:1025px) {
  .pc-br {
    display: block;
  }

  .tb-br {
    display: none;
  }

  .sp-br {
    display: none;
  }
}

/* ==============================================================
*  セクション(common)
* ============================================================ */
main.home {
  /*   background-color: #fffee9; */
  /*
  background-image: url(../img/home/main_bg001.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
*/
}

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

.home-section-title {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: calc(58 / 40);
}

.home-section-title span {
  color: #204a9b;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 0.8rem;
}

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

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

.home-section-title.-news span {
  color: #cde2ff;
  font-weight: 500;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  position: relative;
  z-index: -1;
  color: #204a9b;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0px;
  opacity: 1;
}

.single .wp-block-image .alignleft {
  float: none;
}

.banner.-home-top {
  margin-top: 9rem;
}

.banner.-home-bottom {
  background-color: #fff;
  padding-bottom: 10rem;
  padding-top: 8rem;
}

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

.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;
  border-radius: 5px;
}

.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 #204a9b;
  color: #fff;
  font-size: 1.4rem;
  /* background: linear-gradient(45deg, #204a9b, #00c2ff); */
  background-color: #204a9b;
}

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

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

  .btn:hover::after {
    background-color: #fff;
    top: 0;
    color: #000;
  }

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

  .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: #fff;
  -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
}

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

.header.-sub {
  background-color: #fff;
}

.header__logo {
  margin-left: 1rem;
  margin-top: 1rem;
  width: 22rem;
  margin-top: auto;
  margin-bottom: auto;
}

.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: 700;
  position: relative;
  font-family: "IBM Plex 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.8rem;
  margin: auto;
  position: absolute;
  top: 2px;
  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;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.header__time span {
  font-weight: 700;
}

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

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

.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;
  text-align: center;
}

li.header__item {
  text-align: center;
}

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

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

.header__btn {
  background: #204a9b;
  font-size: 1.1rem;
  font-weight: 700;
  /*   padding: 3rem 3.4rem; */
  padding: 5.5rem 3.5rem 1rem 3.5rem;
  color: #fff;
}

.header__btn.youtube {
  position: relative;
  padding: 5.5rem 1.5rem 1rem 1.5rem;
}

.header__btn.youtube::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon002.svg);
  background-repeat: no-repeat;
  background-size: 3.5rem;
  top: 1.5rem;
  left: 28%;
  width: 3.5rem;
  height: 3.5rem;
}

.header__btn.email {
  position: relative;
  padding: 5.5rem 1rem 1rem 1rem;
  border-radius: 0 10px 10px 0;
}

.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: 31%;
  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: #fff;
  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;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  row-gap: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

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

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

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

.footer_link_banner {
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: linear-gradient(to right,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
  padding: 50px 0 50px 0;
}

.footer_link_banner .footer_link_banner_inner {
  max-width: 116.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
}

.footer_link_banner .footer_link_banner_inner a {
  width: 23.5%;
  background: #fff;
}

.footer__link {
  font-size: 1.6rem;
  font-weight: 600;
}

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

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

.footer__copyright {
  background: #204a9b;
  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: 700;
  margin-top: 0.4rem;
  color: #fff;
}

.footer_cta {
  /* 	background-image: url(../img/home/bg-footer-cta.jpg);
	background-attachment: fixed;
    background-size: cover;
	background-position: bottom center; */
  position: relative;
}

.footer_cta::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/home/bg-footer-cta.jpg);
  background-size: cover;
  background-position: bottom center;
  content: "";
}

.footer_cta_inner {
  padding: 10rem 3rem;
  color: #fff;
}

.footer_cta_inner .htitle03 {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.footer_cta_inner .htitle03::after {
  position: absolute;
  bottom: 0;
  right: initial;
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-image: linear-gradient(to right, #00a491, #fae943 86%, #df6643);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
  right: initial;
  left: 50%;
  -webkit-transform: translatex(-50%) skewX(-50deg);
  transform: translatex(-50%) skewX(-50deg);
}

.footer_cta_txt {
  text-align: center;
  padding: 2rem 0 3rem 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.footer_btn_wrap {
  text-align: center;
}

.footer_cta_inner .htitle03 span {
  display: inline-block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-family: "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/home/sub-title-cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0px right 0px;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: darken;
  position: relative;
}

.ttl_cover_20230406:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /*  background-image: radial-gradient(#111 30%, transparent 31%),*/
  /*    radial-gradient(#111 30%, transparent 31%);*/
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  opacity: 0.3;
}

.sub-section-title {
  color: #000;
  font-size: 70px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(58 / 40);
  text-align: center;
  padding: 180px 0 140px 15rem;
  /*     background: rgba(255,255,255,0.8); */
  /* 	background: #f8b62d; */
  z-index: 1;
}

@media screen and (min-width: 1440px) {
  .sub-section-title {
    font-size: 70px !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: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #fda516;
  position: relative;
}

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

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

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

.home-mv__text {
  color: #fff;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  /* -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: 70rem;
  margin: 0 auto;
}

.home-mv__catch h1 {
  font-size: 9rem;
  font-weight: 900;
  margin-top: 20px;
}

.home-mv__catch h1 span {
  font-weight: 700;
}

.home-mv__catch p {
  font-weight: bold;
  background: linear-gradient(to right,
      rgba(28, 94, 193, 0),
      #204a9b,
      rgba(28, 94, 193, 0));
  display: inline-block;
  color: white;
  margin-top: 20px;
  padding: 12px 76px;
  font-size: 4rem;
  letter-spacing: 5px;
  text-decoration: dashed;
}

@media screen and (max-width: 768px) {
  .home-mv__catch h1 {
    font-size: 35px;
    font-weight: 900;
    margin-top: 20px;
  }

  .home-mv__catch img {
    width: 300px;
  }

  .home-mv__catch p {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 12px 60px;
  }
}

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

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

.home-mv .slider-img img {
  height: auto;
  width: 100%;
}

.home-mv .slide-dots {
  margin-top: 1.7rem;
  padding: 0;
  text-align: center;
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.home-mv .slide-dots li {
  display: inline-block;
  margin: 0 12px;
}

.home-mv .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.home-mv .slide-dots li button::before {
  /* background-image: url(../img/home/dots-small.svg);
  background-repeat: no-repeat;
  background-size: contain; */
  bottom: 0;
  content: "";
  cursor: pointer;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 4px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.home-mv .slide-dots li.slick-active button::before {
  /* background-image: url(../img/home/dots-large.svg); */
  height: 14px;
  width: 14px;
  background-color: var(--primary-color);
}

.home-mv button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* 拡大率 */
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* 拡大率 */
  }
}

.home-mv .add-animation {
  -webkit-animation: fadezoom 5s 0s forwards;
  animation: fadezoom 5s 0s forwards;
}

.home-mv__scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 60px;
}

.home-mv__scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #fff;
  -webkit-animation: patmove 1.4s ease-in-out infinite;
  animation: patmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes patmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  20% {
    height: 50px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes patmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  20% {
    height: 50px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.home-mv__scrolldown span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  font-size: 1rem;
  color: #fff;
}

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

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

.home-shop {
  padding-top: 6rem;
  background: #fff;
  margin-top: 5rem;
}

.home-shop.type002 .home-section-title {
  font-weight: 700;
  color: #333;
}

/*
.home-shop-about .home-shop__text {
  background: #fff;
}
*/
.home-shop.type002 .home-shop__intro span {
  /* background: linear-gradient(transparent 40%, rgba(0, 136, 255, 0.2) 70%); */
  /* font-style: italic; */
  display: inline;
  font-size: 4.5rem;
}

.home-shop.type002 .home-shop__intro {
  border-left: #204a9b 2px solid;
  padding-left: 2rem;
}

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

.home-shop .home-section-title span {
  color: #cde2ff;
  font-weight: 500;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0rem;
  position: relative;
  z-index: -1;
  color: #204a9b;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0px;
  opacity: 1;
}

.home-shop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /*  top: -15.5rem;*/
  padding: 0;
}

.home-shop.type002 .home-shop__text {
  width: 100%;
  padding-right: calc(2.4rem + ((1vw - 11.69px) * (376 / 7.51)));
  padding-bottom: calc(13.8rem + ((1vw - 11.69px) * (40 / 7.51)));
  padding-top: calc(18.8rem + ((1vw - 11.69px) * (26 / 7.51)));
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-align: center;
  overflow: hidden;
  /*  background: url(../img/home/bg-aboutus.jpg);*/
  background-size: cover;
  /*
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
*/
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  display: flex;
  flex-direction: column;
}

/* .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: grid;
  justify-content: center;
  margin: 0px auto 0 auto;
  width: 100%;
  max-width: 100.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  top: 20px;
  z-index: 2;
  gap: 2%;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-shop.type002 .home-shop__intro {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 3rem;
}

.home-shop.type002 .home-section__desc {
  width: 100%;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

.home-shop.type002 .home-section__desc span {
  margin: 4rem 0 4rem 0;
  display: block;
  font-weight: 700;
  color: #e16c46;
}

.home-shop.type002 .home-shop__img img {
  width: 100%;
  height: auto;
  /*
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
*/
}

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

.home-shop__intro {
  /* color: #333; */
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2.4rem;
  line-height: calc(35 / 24);
  width: 50rem;
  color: #204a9b;
}

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

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

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

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

.home-center {
  background: linear-gradient(180deg, white 0%, #eefcff 100%);
  margin-top: 8rem;
  padding-bottom: 4rem;
  padding-top: 10rem;
  position: relative;
  background: #f4fbfc;
  border-radius: 10rem;
}

.home-center .btn.-color {
  background-color: #204a9b;
  border: 1px solid #204a9b;
  color: #fff;
}

.home-center .btn.-color:hover {
  color: #204a9b;
}

/*
@media screen and (min-width: 768px) {
  .home-center .btn.-color:hover {
    color: #204a9b;
  }
}
*/

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

.home-center__container.-service {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home-center__container.-company {
  justify-content: space-between;
  margin-top: 8rem;
}

.home-center__text {
  margin-top: 4.3rem;
  padding-left: 2.4rem;
}

.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 #204a9b;*/
  padding: 0 0 10px 0;
  font-weight: 700;
}

.home-center__container.-service .home-section-title span {
  color: #204a9b;
  font-weight: 500;
  font-size: 2.4rem;
  opacity: 1;
  margin-bottom: 0px;
}

.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: linear-gradient(45deg, #204a9b, #00c2ff);
} */
.home-center__container.-price .home-section-title {
  color: #333;
  /*  border-bottom: 1px solid #204a9b;*/
  padding: 0 0 10px 0;
  font-weight: 700;
}

.home-center__container.-price .home-section-title span {
  color: #204a9b;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: "Josefin Sans", sans-serif;
  /* font-weight: 700; */
}

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

/* .home-center__container.-price .btn {
  background: linear-gradient(45deg, #204a9b, #00c2ff);
  color: #fff;
} */

.home-center__img {
  width: 56rem;
}

.home-center__img img {
  height: 360px;
  object-fit: cover;
}

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

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

.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 {
  /*       background-image: url(../img/home/top_bg001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
  padding-bottom: 8rem;
  padding-top: 10rem;
  position: relative;
  z-index: 1;
  /* 	    margin: 10rem 0 0 0; */
  /*	background-color: rgba(255,255,255,0.5);*/
  background-blend-mode: lighten;
}

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

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

.home-news__container {
  margin-top: 3.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.home-news__link {
  display: block;
  width: 31.5%;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
  border-radius: 1rem;
}

.home-news__thumbnail {
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}

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

.home-news__time-category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1rem 1rem 0 1rem;
}

.home-news__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.home-news__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #204a9b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 2.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2rem;
  width: auto;
  padding: 0 1rem;
}

.home-news__title {
  line-height: 1.5;
  padding: 1rem 1rem 1rem 1rem;
}

.home-news__btn {
  margin-top: 6.1rem;
  text-align: center;
}

.home-news__btn a {
  border: 1px solid #0c3b2c;
  /*   padding-right: 1.8rem; */
}

.home-news__btn a span {
  right: 6.2rem;
}

.p-home-sec03 {
  /*  background: #fff;*/
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;

}

.p-home-sec03 .home-section-title {
  color: #333;
  font-weight: 700;
}

.p-home-sec03 .home-section-title span {
  color: #cde2ff;
  font-weight: 500;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0rem;
  position: relative;
  z-index: -1;
  color: #204a9b;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0px;
  opacity: 1;
}

.p-home-sec03__txt {
  text-align: left;
  line-height: 1.7;
  font-size: 16px;
  margin: 4rem 0 0 0;
  font-weight: 500;
}

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

.p-home-sec03__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5rem;
  z-index: 3;
  position: relative;
  margin-top: 6rem;
}

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

.p-home-sec03__item {
  /* width: 33.333%; */
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-home-sec03 .item__link {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-position-x: right;
}

.p-home-sec03 .item__link01 {
  background-image: url(../img/home/h_reason-01.jpg);
  background-color: rgb(110 170 217);
  background-blend-mode: multiply;
}

.p-home-sec03 .item__link02 {
  background-image: url(../img/home/h_reason-03.jpg);
  background-color: rgb(110 170 217);
  background-blend-mode: multiply;
}

.p-home-sec03 .item__link03 {
  background-image: url(../img/home/004.jpg);
  background-color: rgb(110 170 217);
  background-blend-mode: multiply;
}

.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;
  border-radius: 5px;
}

.p-home-sec03 .item__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8rem 2rem;
}

.p-home-sec03 .item__inner {
  padding: 13rem 5rem;
}

.p-home-sec03 .item__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}

.p-home-sec03 .item__ttl {
  font-size: 6vw;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.p-home-sec03 .item__ttl {
  font-size: 2.4rem;
}

.p-home-sec03 .item__txt {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 2rem;
}

.p-home-sec03 .item__link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #fff0;
}

@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%にする */
  }
}

@media screen and (max-width: 768px) {
  .home-shop.type002 .home-shop__text {
    grid: none;
  }

  .home-shop.type002 .home-shop__img {
    margin: 0;
  }

  .home-shop .home-section-title span {
    font-size: 3rem;
    margin-top: -7rem;
  }

  .p-home-sec03 .home-section-title span {
    font-size: 3rem;
    margin-top: -7rem;
  }

  .home-section-title.-news span {
    font-size: 3rem;
    margin-top: -85px;
  }
}

/* ==============================================================
*  セクション(sub-common)
* ============================================================ */
main.sub {
  background-color: #fff;
  background-image: url(../img/home/main_bg001.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  background: #f4fbfc;
}

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

/* .sub-section-title {
  background: linear-gradient(to right, #37a137, #060 100%);
    background-clip: text;
    background-size: 200%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  font-size: 6rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: center;
} */

.sub-section-title {
  text-align: left;
  color: #fff;
  /* width: 500px; */
  font-size: 70px;
  font-weight: 700;
  line-height: calc(58 / 40);
  position: relative;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}

/*
.sub-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  height: calc(330px * 0.57735);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background: #204a9b;
}
.sub-section-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: calc(300px * 0.57735);
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  background: #204a9b;
}
*/
/* .sub-section-title::before {
    content: "";
    display: block;
    width: 5.5vw;
    height: 2px;
    background: #204a9b;
    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: #fff;
  font-size: 14px;
  padding-bottom: 2.4rem;
  padding-top: 11.2rem;
  display: none;
}

.breadcrumb__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9da3a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb__inner span:not(:first-of-type) {
  margin-left: 5px;
}

.breadcrumb__inner span:not(:last-of-type) {
  color: #006947;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.breadcrumb .home {
  margin-right: 4px;
}

/* ==============================================================
*  セクション(sub-404)
* ============================================================ */
.sub-404__box {
  background-color: #fff;
  padding-bottom: 10.1rem;
  padding-top: 6rem;
}

.sub-404__title {
  color: #1f1f1f;
  font-size: 2.4rem;
  line-height: calc(36 / 24);
  text-align: center;
}

.sub-404__title span {
  display: block;
}

.sub-404__desc {
  color: #1f1f1f;
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  margin-top: 2.7rem;
  text-align: center;
}

.sub-404__desc span {
  display: block;
}

.sub-404__link {
  margin-top: 5.6rem;
  text-align: center;
}

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

/* ==============================================================
*  セクション(sub-archive)
* ============================================================ */
.sub-archive__box {
  background-color: #fff;
  padding-bottom: 10rem;
  padding-top: 6.4rem;
}

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

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

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

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

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

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

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

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

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

.sub-archive__link {
  display: block;
  width: 31.5%;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
  /* border-radius: 1rem; */
}

.sub-archive__link.type_voice {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

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

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

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

.sub-archive__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 2.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2rem;
  width: 14rem;
  background: #204a9b;
}

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

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

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

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

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

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

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

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

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

.sub-archive .page-numbers.dots {
  border: none;
  margin: 0;
}

.single_youtube {
  text-align: center;
  margin: 3rem 0 0 0;
}

.single_youtube iframe {
  max-width: 100%;
}

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

  .sub-archive__link:hover .sub-archive__title span {
    background-size: 100% 1px;
    /* 線の横幅を100%にする */
  }
}

/* ==============================================================
*  セクション(sub-contact)
* ============================================================ */
.sub-contact__top {
  background-color: #fff;
  padding-bottom: 6rem;
  padding-top: 4rem;
}

.sub-contact__btm {
  padding: 3rem 0 0 0;
  display: flex;
  justify-content: space-around;
}

.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: "IBM Plex 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: 700;
  position: relative;
  text-align: center;
  width: 33rem;
}

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

.sub-contact__top-qr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.2rem;
  width: 11.7rem;
}

.sub-contact__tel {
  color: var(--text-color);
  font-size: 4.4rem;
  font-weight: 700;
  margin-top: 6.8rem;
  /* padding-left: 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: 3.744rem;
  left: -1rem;
  margin: auto;
  position: absolute;
  top: 0.6rem;
  width: 3.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;
    text-align: left;
}

.sub-contact__box {
  /* background-color: #fff; */
  padding-top: 8rem;
}

.sub-contact__box.-column {
  display: flex;
  gap: 2rem;
}


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

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

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

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

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

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

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

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

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

.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-color: #204a9b;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.8rem 10.7rem;
}

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

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

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

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

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

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

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

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

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

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

.sub-contact .wpcf7-not-valid-tip {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff4848;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 2.6rem;
  margin-top: 1.67rem;
  padding-left: 1.2rem;
  position: relative;
  width: 29rem;
}

.sub-contact .wpcf7-not-valid-tip::before {
  background-color: #ff4848;
  bottom: 0;
  -webkit-clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
  clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
  content: "";
  height: 1.2rem;
  left: 3rem;
  margin: auto;
  position: absolute;
  top: -3.1rem;
  width: 1.4rem;
}

.sub-contact .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.infomation .p-works-item-wrap {
  margin-bottom: 8rem;
}

.infomation .p-works-item p {
  font-size: 1.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: 700;
}

.sub-price__box {
  background-color: #fff;
  margin-top: 4.5rem;
  padding: 0 0 0 0;
}

.project_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.project_inner .item {
  width: 36rem;
  margin: 0 0 2rem 0;
}

.project_inner .item .item_ttl {
  color: #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: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}

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

.sub-price__price {
  background-color: #ebd27f;
  border-radius: 4px;
  color: #0c3b2c;
  font-size: 6rem;
  font-weight: 700;
  margin-top: 4.8rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  text-align: center;
}

.sub-price__price span {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  top: 0.2rem;
}

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

.sub-price__group {
  display: -ms-grid;
  display: grid;
  gap: 0 1.5rem;
  -ms-grid-columns: (minmax(29rem, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(29rem, 1fr));
  margin-top: 4.7rem;
}

.sub-price__plan {
  border: 1px solid #dddada;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  width: 29rem;
}

.sub-price__plan:nth-of-type(1) .sub-price__plan-title,
.sub-price__plan:nth-of-type(3) .sub-price__plan-title {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#0c3b2c),
      to(#00120c));
  background: linear-gradient(to right, #0c3b2c, #00120c);
}

.sub-price__plan:nth-of-type(2) .sub-price__plan-title {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#00120c),
      to(#0c3b2c));
  background: linear-gradient(to right, #00120c, #0c3b2c);
}

.sub-price__plan-title {
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  padding-bottom: 1.8rem;
  padding-top: 1.6rem;
  text-align: center;
}

.sub-price__plan-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  margin-top: 1.1rem;
}

.sub-price__list {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

.sub-price__item {
  padding-bottom: 2.7rem;
  padding-top: 2.3rem;
}

.sub-price__item:not(:first-of-type) {
  border-top: 1px solid #dddada;
}

.sub-price__item:nth-of-type(2) {
  padding-bottom: 3.2rem;
}

.sub-price__item:nth-of-type(3) {
  padding-bottom: 3.2rem;
}

.sub-price__item-title {
  font-size: 1.4rem;
  font-weight: 700;
}

.sub-price__item-desc {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 1rem;
}

.sub-price__item-desc span {
  font-size: 1.4rem;
  font-weight: 700;
}

.sub-price__attention-list {
  margin-top: 2.7rem;
}

.sub-price__attention-item {
  font-size: 1.6rem;
  line-height: 1.5;
}

.sub-price__btn {
  margin-top: 4rem;
  text-align: center;
}

.sub-price__btn .btn {
  font-size: 1.6rem;
  padding-right: 2rem;
}

.sub-price__btn .btn span {
  right: 4rem;
}

.sub-price__banner-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 5.2rem;
  margin-top: 6.5rem;
  position: relative;
  text-align: center;
}

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

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

.sub-price__title-desc {
  line-height: 1.5;
  margin-top: 5rem;
  text-align: center;
}

.sub-price__title-desc span {
  display: block;
}

.sub-price__title-desc span.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-price__title-desc span.tel a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}

/* 
==============================================================
*  セクション(sub-service)
* ============================================================ */
.sub-service__list {
  margin-top: 8rem;
}

.sub-service__list.type002 {
  margin-top: 0;
}

.sub-service__item {
  background-color: #fff;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

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

.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: 7rem;
  padding-top: 5rem;
  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: 54%;
  left: -5%;
  position: relative;
}

.sub-service__text {
  margin-top: 4rem;
  width: 40%;
}

.main_lead {
  text-align: center;
  line-height: 2;
}

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

.sub-service__text-title span {
  font-weight: 700;
  display: block;
  line-height: 1;
}

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

.sub-service__text-desc span {
  display: block;
}

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

/* ==============================================================
*  セクション(sub-reserve)
* ============================================================ */
.sub-reserve-flow__box {
  background-color: #fff;
  margin-top: 4.7rem;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6rem;
}

.sub-reserve-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.sub-reserve-flow__item-text {
  margin-top: 1.7rem;
  width: 57.2rem;
}

.sub-reserve-flow__item-title {
  border-left: 1rem solid #edbd21;
  color: #0c3b2c;
  display: inline-block;
  font-size: 3.1rem;
  font-weight: 700;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 0.9rem;
  position: relative;
}

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

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

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

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

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

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

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

.p-flow-sec02 .sub-reserve-faq .inner {
  background: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sub-reserve-cancel__box {
  background-color: #fff;
  margin-top: 4.7rem;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6rem;
}

.sub-reserve-cancel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.philosophy_img img {
  max-width: 600px;
  display: block;
  margin: 5rem auto 7rem auto;
}

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

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

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

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

.sub-reserve-cancel__item-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.5rem;
}

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

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

/* ==============================================================
*  セクション(sub-shop)
* ============================================================ */
.sub-shop__box {
  background-color: #fff;
  padding-bottom: 8rem;
  /*   padding-left: 4rem;
  padding-right: 4rem; */
  padding-top: 6rem;
}

.sub-shop__container {
  display: block;
}

.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%); */
}

.sub-contact__btm .contents_ttl_001 span {
  background-color: #204a9b;
  text-align: center;
  padding: 1rem 3rem;
  color: #fff;
  font-size: 3rem;
}

.sub-contact__btm .contents_ttl_001::before {
  display: none;
}

.cleaning-reason .contents_ttl_001::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .sub-contact__btm {
    display: block;
    text-align: center;
  }

  .sub-contact__btm .contents_ttl_001 span {
    font-size: 1.5rem;
    margin: 0 auto;
  }
}

.contents_ttl_001::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 1.5px;
  background: #204a9b;
}

.contents_ttl_001 span {
  color: #333;
  font-size: 4rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

/* .contents_ttl__rea {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: bold;
  color: #cde2ff;
  margin-top: -64px;
} */
.construction_item+.construction_item {
  margin: 4rem 0 0 0;
}

.construction_item .year {
  font-size: 2rem;
  color: #1f89d6;
  font-family: "IBM Plex 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: #edf4fa;
  font-weight: 500;
  border: 1px solid #cecece;
}

.construction_item table td {
  padding: 1rem 1rem 1rem 1rem;
  border: 1px solid #cecece;
}

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

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

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

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

.sub-shop__table th {
  width: 13rem;
  color: #fff;
  font-weight: 500;
  background-color: #204a9b;
  padding-left: 15px;
}

.sub-shop__table td {
  line-height: 1.5;
  word-break: break-word;
  padding-left: 20px;
}

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

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

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

.sub-shop__map {
  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: #fff;
  color: #fff;
  width: 25rem;
  line-height: 1.5;
}

.table_simple td {
  padding: 1.8rem;
  padding-left: 4rem;
}

.company_sdgs {
  margin: 8rem 0 0 0;
}

.company_sdgs a img {
  max-width: 800px;
  margin: 0 auto;
}

.ISO9001 {
  margin: 8rem 0 5rem 0;
}

.ISO9001 .img img {
  max-width: 250px;
  margin: 0 0 2rem 0;
}

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

.sub-single__box {
  background-color: #fff;
  padding: 0 0 0 0;
}

.sub-single__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.sub-single__title {
  color: var(--text-color);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.1rem;
}

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

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

.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 {
  background-color: #1F89D6;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 3rem;
  padding: 1.3rem 0.5rem;
}

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

.sub-single__main h4 {
  border-left: 0.5rem solid var(--primary-color);
  color: #1f89d6;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 5.4rem;
  padding: 0.1rem 1.1rem;
}

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

.sub-single__main h5 {
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 5.8rem;
}

.sub-single__main p {
  font-size: 1.6rem;
}

.sub-single__main ul,
.sub-single__main ol {
  margin-top: 2rem;
}

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

.sub-single__main figure {
  /*   margin-top: 8rem; */
}

sub-single .inner {
  padding: 0 0 0 0;
}

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

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

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

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

.sub-single__main .sub-shop__table th {
  width: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-terms__desc span {
  display: block;
}

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

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

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

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

.sub-thanks__desc span {
  display: block;
}

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

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

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

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

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

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

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

.sub-thanks__tel {
  color: #0c3b2c;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: 5.9rem;
  padding-left: 3rem;
  pointer-events: none;
  position: relative;
}

.sub-thanks__tel::before {
  background-image: url(../img/common/tel-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;
    top: 0;
    width: 58.4rem;
  }
}

@media screen and (min-width: 1169px) {
  .home-shop__text {
    padding-bottom: calc(6rem + ((1vw - 11.69px) * (40 / 7.51)));
    padding-left: calc(2.4rem + ((1vw - 11.69px) * (376 / 7.51)));
    padding-top: calc(13.8rem + ((1vw - 11.69px) * (26 / 7.51)));
    width: calc(76.2rem + ((1vw - 11.69px) * (491 / 7.51)));
  }

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

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

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

  .home-shop__img {
    top: 14.4rem;
    width: 96rem;
  }
}

/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .p-home-sec03__item-wrap {
    flex-direction: column;
    padding-top: 0;
  }

  .p-home-sec03 .item__inner {
    padding: 5rem 2rem;
    text-align: center;
    line-height: 1.3;
  }

  .p-home-sec03 .item {
    width: 100%;
    margin-top: 4rem;
  }

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

  .home-section-title {
    font-size: 6vw;
  }

  .home-section-title.type001 {
    color: var(--text-color);
    font-weight: 700;
  }

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

  .home-section__desc {
    font-size: 16px;
    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: #fff;
  }

  .header-sp.-sub {
    background-color: #fff;
  }

  .header-sp__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding-bottom: 3vw; */
    padding-left: 2vw;
    /* padding-top: 3vw; */
    height: 15vw;
  }

  .header-sp__logo {
    position: relative;
    width: 45vw;
    z-index: 1;
  }

  .hamburger {
    border: none;
    cursor: pointer;
    height: 15vw;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    width: 15vw;
    z-index: 40;
    background: #204a9b;
  }

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

  .hamburger span {
    background-color: #fff;
    height: 0.35vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 4.7vw;
  }

  .hamburger__lineTop {
    top: 5.1vw;
  }

  .hamburger__lineCenter {
    top: 6.4vw;
  }

  .hamburger__lineBottom {
    top: 7.7vw;
  }

  .nav-drawer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    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: #ffc85e;
    background: -moz-linear-gradient(left, #fbd180 0%, #de6443 100%);
    background: -webkit-linear-gradient(left, #ffc85e 0%, #de6443 100%);
    background: linear-gradient(to right, #ffc85e 0%, #de6443 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc85e', endColorstr='#de6443', GradientType=1);
    background: #204a9b;
  }

  .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: #fff; */
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
  }

  .open .hamburger__lineTop {
    top: 6.7vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open .hamburger__lineCenter {
    display: none;
  }

  .open .hamburger__lineBottom {
    top: 6.7vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open .hamburger span {
    background-color: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

@media screen and (max-width: 767px) {
  .footer_cta_inner {
    padding: 3rem 1rem;
  }

  .footer_cta_txt {
    line-height: 1.7;
  }

  .footer {
    padding-top: 15vw;
    padding-bottom: 5rem;
  }

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

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

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

.home-mv__catch img {
    width: 90vw;
}

  .home-mv__catch span {
    display: block;
  }

  .home-shop.type002 .home-shop__text {
    padding: 9rem 15px 24rem 15px;
    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%;
    text-align: center;
    padding-left: 1rem;
    margin-top: -12px;
  }

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

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

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

  .home-mv__slide img {
    height: calc(100vh / 1.5);
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  .home-mv .slide-dots li {
    margin: 0 2vw;
  }

  .home-mv .slide-dots li.slick-active button::before {
    height: 2vw;
    width: 2vw;
  }
}

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

  .home-shop .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: 3vw;
    width: 100%;
  }

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

  .home-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-service .btn {
    margin-top: 8vw;
    /*     padding-right: 3vw; */
  }

  .home-service .btn span {
    right: 4vw;
  }

  .home-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 30vw;
    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;
    flex-direction: column;
    gap: 0;
  }

  .p-home-sec03__txt {
    margin: 2rem 0 3rem 0;
  }

  .home-news__link {
    display: block;
    width: 100%;
  }

  .home-news__link:not(:first-of-type) {
    margin-top: 10vw;
  }

  .home-news__time {
    font-size: 4vw;
  }

  .home-news__category {
    font-size: 3vw;
    margin-left: 4vw;
    width: auto;
  }

  .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: #fff;
    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__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: 3vw;
    margin-left: 4vw;
    width: auto;
    padding: 2vw;
}

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

  .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.6vw;
    font-size: 10vw;
    margin-top: 10vw;
    padding-bottom: 5vw;
    padding-top: 4vw;
  }

  .sub-price__price span {
    font-size: 4vw;
    top: 0.2vw;
  }

  .sub-price__container:not(:first-of-type) {
    margin-top: 12vw;
  }

  .sub-price__group {
    display: block;
    margin-top: 8vw;
  }

  .sub-price__plan {
    width: 100%;
  }

  .sub-price__plan:not(:first-of-type) {
    margin-top: 10vw;
  }

  .sub-price__plan-title {
    border-radius: 0.8vw 0.8vw 0 0;
    font-size: 7vw;
    padding-bottom: 4vw;
    padding-top: 3vw;
  }

  .sub-price__plan-title span {
    font-size: 4vw;
  }

  .sub-price__list {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .sub-price__item {
    padding-bottom: 7vw;
    padding-top: 6vw;
  }

  .sub-price__item:nth-of-type(2) {
    padding-bottom: 7vw;
  }

  .sub-price__item:nth-of-type(3) {
    padding-bottom: 7vw;
  }

  .sub-price__item-title {
    font-size: 4vw;
  }

  .sub-price__item-desc {
    font-size: 8vw;
    margin-top: 3vw;
  }

  .sub-price__item-desc span {
    font-size: 4vw;
  }

  .sub-price__attention-list {
    margin-top: 6vw;
  }

  .sub-price__attention-item {
    font-size: 4vw;
    text-indent: -1em;
  }

  .sub-price__btn {
    margin-top: 8vw;
  }

  .sub-price__btn .btn {
    font-size: 3vw;
    padding-right: 3vw;
  }

  .sub-price__btn .btn span {
    right: 6vw;
  }

  .sub-price__banner-title {
    font-size: 5vw;
    margin-bottom: 7vw;
    margin-top: 12vw;
  }

  .sub-price__banner-title::before {
    height: 3vw;
    top: 7.5vw;
    width: 50vw;
  }

  .sub-price__title-desc {
    font-size: 4vw;
    margin-top: 8vw;
    text-align: left;
  }

  .sub-price__title-desc span.tel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

/* 
==============================================================
*  レスポンシブSP(sub-service)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-service__list {
    margin-top: 70px;
  }

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

  .sub-service__text {
    margin-top: 5vw;
    width: 100%;
    padding: 0;
  }

  .sub-service__text-title {
    font-size: 5vw;
  }

  .sub-service__text-desc {
    font-size: 4vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .sub-service__text-desc span:not(:first-of-type) {
    margin-top: 5vw;
  }

  .p-new-order {
    padding-bottom: 4rem !important;
  }

  .mt-5r {
    margin-top: 0rem;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-reserve)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-reserve-flow__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 15vw;
  }

  .sub-reserve-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-reserve-flow__item:not(:first-of-type) {
    border-top: 1px solid #9da3a7;
    margin-top: 15vw;
    padding-top: 15vw;
  }

  .sub-reserve-flow__item-text {
    margin-top: 0;
    width: 100%;
  }

  .sub-reserve-flow__item-title {
    border-left: 2.5vw solid #edbd21;
    font-size: 7vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-top: 3vw;
  }

  .sub-reserve-flow__item-title span {
    font-size: 12vw;
    left: 24vw;
    top: -1vw;
  }

  .sub-reserve-flow__item-intro {
    font-size: 5vw;
    margin-top: 4vw;
    white-space: normal;
  }

  .sub-reserve-flow__item-desc {
    font-size: 4vw;
    margin-top: 6vw;
  }

  .sub-reserve-flow__item-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    width: 50%;
  }

  .sub-reserve-flow__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }

  .sub-reserve-flow__line-btn {
    margin-inline: auto;
    margin-top: 8vw;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    margin-bottom: 0!important;
    padding: 10px;
    margin-top: 0;
        padding: 0!important;

  }

  .p-flow-sec02 .flow_content {
    padding: 0px !important;
  }

  .p-flow-sec02 .flow_content .row {
    flex-direction: column-reverse !important;
  }

  .p-flow-sec02 .flow_content .row:last-child {
    border-bottom: none;
  }

  .p-flow-sec02 .flow_content .detail {
    width: 100% !important;
    /* padding: 0 0px 0 0px !important; */
    padding: 6vw !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: 50px !important;
    height: 50px !important;
    line-height: 30px !important;
    font-size: 5.8rem !important;
    top: 2rem !important;
    left: auto !important;
    right: 12% !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: 2rem 0 0 0 !important;
}

  .sub-reserve-faq__box .contents_ttl_001 {
    margin: 0 auto 1rem auto;
  }

  .sub-reserve-faq .accordion-title {
    font-size: 3.5vw;
    padding-bottom: 4vw;
    padding-left: 0;
    padding-right: 6vw;
    padding-top: 4vw;
  }

  .sub-reserve-faq .accordion-title span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 8vw;
    margin-right: 3vw;
    width: 8vw;
  }

  .sub-reserve-faq .accordion-content {
    -webkit-column-break-before: 0.6vw;
    break-before: 0.6vw;
    padding: 3vw;
  }

  .sub-reserve-faq .accordion-content p {
    font-size: 3vw;
  }

  .sub-reserve-faq .accordion-title::after {
    height: 2vw;
    right: 2vw;
    width: 2vw;
  }
}

.mowing_lead {
  text-align: center;
  line-height: 1.7;
  margin: 8rem 0 0 0;
}

.waste .mowing_lead {
  margin: 2rem 0 0 0;
}

.waste .car_price {
  display: flex;
  align-items: center;
  padding: 0 8rem 0 8rem;
  margin: -2rem 0 0 0;
}

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

.waste .car_price .item:first-child img {
  padding: 5rem 13rem 0 13rem;
}

.waste .car_price .item:last-child img {
  margin-bottom: -5rem;
  padding-top: 1rem;
}

.waste .car_price .item img {
  padding: 5rem 9rem 0 9rem;
}

.waste .car_price .item .ttl {
  font-size: 2.5rem;
  font-weight: 500;
}

.waste .car_price .item .price {
  font-size: 3rem;
  font-weight: 700;
  margin: 2rem 0 0 0;
  color: #204a9b;
}

.waste .car_price_lead {
  padding: 40px 30px 40px 30px;
}

.waste .car_price_lead p {
  background: #fff8eb;
  color: #de6744;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  padding: 2rem 0 2rem 0;
}

.waste .car_price.kaden {
  padding: 0 5rem 0 5rem;
  margin: 2rem 0 8rem 0;
}

.waste .car_price.kaden .item {
  width: 25%;
}

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

.waste .car_price.kaden .item .ttl {
  font-size: 1.8rem;
  margin-top: 3rem;
}

.waste .car_price.kaden .item .price {
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0 0 0;
  color: #204a9b;
}

.mowing .p-sec03 {
  padding: 4rem 0 2rem;
  background-image: url(http://front-check002.site/wp-content/themes/sutalabo/img/home/bg-body1.jpg);
  background-attachment: fixed;
  background-size: cover;
  margin: 0 0 3rem 0;
}

.mowing .c-inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.mowing .p-sec03-contents {
  padding: 0 0 61px;
  border: 6px solid #204a9b;
  border-radius: 20px;
}

.price_area {
  padding-top: 4rem;
  line-height: 1.5;
  background: #fff;
  padding-bottom: 3rem;
}

.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: 700;
  font-size: 32px;
  line-height: 1.4375;
  text-align: center;
}

.mowing .p-sec03-contents__tit {
  border-radius: 0 0 0 0;
  width: 100%;
}

.mowing .p-sec03-contents__box {
  display: flex;
}

.mowing .p-sec03-contents__box {
  padding: 0 30px 0 30px;
}

.mowing .p-sec03-contents__box .textArea .priceTit {
  margin-bottom: 10px;
  padding: 5px 0;
  background-color: #eaeaea;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  text-align: center;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listTit {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.45;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice {
  display: flex;
  align-items: flex-end;
  color: #204a9b;
  margin: 1rem 0 1rem 0;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .num {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .yen {
  font-size: 20px;
  font-weight: 700;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .text {
  font-size: 18px;
}

.mowing .p-sec03-contents__box .textArea .detailText {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}

.mowing .p-sec03-contents__box .textArea .featureBox {
  -ms-grid-columns: (1fr) [3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  gap: 12px;
}

.mowing .p-sec03-contents__box .textArea .featureBox .featureItem {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 6px;
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: linear-gradient(to right, #8bcf32 0%, #4fbe4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3333333333;
}

.mowing .p-sec03-contents__box .imageArea {
  flex-shrink: 0;
  margin-left: 40px;
}

.mowing .p-sec03-contents__box .imageArea .before {
  position: relative;
}

.mowing .p-sec03-contents__box .imageArea .before .beforeText {
  display: flex;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 28px;
  border-bottom-right-radius: 14px;
  background-color: #7b7b7b;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.mowing .p-sec03-contents__box .imageArea .before img {
  -o-object-fit: cover;
  width: 289px;
  height: 193px;
  object-fit: cover;
}

.mowing .p-sec03-contents__box .imageArea .before:after {
  z-index: 3;
  position: absolute;
  top: 121px;
  left: 288px;
  width: 60px;
  height: 76px;
  background: url(../img/sub/coating/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: 60px;
}

.mowing .p-sec03-contents__picture {
  padding: 0;
}

.mowing .pictureTit {
  padding: 10px 0;
  border-image: linear-gradient(to right, #e60113, #f8b62d) 1;
  border-top: 4px solid;
  border-bottom: 4px solid;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4375;
  text-align: center;
  margin: 0 30px 0 30px;
}

.mowing .p-sec03-contents__picture .pictureTit {
  margin: 0;
}

.mowing .p-sec03-contents__picture .pictureBox {
  -ms-grid-columns: (1fr) [3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  gap: 30px;
  position: relative;
}

.mowing .p-sec03-contents__picture .pictureBox::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 118px;
  height: 47px;
  transform: translate(-50%, -50%);
  background: url(../img/home/beforeafter_icon_arrow01.svg) no-repeat;
  content: "";
}

.p-flow-sec02 {
  padding: 8rem 0 8rem 0;
  /*  background-image: url(../img/home/main_bg001.jpg);*/
  background-attachment: fixed;
  background-size: cover;
  /*	background: linear-gradient(180deg, white 0%, #eefcff 100%);*/
  /*
		background-color: rgb(255 255 255 / 67%);
    background-blend-mode: lighten;
*/
}

.flow.p-flow-sec02 {
  background-image: none;
  margin-top: 5rem;
}

.p-flow-sec02 .inner {
  background: #ffffff;
  background: none;
  padding-top: 3.4rem;
  padding-bottom: 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: 5px;
}

.p-flow-sec02 .flow_content {
  padding: 0;
}

.p-flow-sec02 .flow_content .row {
  border-bottom: 0px solid #204a9b;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0;
  background: #ffffff;
  border-radius: 2rem;
}

.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 20px;
  /* padding: 6vw; */
}

.p-flow-sec02 .flow_content .detail .num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 8.5rem;
  font-weight: bold;
  color: #206d9b61;
  text-align: center;
  position: absolute;
  top: -23px;
  left: auto;
  right: 0;
  z-index: 1;
}

.p-flow-sec02 .flow_content .detail .head {
  font-size: 2rem;
  padding: 10px 0 20px 0;
}

.p-flow-sec02 .flow_content .detail .head {
  font-size: 3.4rem;
  padding: 20px 0 20px;
  font-weight: 700;
  color: #204a9b;
  line-height: 1.2;
}

.p-flow-sec02 .flow_content .detail .text {
  line-height: 1.5;
  text-align: justify;
}

.p-flow-sec02 .flow_content .row+.row {
  margin-top: 50px;
}

.renovation_list {
  margin-bottom: 8rem;
}

.renovation_list .contents_ttl_001 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .p-flow-sec02 .flow_content .row {
    padding-bottom: 30px;
  }

  .p-flow-sec02 .flow_content .row+.row {
    margin-top: 60px;
  }

  .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;
    position: relative;
    z-index: 1;
  }

  .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 ul,
  .sub-single__main ol {
    margin-top: 6vw;
  }

  .sub-single__main li {
    font-size: 3vw;
    /*     margin-left: 4vw; */
  }

  .sub-single__main li::before {
    height: 2vw;
    left: -3.5vw;
    top: 2.5vw;
    width: 2vw;
  }

  .sub-single__main figure {
    margin-top: 8vw;
  }

  .sub-single__main figcaption {
    font-size: 3vw;
    margin-top: 3vw;
  }

  .sub-single__main img {
    /*     margin-top: 6vw; */
  }

  .sub-single__btn-group {
    margin-top: 8vw;
  }

  .sub-single__btn {
    font-size: 4vw;
    padding: 2vw 6vw;
  }

  .sub-single .nav-previous a,
  .sub-single .nav-next a {
    padding: 3vw;
  }

  .sub-single .nav-previous a img,
  .sub-single .nav-next a img {
    width: 3vw;
  }

  .sub-single .nav-previous {
    left: 16vw;
  }

  .sub-single .nav-next {
    right: 16vw;
  }

  .sub-single .banner.-sub {
    margin-top: 15vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-terms)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-terms__box {
    margin-top: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .sub-terms__title {
    font-size: 4vw;
  }

  .sub-terms__list-child {
    margin-left: 5vw;
    margin-top: 4vw;
  }

  .sub-terms__item-child {
    font-size: 3vw;
  }

  .sub-terms__item-child span {
    font-size: 3vw;
    left: -4vw;
    margin-right: 2vw;
    top: -0.6vw;
  }

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

  .sub-terms__list-end {
    margin-left: 3vw;
    margin-top: 3vw;
  }

  .sub-terms__item-end {
    font-size: 3vw;
  }

  .sub-terms__item-end span {
    font-size: 3vw;
    left: -4vw;
    margin-right: 2vw;
    top: -0.6vw;
  }

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

  .sub-terms__desc {
    font-size: 3vw;
    margin-top: 4vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-thanks)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-thanks__box {
    margin-top: 0;
    padding: 0;
  }

  .sub-thanks__title {
    font-size: 5vw;
  }

  .sub-thanks__desc {
    font-size: 3.5vw;
    margin-top: 5vw;
  }

  .sub-thanks__list {
    margin-top: 8vw;
    max-width: none;
  }

  .sub-thanks__item {
    font-size: 3vw;
    margin-left: 2vw;
  }

  .sub-thanks__item::before {
    height: 1.5vw;
    left: -3vw;
    top: 2vw;
    width: 1.5vw;
  }

  .sub-thanks__tel-area {
    margin-top: 10vw;
  }

  .sub-thanks__tel-title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  .sub-thanks__tel-title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }

  .sub-thanks__tel {
    font-size: 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 {
    padding: 4rem 15rem 5rem 15rem;
    background: none;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    box-shadow: none;
    background: #f4fbfc;
    margin: 0 4rem 4rem;
    border-radius: 3rem;
}

.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: 500;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    /* overflow: hidden; */
}

.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 {
    margin: 0 0 0 0;
    padding: 0;
    padding-bottom: 10vw;
    padding-top: 10vw;
    margin: 0 0 4rem 0;
}

  .c-blog-item .item__img {
    width: 20%;
    padding-top: 3rem;
    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: bold;
}

.p-company-map__time {
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-company-top {
    flex-direction: column;
  }

  .p-company-top__img {
    padding-right: 0;
  }

  .p-company-top__body {
    padding-top: 2rem;
    font-size: 4vw;
  }

  .p-company-map__head {
    width: 24vw;
  }

  .p-company-map__address,
  .p-company-map__time {
    font-size: 4vw;
  }
}

.p-contact-top__txt {
  line-height: calc(24 / 16);
}

.p-contact-top__img-wrap {
  display: flex;
  align-items: start;
  padding-top: 3rem;
}

.p-contact-top__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 3rem;
}

.p-contact-top__img img {
  width: 22.25rem;
}

.p-contact-top__img span {
  display: block;
  padding-top: 1rem;
}

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

  .p-contact-top__img-wrap {
    justify-content: space-between;
  }

  .p-contact-top__img {
    width: 49%;
    padding-right: 0;
  }

  .p-contact-top__img span {
    font-size: 4vw;
  }
}

.p-news-cont {
  padding-top: 3rem;
}

.p-real-estate-cont {
  padding-top: 3rem;
}

.p-real-estate-item-wrap {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.p-real-estate-item {
  width: 31%;
  margin-right: 3.5%;
  box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
}

.p-real-estate-item:nth-child(3n) {
  margin-right: 0;
}

.p-real-estate-item__img {
  padding-top: 20rem;
  position: relative;
}

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

.p-real-estate-item__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  line-height: calc(24 / 16);
}

.p-real-estate-item__body span {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-real-estate-item__body span+span {
  padding-top: 1rem;
}

.p-real-estate-item__price {
  color: #e63c59;
}

.p-real-estate-item__btn-wrap {
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-real-estate-item-wrap {
    flex-direction: column;
    margin-top: -10vw;
  }

  .p-real-estate-item {
    width: 100%;
    margin-right: 0;
    margin-top: 10vw;
  }

  .p-real-estate-item__body {
    font-size: 4vw;
  }
}

.p-new-top {
  padding-top: 3rem;
}

.p-new-top-img {
  padding-top: 62rem;
  position: relative;
  margin-bottom: 8rem;
}

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

.p-new-top__ttl {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 3rem;
  /* color: var(--primary-color); */
}

.p-new-top__txt {
  padding-bottom: 8rem;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-new-top-img {
    position: static;
    padding-top: 0;
  }

  .p-new-top-img img {
    position: static;
  }
}

.p-new-flow {
  background-image: url(../img/sub/new/flow-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative;
  padding: 5rem 0 5rem;
}

.p-new-flow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.p-new-flow .inner {
  position: relative;
  z-index: 10;
}

.p-new-flow__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}

.p-new-flow__ttl span {
  font-size: 1.5rem;
  margin-top: 2rem;
}

.p-new-flow__item-wrap {
  padding-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -5rem;
}

.p-new-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 4rem 1rem 3rem;
  width: 19%;
  margin-top: 5rem;
}

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

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

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

.p-new-flow__item .ttl .material-symbols-outlined {
  color: var(--primary-color);
}

.p-new-flow__item .txt {
  padding-top: 3rem;
  line-height: calc(24 / 16);
}

.p-new-free {
  padding-top: 10rem;
}

.p-new-free__img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -2rem;
}

.p-new-free__img {
  width: 23%;
  padding-top: 18rem;
  position: relative;
  margin-top: 2rem;
}

.p-new-free__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-new-order {
  padding-bottom: 10rem;
}

.p-new-order__img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -2rem;
}

.p-new-order__img {
  width: 23%;
  padding-top: 18rem;
  position: relative;
  margin-top: 2rem;
}

.p-new-order__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

  .p-new-flow__item {
    width: 48%;
  }

  .p-new-flow__item .ttl .main {
    font-size: 4vw;
  }

  .p-new-flow__item .txt {
    font-size: 4vw;
  }

  .p-new-free__img {
    width: 48%;
  }

  .p-new-order__img {
    width: 48%;
  }
}

.p-reno-kinds {
  padding-top: 5rem;
}

.p-reno-kinds__table {
  width: 100%;
}

.p-reno-kinds__table,
.p-reno-kinds__table th,
.p-reno-kinds__table td {
  border-collapse: collapse;
}

.p-reno-kinds__table tr {
  border-top: 1px solid #f0f0f0;
}

.p-reno-kinds__table tr:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.p-reno-kinds__table th {
  font-weight: bold;
  text-align: left;
}

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

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

.p-reno-pattern {
  padding-top: 5rem;
}

.p-reno-pattern__table-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-color);
  padding-top: 5rem;
}

.p-reno-pattern__table {
  width: 100%;
  margin-top: 3rem;
}

.p-reno-pattern__table,
.p-reno-pattern__table th,
.p-reno-pattern__table td {
  border: 1px solid #f0f0f0;
  border-collapse: collapse;
}

.p-reno-pattern__table tr:nth-child(even) {
  background-color: #f0f0f0;
}

.p-reno-pattern__table th {
  font-weight: bold;
}

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

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

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

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

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

.p-reno-contact__tel {
  font-weight: bold;
  font-size: 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: bold;
}

.p-door-top__txt {
  font-size: 2rem;
  padding-top: 3rem;
  line-height: 2;
}

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

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

.p-door-top__btn {
  font-size: 2rem;
  border: 1px solid #fff;
  border-radius: 3rem;
  padding: 2rem;
  transition: var(--transition);
}

.p-door-top__btn:hover {
  background-color: #fff;
  color: var(--text-color);
}

.p-door-step {
  padding-top: 5rem;
}

.p-door-step__wrap {
  display: flex;
  align-items: start;
}

.p-door-step__slider {
  width: 50%;
  margin-right: 3rem;
}

.p-door-step__slider-item span {
  display: block;
  padding-top: 2rem;
}

.p-door-step__slider-item .movie {
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}

.p-door-step__slider-item .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-door-step__slider-dots {
  width: 10rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-door-step__slider-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
}

.p-door-step__slider-dots li.slick-active {
  background-color: var(--primary-color);
}

.p-door-step__slider-dots li button {
  position: relative;
  text-indent: -9999px;
}

.p-door-step__desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -5rem;
}

.p-door-step__desc .desc__item {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
}

.p-door-step__desc .desc__num {
  display: block;
  background-color: var(--primary-color);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5rem;
}

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

.p-door-info {
  padding-top: 5rem;
}

.p-door-info__table {
  width: 100%;
  line-height: 1.8;
}

.p-door-info__table,
.p-door-info__table th,
.p-door-info__table td {
  border-collapse: collapse;
}

.p-door-info__table tr {
  border-top: 1px solid #f0f0f0;
}

.p-door-info__table tr:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.p-door-info__table th {
  font-weight: bold;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__item-child {
  position: relative;
}

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

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

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

.child__link:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_price_table {
  padding-top: 3rem;
}

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

.list_price th {
  border: 1px solid #cccccc;
  background: #fdf9e6;
  padding: 10px 10px 10px 10px;
  width: 170px;
}

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

.list_price td .price {
  display: inline-block;
  width: 80%;
}

.list_add_table {
  padding-top: 3rem;
}

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

.list_add th {
  border: 1px solid #cccccc;
  background: #eef4f2;
  padding: 10px 10px 10px 10px;
  width: 170px;
}

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

.list_other_table {
  padding-top: 3rem;
}

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

.list_other th {
  border: 1px solid #cccccc;
  background: #eef4f2;
  padding: 10px 10px 10px 10px;
  width: 170px;
}

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

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

.footer_top {
  /*
  background: url(../img/home/home-mv-slide01.jpg);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  background-size: cover;
*/
}

.footer_top .sec_ttl {
  color: #fff;
}

.footer_top .sec_ttl .en {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .footer_top .sec_ttl .en {
    font-size: 50px;
  }
}

.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: center;
  max-width: 1000px;
  margin: 0 auto 6rem;
  gap: 3rem;
}

.footer_flex .left,
.footer_flex .right {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.footer_flex .tel {
  font-size: 4rem;
  font-weight: bold;
  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: "IBM Plex 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: #204a9b;
  color: #fff;
  width: 360px;
  max-width: 100%;
  border-radius: 45px;
  text-align: center;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
  margin: 2.5rem auto 0 auto;
}

.footer_flex .mail span {
  /* padding-left: 25px; */
  position: relative;
}

.footer_flex .mail span::after,
.footer_flex .mail span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.footer_flex .mail span::after {
  background: url(../img/common/mail.svg) no-repeat center/contain;
}

.footer_flex .mail span::before {
  background: url(../img/common/mail_blue.svg) no-repeat center/contain;
  opacity: 0;
}

.footer_flex .mail:hover {
  background-color: #fff;
  color: #204a9b;
}

.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-reverse;
    gap: 1rem;
    margin-bottom: 0;
  }

  .footer__item {
    margin-left: 0;
  }

  .footer_flex .right {
    width: 100%;
    padding: 30px 20px 24px !important;
    margin: 0 auto 2rem auto !important;
  }

  .footer_flex .left {
    margin: 0 auto 2rem auto;
    width: 90%;
  }

  .footer_top {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .footer_flex .tel {
    padding-left: 1.3rem;
    font-size: 3rem !important;
    background: url(../img/common/tel-color.svg) no-repeat left 7% top 1rem/2rem auto !important;
  }

  .footer_text {
    font-size: 14px;
    padding: 0 15px;
  }

  .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: 3rem !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1270px) {
  .header__logo {
    margin-left: 1rem;
    margin-top: 3rem;
    width: 15rem;
    margin-top: auto;
    margin-bottom: auto;
  }

  .header__link {
    font-size: 1.5rem;
  }

  .header__tel {
    font-size: 2.4rem;
  }

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

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

div.note_bottom {
  margin-top: 30px;
  line-height: 1.7;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.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: 3rem;
  margin-top: 0rem;
  padding-bottom: 1rem;
}

@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;
  padding: 0;
  background: none;
  align-content: center;
}

.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: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}

.ttl_center1::after {
  content: "";
  background-color: #4c9ac0;
  width: 2em;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

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

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

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

.rentalstudio__inner .item {
  width: 36rem;
  margin: 0 0 2rem 0;
}

.rentalstudio__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 6rem 0 3rem 0;
}

.rentalstudio__inner .item .item_ttl {
  color: #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 (min-width: 768px) {
  .downloadbanner {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .downloadbanner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

@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%;
    margin: auto;
  }
}

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

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

@media screen and (min-width: 768px) {
  .banner_2 {
    margin: 0 auto;
    margin-bottom: 4rem;
    max-width: 100rem;
  }
}

@media screen and (max-width: 767px) {
  .banner_2 {
    margin-top: 3rem;
    margin-bottom: 4rem;
    padding: 7vw 5vw;
  }

  .page-id-2371 .banner_2 {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1270px) {
  .header__item_snsicon {
    margin: 0px !important;
  }
}

.home-mv__slide {
  position: relative;
}

.home-mv__slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /*  background-image: radial-gradient(#111 30%, transparent 31%),*/
  /*    radial-gradient(#111 30%, transparent 31%);*/
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  opacity: 0.5;
}

.home-section-title-en {
  text-transform: uppercase;
  font-size: 100px;
  text-align: center;
  font-weight: bold;
  color: #cde2ff;
}

.home-shop__img-1 {
  /* max-width: 335px; */
}

.inner-wide.company {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  /* margin-top: 30px; */
  /* max-width: 116.8rem; */
  z-index: 3;
  padding-left: 2.4rem;
}

.inner.p-home-sec03__inner {
  z-index: 3;
}

.p-home-sec03__txt-big {
  font-size: 30px;
  margin-top: 20px;
  text-align: left;
  font-weight: 600;
  line-height: 1.3;
  /*
  background-image: linear-gradient(
    to right,
    #204a9b 0,
    #204a9b 25%,
    #0e4182 85%,
    #0e4182 100%
  );
*/
  -webkit-background-clip: text;
  color: transparent;
  color: #204a9b;
}

.p-home-sec03 .btn {
  /* background: linear-gradient(45deg, #204a9b, #00c2ff); */
  background-color: #204a9b;
  color: #fff;
  margin-top: 4rem;
}

.p-home-sec03__txt-wrap {
  padding: 0 40px 0;
}

@media screen and (max-width: 768px) {
  .home-section-title-en {
    font-size: 80px;
  }

  .inner-wide.company {
    display: flex;
    margin-top: 0;
    padding: 0 4vw;
    flex-direction: column-reverse;
  }

  .p-home-sec03__txt-big {
    margin-top: -10px;
  }

  .p-home-sec03__txt {
    /* padding: 0 15px; */
  }

  .p-home-sec03__item .item {
    margin-top: 30px;
  }

  .p-home-sec03 .btn {
    margin-top: 0;
  }

  .sub-service__text-num {
    z-index: 1;
  }

  .p-home-sec03__txt-wrap {
    padding: 15px;
  }
}

.sub-service__text-title.contents_ttl_001 {
  position: relative;
  margin-top: 3rem;
}

.sub-service__text-num {
  font-size: 100px;
  margin-top: -13rem;
  font-weight: bold;
  position: absolute;
  z-index: -1;
  color: #204a9b4a;
  top: 30px;
  left: -10px;
  font-family: "Josefin Sans", sans-serif;
}

.sub-service__text-rea {
  font-size: 100px;
  margin-top: -9rem;
  font-weight: bold;
  position: relative;
  color: #204a9b;
  text-align: right;
  z-index: 0;
  opacity: 0.7;
  line-height: 1;
}

.sub-shop__table.table_simple th {
  width: 38rem;
  padding: 0;
}

.sub-price__table {
  margin-top: 30px;
}

.sub-price__table.table_simple tr {
  display: grid;
  border: 1px #e0e0e0 solid;
}

.sub-price__table.table_simple tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 10px;
  width: 35rem;
}

.sub-price__table.table_simple .store-kinds {
  background-color: #9caac0;
  /* width: 35rem; */
  color: #fff;
  text-align: center;
  padding: 1rem 1.2rem;
  font-size: 1.4rem;
}

.sub-price__table.table_simple span {
  font-weight: bold;
}

.sub-price__table.table_simple .ourstore .store-kinds {
  background-color: #204a9b;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .sub-shop__table.table_simple tr {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }

  .sub-shop__table.table_simple th {
    width: auto;
  }

  .sub-service__text-num {
    font-size: 70px;
    margin-top: -5rem;
    font-weight: bold;
    position: absolute;
    z-index: -1;
    color: #e9f9fc;
    top: 0px;
    left: 0px;
  }

  .sub-price__table.table_simple tbody {
    grid-template-columns: 1fr;
    margin: 20px auto 0;
    width: 32rem;
  }

  .sub-price__table.table_simple .store-kinds {
    width: auto;
  }

  .sub-price__table {
    margin: 0 auto;
  }

  .sub-service__text-rea {
    font-size: 4rem;
    margin-top: -3rem;
  }
}

.sub-shop__table.table_simple td {
  vertical-align: middle;
}

.caution {
  line-height: 1.5;
  padding: 0 35px;
}

.caution div {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #f85656;
  padding: 7px 7px 7px 15px;
}

.caution p {
  margin-top: 10px;
}

.caution-1 {
  margin-top: 30px;
}

.caution-2 {
  padding-bottom: 30px;
  margin-top: 30px;
}

.caution-left {
  margin-bottom: 45px;
}

.caution-wrap {
  display: grid;
  grid-template-columns: 1fr 5fr;
  /* gap: 20px; */
  align-items: center;
}

#shop-info .sub-shop__table.table_simple th {
  color: #333;
  background: #edf9fd;
  vertical-align: middle;
  width: 30rem;
  padding-left: 3rem;
}

@media screen and (max-width: 768px) {
  #shop-info .sub-shop__table.table_simple th {
    width: 9.5rem;
    padding-left: 1rem;
    padding-top: 1rem;
    vertical-align: middle;
  }

  .caution {
    line-height: 1.5;
    padding: 0;
  }

  .caution-2 {
    padding-bottom: 70px;
  }

  .caution-wrap {
    grid-template-columns: 1fr;
  }

  .caution-left {
    display: none;
  }
}

.p-simulation {
  max-width: 1000px;
  margin: 0 auto;
}

.border-left {
  border-left: 2px solid #204a9b;
  padding-left: 15px;
}

.color-orange span {
  color: #204a9b;
}

.waste .mowing_lead.mb-10 {
  margin-bottom: 9rem;
}

.sub-contact__line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 3rem;
  gap: 3rem;
}

.sub-contact__line img {
  width: 200px;
  margin: 0 auto;
}

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

  .sub-contact__line img {
    width: 150px;
  }

  .sub-contact__line-img {
    display: none;
  }
}

.m-10 {
  margin: 10px;
}

.ourstore {
  font-size: 2rem;
}

.bg-gray {
  background-color: #edf3fb;
}

.color-blue {
  color: #204a9b;
  font-size: 2.5rem;
}

.sub-price__add {
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  padding: 2rem 3rem;
  background-color: #edf3fb;
  margin: 20px auto 0;
  max-width: 1000px;
}

.sub-price__add p {
  font-weight: bold;
  color: #204a9b;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .sub-price__add {
    display: block;
    font-size: 16px;
    padding: 2rem 1rem;
  }

  .caution-1 {
    margin-top: 0;
  }

  .caution-2 {
    margin-top: 40px;
  }

  .caution div {
    margin-top: 0;
  }

  .caution p {
    font-size: 15px;
    margin-top: 20px;
  }

  .sub-price__add p {
    padding: 1.2rem 0 0;
  }
}

.flow.p-flow-sec02 .flow_content .detail .num {
  color: #fff;
  z-index: 1;
  font-size: 3.5rem;
  background-color: #204a9b;
  position: static;
}

.flow.p-flow-sec02 .flow_content .detail .head {
  padding: 4px 0 0 2rem;
  color: #333;
}

.flow.p-flow-sec02 .flow_content .row {
  display: block;
  background-color: #f5fff4;
  padding-top: 4rem;
  padding-bottom: 6rem;
  border-bottom: none;
  display: flex;
  flex-direction: row;
}

.flow.p-flow-sec02 .flow_content .row:last-child {
  border-bottom: none;
}

.flow.p-flow-sec02 .flow_content .text {
  margin-top: 28px;
  padding-bottom: 14px;
  padding-left: 20px;
}

.flow.p-flow-sec02 .flow_content .img {
  /*  display: grid;*/
  width: 100%;
  padding: 0 40px;
  /*  gap: 1.5rem;*/
}

.flow.p-flow-sec02 .flow_content .detail {
  width: 100%;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1.5rem;
}

.price_area .flow.p-flow-sec02 .sub-shop__table tr {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .flow.p-flow-sec02 .flow_content .detail {
    padding: 0 !important;
  }

  .flow.p-flow-sec02 .flow_content .detail .num {
    font-size: 3rem !important;
    width: 46px !important;
    height: 45px !important;
    line-height: 43px !important;
  }

  .flow.p-flow-sec02 .flow_content .detail .head {
    padding: 5px 0 7px 10px !important;
  }

  .flow.p-flow-sec02 .flow_content .text {
    padding-left: 0;
  }

  .flow.p-flow-sec02 .flow_content .row {
    padding: 10px;
  }

  .flow.p-flow-sec02 .flow_content .img {
    padding: 0;
    gap: 0.5rem;
  }

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

  .price_area .flow.p-flow-sec02 .sub-shop__table tr {
    grid-template-columns: 1fr;
  }
}

.detail__ttl {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
}

.mt-5r {
  margin-top: 5rem;
}

.mt-30 {
  margin-top: 30px;
}

.bfb_imgBanner.bfb_rb.bfb_view_pc:hover {
  opacity: 0.7;
}

.cleaning-reason .contents_ttl_001 {
  background: linear-gradient(to right, #204a9b 0%, #9ad4ef 50%, #ffffff 100%);
  border-bottom: none;
}

.cleaning-reason .contents_ttl_001 span {
  color: #fff;
}

.price_area .contents_ttl_002 {
  font-size: 3rem;
  background: linear-gradient(to right, #204a9b 0%, #9ad4ef 50%, #ffffff 100%);
  padding-left: 15px;
  color: #fff;
}

.cleaning.home-news {
  background-image: url(../img/home/main_bg001.jpg);
  background: #fff;
}

.price-1 {
  order: 2;
}

.price-2 {
  order: 1;
}

.price-1 .store-kinds.cell {
  font-size: 2rem;
}

.price-1 .cell {
  font-size: 1.8rem;
}

.price-3 .store-kinds.cell {
  font-size: 2rem;
}

.price-3 .cell {
  font-size: 1.8rem;
}

.sub-price__container {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.sub-price__container .row {
  border: 1px #e0e0e0 solid;
}

.cell {
  padding: 1.2rem;
}

.store-kinds.cell {
  font-size: 2rem;
}

.self-clean .sub-shop__table tr {
  border-top: none;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  .sub-price__container {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }

  .sub-price__container .price-1 {
    order: 2;
  }

  .sub-price__container .price-2 {
    order: 1;
  }

  .sub-price__container .price-3 {
    order: 3;
  }

  .price_area .contents_ttl_002 {
    font-size: 2rem;
    background: linear-gradient(to right, #204a9b 0%, #47a4cc 50%, #9ad4ef 100%);
  }

  .self-clean .sub-shop__table td {
    padding: 0;
    margin-top: 2rem;
  }

  .price_area .text {
    font-size: 15px;
    margin-top: 2rem;
  }

  .price_area {
    padding-top: 1rem;
  }

  .flow.p-flow-sec02 .flow_content .row {
    margin-top: 30px;
  }

  .cleaning .home-news__box {
    padding: 17vw 5vw;
  }

  .p-home-sec03 {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }

  .home-center__container.-company {
    margin-top: 4rem;
  }

  .break-br {
    display: none;
  }

  .trainername {
    margin-bottom: 20px;
  }

  .home-center__text.ceo {
    padding: 0;
  }

  .home-section-title.-news {
    margin-top: -2.7rem;
  }
}

body.blog #bfb_content_pc,
body.archive #bfb_content_pc {
  display: none !important;
}

body.single #bfb_content_pc {
  display: none !important;
}

/* .cleaning .home-section-title.-news span {
  color: #b9d7ed;
} */

.price_area .sub-shop__table tr {
  background: none;
}

.price_area .table_simple td {
  background-color: #fafafa;
}

.price_area .sub-shop__table.table_simple th {
  padding: 15px;
}

.works .sub-shop__table tr {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .price_area .sub-shop__table.table_simple th {
    padding: 0;
  }

  .price_area .table_simple td {
    padding: 15px;
  }

  .price_area .sub-shop__table td span {
    font-size: 15px;
  }
}

.banner {
  position: fixed;
  right: 10px;
  bottom: 10px;
  /* その他のスタイル */
}

.banner-link {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}

.banner-link img {
  display: block;
  width: 300px;
  height: auto;
}

.banner-link:hover {
  opacity: 0.7;
}

#closeBanner {
  position: absolute;
  top: -15px;
  left: -15px;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

#floatingBanner {
  display: none;
  position: fixed;
  z-index: 9999;
}

@media (max-width: 767px) {
  #closeBanner {
    width: 60px;
    /* スマホでのボタンの幅 */
    height: 60px;
    /* スマホでのボタンの高さ */
    top: -25px;
    /* 必要に応じて位置を調整 */
    left: -25px;
    /* 必要に応じて位置を調整 */
  }

  #floatingBanner {
    display: none;
    position: fixed;
    z-index: 19;
    bottom: 60px;
  }
}

.works .sub-shop__table th {
  background: none;
  color: #204a9b;
  display: none;
}



/*追加*/
.page-id-2371 .waste .mowing_lead.mb-10 {
  margin-bottom: 5rem;
}

.banner1 {
  margin-bottom: 9rem;
}

ul.note_01 {
  margin-top: 20px;
}

.note_01 li {
  font-size: 14px;
  color: #fff;
  background-color: #f85656;
  padding: 7px 7px 7px 15px;
  margin-bottom: 10px;
}


div#FAQ {
  background: #fff;
  padding: 4rem 7rem 8rem;
}

.sub-reserve-faq {
  padding: 8rem 0 8rem 0;
  /*	background-image: url(../img/home/main_bg001.jpg);*/
}

.grid-4.facility {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1.5rem;
  display: grid;
  gap: 2%;
  justify-items: center;
}

.grid-4.facility p {
  text-align: center;
  font-weight: 700;
  color: #204a9b;
  font-size: 2rem;
}

.grid-4.facility img {
  max-width: 180px;
}

.facility p.text {
  line-height: 1.7;
  margin-bottom: 3rem;
}


.grid-4.facility {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1.5rem;
  display: grid;
  gap: 2%;
  justify-items: center;
  margin-bottom: 5rem;
}



/*SP*/
@media screen and (max-width: 767px) {
  .grid-4.facility {
    margin-top: 1.5rem;
    display: flex;
    gap: 2%;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }

  .grid-4.facility img {
    max-width: 110px;
    margin: 0 auto;
  }

  .banner_2 {
    margin-top: 3rem;
    margin-bottom: 7rem;
  }

  div#FAQ {
    background: #fff;
    padding: 1rem 1rem 4rem;
  }

  .facility_contents {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }

  main.home .banner_2 {
    margin-top: 0rem;
    margin-bottom: 4rem;
  }

  main.home .home-center__container {
    margin-bottom: 3rem;
  }
}


/*無光触媒コーティング*/
.p-sec01 {
  padding: 60px 0;
  background-color: #fff;
}

.c-inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.c-inner {
  max-width: 1100px;
}

.c-inner--1142 {
  max-width: 1142px;
}

.c-inner--1000 {
  max-width: 1000px;
}

.p-sec01-theme img {
  width: 100%;
}

.p-sec03 {
  padding: 80px 0 100px;
  background-color: #fff;
}


.p-sec03 {
  background: #f5fff4;
}

.p-sec03-contents {
  padding: 0 30px 61px;
  border: 6px solid #204a9b;
  border-radius: 20px;
}

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

.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-color: #204a9b;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4375;
  text-align: center;
}

.p-sec03-contents__tit {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.p-sec03-contents__box {
  display: flex;
}

.p-sec03-contents__box {
  padding: 0 30px 0 30px;
}

.p-sec03-contents__box .textArea .priceTit {
  margin: 0;
  margin-bottom: 10px;
  padding: 5px 0;
  background-color: #eaeaea;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  text-align: center;
}

.p-sec03-contents__box .textArea .crossBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.p-sec03-contents__box .textArea .crossBox .productList .listItem {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.p-sec03-contents__box .textArea .crossBox .productList .listItem .icon {
  margin-right: 10px;
  width: 24px;
}

.p-sec03-contents__box .textArea .crossBox .crossPrice {
  flex-shrink: 0;
}

.p-sec03-contents__box .textArea .crossBox .crossPrice .priceNum {
  color: #ed0d0d;
}

.p-sec03-contents__box .textArea .crossBox .crossPrice .priceNum .flex {
  display: flex;
  align-items: flex-end;
}

.p-sec03-contents__box .textArea .crossBox .crossPrice .priceNum .flex .num {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1666666667;
}

.p-sec03-contents__box .textArea .crossBox .crossPrice .priceNum .flex .num {
  font-size: 40px;
}

.p-sec03-contents__box .textArea .crossBox .crossPrice .priceNum .flex .text {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.45;
}

.p-sec03-contents__box .textArea .crossBox .crossPrice .priceNum .zei {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  text-align: right;
}

.p-sec03-contents__box .textArea .detailText {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}

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

.p-sec03-contents__box .textArea .featureBox .featureItem {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 6px;
  background-color: #204a9b;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3333333333;
}

.p-sec03-contents__box .imageArea {
  display: flex;
  flex-shrink: 0;
  width: 530px;
  margin-left: 40px;
}

.p-sec03-contents__box .imageArea .imageItem01 {
  z-index: 3;
}

img,
svg,
video {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.p-sec03-contents__box .imageArea .imageItem02 {
  z-index: 1;
  margin-top: 218px;
  margin-left: -112px;
  text-align: right;
}

.p-sec03-contents__picture {
  margin-top: 30px;
}

.p-sec03-contents__picture {
  padding: 0 30px 0 30px;
}

.p-sec03-contents__picture .pictureTit {
  padding: 10px 0;
  border-top: 4px solid #204a9b;
  border-bottom: 4px solid #204a9b;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4375;
  text-align: center;
}

.p-sec03-contents__picture .pictureBox {
  -ms-grid-columns: (1fr)[3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 30px;
}

.p-advantage {
  padding: 75px 0 75px;
}

.p-advantage:before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/sub/coating/floor_advantage_bg@2x.png);
  background-size: cover;
  content: "";
}

.p-advantage:before {
  background: url(../img/sub/coating/coating_bg.jpg);
  background-size: cover;
}

.p-advantage__tit {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4375;
}

.p-advantage__tit .pink {
  color: #204a9b;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4473684211;
}

.p-advantage {
  padding: 75px 0 75px;
}

.p-flow-contents__item {
  width: 18.5%;
}

.p-flow-contents__item+.p-flow-contents__item {
  margin-left: 1.8%;
}

.p-flow {
  padding-top: 80px;
}

.p-question-box__qaArea ul li .question .title {
  font-size: 16px;
}

.p-question-box__qaArea ul li .answer .text {
  font-size: 16px;
  width: 29px;
}

.p-advantage__list .listItem .itemTit {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4583333333;
  margin: 0;
}

.p-advantage::before {
  background-position: center bottom;
}

.p-please-list__item+.p-please-list__item {
  margin-top: 20px;
}


.p-advantage__tit .pink {
  color: #204a9b;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4473684211;
}

.p-advantage__tit:after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 100px;
  height: 3px;
  transform: translateX(-50%);
  background-color: #204a9b;
  content: "";
}

.p-advantage__list {
  -ms-grid-columns: (1fr)[2];
  -moz-column-gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 20px;
  margin-top: 61px;
}

.p-advantage__list .listItem {
  display: flex;
  align-items: center;
}

.p-advantage__list .listItem .checkIcon {
  margin-right: 6px;
  width: 29px;
}

.p-flow {
  padding-top: 80px;
  background-color: #fff;
}

.c-titB,
.c-titC {
  font-weight: 700;
  text-align: center;
}

.c-titC {
  position: relative;
  font-size: 32px;
  line-height: 1.4375;
}

.c-titC:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 100px;
  height: 3px;
  transform: translateX(-50%);
  background-color: #204a9b;
  content: "";
}

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

.p-flow-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 61px;
}

.p-flow-contents__item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 224px;
  min-height: 120px;
  border-radius: 20px;
  background-color: #f5fff4;
  text-align: center;
}

.p-flow-contents__item .stepTit {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #204a9b;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4583333333;
}

.p-flow-contents__item .stepTit .num {
  margin-left: 5px;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4473684211;
}

.p-flow-contents__item .itemText {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
}

.p-please {
  padding-top: 100px;
  background-color: #fff;
}

.c-titC {
  position: relative;
  font-size: 32px;
  line-height: 1.4375;
}

.p-please-list {
  margin-top: 63px;
}

.p-please-list__item {
  display: flex;
  align-items: center;
}

.p-please-list__item .square {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-color: #204a9b;
}

.p-please-list__item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}

.p-question {
  padding-top: 100px;
  background-color: #fff;
}

.p-question-box {
  margin-top: 63px;
}

.p-question-box__qaArea ul li .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px;
  background-color: #f5fff4;
}

.p-question-box__qaArea ul li .question .title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7777777778;
}

.p-question-box__qaArea ul li .question .title {
  font-size: 16px;
}

.p-question-box__qaArea ul li .question .title .head {
  flex-shrink: 0;
  margin-right: 20px;
}

.p-question-box__qaArea ul li .question .icon {
  flex-shrink: 0;
  transition: all .4s;
}

.c-mv {
  background-size: cover;
  background-position: left bottom;
}

.p-sec03 {
  background: #f5fff4;
}

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

.p-sec03-contents__tit {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.p-sec03-contents__box {
  padding: 0 30px 0 30px;
}

.p-sec03-contents__picture {
  padding: 0 30px 0 30px;
}

.p-sec03-contents__box .textArea .crossBox .crossPrice .priceNum .flex .num {
  font-size: 60px;
}

.p-sec03-contents__box .textArea .crossBox .productList .listItem .listTit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.p-advantage {
  padding: 75px 0 75px;
}

.p-flow-contents__item+.p-flow-contents__item {
  margin-left: 1.8%;
}

.p-flow {
  padding-top: 80px;
}

.p-question-box__qaArea ul li .question .title {
  font-size: 16px;
}

.p-question-box__qaArea ul li .answer .text {
  font-size: 16px;
}

.p-advantage::before {
  background-position: center bottom;
}

.p-question-box__qaArea ul li .answer {
  display: none;
  padding: 20px 30px 0;
}

.p-question-box__qaArea ul li .answer .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8888888889;
}

.p-question-box__qaArea ul li .answer .text {
  font-size: 16px;
}

.page-id-2788 .p-flow-sec02 .contents_ttl_001 {
  background: linear-gradient(to right, #204a9b 0%, #add8e6 100%);
  border-bottom: none;
}

.page-id-2788 .p-flow-sec02 .contents_ttl_001 span {
  color: #fff;
}

.page-id-2788 .p-sec03-contents {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 3.4rem;
  padding-bottom: 2.4rem;
}

.page-id-2788 .p-sec03-contents__box {
  padding: 0;
}

.page-id-2788 .p-sec03-contents__picture {
  padding: 0;
}

.page-id-2788 h3.sub-service__text-title.contents_ttl_001 {
  background: none;
}

.page-id-2788 h3.sub-service__text-title.contents_ttl_001 span {
  color: #333;
  font-size: 3.4rem;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
}

.page-id-2788 h3.sub-service__text-title.contents_ttl_001 .sub-service__text-rea {
  font-size: 80px;
}


@media screen and (min-width: 1168px) {
  .p-sec03-contents__box {
    flex-direction: row !important;
  }

  .p-flow-contents__item {
    width: 18.5% !important;
  }

  .p-sec03-contents__box .imageArea {
    display: flex;
    flex-shrink: 0;
    width: 530px !important;
    margin-left: 40px !important;
  }

  .p-advantage__list .listItem .itemTit {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4583333333;
  }

  .p-advantage__list .listItem .checkIcon {
    margin-right: 6px;
    width: 29px;
  }

  .p-flow-contents__item+.p-flow-contents__item {
    margin-left: 1.8%;
  }

  .p-flow-contents__item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 224px;
    min-height: 120px;
    border-radius: 20px;
    background-color: #f5fff4;
    text-align: center;
  }

  .p-flow-contents__item .stepTit {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #204a9b;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4583333333;
  }

  .p-flow-contents__item .stepTit .num {
    margin-left: 5px;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.4473684211;
  }

  .p-flow-contents__item .itemText {
    font-size: 20px;
  }

  .c-titC {
    font-size: 32px;
  }

  .p-please-list__item .text {
    font-size: 16px;
  }

  .p-please-list__item .square {
    margin-top: 0;
  }

  .p-flow-contents__item+.p-flow-contents__item {
    margin-left: 1.8%;
    margin-top: 0 !important;
  }
}


@media screen and (min-width: 768px) {
  .c-sp {
    display: none !important;
  }

  .p-advantage {
    background: url(../img/sub/coating/coating_bg.jpg);
    background-size: cover;
  }

  .p-sec03-contents__box .imageArea {
    margin-bottom: 40px;
    margin-left: 0;
    width: 100%;
  }

  .p-sec03-contents__box .textArea .crossBox .crossPrice .priceNum .flex {
    margin-top: 20px;
  }

  .p-advantage {
    background: url(../img/sub/coating/coating_bg_sp.jpg);
    background-size: cover;
  }

  .p-sec03-contents__box .imageArea {
    margin: 0 auto;
    margin-bottom: 40px;
    justify-content: center;
  }

  .p-advantage__list .listItem .itemTit {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }

  .p-advantage__list .listItem .checkIcon {
    width: 20px;
    margin-top: 4px;
  }

  .c-titC {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3333333333;
  }

  .p-flow-contents__item .stepTit {
    top: -15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3333333333;
  }

  .p-flow-contents__item .stepTit .num {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2142857143;
  }

  .p-flow-contents__item .itemText {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
  }

  .p-flow-contents__item+.p-flow-contents__item {
    margin-top: 20px;
  }

  .p-please-list__item .text {
    font-size: 14px;
  }

  .p-please-list__item .square {
    margin-top: 8px;
  }

  .p-sec03-contents__box .textArea .featureBox .featureItem {
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .p-sec03-contents__box {
    flex-direction: column-reverse;
  }

  .p-advantage__tit {
    font-size: 18px;
  }

  .p-advantage__tit .pink {
    font-size: 24px;
  }

  .p-flow-contents__item {
    width: 100%;
  }

}


@media screen and (max-width: 767px) {
  .p-advantage {
    background: url(../img/sub/coating/coating_bg_sp.jpg);
    background-size: cover;
  }

  .p-sec03-contents__box .imageArea {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .p-sec03-contents__box .imageArea .imageItem02 {
    margin-top: 132px;
  }

  .p-sec03 {
    padding: 40px 0 80px;
  }

  .p-sec03-contents__box .textArea .crossBox {
    flex-direction: column;
  }

  .p-sec03-contents__box .textArea .detailText {
    font-weight: 400;
    font-size: 14px;
  }

  .p-advantage__list .listItem {
    align-items: flex-start;
  }

  .c-inner {
    width: calc(100% - 30px);
  }

  .p-advantage__list .listItem .checkIcon {
    width: 20px;
    margin-top: 4px;
  }

  .p-advantage__list .listItem .itemTit {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }

  .p-advantage__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-titC {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3333333333;
  }

  .p-flow-contents {
    flex-direction: column;
  }

  .p-flow-contents__item .stepTit {
    top: -15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3333333333;
  }

  .p-flow-contents__item .itemText {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
  }

  .p-flow-contents__item .stepTit .num {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2142857143;
  }

  .p-flow-contents__item+.p-flow-contents__item {
    margin-left: 0;
    margin-top: 20px;
  }

  .p-please {
    padding-top: 60px;
  }

  .p-please-list__item {
    align-items: flex-start;
  }

  .p-please-list__item .square {
    margin-top: 8px;
  }

  .p-please-list__item .text {
    font-size: 14px;
  }

  .p-sec03-contents__tit {
    margin-bottom: 25px;
    min-height: 40px;
    margin-top: -20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 2.25;
  }

  .p-sec03-contents__box {
    padding: 0 15px 0 15px;
    flex-direction: column-reverse;
  }

  .p-sec03-contents__box .textArea .priceTit {
    font-size: 16px;
  }

  .p-sec03-contents__box .textArea .crossBox .productList .listItem .listTit {
    font-size: 16px;
  }

  .p-sec03-contents__picture {
    padding: 0 15px 0 15px;
  }

  .p-sec03-contents__picture .pictureTit {
    font-size: 18px;
  }

  .p-sec03-contents__picture .pictureBox {
    margin-top: 15px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .p-sec03-contents {
    padding: 0 0 30px;
  }

  .p-advantage {
    padding: 50px 0 50px;
  }

  .p-advantage__tit {
    font-size: 18px;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3333333333;
  }

  .p-advantage__tit .pink {
    font-size: 24px;
  }

  .p-flow-contents__item {
    width: 100%;
    min-height: 90px;
  }

  .p-flow {
    padding-top: 50px;
  }

  .p-please-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .p-question-box {
    margin-top: 40px;
  }

  .p-question-box__qaArea ul li .question .title {
    font-size: 14px;
  }

  .p-question-box__qaArea ul li .question .icon img {
    max-width: 15px;
  }

  .p-question-box__qaArea ul li .answer {
    padding: 15px 20px 0;
  }

  .p-question-box__qaArea ul li .answer .text {
    font-size: 14px;
  }

  .p-question-box__qaArea ul li .question .icon {
    padding: 0 0 0 5px;
  }

  .p-example {
    padding: 60px 0;
  }

  .p-sec02-anchor {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }

  .p-sec03-contents__box .textArea .featureBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
  }

  .p-sec03-contents__box .textArea .featureBox .featureItem {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #204a9b;
    color: #fff;
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .page-id-2788 .p-sec03-contents {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .page-id-2788 .p-sec03-contents__picture {
    padding: 0;
  }

  .page-id-2788 .p-sec03-contents__box {
    padding: 0;
  }

  .page-id-2788 h3.sub-service__text-title {
    font-size: 5vw;
  }

  .page-id-2788 h3.contents_ttl_001 span {
    font-size: 2rem;
    position: relative;
    z-index: 1;
  }

  .page-id-2788 h3.sub-service__text-rea {
    font-size: 8rem;
    margin-top: -8rem;
  }

  .page-id-2788 h3.sub-service__text-rea {
    font-size: 8rem;
    margin-top: -8rem;
  }

  .page-id-2788 h3.sub-service__text-title.contents_ttl_001 span {
    font-size: 2rem;
    position: relative;
    z-index: 1;
  }

  .page-id-2788 h3.sub-service__text-title.contents_ttl_001 .sub-service__text-rea {
    font-size: 5.8rem;
    margin-top: -6rem;
  }

  .p-sec03-contents__box .textArea .crossBox .crossPrice .priceNum .flex .num {
    font-size: 36px;
    margin-top: 2rem;
  }

  .p-sec03-contents__box .textArea .crossBox .crossPrice .priceNum .flex .text {
    font-size: 14px;
  }

  .p-sec03-contents__box .textArea .crossBox .crossPrice .priceNum .zei {
    font-size: 11px;
  }

  .p-sec03-contents__box .textArea .priceTit {
    font-size: 16px;
  }
}

/*追加*/
.p-sec03-contents__box .textArea .priceTit {
  position: relative;
  display: block;
  margin: 0 0 1.5em;
  padding: 1rem 2rem;
  min-width: 120px;
  max-width: 500px;
  color: #555;
  font-size: 20px;
  background: #e0edff;
}

.p-sec03-contents__box .textArea .priceTit:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.p-sec03-contents__box .textArea .priceTit p {
  margin: 0;
  padding: 0;
}


.p-sec03-contents__box .textArea .featureBox .featureItem {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding: .2em .4em;
  overflow: hidden;
  border: 2px solid #204a9b;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}


.p-sec03-contents__box .textArea .featureBox .featureItem span {
  margin-right: 0.7em;
  color: #204a9b;
  font-size: 12px;
  background: #fff;
  border-radius: 40px;
  padding: 6px;
  font-weight: 700;
}



@media screen and (min-width: 768px) {
  .p-sec03-contents__box .textArea .priceTit {
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

.consultation_contents {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.consultation_group .contents_ttl_002 {
  max-width: 116.8rem;
  padding: 1.5rem 0.5rem 1.5rem 0.5rem;
  margin: 0 auto 1rem auto;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.price_area .text {
  margin-bottom: 4rem;
}

.sub-price__container:not(:first-of-type) {
  margin-top: 30px;
}

.sub-price__add {
  font-size: 16px;
  background-color: #f5fff4;
  margin-bottom: 6rem;
}

.l-ftr-info__ec {
  margin: 50px auto 0;
  text-align: center;
  max-width: 500px;
  transition: opacity 0.3s ease-in-out;
}

.l-ftr-info__ec:hover {
  opacity: 0.7;
}

@media (min-width: 1168px) {}


@media screen and (min-width: 768px) {}


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

  .consultation_group {
    width: auto;
    margin: 0 auto;
  }

  .consultation .sub-service__text-rea {
    font-size: 3.4rem;
    margin-top: -4rem;
  }

  .consultation_group .contents_ttl_002 {
    text-align: left;
  }

  .l-ftr-info__ec {
    margin: 40px auto 0;
    padding: 0 15px;
  }

  .flow_design02 {
    max-width: 100%;
  }

}

/*クリーニング_料金調整*/
.tax {
  font-size: 70%;
}

.sub-price__container.hitomune {
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .sub-price__table.table_simple.sub-price__container.hitomune {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
}

/*---------Re:room様---------*/
.home-center.-feature .home-section-title span {
  color: #204a9b;
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin-top: 0.8rem;
  text-transform: uppercase;
  .home-center.-feature .home-section-title span
}

.home-center__container .h2_group .home-section-title {
  text-align: left;
  text-transform: uppercase;
}

.home-shop {
  position: relative;
  height: 100vh;
  top: -6rem;
}

.inner-wide.-about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.bg.-about {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../img/home/bg-aboutus.jpg');
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  z-index: -1;
}

.home-shop.type002 .home-section-title {
  top: 2rem;
  padding: 3rem 0 0;
}

.inner-wide.-about .home-shop__intro {
  border-left: none;
  padding-left: 0;
  text-align: center !important;
}

.home-shop.type002 .home-shop__intro {
  margin-top: 0rem;
}

.icon_01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  gap: 3%;
  padding: 4rem 0 1rem;
}

.home-section-title__btn .btn.-color {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 3rem;
  margin-bottom: 8rem;
}

.feature_group .home-section-title.-center.type001 {
  color: #333;
}

.icon_01 li img {
  background: #fff;
  /* border: 1px solid #fdfe55; */
  margin-bottom: 2rem;
  border-radius: 50%;
  padding: 5%;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, .1);
}

.contents_item .contents_ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
  color: #204a9b;
}

.contents_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
  margin-top: 8rem;
}

.contents_item {
  /* background: #ffffd4; */
}

.contents_item p {
  color: #333;
  line-height: 1.7;
  font-size: 1.5rem;
  padding: 1rem 30px 3rem;
}

.icon_01 li p {
  color: #204a9b;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
}


.contents_item a:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .15);
}

.contents_item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, .1);
  transition: .2s ease-in-out;
  transition-property: box-shadow, color;
  background-color: #fff;
  border-radius: 3rem;
}

.contents_item a:hover .contents_img img {
  transform: scale(1.1);
}

.contents_item .contents_img img {
  /*
	width: 100%;
    height: 100%;
*/
  vertical-align: bottom;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.17, .84, .44, 1);
}

.contents_item a:hover p {
  color: #949494;
}

.contents_img {
  height: 280px;
}

.contents_txt {
  /* height: calc(100% - 200px); */
  box-sizing: border-box;
  text-align: left;
  background-color: #fff;
  position: relative;
  padding: 10px;
}

.home-center.-feature:after {
  position: absolute;
  content: "";
  top: auto;
  bottom: -20px;
  right: 0;
  left: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(173 219 255), rgb(233 249 252), rgb(255 255 255));
  border-radius: 5px 0 0 5px;
  z-index: 0;
}

.home-service {
  z-index: 3;
  position: relative;
}

.h2_group {
  display: flex;
  flex-direction: row;
  align-items: left;
}

img.ttl_icon {
  width: 80px;
  margin: 0 10px 0 0;
  /* background: #d6edff; */
  border-radius: 50%;
  padding: 6px;
}

.home-section-title {
  color: #333;
  font-size: 4rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: left;
  text-transform: uppercase;

}

/* .p-home-sec03:after {
  position: absolute;
  content: '';
  width: 94%;
  height: 60%;
  background-color: #ffffea;
  border-radius: 0 5px 5px 0;
  top: 50px;
  /* bottom: 0; */
/* left: 0%;
right: 0;
z-index: 0;
background-image: linear-gradient(330deg, rgb(173 219 255), rgb(233 249 252), rgb(255 255 255));
} */


.home-center.-feature {
  padding-top: 2rem;
  background: none;
}


.p-home-sec03__item-wrap.-pickmenu .p-home-sec03__item.item {
  color: #fff;
  border: 4px solid #fff;
}

img.ttl_icon {
  width: 10rem;
  height: 100%;
  margin: 0 10px 0 0;
  /* background: #d6edff; */
  border-radius: 50%;
  padding: 6px;
}











/*footer*/
.footer_container {
  position: relative;
  height: 70vh;
  text-align: center;
}

.footer_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/home/home-mv-slide03.jpg');
  background-size: cover;
  background-position: center;
  z-index: -5;
  filter: blur(5px);
  background-color: #272727;
  background-blend-mode: exclusion;
}

.sec_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  padding: 5rem;
}

iframe {
  border-radius: 5px;
}

.left img {
  width: 100%;
  object-fit: contain;
}

a.l-ftr__ec-link:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

/*top news*/
.news .p-home-sec01__box {
  padding: 10px 20px 10px 30px !important;
  display: flex;
  align-items: center;
  gap: 4%;
  background: #fff;
  border-radius: 0 50px 50px 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.news {
  position: relative;
  bottom: 90px;
  width: 60%;
}

.news .p-home-sec01__cont {
  bottom: 0px;
  margin: 0rem;
}

.news_more::after {
  position: absolut;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #39a4fe;
  transition: .3s;
}

.news_more:hover::after {
  width: 100%;
}

.news .c-heading01 span {
  font-size: 1.6rem;
  margin-top: 0.8rem;
  display: inline;
  padding-left: 1rem;
}

.news .c-news__item {
  border-left: 1px solid #39a4fe;
  padding: 0 20px;
  border-bottom: 0;
}

.news .c-blog-item .item__body {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 70%;

}

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

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

.news .c-blog-item .item__time {
  display: block;
  color: #696969;
  font-size: 1.4rem;
  padding-top: 0;
  padding-right: 20px;
}

.news_more img {
  width: 30px;
}

.box {
  width: 400px;
  /* 横幅指定。はみ出さない範囲が決まります。 */
}

.news .text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .news {
    width: 70%;
    bottom: 85px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .home-center__container .h2_group .home-section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
  }

  .h2_group .home-section-title {
    text-align: left;
  }

  .news {
    position: relative;
    bottom: 0px;
    width: auto;
  }

  .news_more {
    margin: 0 auto;
  }

  .news .p-home-sec01__box {
    padding: 0rem 0rem 0rem 0rem !important;
    flex-direction: column;
    align-items: stretch;
  }

  .news h2.c-heading01.c-heading01_center {
    font-size: 2rem;
    padding-top: 5rem;
  }

  .news .p-home-sec01__btn-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .news .p-home-sec01__btn-wrap {
    padding-top: 0rem;
    padding-bottom: 0rem;
    text-align: center;
    justify-content: flex-start;
  }

  .news .p-home-sec01__box {
    padding: 0;
    margin: 1rem 1rem 2rem;
    border-radius: 10px;
  }

  .news h2.c-heading01.c-heading01_center {
    font-size: 2rem;
    padding-top: 2rem;
  }

  .news {
    bottom: 18px;
    margin-bottom: 4rem;
  }

  .home-mv {
    position: relative;
    top: 40px;
    padding-bottom: 90px;
  }

  .home-mv__text {
    top: 40%;
  }

  .home-mv__scrolldown span {
    left: -10px;
  }

  .home-mv__scrolldown {
    left: 20px;
  }

  .home-mv__slides .slick-slide img {
    height: 40vh;
    width: 100%;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    width: 100%;
    bottom: 0px;
    max-height: 50vh;
  }

  .home-mv__scrolldown {
    position: absolute;
    left: 15px;
    bottom: 80px;
  }

  .home-mv__scrolldown span {
    position: absolute;
    left: -15px;
    top: -30px;
  }

  .news .c-news__item {
    border-left: 0px solid #39a4fe;
  }

  .news .c-blog-item .item__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
  }

  .sub-service__item:nth-of-type(even) .sub-service__container .sub-service__img {
    left: 0;
    position: relative;
  }

  .home-center__img img {
    height: 180px;
    object-fit: cover;
  }

  .page-template-page-company .sub-shop.sub-bg>.inner {
    padding-bottom: 1rem;
  }
}



/*----特徴----*/

.page-id-2371 main.sub {
  background: none;
}

.sub_bg_1 {
  padding-bottom: 0rem;
}

.page-id-2371 .sub-service.sub-bg.mowing.waste.sub_bg_1>.inner {
  background: #fff;
}

.sub-service.sub-bg.mowing.waste.sub_bg_2>.inner {
  background: #f4fbfc;
}

.sub_bg_2 {
  background: #f4fbfc;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.page-id-2371 .sub-bg>.inner {
  background: #f4fbfc;
}

.sub_bg_3 {
  background: #f4fbfc;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

li.sub-service__item+li.sub-service__item {
  margin: 5rem 0;
}

.sub-service__item:nth-of-type(even) .sub-service__container .sub-service__img {
  left: 5%;
  position: relative;
}

.sub_bg_3 .sub-service__list {
  margin-top: 0rem;
}

.sub_bg_1 .h2_group.-subpage img.ttl_icon {
  background: #e7faff;
}

/*----特徴ここまで----*/

/*----エアコン----*/
.price_table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  color: #000;
  margin-top: 3rem;
}

.price_table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}

.price_table thead {
  border-bottom: 5px solid #204a9b;
}

.price_table th,
.price_table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
  vertical-align: middle;
  width: 33.3%;
}

.price_table th:last-child,
.price_table td:last-child {
  border: none;
}

.label_1 {
  color: #204a9b;
  font-weight: 700;
  background: #f4fbfc;
}

.label_1 span {
  background: #fff;
  padding: 4px 2px 1px;
  margin-right: 1rem;
  border: 1px solid #204a9b;
}

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

.price {
  text-align: right;
}

.price_table td.price span {
  font-weight: 700;
  font-size: 2rem;
}

.label_1 {
  color: #204a9b;
  font-weight: 700;
}

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

  .price_table th {
    display: block;
    border-right: none;
    border-bottom: 5px solid #204a9b;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }

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

  .price_table tr {
    display: block;
    margin-bottom: 2em;
  }

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

  .price_table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

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

.h2_group.-subpage {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 3rem;
}


.h2_group.-subpage img.ttl_icon {
  width: 110px;
  margin: 0 10px 0 0;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
}


.flow_design02 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}

.flow_design02 ul {
  padding: 0;
}

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

.flow_design02 dd {
  margin-left: 0;
}

.flow02>li {
  padding: 40px 10px;
  ;
}

.flow02>li:not(:last-child) {
  border-bottom: 3px solid #204a9b;
  position: relative;
}

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

.flow02>li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #204a9b;
}

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

.flow02>li dl {
  margin: 0;
}

.flow02>li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  border-bottom: 2px dotted #878787;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}

.flow02>li dl dt .icon02 {
  font-size: 0.6em;
  color: #fff;
  background: #204a9b;
  padding: 8px 10px 1px;
  display: inline-block;
  margin-right: 0.5em;
}

.img_flow {
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}


/*ブログ*/
.blog .main.sub {
  background: none;
}

.archive .main.sub,
.single .main.sub {
  background: none;
}


/*会社概要*/
.inner.home-center__container.-service.-company {
  background: #fff;
  padding: 3rem;
  border-radius: 5px;
}

.page-template-page-company .sub-shop.sub-bg>.inner {
  background: #fff;
  border-radius: 5px;
}

.p-home-sec03__item.item img {
  /* aspect-ratio: 1 / 1; */
  object-fit: contain;
}



@media screen and (min-width: 768px) {
  .home-shop__container {
    top: 6.5rem;
    padding: 0;
  }

  .home-shop.type002 .home-section-title {
    top: 6rem;
    padding: 3rem 0 0;
  }

  .home-shop {
    position: relative;
    height: 60vh;
    top: -6rem;
  }

  .home-shop.type002 .home-shop__img {
    margin: 0 auto;
  }

  .home-center__img {
    width: 45rem;
  }

  .contents_img {
    height: 220px;
  }

  .contents_txt {
    /* height: calc(100% - 160px); */
  }

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

  .sub-service__text-rea {
    font-size: 60px;
  }

  .home-news__container {
    margin-top: 3.9rem;
  }
}

@media screen and (max-width: 767px) {
  .home-shop.type002 .home-section-title {
    top: 6rem;
    padding: 0;
  }

  .footer_container .sec_inner {
    background: #204a9b;
  }

  .footer_bg {
    display: none;
  }

  .icon_01 {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3%;
    padding: 4rem 3rem;
  }

  .icon_01 li img {
    background: #fff;
    /* border: 1px solid #fdfe55; */
    margin-bottom: 1rem;
    border-radius: 50%;
    padding: 5%;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, .1);
    max-width: 120px;
  }

  .icon_01 li {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .icon_01 li img {
    background: #fff;
    margin-bottom: 1rem;
    border-radius: 50%;
    padding: 5%;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, .1);
    max-width: 90px;
    margin-right: 2rem;
  }

  .icon_01 li p {
    color: #204a9b;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5em;
    text-align: left;
  }

  img.ttl_icon {
    display: block;
    width: 80px;
  }

  .contents_group {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0rem;
    padding: 4vw 0;
  }

  .home-shop {
    padding-top: 6vw;
    background: #fff;
    height: 1520px;
    top: -5rem;
    margin-top: 6rem;
  }

  img.ttl_icon {
    width: 80px;
    display: block;
    margin: 0 auto;
  }

  .home-section-title.type001 {
    color: var(--text-color);
    font-weight: 700;
    font-size: 8vw;
  }

  .p-home-sec03:after {
    width: 100%;
  }

  .home-blog__item-wrap .c-blog-item .item__img {
    width: 20%;
    padding-top: 3rem;
    margin-right: 1rem;
  }

  .home-blog__item-wrap .c-blog-item .item__body {
    flex: 1;
    width: auto;
  }

  .footer_container .sec_inner {
    padding: 5rem 4vw 2rem;
  }

  .footer_container {
    position: relative;
    height: 730px;
  }

  .footer_flex .left {
    flex-wrap: wrap;
    gap: 0rem;
    padding: 0;
    width: 100%;
  }

  .home-section-title.type001 span {
    color: #204a9b;
    font-size: 4vw;
    margin-top: 1vw;
    text-transform: uppercase;
  }

  .home-center.-feature .home-section-title span {
    text-transform: uppercase;
    font-size: 4vw;
    margin-top: 1vw;
  }

  .contents_group {
    display: grid;
    grid-template-columns: 1fr;
    padding: 4vw;
  }

  .mt-5r {
    margin-top: 1rem;
  }

  .flow_design02 {
    max-width: 100%;
  }

  .flow.p-flow-sec02 {
    background-image: none;
    margin-top: 0;
  }

  .contents_ttl_001 {
    margin: 2rem auto 3rem auto;
  }
}

@media screen and (min-width:481px) and (max-width: 1020px) {}

@media screen and (min-width:768px) and (max-width: 1023px) {
  .home-shop {
    height: 55vh;
  }

  .p-home-sec03:after {
    width: 94%;
    height: 75%;
    top: 0px;
  }

  .p-home-sec03:first-child .item {
    padding: 5rem;
  }

  .p-home-sec03__txt {
    margin-bottom: 5rem;
  }

  .home-mv__catch img {
    width: 550px;
  }

  .footer_container {
    position: relative;
    height: 60vh;
  }
}

@media screen and (min-width: 1168px) {
  .sub-service__text-rea {
    font-size: 100px;
  }

  .home-news__container {
    margin-top: 3.9rem;
  }

  .home-shop {
    height: 100vh;
  }

  .contents_txt {
    /* height: calc(100% - 200px); */
  }

  .contents_img {
    height: 280px;
  }

  .home-center__img {
    width: 56rem;
  }

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

  .home-shop {
    height: 90vh;
  }
}

.footer-cta {
  background: #204a9b;
  padding: 6rem 15px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.footer-grid .left {
  color: #fff;
}

.footer-grid .left .txt,
.footer-grid .right .txt {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-grid .tel {
  font-size: 5.5rem;
  font-weight: 600;
  padding-left: 4rem;
  position: relative;
}

.footer-grid .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 57%;
  transform: translateY(-50%);
  background-image: url(../img/common/tel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
}

.footer-grid .text01 {
  border: 1px solid #fff;
  padding: 5px 6px 2px;
}

.footer-grid .tel_text {
  margin-top: 1.5rem;
}

.footer-grid .right a {
  background: #fff;
  padding: 2rem 0 2rem 5rem;
  font-size: 3rem;
  border-radius: 6px;
  color: #204a9b;
  font-weight: 500;

}

.footer-grid .right a span {
  position: relative;
}

.footer-grid .right a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 57%;
  transform: translateY(-50%);
  background-image: url(../img/home/mail-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
  left: -4rem;
}

.footer-grid .right {
  width: 83%;
}

.consultation_img img {
  aspect-ratio: 3 / 2;
  width: 100%;
  object-fit: cover;

}

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

  .footer-grid .left .txt,
  .footer-grid .right .txt {
    font-size: 1.6rem;
  }

  .footer-grid .tel {
    font-size: 3.5rem;
  }

  .footer-grid .tel::before {
    width: 2.5rem;
    height: 2.5rem;
    left: 10px;
  }

  .footer-grid .right a {
    font-size: 5vw;
    padding-left: 3rem;
  }

  .footer-grid .right a span::before {
    width: 2.5rem;
    height: 2.5rem;
    left: -3rem;
  }

  .price_table th,
  .price_table td {
    width: 100%;
  }

  .cleaning-reason .contents_ttl_001 {
    background: linear-gradient(to right, #204a9b 0%, #47a4cc 50%, #9ad4ef 100%);
  }
}




.home-section__desc-main {
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 3rem;
}

.contents_item.-wide a {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  border-radius: 3rem;
}

.home-section-title.-news.pc-only {
  margin-bottom: 3rem;
}

.home-section-title.ttl-icon.-center :before {
  content: "";
  position: absolute;
  top: -70%;
  left: -3rem;
  width: 12rem;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -40%);
  height: 14rem;
  background: url(../img/common/ttl01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.home-section-title {
  position: relative;
}

.home-shop__img-1 {
  /* max-width: 335px; */
  border-radius: 1rem 0 0 1rem;
}

.contents_item.-wide .contents_img {
  height: 400px;
}

.header {
  width: 97%;
  padding: 0;
  top: 10px;
  left: 2.77%;
  border-radius: 10px;
  background-color: #ffffffb5;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  transition: all 0.3s;
  backdrop-filter: blur(8px);
}

/*スライダー*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  /* margin: 8rem 0 0; */
}

.slider2 img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 14px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 .slick-slide {
  margin: 0 7px;
  /*スライド左右の余白調整*/
}

.slider2.slick-initialized.slick-slider {
  margin-top: 4rem;
}


@media screen and (max-width: 767px) {
  .slider2.slick-initialized.slick-slider {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

/* motto */
.home-motto .home-center__container.-price {
  display: flex;
  justify-content: center;
}

.home-motto .home-center__text {
  margin-top: 0;
  padding-left: 0;
}

.home-motto .h2_group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-section__desc-main {
  font-weight: 700;
  font-size: 3.4rem;
  margin-top: 3rem;
  text-align: center;
  line-height: 1.6;
}

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

.home-motto .home-section__desc {
  width: auto;
  max-width: 100rem;
}

.logo-mark {
  display: flex;
  justify-content: center;
  position: relative;
}

.logo-mark img.ttl_icon {
  width: 20rem;
}

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

.Instagram {
  margin: 12rem 0 8rem;
}

.footer-map iframe {
  width: 100%;
  aspect-ratio: 2/0.5;
}


@media screen and (max-width: 767px) {
  .contents_img {
    height: auto;
  }

  .home-section-title.ttl-icon.-center :before {
    content: "";
    position: absolute;
    top: -70%;
    left: -3rem;
    width: 12rem;
    top: -250%;
    left: 50%;
    transform: translate(-50%, -40%);
    height: 14rem;
    background: url(../img/common/ttl01.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
  }

  .Instagram {
    margin: 18rem 0 8rem;
  }

  .Instagram .home-section-title.ttl-icon.-center :before {
    content: "";
    position: absolute;
    top: -70%;
    left: -3rem;
    width: 12rem;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -40%);
    height: 14rem;
    background: url(../img/common/ttl01.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
  }
}

@media screen and (min-width:481px) and (max-width: 1020px) {
  .home-blog {
    padding: 0;
    background: none;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    box-shadow: none;
    background: #f4fbfc;
    margin: 0 4rem;
    border-radius: 3rem;
    padding: 5rem;
  }

  .home-section-title.-news {
    margin-bottom: 3rem;
    margin-top: 5rem;
  }
}



.contents_item {
  position: relative;
}

.contents_item a:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 20%;
  width: 20rem;
  /* transform: translate(-50%, -40%); */
  height: 20rem;
  background: url(../img/home/illust01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.contents_group .contents_item a:nth-child(2):before {
  background: url(../img/home/illust02.png);
}

.contents_item.-wide a:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: -20%;
  width: 34rem;
  /* transform: translate(-50%, -40%); */
  height: 34rem;
  background: url(../img/home/illust01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.contents_txt {
  position: relative;
}

.contents_item.-wide a:before {
  bottom: -20%;
  width: 34rem;
  height: 34rem;
  background-image: url(../img/home/illust01.png);
}

/* 2つ目 */
.contents_group .contents_item:nth-child(2) a:before {
  background-image: url(../img/home/illust02.png);
}

/* 3つ目 */
.contents_group .contents_item:nth-child(3) a:before {
  background-image: url(../img/home/illust03.png);
}

/* 4つ目（もしあれば） */
.contents_group .contents_item:nth-child(4) a:before {
  background-image: url(../img/home/illust04.png);
}


.contents_item.-wide {
  position: relative;
}

.contents_item.-wide:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 70%;
  width: 30rem;
  /* transform: translate(-50%, -40%); */
  height: 34rem;
  background: url(../img/common/service-out01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.illust {
  position: absolute;
}

.illust.-left {
  width: 20rem;
  top: 0;
  left: 5rem;
}

.illust.-left_bottom {
  width: 20rem;
  left: 15rem;
  top: 20%;
}

.illust.-right {
  width: 20rem;
  right: 10rem;
  top: 5rem;
}

@media screen and (max-width: 767px) {
  .illust.-left {
    width: 35vw;
    top: 0;
    left: 0rem;
    z-index: 0;
  }

  .illust.-left_bottom {
    width: 28vw;
    left: 1rem;
    top: 26%;
    z-index: 0;
  }

  .illust.-right {
    width: 30vw;
    right: 0rem;
    top: 8rem;
    z-index: 0;
  }

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

  .home-section__desc-main {
    font-size: 5vw;
    margin-top: 3rem;
    line-height: 1.4;
  }

  .home-motto .home-center__text {
    margin-top: 0;
    padding-left: 0;
    padding: 0 2rem;
  }

  .home-section-title.ttl-icon.-center :before {
    top: -10%;
  }

  .contents_item a:before {
    content: "";
    position: absolute;
    top: auto;
    right: -6%;
    bottom: 40%;
    width: 40vw;
    /* transform: translate(-50%, -40%); */
    height: 40vw;
    background: url(../img/home/illust01.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
  }

  .home-center {
    border-radius: 4rem;
  }

  .home-news {
    padding-bottom: 10vw;
    padding-top: 10vw;
    margin: 0 0 0 0;
  }

  .home-news__box .home-section-title.ttl-icon.-center :before {
    top: -1rem;
  }

  .p-home-sec03__txt-big {
    font-size: 6vw;
  }

  main.home .home-center__container {
    margin-bottom: 3rem;
    padding: 0 2rem;
  }

  .home-shop__img-1 {
    /* max-width: 335px; */
    border-radius: 1rem;
    margin: 2rem 0 0;
  }

  .p-home-sec03 .home-section-title.ttl-icon.-center :before {
    top: -250%;
  }

  .p-home-sec03 .item {
    width: 100%;
    margin-top: 0;
  }

  .Instagram {
    margin: 10rem 0 8rem;
  }
}

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

.footer-grid .right a:hover {
  opacity: 0.7;
}

.inner.home-center__container.-service.-company .home-center__img img {
  height: auto;
}

.trainername {
  display: flex;
  width: 90%;
  background: #f4fbfc;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  padding: 1rem;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  top: -5%;
  border-radius: 0.5rem;
}

.home-center__img.sp-only {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .trainername {
    font-size: 2rem;
    top: -7vw;
  }

  .h2_group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-center__container.-service .home-section-title span {
    color: #204a9b;
    font-weight: 500;
    font-size: 2rem;
    opacity: 1;
    margin-bottom: 0px;
    text-align: center;
    font-size: 4vw;
  }

  .home-section-title span {
    font-size: 4vw;
    margin-top: 1vw;
    text-align: center;
    text-transform: uppercase;

  }

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

}

.inner.home-center__container.-service.-company {
  border-radius: 2rem;
}

.page-template-page-company .sub-shop.sub-bg>.inner {
  border-radius: 2rem;
}

.table-list {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #edf9fd;
  font-size: 1.4rem;
}

.home-motto.-feature {
  margin: 10rem 0 0;
}

.text-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.map-list {
  font-size: 2rem;
}

.map-list {
  font-size: 2rem;
  padding: 2rem;
  background: #fff;
}

.map-list {
  font-size: 2rem;
  padding: 2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.map-ttl {
  background: #204a9b;
  color: #fff;
  padding: 1rem;
}

.map-list li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.text-item p {
  margin-bottom: 1rem;
}

.page-id-2371 .sub-bg>.inner {
  background: #f4fbfc;
  padding: 7rem 4rem 1rem;
}

.img_flow img {
  border-radius: 1rem;
}

section.sub-contact.sub-bg>.inner {
  background: none;
}

.sub-contact__box_item {
  background: #fff;
  padding: 3rem;
  border-radius: 2rem;
}


.sub-contact__box:nth-child(1) {
  /* background-color: #fff; */
  padding-top: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sub-contact__box_item {
  background: #fff;
  padding: 3rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

form.wpcf7-form.init {
  width: 100rem;
}

@media screen and (min-width:481px) and (max-width: 1020px) {
  .sub-contact__tel::before {
    background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 3.744rem;
    left: 2rem;
    margin: auto;
    position: absolute;
    top: 0.6rem;
    width: 3.744rem;
  }

  .sub-contact__line img {
    width: 24vw;
    /* margin: 4rem; */
    padding: 4rem;
  }
}

@media screen and (max-width: 767px) {
  form.wpcf7-form.init {
    width: auto;
  }

  .sub-contact__box:nth-child(1) {
    /* background-color: #fff; */
    padding-top: 8rem;
    display: grid;
    grid-template-columns: 1fr;
  }

  .sub-contact__box {
    margin-top: 2vw;
    padding-bottom: 5vw;
    padding-top: 2rem;
  }

  .sub-contact__box:nth-child(1) {
    padding-top: 0;
  }
.footer-cta {
    background: #204a9b;
    padding: 6rem 15px 0;
}
.banner_2 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-top: 1rem !important;
}
.home .banner_2 {
    margin-top: 6rem !important;
}
.home .home-center {
    padding-top: 30vw;
    padding-bottom: 20px;
}
.text-image {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}
}

.p-flow-sec02 .flow_content .img img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.p-youtube {
    margin: 2rem 0 4rem;
    background: #f4fbfc;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    border-radius: 1rem;
}
.p-youtube .-text {
    color: #244a9b;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
.p-flow-sec02 .flow_content .row {
    padding-bottom: 0;
}
.p-youtube {
    margin: 1rem 0 0;
}
.p-youtube iframe {
    width: 100%;
}
.home-blog__item-wrap .c-blog-item .item__body {
    width: 80%;
}
.c-blog-item .item__img {
    aspect-ratio: 1 / 1;
}
.footer-map iframe {
    width: 100%;
    aspect-ratio: 3/2;
}
}


@media screen and (max-width: 767px) {
span.text02 {
    text-align: left;
}
.footer-grid .tel_text {
    margin-top: 1.5rem;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
}