@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --primary-color: #171c61;
  --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%;
  /*	height: 100%;*/
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
figure {
  margin: 0;
}
a {
  color: inherit;
  display: block;
  text-decoration: none;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}
/* フォームリセット */
input, button, select, textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type="submit"], input[type="button"], label, button, select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
pre {
  white-space: pre-wrap;
}
html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.85616vw;
  }
}
@media (min-width: 1168px) {
  html {
    font-size: 10px;
  }
}
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  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;
  }
}
/* ==============================================================
*  セクション(common)
* ============================================================ */
main.home {
  background-color: #FFF;
}
.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: 700;
  line-height: calc(58 / 40);
}
.home-section-title span {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: .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: var(--primary-color);
  margin-bottom: 4rem;
}
.home-section-title.-news span {
  color: var(--text-color);
}
.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: auto;
}
.btn {
  background-color: #fff;
  display: inline-block;
  outline: none;
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  text-align: center;
  width: 23.4rem;
  z-index: 2;
  color: var(--primary-color);
  text-shadow: none;
}
.btn::after {
  height: 100%;
  top: -100%;
  width: 100%;
}
.btn::before, .btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.btn span {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
}
.btn span img {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.btn.-color {
  border: 1px solid #171d61;
  color: #fff;
  font-size: 1.4rem;
  background: #cae1ff;
  background: -moz-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: -webkit-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: linear-gradient(to right, #cae1ff 0%, #171c61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae1ff', endColorstr='#171c61', GradientType=1);
  border-radius: 6px;
  background: #171c61;
  display: block;
  margin: 0 auto;
}
.btn.-color span .white {
  z-index: 1;
}
.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1.2s, -webkit-transform .8s;
  transition: opacity 1.2s, -webkit-transform .8s;
  transition: opacity 1.2s, transform .8s;
  transition: opacity 1.2s, transform .8s, -webkit-transform .8s;
}
/*下からフェードイン*/
.js-fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: .8s;
  transition: .8s;
}
.is-fadeInUp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.is-inview-mv {
  opacity: 2;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 768px) {
  .header__logo {
    margin-left: 2rem !important;
    /*		margin-top: 2rem !important;*/
    width: 18rem !important;
  }
  .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 .3s;
    transition: opacity .3s;
  }
  .banner__link:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn:hover {
    color: #fff;
  }
  .btn:hover span .color {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn:hover::after {
    background-color: var(--primary-color);
    top: 0;
  }
  .btn::before, .btn::after {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn span img {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn.-color:hover {
    color: var(--primary-color);
  }
  .btn.-color:hover span .white {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn.-color:hover span .color {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn.-color:hover::after {
    background-color: #fff;
    top: 0;
  }
  .home-center__container.-service .btn:hover, .home-center__container.-price .btn:hover {
    color: #171d61;
    border: 1px solid #171d61;
  }
}
.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: 1px 0px 10px 0px #2b3d5c4a;
  box-shadow: 1px 0px 10px 0px #2b3d5c4a;
  /*	    border-top: 3px solid #171c61;*/
}
.header.-sub {
  background-color: #fff;
}
.header__logo {
  margin-left: 2rem;
  /*    margin-top: 1.5rem;*/
  width: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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: 1rem;
  /*   padding-top: 1.2rem; */
}
.header__top.-sub {
  /* color: #232472; */
}
.header__tel {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.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: 2.6rem;
  left: -2.8rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2.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;
  margin-top: 0.8rem;
  color: #3e2c28;
}
.header__time span {}
.header__time span:nth-of-type(1) {
  border: 1px solid #3e2c28;
  font-size: 1.2rem;
  padding: 0.2rem 0.5rem;
}
.header__time span:nth-of-type(2) {
  font-size: 1.4rem;
}
.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: 3rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.header__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__item:not(:first-of-type) {
  margin-left: 2rem;
}
.header__item:last-of-type {
  /*   margin-left: 2rem; */
}
.header__item:last-of-type a {
  /*   -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  width: 1.995rem; */
}
.header__link {
  /* color: #232472; */
  font-size: 1.6rem;
  font-weight: 500;
}
.header__link.-sub {
  color: #232472;
}
.header__btn {
  background: #cae1ff;
  background: -moz-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: -webkit-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: linear-gradient(to right, #cae1ff 0%, #171c61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae1ff', endColorstr='#171c61', GradientType=1);
  /*	    margin: 1rem;*/
  /*      border-radius: 10px;*/
  padding: 4.5rem 1rem 1rem 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  background: #049d9d;
}
.header__btn::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: 3.5rem;
  top: 1rem;
  left: 35%;
  width: 3rem;
  height: 3rem;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .header__link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .header__link:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}
.footer {
  background-color: #ffffff;
  padding-top: 0;
}
.footer__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__item:not(:first-of-type) {
  margin-left: 3rem;
}
.footer__item:last-of-type {
  /*   margin-left: 2rem; */
}
.footer__item:last-of-type a {
  /*   width: 20px; */
}
.footer_link_banner {
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
  background: linear-gradient(to right, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
  padding: 50px 0 50px 0;
}
.footer_link_banner .footer_link_banner_inner {
  max-width: 116.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
}
.footer_link_banner .footer_link_banner_inner a {
  width: 23.5%;
  background: #fff;
}
.footer__link {
  font-size: 1.6rem;
}
.footer__logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.1rem;
  width: 28rem;
  display: flex;
  justify-content: center;
}
.footer__logo img {
  /*   width: 16rem; */
}
.footer__address {
  margin-top: 2.7rem;
  text-align: center;
}
.footer__address span {
  display: block;
  font-style: normal;
  line-height: 1.5;
}
.footer__copyright {
  background: #cae1ff;
  background: -moz-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: -webkit-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: linear-gradient(to right, #cae1ff 0%, #171c61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae1ff', endColorstr='#171c61', GradientType=1);
  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%;
  background: #171c61;
}
.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: .4rem;
  color: #fff;
}
.ttl_cover_20230406 {
  background-image: url(../img/common/bg001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(0deg, #171c612e, #171c612e), url(../img/common/bg001.jpg);
}
.sub-section-title {
  /*    color: #333;*/
  font-size: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: center;
  padding: 170px 0 0px 0;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.home-mv-img img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .footer__link:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .page-top {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .page-top:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}
.sp_cta {
  position: fixed;
  width: 100%;
  display: block;
  height: 55px;
  bottom: 0;
  z-index: 2;
  background: #406db8;
  display: flex;
  align-items: center;
  z-index: 11;
  border: 2px solid #fff;
}
.sp_cta a {
  display: block;
  height: 100%;
  text-align: center;
  width: 50%;
  font-size: 16px;
  padding: 18px 0 10px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #009d9d;
  position: relative;
  /*	border: 1px solid #fff;*/
}
/*
.sp_cta a:last-child {
	    background: #171c61;
}
*/
a.sp_cta_1::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/tel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.8rem;
  left: 2rem;
  width: 2rem;
  height: 2rem;
}
/*
.sp_cta a:last-child::before {
	    position: absolute;
    content: "";
    background-image: url(../img/home/header_icon001.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.5rem;
    left: 2rem;
    width: 2.5rem;
    height: 2.5rem;
}
*/
.sp_cta a span {
  font-weight: 700;
}
/* ==============================================================
*  セクション(home)
* ============================================================ */
.home-mv {
  position: relative;
}
.home-mv__text {
  color: #fff;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.home-mv__catch {
  font-size: clamp(30px, 4rem, 40px);
}
.home-mv__catch img {
  max-width: 500px;
  margin: 0 auto;
}
.home-mv__catch span {
  line-height: calc(58 / 40);
  text-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
}
.home-mv__slide img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.home-mv .slider-img img {
  height: auto;
  width: 100%;
}
.home-mv .slide-dots {
  margin-top: 0;
  padding: 0;
  text-align: center;
  display: none;
}
.home-mv .slide-dots li {
  display: inline-block;
  margin: 0 12px;
  display: none;
}
.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%;
  display: none;
}
.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);
  direction: none;
}
.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-shop {
  padding-top: 1rem;
}
.home-shop .home-section-title {
  position: relative;
  z-index: 1;
  top: 4rem;
}
.home-shop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -11.5rem;
}
.home-shop__text {
  /* background: var(--primary-color); */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  /*       background: #cae1ff;
    background: -moz-linear-gradient(left, #cae1ff 0%, #171c61 100%);
    background: -webkit-linear-gradient(left, #cae1ff 0%,#171c61 100%);
    background: linear-gradient(to right, #cae1ff 0%,#171c61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae1ff', endColorstr='#171c61',GradientType=1 ); */
  background: url("../img/common/_bg001.jpg");
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
  background-position: center top;
  background-size: cover;
}
/* .home-shop__text::before {
  background: #141414;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
} */
.home-shop__intro {
  color: #fff;
  font-size: 2.4rem;
  line-height: calc(35 / 24);
  width: 50rem;
}
.home-shop__intro span {
  display: block;
  font-weight: 700;
}
.home-shop__img {
  position: absolute;
  right: 0;
}
.home-shop .btn {
  margin-top: 5rem;
  /*   padding-right: 2.2rem; */
}
.home-shop .btn span {
  right: 5rem;
}
.home-center {
  background: #fff;
  margin-top: 0rem;
  padding-bottom: 0.1rem;
  /*  padding-top: 8rem;*/
  position: relative;
}
/* .home-center::before {
  background-image: url(../img/home/home-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
	opacity: 0.7;
} */
/*
.home-center__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
*/
.home-center__container.-service {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 5rem;
  text-align: center;
}
.home-center__text {
  /*   margin-top: 4.3rem; */
}
.home-center__text .btn {
  margin-top: 4rem;
  /*   padding-right: 2.2rem; */
}
.home-center__text .btn span {
  right: 3.3rem;
}
.home-center__container.-service .home-section-title {
  color: var(--primary-color);
  /* 	border-bottom: 2px solid var(--primary-color); */
  padding: 0 0 10px 0;
}
.home-center__container.-service .home-section-title span {
  color: var(--text-color);
}
.home-center__container.-service .home-section__desc {
  color: #333;
  line-height: 1.7;
  font-size: 1.5rem;
}
/*
.home-center__container.-service .btn {
    color: #171c61;
        background: #cae1ff;
    background: -moz-linear-gradient(left, #cae1ff 0%, #171c61 100%);
    background: -webkit-linear-gradient(left, #cae1ff 0%,#171c61 100%);
    background: linear-gradient(to right, #cae1ff 0%,#171c61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae1ff', endColorstr='#171c61',GradientType=1 );
	border-radius: 6px;
	background: #fff;
}
*/
.home-center__container.-price .home-section-title {
  color: var(--primary-color);
  /* 	    border-bottom: 2px solid var(--primary-color); */
  padding: 0 0 10px 0;
}
.home-center__container.-price .home-section-title span {
  color: var(--text-color);
}
.home-center__container.-price .home-section__desc {
  color: #333;
  line-height: 1.7;
  font-size: 1.5rem;
}
.home-center__container.-price .btn {
  background: #cae1ff;
  background: -moz-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: -webkit-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: linear-gradient(to right, #cae1ff 0%, #171c61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae1ff', endColorstr='#171c61', GradientType=1);
  color: #fff;
  border-radius: 6px;
  background: #171c61;
  background: #fff;
  color: #171c61;
}
.home-center__img {
  width: 56rem;
}
.home-service .btn {
  margin-top: 4rem;
  /*   padding-right: 2.2rem; */
}
.home-service .btn span {
  right: 3.3rem;
}
.home-price {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.home-price .btn {
  margin-top: 4rem;
  /*   padding-right: 1.2rem; */
}
.home-price .btn span {
  right: 6rem;
}
.home-gallery {
  background-color: #141414;
  padding-bottom: 10rem;
  padding-top: 8.3rem;
  position: relative;
  z-index: 1;
}
.home-gallery__list {
  display: -ms-grid;
  display: grid;
  gap: 4rem 4rem;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  margin-top: 3.9rem;
}
.home-gallery__item {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.home-gallery__item:hover {
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.home-gallery__btn {
  margin-top: 6.3rem;
  text-align: center;
}
.home-gallery__btn .btn {
  padding-right: 2.2rem;
}
.home-gallery__btn .btn span {
  right: 4.2rem;
}
.home-news {
  /*
      background-image: url(../img/home/top_bg002.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
*/
  padding-bottom: 8rem;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
  /* 	    margin: 10rem 0 0 0; */
  background-color: rgba(255, 255, 255, 0.8);
  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;
}
.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;
	    flex-direction: row-reverse;
    justify-content: flex-end;
}
.home-news__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
	    font-weight: 700;
}
.home-news__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #cae1ff;
  background: -moz-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: -webkit-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: linear-gradient(to right, #cae1ff 0%, #171c61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae1ff', endColorstr='#171c61', GradientType=1);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 2.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2rem;
  width: 10rem;
  background: #171c61;
}
.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;
}
@media screen and (min-width: 768px) {
  .home-news__title span {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color))) 0 100%/0 1px no-repeat;
    background: linear-gradient(var(--primary-color), var(--primary-color)) 0 100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background .4s;
    transition: background .4s;
	  font-weight: 700;
        font-family: 'Noto Sans JP';
        color: #171c61;
  }
  .home-news__link:hover .home-news__title span {
    background-size: 100% 1px;
    /* 線の横幅を100%にする */
	  
  }
}
/* ==============================================================
*  セクション(sub-common)
* ============================================================ */
main.sub {
  background-color: #fff;
}
.sub-bg {
  padding-bottom: 10rem;
  padding-top: 6rem;
  position: relative;
}
.sub-section-title {
  /*  background: linear-gradient(to right, #171c61, #265bb7 100%);*/
  background-clip: text;
  background-size: 200%;
  -webkit-text-fill-color: white;
  -webkit-background-clip: text;
  font-size: 6rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: center;
}
.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 #0c3b2c;
  font-size: 1.4rem;
  margin-left: .9rem;
  position: relative;
}
.sub-archive__select::before {
  border-left: .475rem solid transparent;
  border-right: .475rem solid transparent;
  border-top: .825rem solid #1e1d1d;
  content: "";
  position: absolute;
  right: .9rem;
  top: .9rem;
  width: 0;
  z-index: -1;
}
.sub-archive select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
  padding-bottom: .6rem;
  padding-left: .9rem;
  padding-right: 2.9rem;
  padding-top: .6rem;
}
.sub-archive select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}
.sub-archive__container {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  /*    border-bottom: 2px solid #049d9d;*/
}
.sub-archive__link {
      display: block;
    width: 31.5%;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    border: 0px solid #171c61;
}
.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: 2rem 0 0 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.sub-archive__time {
  color: #1e1d1d;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.sub-archive__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background: rgb(31,137,214);
    background: -moz-linear-gradient(left, rgba(31,137,214,1) 0%, rgba(46,43,143,1) 100%);
    background: -webkit-linear-gradient(left, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    background: linear-gradient(to right, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 ); */
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 2.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2rem;
  width: 10rem;
  background: rgb(0, 105, 52);
  background: linear-gradient(to right, #cae1ff 0%, #171c61 100%);
  background: #171c61;
}
.sub-archive__title {
  color: #141414;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  padding: 1rem 1rem 3rem 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: #cae1ff;
  background: -moz-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: -webkit-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: #171c61;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae1ff', endColorstr='#171c61', GradientType=1);
}
.sub-archive .page-numbers.next, .sub-archive .page-numbers.prev {
  border: 1px solid #cae1ff;
  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;
}
/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
  .sub-archive__title span {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color))) 0 100%/0 1px no-repeat;
    background: linear-gradient(var(--primary-color), var(--primary-color)) 0 100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background .4s;
    transition: background .4s;
	          font-weight: 700;
        font-size: 2rem;
  }
  .sub-archive__link:hover .sub-archive__title span {
    background-size: 100% 1px;
    /* 線の横幅を100%にする */
  }
}
/* ==============================================================
*  セクション(sub-contact)
* ============================================================ */
.sub-contact__top {
  background-color: #fff;
  padding-bottom: 6rem;
  padding-top: 4rem;
}
.sub-contact__list-top {
  display: block;
  width: 100%;
  text-align: center;
  margin: -30px 0 0 0;
}
.sub-contact__item-top {
  max-width: 400px;
  margin: 0 auto;
}
.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: #333;
  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: 4.744rem;
}
.sub-contact__time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: .4rem;
  margin-top: 1.2rem;
}
.sub-contact__time span {
  color: var(--primary-color);
}
.sub-contact__time span:nth-of-type(1) {
  border: 1px solid var(--primary-color);
  font-size: 1.6rem;
  padding: .4rem 1.2rem;
}
.sub-contact__time span:nth-of-type(2) {
  font-size: 1.8rem;
  margin-left: .9rem;
}
.sub-contact__box {
  background-color: #fff;
  padding-top: 8rem;
}
.sub-contact__title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 33rem;
}
.sub-contact__title::before {
  background-image: url(../img/sub/contact/arrow-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}
.sub-contact__intro {
  font-size: 1.8rem;
  line-height: calc(28 / 18);
  margin-left: .9rem;
  margin-top: 5rem;
  text-align: center;
}
.sub-contact__form {
  margin-top: 3rem;
  padding: 3rem 7rem 0 7rem;
}
.sub-contact__item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-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: .4rem .6rem;
}
.sub-contact__item dt .required {
  background-color: var(--primary-color);
}
.sub-contact__item dt .optional {
  background-color: #888;
}
.sub-contact__item dd {
  margin-left: 2rem;
  width: 100%;
}
.sub-contact__item input, .sub-contact__item textarea {
  background-color: #f9fcff;
  border: 1px solid #9da3a7;
  border-radius: .4rem;
}
.sub-contact__item .select {
  background-color: #ebf6ef;
  border: 1px solid #9da3a7;
  border-radius: .4rem;
  padding: .75rem;
}
.sub-contact__item input {
  font-size: 1.6rem;
  padding: .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: .75rem;
  width: 100%;
}
.sub-contact__privacy {
  padding-top: 3.6rem;
  text-align: center;
}
.sub-contact__submit {
  display: inline-block;
  margin-top: 4.8rem;
  text-align: center;
  width: 100%;
}
.sub-contact__submit input {
  background: #cae1ff;
  */ background: -moz-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: -webkit-linear-gradient(left, #cae1ff 0%, #171c61 100%);
  background: #171c61;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae1ff', endColorstr='#171c61', GradientType=1);
  border-radius: .5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.8rem 10.7rem;
}
.sub-contact__privacy-wrapper {
  border: 1px solid #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: .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: #333;
}
.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: .6rem;
}
.sub-contact .wpcf7-not-valid {
  background-color: #ffd1d1;
}
.sub-contact .wpcf7-not-valid-tip {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff4848;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 2.6rem;
  margin-top: 1.67rem;
  padding-left: 1.2rem;
  position: relative;
  width: 29rem;
}
.sub-contact .wpcf7-not-valid-tip::before {
  background-color: #ff4848;
  bottom: 0;
  -webkit-clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
  clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
  content: "";
  height: 1.2rem;
  left: 3rem;
  margin: auto;
  position: absolute;
  top: -3.1rem;
  width: 1.4rem;
}
.sub-contact .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.infomation .p-works-item-wrap {
  margin-bottom: 8rem;
}
.infomation .p-works-item p {
  font-size: 1.5rem;
  margin: 1.5rem 0 0 0;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .sub-contact__submit input {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .sub-contact__submit input:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}
/* ==============================================================
*  セクション(sub-price)
* ============================================================ */
.sub-price__intro {
  color: #fff;
  font-size: 2rem;
  margin-top: 4.5rem;
  text-align: center;
}
.sub-price__intro span {
  font-weight: 700;
}
.sub-price__box {
  background-color: #fff;
  margin-top: 4.5rem;
  padding: 0 0 0 0;
}
.project_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
}
.project_inner .item {
  width: auto;
  margin: 0 0 2rem 0;
}
.project_inner .item .item_ttl {
  color: #009d9d;
  font-weight: 700;
  font-size: 2rem;
  padding: 0 0 15px 0;
  margin: 2rem 0 1.5rem 0;
  position: relative;
  padding: 0.6em;
  background: #ebf6ef;
}
.project_inner .item .item_ttl:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ebf6ef;
  width: 0;
  height: 0;
}
.project_inner .item .txt {
  padding: 1rem 1rem 1rem 1rem;
}
.project_inner .item .txt ul li {
  position: relative;
  padding: 1rem 0rem 1rem 0rem;
}
/*
.project_inner .item .txt ul li::before {
	content: "●";
	color: #171c61;
	position: absolute;
	font-size: 10px;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
*/
.sub-price__title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.sub-price__title::before {
  background-color: #edbd21;
  bottom: -1.8rem;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10rem;
}
.sub-price__price {
  background-color: #ebd27f;
  border-radius: 4px;
  color: #0c3b2c;
  font-size: 6rem;
  font-weight: 700;
  margin-top: 4.8rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  text-align: center;
}
.sub-price__price span {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  top: .2rem;
}
.sub-price__container:not(:first-of-type) {
  margin-top: 6.7rem;
}
.sub-price__group {
  display: -ms-grid;
  display: grid;
  gap: 0 1.5rem;
  -ms-grid-columns: (minmax(29rem, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(29rem, 1fr));
  margin-top: 4.7rem;
}
.sub-price__plan {
  border: 1px solid #dddada;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  width: 29rem;
}
.sub-price__plan:nth-of-type(1) .sub-price__plan-title, .sub-price__plan:nth-of-type(3) .sub-price__plan-title {
  background: -webkit-gradient(linear, left top, right top, from(#0c3b2c), to(#00120c));
  background: linear-gradient(to right, #0c3b2c, #00120c);
}
.sub-price__plan:nth-of-type(2) .sub-price__plan-title {
  background: -webkit-gradient(linear, left top, right top, from(#00120c), to(#0c3b2c));
  background: linear-gradient(to right, #00120c, #0c3b2c);
}
.sub-price__plan-title {
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: .04em;
  padding-bottom: 1.8rem;
  padding-top: 1.6rem;
  text-align: center;
}
.sub-price__plan-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -.1em;
  margin-top: 1.1rem;
}
.sub-price__list {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
.sub-price__item {
  padding-bottom: 2.7rem;
  padding-top: 2.3rem;
}
.sub-price__item:not(:first-of-type) {
  border-top: 1px solid #dddada;
}
.sub-price__item:nth-of-type(2) {
  padding-bottom: 3.2rem;
}
.sub-price__item:nth-of-type(3) {
  padding-bottom: 3.2rem;
}
.sub-price__item-title {
  font-size: 1.4rem;
  font-weight: 700;
}
.sub-price__item-desc {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 1rem;
}
.sub-price__item-desc span {
  font-size: 1.4rem;
  font-weight: 700;
}
.sub-price__attention-list {
  margin-top: 2.7rem;
}
.sub-price__attention-item {
  font-size: 1.6rem;
  line-height: 1.5;
}
.sub-price__btn {
  margin-top: 4rem;
  text-align: center;
}
.sub-price__btn .btn {
  font-size: 1.6rem;
  padding-right: 2rem;
}
.sub-price__btn .btn span {
  right: 4rem;
}
.sub-price__banner-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 5.2rem;
  margin-top: 6.5rem;
  position: relative;
  text-align: center;
}
.sub-price__banner-title::before {
  background-image: url(../img/sub/price/arrow-price.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}
.sub-price__bottom {
  margin-top: 5rem;
}
.sub-price__title-desc {
  line-height: 1.5;
  margin-top: 5rem;
  text-align: center;
}
.sub-price__title-desc span {
  display: block;
}
.sub-price__title-desc span.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sub-price__title-desc span.tel a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}
/* 
==============================================================
*  セクション(sub-service)
* ============================================================ */
.sub-service__list {
  margin-top: 4.7rem;
}
.sub-service__list.type002 {
  margin-top: 0;
}
.sub-service__item {
  /*  background-color: #fff;*/
  position: relative;
  width: 100%;
}
.sub-service__item::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  margin: auto;
  top: 6.33rem;
  position: absolute;
}
.sub-service__item:nth-of-type(odd) {}
.sub-service__item:nth-of-type(odd)::before {
  right: .98rem;
}
.sub-service__item:nth-of-type(odd) .sub-service__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sub-service__item:nth-of-type(odd) .sub-service__text {
  margin: 4rem;
}
.sub-service__item:nth-of-type(even) {
  margin-right: auto;
}
.sub-service__item:nth-of-type(even)::before {
  left: 0.84rem;
}
.sub-service__item:nth-of-type(even) .sub-service__container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sub-service__item:nth-of-type(even) .sub-service__text {
  margin: 4rem;
}
.sub-service__item:not(:first-of-type) {
  /*   margin-top: 6rem; */
}
.sub-service__item:nth-of-type(1) .sub-service__text-title span {
  display: inline;
}
/* .sub-service__item:nth-of-type(1)::before {
  background-image: url(../img/sub/service/01.svg);
  height: 11.25rem;
  top: 6.73rem;
  width: 14.85rem;
}

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

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

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

.sub-service__item:nth-of-type(5)::before {
  background-image: url(../img/sub/service/05.svg);
  height: 11.25rem;
  width: 15.975rem;
} */
.sub-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8rem;
  padding-top: 1rem;
  position: relative;
}
.sub-service__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
}
.sub-service__text {
  margin-top: -0.2rem;
  width: 50%;
}
.main_lead {
  text-align: center;
  line-height: 2;
}
.sub-service__text-title {
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  padding: 0 0 5px 0;
  color: #171c61;
}
.sub-service__text-title span {
  font-weight: 700;
  display: block;
}
.sub-service__text-desc {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 1rem;
}
.sub-service__text-desc span {
  display: block;
}
.sub-service__text-desc span:not(:first-of-type) {
  margin-top: 2.4rem;
}
/* ==============================================================
*  セクション(sub-reserve)
* ============================================================ */
.sub-reserve-flow__box {
  background-color: #fff;
  margin-top: 4.7rem;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6rem;
}
.sub-reserve-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sub-reserve-flow__item:not(:first-of-type) {
  margin-top: 6rem;
}
.sub-reserve-flow__item-text {
  margin-top: 1.7rem;
  width: 57.2rem;
}
.sub-reserve-flow__item-title {
  border-left: 1rem solid #edbd21;
  color: #0c3b2c;
  display: inline-block;
  font-size: 3.1rem;
  font-weight: 700;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-top: .9rem;
  position: relative;
}
.sub-reserve-flow__item-title span {
  font-size: 4.7rem;
  font-weight: 700;
  left: 10.4rem;
  position: absolute;
  top: -.6rem;
}
.sub-reserve-flow__item-intro {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(34 / 24);
  margin-top: 1.3rem;
}
.sub-reserve-flow__item-desc {
  line-height: 1.5;
  margin-top: 2rem;
}
.sub-reserve-flow__item-desc span {
  display: block;
}
.sub-reserve-flow__item-img {
  margin-left: .5rem;
  margin-top: 1.2rem;
  width: 11.7rem;
}
.sub-reserve-flow__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26.8rem;
}
.sub-reserve-faq {
  padding-top: 10.7rem;
  background: #ebf6ef;
}
.sub-reserve-faq .inner {
  background: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.sub-reserve-faq__box {
  background-color: #fff;
  margin-top: 4.7rem;
  padding-bottom: 7.75rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 3rem;
}
.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-color: #edbd21;
  color: #0c3b2c;
  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: #ebf6ef;
  border-radius: .4rem;
  display: none;
  padding-bottom: 2.9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.9rem;
}
.sub-reserve-faq .accordion-content a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}
.sub-reserve-faq .accordion-content p {
  line-height: calc(28 / 16);
}
.sub-reserve-faq .accordion-title {
  position: relative;
}
.sub-reserve-faq .accordion-title::after {
  border-right: solid 1px #141414;
  border-top: solid 1px #141414;
  content: "";
  display: block;
  height: .9rem;
  position: absolute;
  right: 2.3rem;
  top: 45%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: .9rem;
}
.sub-reserve-faq .accordion-title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sub-reserve-cancel {
  margin-top: 10.7rem;
}
.sub-reserve-cancel__box {
  background-color: #fff;
  margin-top: 4.7rem;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6rem;
}
.sub-reserve-cancel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.philosophy_img img {
  max-width: 600px;
  display: block;
  margin: 5rem auto 7rem auto;
}
.sub-reserve-cancel__item-text-container {
  margin-top: .6rem;
  width: 57.2rem;
}
.sub-reserve-cancel__item-text:not(:first-of-type) {
  margin-top: 3.6rem;
}
.sub-reserve-cancel__item-text:nth-of-type(2) .sub-reserve-cancel__item-desc {
  margin-top: 2.3rem;
}
.sub-reserve-cancel__item-title {
  font-size: 2.4rem;
  font-weight: 700;
}
.sub-reserve-cancel__item-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.5rem;
}
.sub-reserve-cancel__item-desc span {
  display: block;
}
.sub-reserve-cancel__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26.8rem;
}
/* ==============================================================
*  セクション(sub-shop)
* ============================================================ */
.sub-shop__box {
  background-color: #fff;
  padding-bottom: 8rem;
  /*   padding-left: 4rem;
  padding-right: 4rem; */
  padding-top: 6rem;
}
.sub-shop__container {
  display: block;
  margin: 0 0 8rem 0;
}
.contents_ttl_001 {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  margin: 0 0 3rem 0;
  /*	    border-left: 5px solid;*/
  /*    border-image: linear-gradient(to right, #cae1ff, #171c61) 1;*/
  /*   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%); */
  /*	border-image: linear-gradient(#416db7, #22c9e1) 1;*/
  /*	border-color: #416db7;*/
}
.contents_ttl_001 span {
  /*	color: #333;*/
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.construction_item + .construction_item {
  margin: 4rem 0 0 0;
}
.construction_item .year {
  font-size: 2rem;
  color: #1f89d6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  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: 700;
  border: 1px solid #cecece;
}
.construction_item table td {
  padding: 1rem 1rem 1rem 1rem;
  border: 1px solid #cecece;
}
.sub-shop__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 47rem;
}
.sub-shop__table {
  width: 100%;
  left: 0;
  position: relative;
  text-align: left;
  padding: 0 5rem 0 5rem;
}
.sub-shop__table tr {
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 1.8rem;
}
.sub-shop__table tr:last-of-type {
  border-bottom: 1px solid #cecece;
}
.sub-shop__table th {
  width: 13rem;
  color: var(--primary-color);
  font-weight: 700;
}
.sub-shop__table td {
  line-height: 1.5;
  word-break: break-word;
}
.sub-shop__table td span {
  display: block;
}
.sub-shop__table td span.map {
  text-align: right;
}
.sub-shop__table td a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}
.sub-shop__map {
  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: #f5f8f7;
  width: 25rem;
}
.table_simple td {
  padding: 1.8rem;
}
.company_sdgs {
  margin: 8rem 0 0 0;
}
.company_sdgs a img {
  max-width: 800px;
  margin: 0 auto;
}
.ISO9001 {
  margin: 8rem 0 5rem 0;
}
.ISO9001 .img img {
  max-width: 250px;
  margin: 0 0 2rem 0;
}
/* ==============================================================
*  セクション(sub-single)
* ============================================================ */
.sub-single img {
  width: auto;
}
.sub-single__box {
  background-color: #fff;
  padding: 0 0 0 0;
}
.sub-single__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.sub-single__title {
  color: #333;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.1rem;
}
.sub-single__time-category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sub-single__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.sub-single__category {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: 1.9rem;
  padding: .35rem .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: .5rem solid var(--primary-color);
  color: #1F89D6;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 5.4rem;
  padding: .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: rgb(31, 137, 214);
  background: -moz-linear-gradient(left, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
  background: linear-gradient(to right, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
  display: 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: 38.6rem;
}
.sub-single .nav-next {
  right: 38.6rem;
}
.sub-single .banner.-sub {
  margin-top: 10rem;
}
/* ==============================================================
*  セクション(sub-terms)
* ============================================================ */
.sub-terms__box {
  background-color: #fff;
  color: #2f2f2f;
  margin-top: 4.1rem;
  padding-bottom: 7.75rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6.5rem;
}
.sub-terms__item:not(:first-of-type) {
  margin-top: 6.5rem;
}
.sub-terms__title {
  font-size: 2rem;
}
.sub-terms__list-child {
  margin-left: 4.4rem;
  margin-top: 2.1rem;
}
.sub-terms__item-child {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}
.sub-terms__item-child span {
  font-size: 1.6rem;
  left: -2.4rem;
  margin-right: 1rem;
  position: absolute;
  top: -.3rem;
}
.sub-terms__item-child:not(:first-of-type) {
  margin-top: 1.9rem;
}
.sub-terms__item-child:nth-child(n + 10) {
  padding-left: .8rem;
}
.sub-terms__list-end {
  margin-left: 6rem;
  margin-top: 2rem;
}
.sub-terms__item-end {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}
.sub-terms__item-end span {
  font-size: 1.6rem;
  left: -2.3rem;
  margin-right: 1rem;
  position: absolute;
  top: -.3rem;
}
.sub-terms__item-end:not(:first-of-type) {
  margin-top: 1.9rem;
}
.sub-terms__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.2rem;
}
.sub-terms__desc span {
  display: block;
}
.sub-terms__desc span:not(:first-of-type) {
  margin-top: 2.4rem;
}
/* ==============================================================
*  セクション(sub-thanks)
* ============================================================ */
.sub-thanks__box {
  background-color: #fff;
  padding-bottom: 6.2rem;
  padding-top: 6.6rem;
}
.sub-thanks__title {
  color: #1f1f1f;
  font-size: 2.4rem;
  text-align: center;
}
.sub-thanks__desc {
  color: #1f1f1f;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 3.1rem;
  text-align: center;
}
.sub-thanks__desc span {
  display: block;
}
.sub-thanks__list {
  left: .9rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2rem;
  max-width: 622px;
  position: relative;
}
.sub-thanks__item {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  position: relative;
}
.sub-thanks__item::before {
  background-color: #141414;
  border-radius: 50%;
  content: "";
  height: .8rem;
  left: -1.8rem;
  margin: auto;
  position: absolute;
  top: 1.1rem;
  width: .8rem;
}
.sub-thanks__item:not(:first-of-type) {
  margin-top: .4rem;
}
.sub-thanks__tel-area {
  margin-top: 4.2rem;
  text-align: center;
}
.sub-thanks__tel-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 33rem;
}
.sub-thanks__tel-title::before {
  background-image: url(../img/sub/contact/arrow-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}
.sub-thanks__tel {
  color: #0c3b2c;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: 5.9rem;
  padding-left: 3rem;
  pointer-events: none;
  position: relative;
}
.sub-thanks__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.744rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: .6rem;
  width: 2.744rem;
}
.sub-thanks__time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: .4rem;
  margin-top: 1rem;
}
.sub-thanks__time span {
  color: #0c3b2c;
}
.sub-thanks__time span:nth-of-type(1) {
  border: 1px solid #0c3b2c;
  font-size: 1.6rem;
  padding: .4rem 1.2rem;
}
.sub-thanks__time span:nth-of-type(2) {
  font-size: 1.8rem;
  margin-left: .9rem;
}
.sub-thanks__link {
  margin-top: 6.2rem;
  text-align: center;
}
.sub-thanks__link a {
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: inline-block;
}
/* ==============================================================
*  レスポンシブPC(common)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(home)
* ============================================================ */
@media screen and (max-width: 1168px) {
  .home-shop__text {
    padding-bottom: 6rem;
    padding-left: 2.4rem;
    padding-top: 13.8rem;
    /*     width: 76.2rem; */
    width: 100%;
  }
  .home-shop__img {
    top: 13.9rem;
    width: 58.4rem;
  }
}
@media screen and (min-width: 1169px) {
  .home-shop__text {
    padding-bottom: calc(6rem + ((1vw - 11.69px) * (40 / 7.51)));
    padding-left: calc(2.4rem + ((1vw - 11.69px) * (376 / 7.51)));
    padding-top: calc(19.8rem + ((1vw - 11.69px) * (26 / 7.51)));
    /*     width: calc(76.2rem + ((1vw - 11.69px) * (491 / 7.51))); */
    width: 100%;
  }
  .home-shop__img {
    top: calc(19.9rem + ((1vw - 11.69px) * (25 / 7.51)));
    width: calc(58.4rem + ((1vw - 11.69px) * (376 / 7.51)));
  }
  .home-shop__img img {
    width: 55rem;
    height: auto;
  }
}
@media screen and (min-width: 1920px) {
  .home-shop__text {
    padding-bottom: 10rem;
    padding-left: 40rem;
    padding-top: 14.4rem;
    /*     width: 125.3rem; */
    width: 100%;
  }
  .home-shop__img {
    top: 14.4rem;
    width: 96rem;
  }
}
/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .home-section-title {
    font-size: 6vw;
  }
  .home-section-title.type001 {
    color: var(--primary-color);
  }
  .home-section-title.type001 span {
    color: var(--primary-color);
  }
  .home-section-title span {
    font-size: 4vw;
    margin-top: 1vw;
  }
  .home-section__desc {
    font-size: 4vw;
    margin-top: 0;
    width: 100%;
  }
  .banner.-home-top {
    margin-top: 10vw;
  }
  .banner.-home-bottom {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }
  .banner.-sub {
    margin-top: 10vw;
  }
  .banner.-sub .inner {
    padding: 0;
  }
  .banner__link {
    width: 100%;
  }
  .banner__link.-sub {
    width: 100%;
  }
  .btn {
    font-size: 3vw;
    padding-bottom: 3.5vw;
    padding-top: 3.5vw;
    width: 90%;
  }
  .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: 5vw;
    /* 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 .5s ease-out;
    transition: background-color .5s ease-out;
    width: 15vw;
    z-index: 40;
    background: #cae1ff;
    background: -moz-linear-gradient(left, #cae1ff 0%, #171c61 100%);
    background: -webkit-linear-gradient(left, #cae1ff 0%, #171c61 100%);
    background: #171c61;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae1ff', endColorstr='#171c61', GradientType=1);
    background: #171c61;
  }
  .hamburger.-sub span {
    background-color: #fff;
  }
  .hamburger span {
    background-color: #fff;
    height: .35vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 4.7vw;
  }
  .hamburger__lineTop {
    top: 5.1vw;
  }
  .hamburger__lineCenter {
    top: 6.4vw;
  }
  .hamburger__lineBottom {
    top: 7.7vw;
  }
  .nav-drawer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding-bottom: 15vw;
    padding-top: 20vw;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 35;
  }
  .nav-drawer__nav {
    padding-left: 0;
    padding-top: 0;
  }
  .nav-drawer__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: var(--primary-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__btn {
    color: #fff;
    display: inline-block;
    font-size: 4vw;
    margin-top: 6vw;
    padding: 5vw;
    width: 240px;
    border-radius: 50px;
    background: #cae1ff;
    background: -moz-linear-gradient(left, #cae1ff 0%, #171c61 100%);
    background: -webkit-linear-gradient(left, #cae1ff 0%, #171c61 100%);
    background: #009d9d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae1ff', endColorstr='#171c61', GradientType=1);
  }
  .nav-drawer__tel {
    font-size: 6vw;
    margin-top: 5vw;
    color: var(--primary-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: 5vw;
    left: -7vw;
    margin: auto;
    position: absolute;
    top: 0;
    width: 6vw;
  }
  .nav-drawer__time {
    font-size: 4vw;
    margin-top: 4vw;
    color: var(--primary-color);
  }
  .nav-drawer__time span {
    border: 1px solid var(--primary-color);
    display: inline-block;
    margin-right: 2vw;
    padding: 1vw;
  }
  /* 表示された時用のCSS */
  .open .hamburger {
    background-color: #171c61;
    -webkit-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
  }
  .open .hamburger__lineTop {
    top: 6.7vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .hamburger__lineCenter {
    display: none;
  }
  .open .hamburger__lineBottom {
    top: 6.7vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .hamburger span {
    background-color: #fff;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 15vw;
  }
  .footer_link_banner {
    padding: 40px 15px 40px 15px;
  }
  .footer_link_banner .footer_link_banner_inner {
    gap: 0;
  }
  .footer_link_banner .footer_link_banner_inner a {
    width: 46%;
    margin: 0 2% 3% 2%;
  }
  .footer__list {
    display: block;
    text-align: center;
  }
  .footer__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10vw;
  }
  .footer__item:last-of-type {
    margin-left: 0;
    margin-top: 10vw;
  }
  .footer__item:last-of-type a {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__link {
    font-size: 4vw;
  }
  .footer__logo {
    margin-top: 10vw;
    width: 80vw;
  }
  .footer__address {
    margin-top: 10vw;
  }
  .footer__address span {
    font-size: 4vw;
  }
  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 10vw;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  .footer .page-top span {
    font-size: 2.5vw;
    margin-top: 1vw;
  }
  .footer .page-top__img {
    width: 4vw;
  }
  .footer .page-top a {
    bottom: 4vw;
    right: 3vw;
    z-index: 10;
  }
}
/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv__catch {
    font-size: clamp(20px, 5vw, 40px);
    top: 30px;
    position: relative;
  }
  .home-mv__catch span {
    display: block;
  }
  .home-mv__slide img {
    height: calc(100vh / 2);
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .home-mv .slide-dots li {
    margin: 0 2vw;
  }
  .home-mv .slide-dots li.slick-active button::before {
    height: 2vw;
    width: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .home-shop {
    padding-top: 8vw;
    background: url(../img/common/_bg001.jpg);
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
    background-position: center bottom;
    background-size: cover;
  }
  .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: 10vw;
  }
  .home-center__img {
    margin-top: 8vw;
    width: 100%;
  }
  .home-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-service .btn {
    margin-top: 8vw;
    /*     padding-right: 3vw; */
  }
  .home-service .btn span {
    right: 4vw;
  }
  .home-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 10vw;
    margin-bottom: 4rem;
  }
  .home-price .btn {
    margin-top: 8vw;
    /*     padding-right: 3vw; */
  }
  .home-price .btn span {
    right: 11vw;
  }
}
@media screen and (max-width: 767px) {
  .home-gallery {
    padding-bottom: 15vw;
    padding-top: 10vw;
  }
  .home-gallery__list {
    gap: 5vw 5vw;
    -ms-grid-columns: (minmax(45%, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    margin-top: 8vw;
  }
  .home-gallery__btn {
    margin-top: 10vw;
  }
  .home-gallery__btn .btn {
    padding-right: 2vw;
  }
  .home-gallery__btn .btn span {
    right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .home-news {
    padding-bottom: 10vw;
    padding-top: 10vw;
    margin: 0 0 0 0;
  }
  .home-news__box {
    padding: 10vw 5vw;
  }
  .home-news__container {
    margin-top: 8vw;
    flex-direction: column;
    gap: 0;
  }
  .home-news__link {
    display: block;
    width: 100%;
  }
  .home-news__link:not(:first-of-type) {
    margin-top: 10vw;
  }
  .home-news__time {
    font-size: 4vw;
  }
  .home-news__category {
    font-size: 4vw;
    margin-left: 0vw;
    width: 35vw;
  }
  .home-news__title {
    font-size: 4vw;
    margin-left: 0;
    margin-top: 2vw;
  }
  .home-news__btn {
    margin-top: 10vw;
  }
  .home-news__btn a span {
    right: 8vw;
  }
}
/* ==============================================================
*  レスポンシブSP(sub-common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 3vw;
    padding-bottom: 3vw;
    padding-top: 19vw;
  }
  .sub-bg {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }
  .sub-bg::before {
    height: 90vw;
  }
  .sub-section-title {
    font-size: 12vw;
  }
  .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: 3vw;
    margin-left: 2vw;
  }
  .sub-archive__select::before {
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.5vw solid #1e1d1d;
    right: 1vw;
    top: 2vw;
  }
  .sub-archive select {
    padding-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 4vw;
    padding-top: 1vw;
  }
  .sub-archive__link {
    display: block;
    padding-bottom: 5vw;
    padding-right: 0;
    padding-top: 5vw;
    padding: 0 0 0 0;
    width: 100%;
  }
  .sub-archive__time {
    font-size: 4vw;
  }
  .sub-archive__category {
    font-size: 4vw;
    margin-left: 4vw;
    width: 35vw;
  }
  .sub-archive__title {
    font-size: 4vw;
    margin-left: 0;
    margin-top: 2vw;
  }
  .sub-archive .pagination-wrapper__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5vw;
  }
  .sub-archive .pagination-wrapper .page-numbers {
    font-size: 5vw;
    height: 9.5vw;
    margin-left: 2vw;
    margin-right: 2vw;
    width: 24vw;
  }
  .sub-archive .pagination-wrapper .page-numbers.next, .sub-archive .pagination-wrapper .page-numbers.prev {
    border: none;
  }
  .sub-archive .pagination-wrapper .page-numbers.next a, .sub-archive .pagination-wrapper .page-numbers.prev a {
    border: 1px solid #0c3b2c;
    padding: 2vw 6vw;
  }
}
/* ==============================================================
*  レスポンシブSP(sub-contact)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-contact__top {
    margin-top: 0;
    padding-bottom: 10vw;
    padding-top: 5vw;
  }
  .sub-contact__list-top {
    display: block;
  }
  .sub-contact__item-top:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15vw;
    text-align: center;
  }
  .sub-contact__top-title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sub-contact__top-title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }
  .sub-contact__top-qr {
    margin-top: 10vw;
    width: 70%;
  }
  .sub-contact__top-qr-desc {
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 6vw;
    text-align: center;
  }
  .sub-contact__tel {
    display: inline-block;
    font-size: 7vw;
    margin-top: 10vw;
    padding-left: 7vw;
    pointer-events: all;
  }
  .sub-contact__tel::before {
    height: 5vw;
    left: 0;
    top: 1vw;
    width: 5vw;
  }
  .sub-contact__time {
    margin-left: 0;
    margin-top: 5vw;
  }
  .sub-contact__time span:nth-of-type(1) {
    font-size: 3vw;
    padding: 1vw 3vw;
  }
  .sub-contact__time span:nth-of-type(2) {
    font-size: 4vw;
    margin-left: 3vw;
  }
  .sub-contact__box {
    margin-top: 5vw;
    padding-bottom: 12vw;
    padding-top: 2rem;
  }
  .sub-contact__title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sub-contact__title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }
  .sub-contact__intro {
    font-size: 3.5vw;
    margin-left: 0;
    margin-top: 10vw;
  }
  .sub-contact__intro span {
    display: block;
  }
  .sub-contact__form {
    margin-top: 0;
    padding: 0;
  }
  .sub-contact__item {
    display: block;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  .sub-contact__item dt {
    font-size: 4vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }
  .sub-contact__item dt span {
    font-size: 4vw;
    margin-left: 3vw;
    padding: 1vw 2vw;
  }
  .sub-contact__item dd {
    margin-left: 0;
    margin-top: 4vw;
  }
  .sub-contact__item input, .sub-contact__item textarea {
    font-size: 4vw;
    padding: 2vw;
  }
  .sub-contact__item input.short {
    width: 100%;
  }
  .sub-contact__item textarea {
    height: 40vw;
  }
  .sub-contact__privacy {
    padding-top: 7vw;
  }
  .sub-contact__privacy-intro {
    font-size: 3.5vw;
  }
  .sub-contact__privacy-intro span {
    display: block;
  }
  .sub-contact__submit {
    margin-top: 7vw;
  }
  .sub-contact__submit input {
    border-radius: 1.8vw;
    font-size: 5vw;
    padding: 5vw 18vw;
  }
  .sub-contact__privacy-wrapper {
    height: 50vw;
    margin-top: 10vw;
    max-width: none;
    padding: 5vw 3vw;
  }
  .sub-contact__privacy-text {
    height: 40vw;
    padding-right: 2vw;
  }
  .sub-contact__privacy-text::-webkit-scrollbar {
    width: 1.8vw;
  }
  .sub-contact__privacy-item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .sub-contact__privacy-title {
    font-size: 3vw;
  }
  .sub-contact__privacy-desc {
    font-size: 3vw;
    margin-top: 2vw;
  }
  .sub-contact .wpcf7-not-valid-tip {
    border-radius: .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: .6vw;
    font-size: 10vw;
    margin-top: 10vw;
    padding-bottom: 5vw;
    padding-top: 4vw;
  }
  .sub-price__price span {
    font-size: 4vw;
    top: .2vw;
  }
  .sub-price__container:not(:first-of-type) {
    margin-top: 12vw;
  }
  .sub-price__group {
    display: block;
    margin-top: 8vw;
  }
  .sub-price__plan {
    width: 100%;
  }
  .sub-price__plan:not(:first-of-type) {
    margin-top: 10vw;
  }
  .sub-price__plan-title {
    border-radius: .8vw .8vw 0 0;
    font-size: 7vw;
    padding-bottom: 4vw;
    padding-top: 3vw;
  }
  .sub-price__plan-title span {
    font-size: 4vw;
  }
  .sub-price__list {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .sub-price__item {
    padding-bottom: 7vw;
    padding-top: 6vw;
  }
  .sub-price__item:nth-of-type(2) {
    padding-bottom: 7vw;
  }
  .sub-price__item:nth-of-type(3) {
    padding-bottom: 7vw;
  }
  .sub-price__item-title {
    font-size: 4vw;
  }
  .sub-price__item-desc {
    font-size: 8vw;
    margin-top: 3vw;
  }
  .sub-price__item-desc span {
    font-size: 4vw;
  }
  .sub-price__attention-list {
    margin-top: 6vw;
  }
  .sub-price__attention-item {
    font-size: 4vw;
    text-indent: -1em;
  }
  .sub-price__btn {
    margin-top: 8vw;
  }
  .sub-price__btn .btn {
    font-size: 3vw;
    padding-right: 3vw;
  }
  .sub-price__btn .btn span {
    right: 6vw;
  }
  .sub-price__banner-title {
    font-size: 5vw;
    margin-bottom: 7vw;
    margin-top: 12vw;
  }
  .sub-price__banner-title::before {
    height: 3vw;
    top: 7.5vw;
    width: 50vw;
  }
  .sub-price__title-desc {
    font-size: 4vw;
    margin-top: 8vw;
    text-align: left;
  }
  .sub-price__title-desc span.tel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
/* 
==============================================================
*  レスポンシブSP(sub-service)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-service__list {
    margin-top: 8vw;
  }
  .sub-service__item {
    padding-bottom: 10vw;
    /*     padding-left: 5vw;
    padding-right: 5vw; */
    padding-top: 0vw;
    width: 100%;
  }
  .sub-service__item:nth-of-type(odd)::before {
    left: auto;
    right: 2vw;
    top: 60vw;
  }
  .sub-service__item:nth-of-type(odd) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sub-service__item:nth-of-type(odd) .sub-service__text {
    margin-left: 0;
  }
  .sub-service__item:nth-of-type(even)::before {
    left: auto;
    right: 2vw;
    top: 62vw;
  }
  .sub-service__item:nth-of-type(even) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sub-service__item:nth-of-type(even) .sub-service__text {
    margin-right: 0;
  }
  .sub-service__item:not(:first-of-type) {
    margin-top: 6vw;
  }
  .sub-service__item:nth-of-type(1) .sub-service__text-title span {
    display: block;
  }
  .sub-service__item:nth-of-type(1)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(2)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(3)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(4)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(5)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__container {
    padding: 0;
    position: static;
  }
  .sub-service__img {
    width: 100%;
  }
  .sub-service__text {
    margin-top: 5vw;
    width: 100%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .sub-service__text-title {
    font-size: 5vw;
  }
  .sub-service__text-desc {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .sub-service__text-desc span:not(:first-of-type) {
    margin-top: 5vw;
  }
  .p-new-order {
    padding-bottom: 4rem !important;
  }
}
/* ==============================================================
*  レスポンシブSP(sub-reserve)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-reserve-flow__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 15vw;
  }
  .sub-reserve-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-reserve-flow__item:not(:first-of-type) {
    border-top: 1px solid #9da3a7;
    margin-top: 15vw;
    padding-top: 15vw;
  }
  .sub-reserve-flow__item-text {
    margin-top: 0;
    width: 100%;
  }
  .sub-reserve-flow__item-title {
    border-left: 2.5vw solid #edbd21;
    font-size: 7vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-top: 3vw;
  }
  .sub-reserve-flow__item-title span {
    font-size: 12vw;
    left: 24vw;
    top: -1vw;
  }
  .sub-reserve-flow__item-intro {
    font-size: 5vw;
    margin-top: 4vw;
    white-space: normal;
  }
  .sub-reserve-flow__item-desc {
    font-size: 4vw;
    margin-top: 6vw;
  }
  .sub-reserve-flow__item-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    width: 50%;
  }
  .sub-reserve-flow__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }
  .sub-reserve-flow__line-btn {
    margin-inline: auto;
    margin-top: 8vw;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    padding-top: 20vw;
  }
  .sub-reserve-faq__box {
    margin-top: 8vw;
    padding-bottom: 7vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 3vw;
  }
  .sub-reserve-faq .accordion-title {
    font-size: 3.5vw;
    padding-bottom: 4vw;
    padding-left: 0;
    padding-right: 6vw;
    padding-top: 4vw;
  }
  .sub-reserve-faq .accordion-title span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 8vw;
    margin-right: 3vw;
    width: 8vw;
  }
  .sub-reserve-faq .accordion-content {
    -webkit-column-break-before: .6vw;
    break-before: .6vw;
    padding: 3vw;
  }
  .sub-reserve-faq .accordion-content p {
    font-size: 3vw;
  }
  .sub-reserve-faq .accordion-title::after {
    height: 2vw;
    right: 2vw;
    width: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sub-reserve-cancel {
    margin-top: 20vw;
  }
  .sub-reserve-cancel__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vw;
  }
  .sub-reserve-cancel__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-reserve-cancel__item-text-container {
    margin-top: 0;
    width: 100%;
  }
  .sub-reserve-cancel__item-text:not(:first-of-type) {
    margin-top: 10vw;
  }
  .sub-reserve-cancel__item-text:nth-of-type(2) .sub-reserve-cancel__item-desc {
    margin-top: 5vw;
  }
  .sub-reserve-cancel__item-title {
    font-size: 5vw;
  }
  .sub-reserve-cancel__item-desc {
    font-size: 4vw;
    margin-top: 5vw;
  }
  .sub-reserve-cancel__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }
  .p-new-top-img {
    margin-bottom: 4rem !important;
  }
  .p-new-top__txt {
    /*		padding-bottom: 6rem !important;*/
  }
  .p-new-top {
    padding-top: 3rem;
  }
}
/* ==============================================================
*  レスポンシブSP(sub-shop)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-shop__box {
    margin-top: 5vw;
    padding: 0vw;
  }
  .sub-shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sub-shop__img {
    width: 100%;
  }
  .sub-shop__text {
    margin-top: 10vw;
  }
  .sub-shop__table {
    font-size: 4vw;
    position: static;
    width: 100%;
    padding: 0;
  }
  .sub-single__main .sub-shop__table {
    padding: 4rem 0rem 0 0rem;
  }
  .sub-shop__table tr {
    padding-bottom: 3vw;
    padding-top: 3vw;
    padding: 1rem 0rem;
  }
  .sub-single__main .sub-shop__table th {
    width: 17rem;
  }
  .sub-single__main .sub-shop__table tr.bikou th {
    display: block;
  }
  .sub-shop__table th {
    width: 26vw !important;
  }
  .table_simple th {
    padding: 0.6rem;
    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: 2.0rem;
    line-height: 1.3;
  }
  .sub-shop__container {
    margin: 0 0 4rem 0;
  }
  .ISO9001 {
    margin: 0rem 0 4rem 0;
  }
  .company_sdgs {
    margin: 4rem 0 0 0;
  }
  .infomation .p-works-item-wrap {
    margin-bottom: 4rem;
  }
  .infomation .p-works-item p {
    font-size: 1.4rem;
  }
}
/* ==============================================================
*  レスポンシブ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: 2vw;
  }
  .sub-single .nav-next {
    right: 2vw;
  }
  .sub-single .banner.-sub {
    margin-top: 15vw;
  }
}
/* ==============================================================
*  レスポンシブSP(sub-terms)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-terms__box {
    margin-top: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .sub-terms__item:not(:first-of-type) {
    margin-top: 12vw;
  }
  .sub-terms__title {
    font-size: 4vw;
  }
  .sub-terms__list-child {
    margin-left: 5vw;
    margin-top: 4vw;
  }
  .sub-terms__item-child {
    font-size: 3vw;
  }
  .sub-terms__item-child span {
    font-size: 3vw;
    left: -4vw;
    margin-right: 2vw;
    top: -.6vw;
  }
  .sub-terms__item-child:not(:first-of-type) {
    margin-top: 3vw;
  }
  .sub-terms__list-end {
    margin-left: 3vw;
    margin-top: 3vw;
  }
  .sub-terms__item-end {
    font-size: 3vw;
  }
  .sub-terms__item-end span {
    font-size: 3vw;
    left: -4vw;
    margin-right: 2vw;
    top: -.6vw;
  }
  .sub-terms__item-end:not(:first-of-type) {
    margin-top: 3vw;
  }
  .sub-terms__desc {
    font-size: 3vw;
    margin-top: 4vw;
  }
}
/* ==============================================================
*  レスポンシブSP(sub-thanks)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-thanks__box {
    margin-top: 0;
    padding: 0;
  }
  .sub-thanks__title {
    font-size: 5vw;
  }
  .sub-thanks__desc {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
  .sub-thanks__list {
    margin-top: 8vw;
    max-width: none;
  }
  .sub-thanks__item {
    font-size: 3vw;
    margin-left: 2vw;
  }
  .sub-thanks__item::before {
    height: 1.5vw;
    left: -3vw;
    top: 2vw;
    width: 1.5vw;
  }
  .sub-thanks__tel-area {
    margin-top: 10vw;
  }
  .sub-thanks__tel-title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sub-thanks__tel-title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }
  .sub-thanks__tel {
    font-size: 7vw;
    margin-top: 10vw;
    padding-left: 7vw;
    pointer-events: all;
  }
  .sub-thanks__tel::before {
    height: 5vw;
    left: 0;
    top: 1vw;
    width: 5vw;
  }
  .sub-thanks__time {
    margin-left: 0;
    margin-top: 5vw;
  }
  .sub-thanks__time span:nth-of-type(1) {
    font-size: 5vw;
    padding: 1vw 3vw;
  }
  .sub-thanks__time span:nth-of-type(2) {
    font-size: 5vw;
    margin-left: 3vw;
  }
  .sub-thanks__link {
    margin-top: 12vw;
  }
  .sub-thanks__link a {
    font-size: 4vw;
  }
}
.home-shop .btn::before, .home-shop .btn::after {
  content: none;
}
.home-shop .btn:hover {
  color: var(--primary-color);
  opacity: .8;
}
.c-txt {
  line-height: calc(24 / 16);
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 4vw
  }
}
.home-blog {
  margin: 0 0 0 0;
  padding-bottom: 8rem;
  padding-top: 6rem;
  background: #f5f5f5;
}
/*
.home-blog .inner {
	background: #fff;
	    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
	    -webkit-box-shadow: 1px 0px 10px 0px #2b3d5c4a;
    box-shadow: 1px 0px 10px 0px #2b3d5c4a;
}
*/
.home-blog .inner {
  background: none;
  padding-top: none;
  padding-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-blog__item-wrap {
  padding-top: 5rem;
}
.c-blog-item {
  background: #fff;
  padding: 10px;
}
/*
.c-blog-item:first-child {
  border-top: 1px solid #e5e5e5;
}
*/
main.home .c-blog-item .item__inner {
  display: flex;
  align-items: start;
  padding: 1.5rem 0;
}
.c-blog-item .item__inner {
	  display: flex;
    align-items: center;
  padding: 0.5rem 0;
}
.c-blog-item .item__link:hover {
  opacity: .8;
  transition: var(--transition);
}
.c-blog-item .item__img {
  width: 10%;
  padding-top: 7rem;
  position: relative;
  margin-right: 3rem;
}
.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: 700;
  display: -webkit-box;
  /* 	-webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-blog-item .item__time {
  display: block;
  color: #666666;
  font-size: 1.2rem;
  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;
}

.post-type-archive .c-blog-item {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #dadada;
	    border-left: 0px solid #14c5c4;
}

@media screen and (max-width: 767px) {
  .home-blog {
    padding-bottom: 10vw;
    padding-top: 10vw;
    margin: 0 0 0 0;
  }
  .c-blog-item .item__img {
    width: 10rem;
    padding-top: 8rem;
    margin-right: 1rem;
  }
  .c-blog-item .item__ttl {
    font-size: 1.4rem;
  }
	.post-type-archive-news .c-blog-item .item__inner {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    flex-direction: row;
}
	.post-type-archive-news .c-blog-item .item__body {
    display: flex;
    gap: 2%;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
		        padding-top: 1rem;
}
	.post-type-archive-news .c-blog-item .item__ttl {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
	.post-type-archive-news .c-blog-item {
  background: #fff;
  padding: 10px;
  border-left: 0px solid #14c5c4;
  transition: filter .1s ease-out;
	    border-bottom: 1px solid #dadada;
}
	.post-type-archive-news .c-blog-item .item__time {
    display: block;
    color: #8c8c8c;
    font-size: 1.5rem;
    padding-top: 0;
    padding: 10px 0;
}
}
.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: 700;
}
.p-real-estate-item__body span + span {
  padding-top: 1rem;
}
.p-real-estate-item__price {
  color: #e63c59;
}
.p-real-estate-item__btn-wrap {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-real-estate-item-wrap {
    flex-direction: column;
    margin-top: -10vw;
  }
  .p-real-estate-item {
    width: 100%;
    margin-right: 0;
    margin-top: 10vw;
  }
  .p-real-estate-item__body {
    font-size: 4vw;
  }
}
.p-new-top {
  padding-top: 3rem;
}
.p-new-top-img {
  padding-top: 62rem;
  position: relative;
  margin-bottom: 8rem;
}
.p-new-top-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-new-top__ttl {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 3rem;
  /* color: var(--primary-color); */
}
.p-new-top__txt {
  padding-bottom: 8rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-new-top-img {
    position: static;
    padding-top: 0;
  }
  .p-new-top-img img {
    position: static;
  }
}
.p-new-flow {
  background-image: url(../img/sub/new/flow-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative;
  padding: 5rem 0 5rem;
}
.p-new-flow::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.p-new-flow .inner {
  position: relative;
  z-index: 10;
}
.p-new-flow__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
.p-new-flow__ttl span {
  font-size: 1.5rem;
  margin-top: 2rem;
}
.p-new-flow__item-wrap {
  padding-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -5rem;
}
.p-new-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: 4rem 1rem 3rem;
  width: 19%;
  margin-top: 5rem;
}
.p-new-flow__item .num {
  background-color: var(--primary-color);
  display: inline-block;
  border-radius: 3rem;
  padding: 1rem 2rem;
  color: #fff;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.p-new-flow__item .ttl {
  display: flex;
  align-items: center;
}
.p-new-flow__item .ttl .main {
  font-weight: bold;
}
.p-new-flow__item .ttl .material-symbols-outlined {
  color: var(--primary-color);
}
.p-new-flow__item .txt {
  padding-top: 3rem;
  line-height: calc(24 / 16);
}
.p-new-free {
  padding-top: 10rem;
}
.p-new-free__img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -2rem;
}
.p-new-free__img {
  width: 23%;
  padding-top: 18rem;
  position: relative;
  margin-top: 2rem;
}
.p-new-free__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-new-order {
  background-attachment: fixed;
  background-blend-mode: multiply;
  width: 100%;
  padding: 10rem 0;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(0deg, #fff, #fff), url(../img/common/bg002.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.p-new-order::before {
  content: 'OUR ADVANTAGE';
  display: block;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  ;
  font-weight: 700;
  font-size: 200px !important;
  line-height: 1;
  color: #ebf6ef;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 0;
  opacity: 0.8;
  padding-top: 3rem;
}
#flow .p-new-order::before {
  content: 'FLOW';
}
#flow .p-new-order {
  background-image: none;
  padding: 10rem 0 0rem;
}
.p-new-order .ttl {
  text-align: center;
  color: #171c61;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
.p-new-order__img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -2rem;
  gap: 2%;
}
.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%;
    padding-top: 14rem;
  }
}
.p-reno-kinds {
  padding-top: 5rem;
}
.p-reno-kinds__table {
  width: 100%;
}
.p-reno-kinds__table, .p-reno-kinds__table th, .p-reno-kinds__table td {
  border-collapse: collapse;
}
.p-reno-kinds__table tr {
  border-top: 1px solid #f0f0f0;
}
.p-reno-kinds__table tr:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.p-reno-kinds__table th {
  font-weight: bold;
  text-align: left;
}
.p-reno-kinds__table th, .p-reno-kinds__table td {
  padding: 1rem;
  line-height: calc(24 / 16);
}
.p-reno-kinds__txt {
  padding-top: 3rem;
}
.p-reno-pattern {
  padding-top: 5rem;
}
.p-reno-pattern__table-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-color);
  padding-top: 5rem;
}
.p-reno-pattern__table {
  width: 100%;
  margin-top: 3rem;
}
.p-reno-pattern__table, .p-reno-pattern__table th, .p-reno-pattern__table td {
  border: 1px solid #f0f0f0;
  border-collapse: collapse;
}
.p-reno-pattern__table tr:nth-child(even) {
  background-color: #f0f0f0;
}
.p-reno-pattern__table th {
  font-weight: bold;
}
.p-reno-pattern__table th, .p-reno-pattern__table td {
  padding: 1rem;
  line-height: calc(24 / 16);
}
.p-reno-pattern__table .th__first {
  width: 20%;
}
.p-reno-pattern__table .td__first {
  text-align: center;
  vertical-align: middle;
}
.p-reno-pattern__table-txt {
  padding-top: 3rem;
}
.p-reno-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 2rem;
  margin-top: 5rem;
  background-color: rgb(0, 0, 0, 2%);
  box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
}
.p-reno-contact__tel {
  font-weight: bold;
  font-size: 3rem;
  color: var(--primary-color);
  padding-top: 1rem;
  position: relative;
}
.p-reno-contact__tel::before {
  background-image: url(../img/common/tel-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, .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: 5rem;
}
.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: 18vh;
  }
}
.header__item-child {
  position: relative;
}
/* .header__item-child::after {
  content: '';
  display: inline-block;
  width: .8rem;
  height: .8rem;
  border-top: 1px solid --primary-color;
  border-right: 1px solid --primary-color;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%) rotate(135deg);
} */
.child__wrap {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  min-width: 20rem;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.8rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.child__link {
  display: block;
  letter-spacing: .1em;
  padding: 1rem 1rem;
  font-size: 1.4rem;
}
.child__link:hover {
  opacity: .8;
}
.header__item-child:hover > .child__wrap {
  visibility: visible;
  opacity: 1;
}
.property-slider .slider-img-wrap {
  padding-top: 60rem;
  position: relative;
}
.property-slider .slider-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-slider__arw {
  position: absolute;
  z-index: 1;
  top: 45%;
  cursor: pointer;
  width: 4rem;
  height: 5rem;
  background-color: var(--primary-color);
}
.property-slider__arw.prev::before, .property-slider__arw.next::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
}
.property-slider__arw.prev {
/*   border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; */
  left: 0;
}
.property-slider__arw.prev::before {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  left: 1.8rem;
}
.property-slider__arw.next {
/*   border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; */
  right: 0;
}
.property-slider__arw.next::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.8rem;
}
.property-slider__dots {
  display: flex;
  /* flex-wrap: wrap; */
  padding-top: 2rem;
  margin-top: -.5rem;
}
.property-slider__dots li {
  opacity: 0.5;
  position: relative;
  width: 13%;
  padding-top: 7%;
  cursor: pointer;
  margin-right: .5%;
  margin-top: .5rem;
}
.property-slider__dots li:last-child {
  margin-right: 0;
}
.property-slider__dots li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-slider__dots .slick-active {
  opacity: 1;
  border: 1px solid var(--primary-color);
}
.p-property .list_detail table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.7;
}
.list_price_table {
  padding-top: 3rem;
}
.list_price {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.list_price th {
  border: 1px solid #cccccc;
  background: #fdf9e6;
  padding: 10px 10px 10px 10px;
  width: 170px;
}
.list_price td {
  border: 1px solid #cccccc;
  padding: 10px 10px 10px 10px;
}
.list_price td .price {
  display: inline-block;
  width: 80%;
}
.list_add_table {
  padding-top: 3rem;
}
.list_add {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.list_add th {
  border: 1px solid #cccccc;
  background: #eef4f2;
  padding: 10px 10px 10px 10px;
  width: 170px;
}
.list_add td {
  border: 1px solid #cccccc;
  padding: 10px 10px 10px 10px;
}
.list_other_table {
  padding-top: 3rem;
}
.list_other {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
.list_other th {
  border: 1px solid #cccccc;
  background: #eef4f2;
  padding: 10px 10px 10px 10px;
  width: 170px;
}
.list_other td {
  border: 1px solid #cccccc;
  padding: 10px 10px 10px 10px;
}
.list_other td.td1 {
  width: 26% !important;
}
@media screen and (max-width: 767px) {
  .property-slider .slider-img-wrap {
    padding-top: 25rem;
  }
  .property-slider__arw {
    top: 45%;
  }
  .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;
  }
}
.home-center__container.-service .home-section-title {
  color: var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
  padding: 0 0 10px 0;
  border-image: linear-gradient(to right, var(--primary-color) 0%, #fcfcf3 100%);
  border-image-slice: 1;
  border-image: none;
  border-bottom: none;
}
.home-center__container.-price .home-section-title {
  color: var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
  padding: 0 0 10px 0;
  border-image: linear-gradient(to right, var(--primary-color) 0%, #fcfcf3 100%);
  border-image-slice: 1;
}
/*# sourceMappingURL=style.css.map */
.flow_design05 {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  padding-bottom: 80px;
}
.flow05 {
  padding-left: 0;
}
.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}
.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}
.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #171c61;
  color: #fff;
  position: absolute;
  left: 0;
}
.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow05 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #171c61;
  padding-top: 14px;
  padding-bottom: 20px;
}
.flow05 > li dl dd {
  margin-left: 0;
}
/*よくある質問*/
.sub-reserve-faq .accordion-title span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009d9d;
  color: #ffffff;
  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: #ebf6ef;
  border-radius: 0.4rem;
  display: none;
  padding-bottom: 2.9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.9rem;
}
.sub-reserve-faq__box {
  background-color: #fff;
  margin-top: 4.7rem;
  padding-bottom: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
}
.sub-reserve-faq {
  padding: 4rem 0 4rem 0;
}
.sub-reserve-faq .contents_ttl_001 {
  margin: 0 0 -3rem 0;
}
.footer_cta {
  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: center center;
*/
  content: "";
}
.footer_cta_inner {
  padding: 1rem 3rem !important;
  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: -webkit-gradient(linear, left top, right top, color-stop(50%, #171c61), color-stop(50%, #fff));
  background-image: linear-gradient(to right, #171c61 50%, #fff 50%);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
  right: initial;
  left: 50%;
  -webkit-transform: translatex(-50%) skewX(-50deg);
  transform: translatex(-50%) skewX(-50deg);
  display: none;
}
.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;
  -ms-flex-order: 1;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-contact__left {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    padding-top: 4rem;
    margin-top: 0rem;
  }
  .footer_cta_inner {
    padding: 3rem 1rem !important;
  }
  .footer_cta_txt {
    line-height: 1.7;
  }
  .home-shop .home-section-title {
    top: 0;
  }
  .p-new-order .ttl {
    font-size: 2.5rem;
  }
  .ttl_cover_20230406 {
    background-position: center;
    background-color: rgba(255, 255, 255, 0.6);
    /*    background-blend-mode: lighten;*/
    background-image: linear-gradient(0deg, #171c6159, #171c6166), url(../img/common/bg001.jpg);
  }
  .p-new-order {
    margin: 2rem 0 2rem 0;
  }
  .sub-service .home-news__box {
    padding: 10vw 0vw;
    margin-bottom: 3rem !important;
  }
}
.table_simple th {
  background: #f7f7f7;
  width: 25rem;
}
.sub-service .home-news__box {
  margin-bottom: 6rem;
}
aside.banner.-sub.js-fadeUp.is-inview-mv.is-inview {
  background-color: #fff;
  padding: 0rem 1rem 6rem;
}
.banner.-sub {
  margin-top: 0rem;
}
.sub-bg {
  padding-bottom: 4rem;
  padding-top: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  aside.banner.-sub.js-fadeUp.is-inview-mv.is-inview {
    background-color: #fff;
    padding: 6rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-sec02 .flow_content {
    padding: 0px !important;
  }
  .p-flow-sec02 .flow_content .row {
    flex-direction: column-reverse !important;
  }
  .p-flow-sec02 .flow_content .detail {
    width: 100% !important;
    padding: 0 0px 0 40px !important;
  }
  .p-flow-sec02 .flow_content .detail .head {
    font-size: 2rem !important;
    padding: 5px 0 15px 0 !important;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p-flow-sec02 .flow_content .detail .text {
    font-size: 1.5rem;
  }
  .p-flow-sec02 .flow_content .img {
    width: 100% !important;
    margin: 20px 0 0 0 !important;
  }
  .p-flow-sec02 .flow_content .detail .num {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 1.8rem !important;
  }
  .sub-reserve-faq__box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 0vw;
  }
  .p-flow-sec02 {
    padding: 0rem 1rem 4rem 1rem !important;
  }
}
.p-flow-sec02 {
  background-attachment: fixed;
  width: 100%;
  padding: 0 0 10rem;
  margin: 0 auto;
  position: relative;
  background: #fff;
  /*
    background-image: linear-gradient(0deg, #fff,#fff),url(../img/common/bg002.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
*/
}
.p-flow-sec02 .inner {
  /*	    background: #fff;*/
  padding-top: 2.4rem;
  /*
	    filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
    -webkit-filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
*/
  border-radius: 10px;
}
.p-flow-sec02 .flow_content {
  padding: 40px 80px;
}
.p-flow-sec02 .flow_content .row {
  /*    border-bottom: 1px solid #333;*/
  padding-bottom: 20px;
}
.p-flow-sec02 .flow_content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
.p-flow-sec02 .flow_content .img {
  width: 40%;
}
.p-flow-sec02 .flow_content .detail {
  padding: 0 0 0 50px;
  margin-top: 10px;
  position: relative;
}
.p-flow-sec02 .flow_content .detail {
  width: 60%;
  padding: 0 20px 0 100px;
}
.p-flow-sec02 .flow_content .detail .num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 2.5rem;
  border-radius: 50%;
  color: #fff;
  background: #e60113;
  background: -moz-linear-gradient(left, #e60113 0%, #f8b62d 100%);
  background: -webkit-linear-gradient(left, #e60113 0%, #f8b62d 100%);
  background: #171c61;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60113', endColorstr='#f8b62d', GradientType=1);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.p-flow-sec02 .flow_content .detail .head {
  font-size: 2rem;
  padding: 10px 0 20px 0;
}
.p-flow-sec02 .flow_content .detail .head {
  font-size: 2.4rem;
  padding: 20px 0;
  font-weight: 700;
  color: #171c61;
}
.p-flow-sec02 .flow_content .detail .text {
  line-height: 1.5;
}
.p-flow-sec02 .flow_content .row + .row {
  margin-top: 30px;
}
.p-flow-sec02 .note_bottom {
  margin: 1rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .sub-reserve-faq .contents_ttl_001 {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sub-reserve-faq {
    margin: 0;
  }
}
/*追加*/
/*TOP*/
img.mv_left {
  content: "";
  display: inline-block;
  height: 100%;
  background: no-repeat left center/contain;
  position: absolute;
  left: -44%;
  top: 0;
  z-index: 1;
  opacity: 1;
}
img.mv_right {
  content: "";
  display: inline-block;
  height: 100%;
  background: no-repeat right/contain;
  position: absolute;
  right: -45%;
  top: 0%;
  z-index: 1;
  opacity: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.home .slick-dotted.slick-slider {
  margin-top: 0px;
}
.slide-dots {
  display: none;
}
/*footer*/
.footer_flex .left {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 45px auto 0;
}
.footer_flex .left, .footer_flex .right {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 24px;
}
.footer_flex .tel {
  font-size: 4rem;
  font-weight: bold;
  color: #333;
  padding-left: 3.3rem;
  background: url(../img/common/tel-color.svg) no-repeat left 10% top 1.5rem/3rem auto;
  transition: 0.3s;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.footer_flex .tel:hover {
  opacity: 0.7;
}
.footer_flex .tel_text .text01 {
  font-size: 15px;
  margin-right: 10px;
}
.footer_flex .tel_text .text02 {
  font-size: 15px;
}
.footer_flex .tel_text .text03 {
  font-size: 16px;
}
.footer_flex .tel_text {
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
.footer_flex .mail {
  display: block;
  background: var(--primary-color);
  color: #fff;
  width: 360px;
  max-width: 100%;
  border-radius: 6px;
  text-align: center;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
  margin: 2rem 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: 20px;
  position: absolute;
  left: -5px;
  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.svg) no-repeat center/contain;
  opacity: 0;
}
.footer_flex .mail:hover {
  background-color: #708dbe;
  color: #fff;
}
.footer_flex .mail:hover span::after {
  opacity: 0;
}
.footer_flex .mail:hover span::before {
  opacity: 1;
}
.footer_flex .mail_text {
  margin-top: 5px;
}
.footer_top {
  background: url(../img/home/home-mv-slide02.jpg);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  background-size: cover;
}
.footer_top .sec_ttl {
  color: #fff;
}
.footer_top .sec_ttl .en {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.footer_text {
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.7;
}
.home-service_center .home-center__text {
  text-align: center;
}
.home-service_center .home-center__container.-service {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.home-section__desc_2 {
  color: #333;
  line-height: 1.7;
  font-size: 1.5rem;
  margin-top: 3rem;
  padding: 0rem 10rem;
  text-align: left;
}
.home-center__icon {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 3rem;
  margin-bottom: 10rem;
}
.home-center__icon img {
  width: calc((100% / 5) - 5%);
}
.left_bottom {
  margin: 0 auto;
}
.left_bottom img {
  height: 100px;
  width: auto;
}
.footer-left_ttl p {
  font-size: 2rem;
  font-weight: 700;
}
.footer-left_text {
  margin-top: 1.4rem;
  font-size: 1.8rem;
}
.left_bottom {
  margin: 0 auto;
  padding-top: 1rem;
}
.home-section__desc.black {
  color: #333;
  line-height: calc(24 / 16);
  margin-top: 3rem;
  width: auto;
}
.feature_contents {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0 auto;
  gap: 2%;
  margin-bottom: 8rem;
  margin-top: 3rem;
  max-width: 1150px;
}
.feature_item {
  margin: 0 auto;
  border: 0px solid #171c61;
}
.feature_text {
  background: #fff;
  padding: 4rem 0 0;
}
.feature_img {
  width: 16vw;
  /*
    margin: 0 auto;
	margin-bottom: 2rem;
*/
}
h3.feature_ttl {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  /*    margin-bottom: 4rem;*/
  font-weight: 700;
}
p.feature_txt {
  line-height: 1.7;
  font-size: 1.5rem;
  padding: 20px 20px 40px;
}
.home-center.column3_01 {
  padding: 10rem 5rem 5rem;
}
.home-center.column3_01 .home-section__desc {
  line-height: calc(24 / 16);
  margin-top: 3rem;
  width: auto;
  color: #333;
}
.home-center.column3_01 .btn.-color {
  display: block;
  margin: 0 auto;
  margin-bottom: 8rem;
}
.sub-shop__container.greeting {
  margin: 0 0 8rem 0;
  display: flex;
  justify-content: space-around;
  gap: 4%;
  align-items: flex-start;
}
.sub-shop__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30%;
}
h3.ttl__h3 {
  /*
    padding: 1rem 2rem;
    border-bottom: 3px solid #97adda;
    background: #f6f9ff;
*/
  margin-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  color: #fff;
  background-image: linear-gradient(to left, #22c9e1 0%, #171c61 100%);
  padding: 1rem 3rem;
  border-radius: 3rem 0rem 3rem 0rem;
  width: 60%;
}
h3.ttl__h3 span {
  padding-left: 1rem;
  font-size: 1.8rem;
}
p.feature_txt {
  color: #fff;
}
/*
.page .is-inview-mv {
    margin-top: 0;
}
*/
.home-center {
  top: -14px;
}
.sub-section-title_txt {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 42px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 0 0 110px 0;
  text-align: center;
}
h1.sub-section-title::after {
  background: #019d9d;
  content: "";
  position: absolute;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 83px;
  transform-origin: top;
  bottom: -14px;
}
.header__item:last-of-type a {
  width: 2.3rem;
}
.voice {
  display: none;
}
.home-service_center.home_first .home-section-title.-side.pc-only, .home-service_center.home_first .home-section-title.-side.sp-only {
  border: none;
}
.page-id-26 .is-inview-mv {
  margin-top: 0;
}
/* 2カラム　お知らせ*/
main.home .home-blog__inner.inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-box-align: stretch;
  align-items: center;
  justify-content: space-around;
}
main.home .home-blog__item-ttl {
  width: 100%;
  display: flex;
  gap: 6%;
  flex-direction: row;
  justify-content: flex-start;
}
main.home .home-blog__item-wrap {
  padding-top: 0rem;
  width: 100%;
}
main.home .home-blog__item-wrap {
  width: 100%;
  /*
    background: #fff;
    padding: 2.4rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
     -webkit-box-shadow: 1px 0px 10px 0px #2b3d5c4a; 
     box-shadow: 1px 0px 10px 0px #2b3d5c4a; 
*/
}
.c-blog-item + .c-blog-item {
  margin-top: 2rem;
}
.c-blog-item .item__body {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 2%;
}
.c-blog-item .item__time {
  display: block;
  color: #8c8c8c;
  font-size: 1.5rem;
  padding-top: 0;
  padding: 0 20px;
}
.c-blog-item {
  background: #fff;
  padding: 10px;
  border-left: 4px solid #14c5c4;
  transition: filter .1s ease-out;
}
.home-blog__item-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
}
.home-blog__item-left .h2_002 span {
  text-align: left;
}
.home-blog__item-left .h2_002 .home-section-title p:after {
  border-bottom: 0px solid #019d9d;
}
.home-blog__btn {
  left: 2rem;
  position: relative;
}
main.home .c-blog-item.item:hover {
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 768px) {
  .c-blog-item .item__ttl:hover {
    background-size: 100% 1px;
  }
  .c-blog-item .item__ttl {
    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(#14c5c4, #14c5c4) 0 100% / 0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background .4s;
    transition: background .4s;
  }
}
@media screen and (max-width: 767px) {
	.home-blog__item-left .h2_002 span {
    text-align: center;
}
}
h3.feature_ttl span {
  color: #ffef05;
  font-size: 2.6rem;
  font-weight: bold;
}
main.home .home_feature {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 5rem;
  margin-bottom: 8rem;
}
main.home .home_feature .home-section-title.-news p {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: left;
  width: auto;
  background-clip: text;
  background-size: 200%;
  color: var(--primary-color);
}
main.home .home_feature .home-section-title span {
  color: #171c61;
  display: inline;
  font-size: 70%;
  font-weight: 700;
  margin-top: 0.8rem;
}
main.home .home_feature p.home-section__desc.black {
  line-height: calc(24 / 16);
  margin-top: 0rem;
  width: 50%;
}
main.home .bg_logo {
  content: "";
  display: inline-block;
  width: 180px;
  background: no-repeat left center/contain;
  position: absolute;
  left: 15%;
  top: -34px;
  z-index: 1;
}
.page-id-2371 .feature_item {
  position: relative;
  text-align: center;
  padding: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height: auto;
}
.page-id-2371 h3.feature_ttl {
  margin-bottom: 0rem;
  color: #171c61;
}
.page-id-2371 .feature_img {
  width: 12vw;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.page-id-2371 p.feature_txt {
  color: #333;
}
.page-id-2371 .p-new-order .ttl {
  text-align: center;
  /*    color: #fff;*/
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 5rem;
  position: relative;
}
main.home .home-center__container.-service.bg_box .home-center__text {
  width: 50%;
  padding: 4rem 3rem;
  background: #171c61e6;
  text-align: center;
}
main.home .home-center__container.-service .home-section__desc {
  color: #fff;
}
main.home .home-center__container.-price.bg_box .home-center__text {
  width: 50%;
  padding: 4rem 3rem;
  background: #d4e4f8d1;
  text-align: center;
}
/*
.home-center:nth-child(4) {
    background: url(../img/home/home-mv-slide_bg01.jpg) no-repeat center 52px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0px 0 0;
    width: 100%;
    height: 430px;
    margin-bottom: 8rem;
}
.home-center:nth-child(5) {
    background: url(../img/home/home-mv-slide_bg02.jpg)no-repeat center 52px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0px 0 0;
    width: 100%;
    height: 430px;
}
*/
main.home section.home-service, main.home section.home-price {
  margin-top: 0rem;
  margin-bottom: 8rem;
}
@media (min-width: 1168px) {
  main.home .feature_img {
    width: 5vw;
    /*
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: 2rem;
*/
  }
  main.home aside.banner.-sub.js-fadeUp.is-inview-mv.is-inview {
    background-color: #fff;
    padding: 6rem 1rem 6rem;
  }
  .home_feature {
    flex-direction: row !important;
  }
  main.home .bg_logo {
    content: "";
    display: inline-block;
    width: 180px !important;
    background: no-repeat left center/contain;
    position: absolute;
    left: 15% !important;
    top: -34px !important;
    z-index: 1;
  }
  main.home .home_feature p.home-section__desc.black {
    line-height: calc(24 / 16);
    margin-top: 0rem !important;
    width: 50% !important;
  }
}
/*tablet*/
@media screen and (min-width: 768px) {
  main.home .home_feature {
    flex-direction: column;
  }
  main.home .bg_logo {
    width: 15vw;
    left: 41%;
    top: -17px;
  }
  main.home .feature_img {
    width: 7vw;
  }
  aside.banner.-sub.js-fadeUp.is-inview-mv.is-inview {
    background-color: #fff;
    padding: 6rem 1rem 6rem;
  }
  main.home .home_feature p.home-section__desc.black {
    line-height: calc(24 / 16);
    margin-top: 3rem;
    width: auto;
  }
  main.home .home_feature {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  /*
	.home-center:nth-child(4) {
    height: 350px!important;
    margin-bottom: 8rem!important;
    margin-top: 8rem!important;
}
	
	.home-center:nth-child(5)  {
	height: 350px!important;
    margin-bottom: 8rem!important;
}
*/
}
/*
@media screen and (min-width: 1024px) {
		.home-center:nth-child(4) {
    height: 430px!important;
    margin-bottom: 10rem!important;
    margin-top: 10rem!important;
    background: url(../img/home/home-mv-slide_bg01.jpg) no-repeat center 40px;
}
	
	.home-center:nth-child(5)  {
	height: 430px!important;
    margin-bottom: 10rem!important;
	background: url(../img/home/home-mv-slide_bg02.jpg)no-repeat center 40px 
px;
}
}

@media (min-width: 1168px) {
	.home-center:nth-child(4) {
    background: url(../img/home/home-mv-slide_bg01.jpg) no-repeat center 52px!important;
    width: 100%;
    height: 470px!important;
    margin-bottom: 8rem;
}
.home-center:nth-child(5) {
    background: url(../img/home/home-mv-slide_bg02.jpg)no-repeat center 52px!important;
    width: 100%;
    height: 470px!important;
}
}
*/
/*SP*/
@media screen and (max-width: 767px) {
  img.mv_left {
    content: "";
    display: inline-block;
    height: 40%;
    background: no-repeat left center/contain;
    position: absolute;
    left: 0;
    top: -70px;
    z-index: 1;
    opacity: 1;
    transform: rotate(90deg);
  }
  img.mv_right {
    display: none;
  }
  .footer_flex {
    flex-direction: column;
    padding: 3vw;
  }
  .footer_flex .left, .footer_flex .right {
    width: 100%;
    padding: 30px 20px 24px !important;
    margin: 0 auto 2rem auto !important;
  }
  .footer_top {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .footer_flex .tel {
    font-size: 3rem !important;
    background: url(../img/common/tel-color.svg) no-repeat left 11% top 1rem/2rem auto !important;
  }
  .footer_text {
    font-size: 14px;
  }
  .footer_flex .tel_text {
    margin-top: 1rem;
  }
  img.followme {
    width: 70%;
    margin: 0 auto;
  }
  .left_top {
    margin: auto;
  }
  .footer_flex .left {
    /* display: flex; */
    flex-wrap: wrap;
    gap: 0rem;
  }
  .left_bottom {
    display: flex;
  }
  p.footer-left_text {
    display: block;
    font-size: 1.5rem;
    line-height: 1.7;
    margin-top: 1rem;
    margin-bottom: 0rem;
  }
  .left_bottom {
    display: flex;
    width: 70%;
    margin: 0 auto;
  }
  .feature_item {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .home-center.column3_01 {
    padding: 16vw 5vw 2vw;
    margin-top: 20vw;
  }
  .feature_img {
    width: 20vw;
    /*
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: 2rem;
*/
  }
  h3.feature_ttl {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    /*    margin-bottom: 4rem;*/
  }
  .feature_contents {
    gap: 1rem;
    flex-direction: column;
  }
  .home-center.column3_01 .home-section__desc span {
    line-height: 1.7;
    font-size: 1.5rem;
  }
  .home-section__desc_2 {
    padding: 0rem;
    margin-top: 0rem;
  }
  .home-center__container.-price .btn, .home-center__container.-service .btn {
    background: #171c61;
    border: 1px solid #cae1ff;
    color: #fff;
    font-size: 1.4rem;
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .home-center__icon img {
    width: calc((100% / 3) - 7%);
    margin-bottom: 2rem;
  }
  .home-center__icon {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 0rem;
    margin-bottom: 3rem;
    justify-content: center;
    align-items: center;
    gap: 3%;
  }
  .home-center {
    margin-top: 0vw;
    padding-bottom: 0;
    padding-top: 20vw;
  }
  .left_bottom img {
    width: auto;
    height: auto;
  }
  .sub-shop__container.greeting {
    margin: 0 0 8rem 0;
    display: flex;
    justify-content: space-around;
    gap: 4%;
    align-items: flex-start;
    flex-direction: column;
  }
  .sub-shop__img {
    width: auto;
  }
  h3.ttl__h3 span {
    padding-left: 1rem;
    font-size: 1.3rem;
  }
  h3.ttl__h3 {
    /*
    padding: 1rem 2rem;
    border-bottom: 3px solid #97adda;
    background: #f6f9ff;
*/
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .page-id-2371 .feature_img {
    width: 40vw;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .page-id-2371 p.feature_txt {
    line-height: 1.7;
    font-size: 4vw;
    padding: 6vw 4vw 8vw;
  }
  .page-id-2371 .feature_item {
    width: 100%;
    padding: 2vw 2vw;
  }
  .sub-section-title_txt span {
    font-size: 4vw;
  }
  main.home .home-blog__item-ttl {
    width: 100%;
    display: flex;
    gap: 3%;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 10vw;
  }
  main.home .home-blog__item-wrap {
    padding-top: 0rem;
    width: 100%;
  }
  main.home .home-section-title.-news {
    text-align: left;
  }
  main.home .home-section-title.-news {
    text-align: center;
  }
  main.home .home_feature {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  main.home .home_feature p.home-section__desc.black {
    line-height: calc(24 / 16);
    margin-top: 2rem;
    width: auto;
  }
  main.home .bg_logo {
    width: 34vw;
    left: 30%;
    top: -25px;
  }
  .page-id-2371 .feature_contents {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0 auto;
    gap: 2rem;
    margin-bottom: 5rem;
    margin-top: 3rem;
    max-width: 1000px;
    height: auto;
  }
  .home-center:nth-child(4), .home-center:nth-child(5) {
    background: none !important;
    padding-top: 0vw;
    height: auto;
    margin-bottom: 0rem;
  }
  main.home .home-center__container.-service.bg_box .home-center__text {
    width: auto;
  }
  main.home .home-center__container.-price.bg_box .home-center__text {
    width: auto !important;
  }
  h3.ttl__h3 {
    width: auto;
  }
}
/*footer*/
.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 {
  padding: 5rem 3rem 7rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.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-contact__right {
  padding: 20px;
  /*    background-image: url(../img/home/sec02-03.jpg);*/
  background-position: center;
  background-size: cover;
}
.footer-contact .right__map {
  /*    padding-top: 56.25%;*/
  overflow: hidden;
  position: relative;
}
.footer-contact__right {
  width: 50%;
  padding-top: 0;
}
.footer-contact__left {
  width: 50%;
}
.footer-contact .right__map {
  margin-top: 4rem;
}
.footer-contact .left .tel__link {
  color: #333;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-contact .left .tel__link {
  font-size: 4.8rem;
  /*    padding-left: 2.3rem;*/
}
.footer-contact .left .tel__link::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  position: absolute;
  height: 5vw;
  left: 0;
  top: 1vw;
  width: 5vw;
  display: none;
}
.footer-contact .left__txt {
  text-align: center;
  line-height: 1.5;
  padding-top: 0;
}
.footer-contact .left .tel__opentime {
  margin-top: 1.2rem;
}
.footer-contact .left__btn-wrap {
  padding-top: 3rem;
  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;
}
.footer-contact .left .tel__link::before {
  height: 2.744rem;
  left: 22rem;
  margin: auto;
  top: 4.6rem;
  width: 2.744rem;
}
.left__tel.tel {
  text-align: center;
}
.left__tel.tel {
  text-align: center;
  padding-left: 4.3rem;
  background: url(../img/common/tel-color.svg) no-repeat left 0% top 1rem/4.2rem auto;
  transition: 0.3s;
  line-height: 1.1;
}
/*
.footer-contact {
   background-color: #171c61;
    background-blend-mode: darken;
}
*/
iframe {
  height: 26vw;
  width: 100%;
}
.footer_banner img {
  width: 90%;
}
.footer_banner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 0rem 0rem 2rem;
  width: 50vw;
}
.footer_banner:hover {
  opacity: .8;
  transition: opacity .3s;
}
/*
.footer_cta {
    position: relative;
    background: url(../img/home/home-mv-slide02.jpg);
}
*/
.footer-contact .left__btn-wrap .btn.-color.mail {
  border: 1px solid #fff;
  color: #fff;
  background: #049d9d;
}
/*tablet*/
@media (max-width: 1080px) and (min-width: 768px) {
  .footer-contact__right {
    width: 50%;
    padding-top: 0;
  }
  .footer-contact__left {
    width: 50%;
  }
  .footer-contact .right__map {
    margin-top: 0;
  }
  .footer-contact .left .tel__link::before {
    height: 2.744rem;
    left: -2rem;
    margin: auto;
    top: 0.6rem;
    width: 2.744rem;
  }
  main.home .home-shop .btn.-white.wide {
    top: -210px;
  }
  .banner01 {
    padding-bottom: 6rem;
    width: 660px;
    margin: 0 auto;
  }
  .left__tel.tel {
    text-align: center;
    padding-left: 4.3rem;
    background: url(../img/common/tel-color.svg) no-repeat left 0% top 1rem/4.2rem auto;
    transition: 0.3s;
    line-height: 1.1;
  }
}
/*SP*/
@media screen and (max-width: 767px) {
  .footer_cta_inner {
    padding: 4rem 3vw;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer-contact__left {
    width: auto;
  }
  .footer-contact .left .tel__link {
    font-size: 3rem;
    /*    padding-left: 3.3rem;*/
    margin-top: 2rem;
  }
  .footer-contact .left .tel__link::before {
    height: 2.744rem;
    left: 3rem;
    margin: auto;
    top: -5.3rem;
    width: 2.744rem;
  }
  .footer_banner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2vw;
    width: 90vw;
  }
  .footer_banner img {
    width: auto;
  }
  .footer-contact__right {
    width: auto;
    padding-top: 0;
    padding: 1rem;
  }
  iframe {
    width: 90vw;
    height: 60vw;
  }
  .footer-contact .left .tel__link::before {
    left: 3rem;
    top: -83.3rem;
  }
  .left__tel.tel {
    background: url(../img/common/tel-color.svg) no-repeat left 5% top 0.5rem/3rem auto;
  }
}
/*20240104*/
.banner .inner {
  max-width: 900px;
}
h2.title_img {
  width: 300px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.flow_content.u-pt30::before {
  content: "";
  position: absolute;
  display: block;
  left: 132px;
  width: 4px;
  height: 58%;
  top: 17rem;
  background: #171c61;
  z-index: 0;
  pointer-events: none;
}
h3.ttl__h3:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 0px;
  content: '';
  border-radius: 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #22c9e1 0%, #171c61 100%);
}
.home-center.about {
  top: -14px;
  z-index: 0;
  width: 100%;
  background: none;
  /*
    background-image: url(../img/home/top_bg001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
*/
}
.home-center.about:before {
  content: "";
  display: inline-block;
}
/*
.home-center.about:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 418px);
    transform-origin: top left;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
	box-shadow: inset 0px 8px 18px 0px #f4f4f4;
}
*/
.illust_01 {
  content: "";
  display: inline-block;
  width: 170px;
  background: no-repeat left center/contain;
  position: absolute;
  right: 0%;
  bottom: 20%;
  z-index: -1;
}
.illust_02 {
  content: "";
  display: inline-block;
  width: 170px;
  background: no-repeat left center/contain;
  position: absolute;
  left: 0%;
  bottom: 20%;
  z-index: -1;
}
main.home .c-blog-item .item__img {
  /*    width: 20%;*/
  padding-top: 7rem;
  position: relative;
  margin-right: 3rem;
}
main.home .c-blog-item .item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-service__item {
  margin-bottom: 8rem;
}
.page-id-2368 .main.sub {
  background-color: #f5f5f5;
}
/*PC*/
@media (min-width: 1168px) {
  .flow_content.u-pt30::before {
    content: "";
    position: absolute;
    display: block;
    left: 132px !important;
    width: 4px;
    height: 67% !important;
    top: 31rem !important;
    background: #171c61;
    z-index: 0;
    pointer-events: none;
  }
}
/*PC 1024*/
@media (min-width: 1024px) {
  .header__logo {
    width: 18rem;
  }
  .header__tel {
    font-size: 2rem;
  }
  .header__tel::before {
    height: 1.8rem;
    left: -1.8rem;
    width: 1.8rem;
  }
}
/*tablet*/
@media screen and (min-width: 768px) {
  h2.title_img {
    width: 200px;
  }
  .flow_content.u-pt30::before {
    left: 125px;
    width: 4px;
    height: 66%;
    top: 18%;
  }
  .illust_01 {
    width: 170px;
    opacity: .2;
  }
  .illust_02 {
    width: 170px;
    opacity: .2;
  }
  .header__tel {
    font-size: 2rem;
  }
  .header__tel::before {
    height: 1.8rem;
    left: -1.8rem;
    width: 1.8rem;
  }
}
/*SP*/
@media screen and (max-width: 767px) {
  h2.title_img {
    width: 200px;
  }
  .flow_content.u-pt30::before {
    display: none;
  }
  .illust_01 {
    width: 120px;
    right: -10%;
    bottom: 30%;
    opacity: .2;
  }
  .illust_02 {
    width: 120px;
    left: 60%;
    bottom: 30%;
    opacity: .2;
  }
  .sub-service__item:nth-of-type(even)::before {
    right: -20px;
    top: -20px;
    width: 130%;
    background-color: none;
  }
  .sub-service__item:nth-of-type(odd):before {
    left: -30px;
    top: -20px;
    width: 130%;
    background-color: none;
  }
  .home-mv-img img {
    height: 80vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
  }
  .home-mv-img img {
    height: 80vh;
  }
}
/*scrolldown*/
.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: #FFFFFF;
  -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: #FFFFFF;
}
/*pagetop*/
.l-ftr__pageTop {
  display: flex;
  position: fixed;
  right: 40px;
  bottom: 40px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  transform: rotate(0deg);
  border-radius: 50%;
  background-color: #171c61a6;
  z-index: 2;
}
.l-ftr__pageTop img {
  width: 2vw;
}
/**/
section#reason {
  width: 100%;
  /*    padding: 10rem 0;*/
  margin: 0 auto;
  position: relative;
  /*
    background-image: url(../img/common/bg002.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
*/
}
section#reason::before {
  content: 'FEATURE';
  display: block;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  ;
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  color: #ebf6ef;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 0;
  opacity: 0.8;
  padding-top: 3rem;
}
.reason .inner {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  max-width: 100vw;
  padding-right: 0;
  gap: 2%;
}
.reason_left {
  width: 46%;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.reason_txt {
  margin: 0 auto 30px;
  position: relative;
  text-align: justify;
  line-height: calc(24 / 16);
  margin-top: 3rem;
}
.reason_right {
  width: 51%;
  padding: 0;
  margin: 0;
  position: relative;
}
.medal {
  margin: 0 auto;
  padding: 0 4rem;
}
.h2_002 .home-section-title p:after {
  content: "";
  display: grid;
  width: 80px;
  border-bottom: 4px solid #019d9d;
  margin: 0 auto;
  position: revert;
  margin-top: 10px;
}
.h2_002 span {
  display: block;
  text-align: center;
  color: #333;
  margin-top: 12px;
}
.h2_002 .home-section-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: calc(58 / 40);
  color: var(--primary-color);
  margin-bottom: 2rem;
  text-align: center;
}
.h2_002 span {
  display: block;
  text-align: center;
  color: #333;
}
.h2_002 p {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
/*PC*/
@media (min-width: 1168px) {
  section#reason::before {
    font-size: 150px !important;
    left: 0px !important;
  }
  .home-center {
    /*    padding-top: 6rem;*/
  }
  section#reason {
    margin-top: 0;
  }
}
/*tablet*/
@media screen and (min-width: 768px) {
  section#reason::before {
    font-size: 100px;
    left: 0px;
  }
  .p-new-order::before {
    font-size: 120px;
    left: 0px;
  }
}
/*SP*/
@media screen and (max-width: 767px) {
  .reason_left {
    width: auto;
  }
  .reason_right {
    width: auto;
    margin-bottom: 1rem;
  }
  .reason_txt {
    margin-top: 0rem;
  }
  section#reason::before {
    font-size: 80px;
    padding-top: 2rem;
  }
  .h2_002 .home-section-title {
    margin-bottom: 3rem;
  }
  .medal {
    padding: 0 1rem;
    margin-bottom: 4rem;
  }
  section#reason {
    padding: 6rem 0;
  }
  .h2_002 span {
    font-size: 4vw;
  }
  .h2_002 p {
    font-size: 8vw;
  }
  .h2_002 .home-section-title p:after {
    width: 60px;
    border-bottom: 3px solid #019d9d;
  }
  main.home .home-center {
    padding-top: 0vw !important;
  }
  .p-new-order::before {
    font-size: 70px;
  }
  section#service::before {
    font-size: 90px;
    top: -70px;
    padding-top: 3rem;
  }
  .service.-service {
    margin: 6rem 0;
  }
  section#machine .home-center__text {
    padding: 0 4vw;
  }
  section#machine .h2_002 {
    padding: 4rem 0 0;
  }
  .hoge-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4%;
  }
  section#company .home-center__text {
    padding: 0 4vw;
  }
  section#company .home-section__desc {
    padding: 0 0 1rem;
  }
  .home .xslider_wrap {
    margin-top: 4rem;
    padding-bottom: 6rem;
  }
  .footer-contact .left__txt {
    padding-top: 0;
  }
}
/*============一輝興業様==============*/
.parallax-img img {
  width: 100%;
}
.parallax-img {
  position: relative;
  overflow: hidden;
}
.swiper {
  height: 67vw;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-text {
  color: #fff;
  left: 5%;
  position: absolute;
  text-shadow: 1px 1px 2px #333;
  top: 50%;
  width: 60%;
}
.swiper-title {
  font-size: clamp(16px, 3vw, 50px);
  font-weight: 700;
}
.swiper-desc {
  font-size: clamp(12px, 2vw, 30px);
  line-height: 1.5;
  margin-top: 3%;
}
/*--一部省略--*/
/*--固定背景の設定--*/
.parallax_1 {
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  /*    align-items: center;*/
  justify-content: center;
  height: 100vh;
  padding: 2%;
}
h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 55px;
  text-align: center;
}
.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
/*--固定背景01--*/
.cd-fixed-bg.cd-bg-1 {
  background-image: url('../img/home/p_bg01.jpg');
}
/*--固定背景02--*/
.cd-fixed-bg.cd-bg-2 {
  background-image: url('../img/home/p_bg02.jpg');
}
main.home .parallax_1.cd-fixed-bg.cd-bg-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(42 170 168 / 50%);
}
/*--固定背景03--*/
.cd-fixed-bg.cd-bg-3 {
  background-image: url('../img/home/p_bg03.jpg');
}
/*--固定背景04--*/
.cd-fixed-bg.cd-bg-4 {
  background-image: url(../img/home/p_bg04.jpg);
  height: 50vh;
}
.parallax_1.cd-fixed-bg.cd-bg-4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(13 49 107 / 50%);
}
/*--固定背景05--*/
.cd-fixed-bg.cd-bg-5 {
  background-image: url(../img/home/p_bg01.jpg);
  height: 70vh;
}
.parallax_1.cd-fixed-bg.cd-bg-4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(13 49 107 / 50%);
}
@media screen and (max-width: 736px) {
  .cd-fixed-bg {
    background-size: cover;
    background-attachment: scroll;
  }
}
/*mv*/
.home-mv__slides .slick-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: #47474752;
}
/*header調整*/
.home .header__link {
  color: #fff;
}
.home .header__tel {
  color: #fff;
}
.home .header__time_contents {
  color: #fff;
}
/*header_scroll調整*/
.home .header {
  box-shadow: none;
}
.home .header.scrolled .header__tel {
  color: #3e2c28;
  font-family: "Noto Sans JP", sans-serif;
}
.home .header.scrolled .header__time_contents {
  color: #3e2c28;
}
.home .header.scrolled .header__link {
  color: #3e2c28;
}
.footer_flex .left {
  padding: 0;
  /*	 display: flex;*/
  gap: 0rem;
}
.beforeafter__container {
  margin-top: 3.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 6rem;
}
.home .header.scrolled .header__time {
  color: #3e2c28;
}
.home .header.scrolled .header__time span:nth-of-type(1) {
  border: 1px solid #3e2c28;
}
.home .header__time span:nth-of-type(1) {
  border: 1px solid #fff;
  font-size: 1.2rem;
  padding: 0.2rem 0.5rem;
}
.home .header__time {
  font-size: 1.2rem;
  margin-left: 0.3rem;
  margin-top: 0.8rem;
  color: #fff;
}
/* 初期スタイル：背景透明 */
.home .header {
  background-color: transparent;
  transition: background-color 0.3s; /* 背景色の変化を滑らかに */
}
/* スクロール後のスタイル：背景白 */
.home .header.scrolled {
  background-color: #fff;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, .03);
}
/*------動き------*/
.displayed {
  animation: fadeUp 1s forwards;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-100px);
  }
}
/* 画面外 */
.fade-block2 {
  transform: translateY(100px);
  transition: all .5s ease-in;
  opacity: .0;
}
/* 画面に入った時の動き */
.fade-block2.blockIn {
  transform: translateY(0);
  opacity: 1;
}
/*
.scroll-block {
  height: 100vh;

}
*/
/*------スライドイン------*/
.scroll-space {
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
}
.slidein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.0s;
  &.slidein-left {
    transform: translate(-100%, 0);
  }
  &.slidein-right {
    transform: translate(100%, 0);
  }
  &.slidein-up {
    transform: translate(0, -100%);
  }
  &.slidein-bottom {
    transform: translate(0, 100%);
  }
  &.scrollin {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/*------スライドイン------*/
/*------お知らせ------*/
/*
.home-blog__item-wrap {
    min-height: 80px;
    max-height: 162px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 auto;
    padding-right: 10px;
}
*/
/*------画像------*/
.deco1 {
  max-width: 30%;
  content: "";
  display: inline-block;
  background: no-repeat left center / contain;
  position: relative;
  left: 0%;
  top: 110%;
  z-index: -3;
}
.deco2 {
  max-width: 40%;
  content: "";
  display: inline-block;
  background: no-repeat left center / contain;
  position: relative;
  left: -4%;
  bottom: -40px;
  z-index: -3;
}
.deco3 {
  max-width: 26%;
  content: "";
  display: inline-block;
  background: no-repeat left center / contain;
  position: relative;
  left: 0%;
  top: 0;
  z-index: -5;
}
/*------画像------*/
.home-center.about .home-section__desc_2 {
  text-align: center;
  padding: 0;
}
.parallax_1.cd-fixed-bg.cd-bg-2 {
  height: 50vh;
}
.hoge-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
}
.hoge-item {
  width: 100%;
}
.hoge-item-link {
  display: block;
  color: #fff;
  background-color: #171d61;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
  transition: all 0.3s ease 0s;
}
.hoge-item-link:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}
.hoge-item-picture img {
  width: 100%;
  height: auto;
}
.hoge-item-body {
  padding: 20px;
}
.hoge-item-title {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}
.hoge-item-text {
  font-size: 14px;
}
.home .parallax_1.cd-fixed-bg.cd-bg-1 {
  height: 100%;
}
/*------サービス------*/
section#service {
  width: 100%;
  /*    padding: 10rem 0;*/
  margin: 0 auto;
  position: relative;
  /*
    background-image: url(../img/common/bg002.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
*/
}
section#service::before {
  content: 'SERVICE';
  display: block;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  ;
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  color: #ebf6ef;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 0;
  opacity: 0.8;
  padding-top: 3rem;
}
.service .inner {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  max-width: 100vw;
  padding-left: 0;
  gap: 2%;
}
.service_left {
  width: 51%;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.service_txt {
  margin: 0 auto 30px;
  position: relative;
  text-align: justify;
  line-height: calc(24 / 16);
  margin-top: 3rem;
}
.service_right {
  width: 46%;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
}
section#service .btn.-color {
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1168px) {
  section#service::before {
    font-size: 150px !important;
    left: 50% !important;
  }
  .home-center {
    /*    padding-top: 6rem;*/
  }
  section#service {
    margin-top: 0;
  }
}
/*tablet*/
@media screen and (min-width: 768px) {
  section#service::before {
    font-size: 100px;
    left: 53%;
  }
  .p-new-order::before {
    font-size: 120px;
    left: -20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1430px) {
  section#service::before {
    font-size: 100px;
    left: 530px;
    ;
  }
}
section#machine .home-service::before {
  content: 'OWNED MACHINE';
  display: block;
  padding: 0;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 135px;
  line-height: 1;
  color: #ebf6ef;
  position: absolute;
  left: 0;
  z-index: 0;
  opacity: 0.8;
  padding-top: 3rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: inline-block;
  text-transform: uppercase;
}
section#machine .h2_002 {
  padding: 8rem 0 0;
}
main.home .home-center__container.-service .home-section__desc {
  color: #333;
  text-align: center;
  width: 100%;
  padding: 0 0 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .home-center__container.-service {
    padding-bottom: 0rem;
  }
  .service .inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .reason .inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .service_right {
    width: 100%;
    padding: 4vw 0;
  }
  .service_left {
    width: 100%;
  }
}
/*------スライド------*/
.xslider_wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 0rem;
  /*
	background: #e2ffc4;
	box-shadow: 0 2px 5px #999;
*/
}
.xslider1, .xslider2 {
  display: inline-flex;
  flex: none;
  animation: xslider 30s 10s linear(0 0%, 0.49 97.34%) infinite;
}
/*
.xslider_wrap:hover div {
	animation-play-state: paused!important;
}
*/
.xslider1 div, .xslider2 div {
  flex: none;
  padding: 5px;
}
/*
.xslider1 div:hover , .xslider2 div:hover {
	transform: translateY(-5px);
}
*/
.sec05#blooming .xslider_wrap {
  margin-bottom: 5rem;
}
@keyframes xslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.xslider_wrap img {
  width: 450px;
}
.sec03 .sec_inner.inner {
  margin-top: 6rem;
  /*    background: #fff;*/
  border-radius: 10px;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .xslider_wrap img {
    width: 200px;
  }
}
/*------スライド------*/
.parallax_1.cd-fixed-bg.cd-bg-1.-wide {
  padding: 6rem 0 3rem;
  height: 100%;
}
.parallax_1.cd-fixed-bg.cd-bg-1.-wide.-news {
  display: flow;
  color: #333;
}
.home-blog {
  margin: 0 0 0 0;
  padding-bottom: 5rem;
  padding-top: 0rem;
  background: none;
}
/*===========会社概要===========*/
h3.contents_ttl_001 {
  background: #009d9d;
  color: #fff;
  font-weight: 600;
}
.table_simple.-history th {
  background: #fff;
  border-bottom: 2px solid #171c61;
}
.table_simple.-history td {
  border-bottom: 2px solid #d6d6d6;
  width: 78%;
}
.table_simple.-history tr {
  border-top: 0px solid #e5e5e5;
}
.table_simple.-history tr:last-of-type {
  border-bottom: 0px solid #cecece;
}
.map_group {
  width: 100%;
}
.map_1 {
  display: flex;
  width: auto;
  gap: 2%;
  margin-top: 4rem;
}
.company_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.sub-shop.sub-bg.-company .sub-shop__map {
  margin: 4.3rem 0 0 0;
}
.sub-shop.sub-bg.-company .sub-shop__box {
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .map_1 {
    margin-top: 2rem;
    flex-direction: column;
  }
  .company_img {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
}
/*===========特徴===========*/
.sub-logo {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.sub-bg .cd-fixed-bg.cd-bg-2 {
  background-image: linear-gradient(0deg, #ffffff00, #fff), url(../img/home/p_bg02.jpg);
}
.sub-bg .cd-fixed-bg.cd-bg-2 {
  background-image: linear-gradient(180deg, #ffffffc2 50%, #ffffff38 100%), url(../img/home/p_bg02.jpg);
  flex-direction: column;
}
.sub-bg .parallax_1.cd-fixed-bg.cd-bg-2 {
  height: 100%;
}
.table_design09 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 1200px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.table_design09 tr {
  background-color: #e6f1f6;
}
.table_design09 tr:nth-child(even) {
  background-color: #fff;
}
.table_design09 th, .table_design09 td {
  padding: 1em;
  background: #fff;
  line-height: calc(24 / 16);
}
.table_design09 thead th {
  background-color: #009d9d;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.table_design09 tbody th {
  color: #009d9d;
  font-weight: 700;
}
.area_title {
  width: 20%;
}
.sub-bg.-feature .h2_002 {
  margin-top: 3rem;
}
div#area .h2_002 {
  margin-top: 3rem;
}
div#staff .h2_002 {
  margin-top: 5rem;
}
@media screen and (max-width: 787px) {
  .table_design09 {
    border-radius: 0;
    text-align: left;
  }
  .table_design09 thead {
    display: none;
  }
  .table_design09 tr {
    background-color: unset;
  }
  .table_design09 th, .table_design09 td {
    display: block;
    border: 0;
    border-bottom: 1px solid #4d9bc1;
  }
  .table_design09 tbody th {
    background: #4d9bc1;
    color: #fff;
    text-align: center;
  }
  .table_design09 td::before {
    content: attr(data-label);
    background-color: #e6f1f6;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
    text-align: center;
    margin-right: 0.5em;
    padding: 4px;
    border-radius: 100vh;
  }
  .area_title {
    width: auto;
  }
}
/*-----エリアテーブル-----*/
.p-flow-sec02.-color_bg {
  background: #f1fff6;
}
.bg_01.-color_bg {
  background: #ebf6ef;
  padding: 4rem 0 8rem;
}
.basic_txt.-center {
  text-align: center;
  line-height: calc(24 / 16);
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.ttl_002 {
  padding: 20px;
  background: #171c61;
  color: #fff;
  font-weight: 600;
  margin: 2rem 0 3rem;
}
.project_area + .project_area {
  margin-bottom: 4rem;
}
.project_area {
  margin-bottom: 8rem;
}
.project_inner .item .txt span {
  background: #009d9d;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .project_inner {
    display: flex;
    flex-direction: column;
  }
  .project_inner .item .img {
    width: 200px;
    margin: 0 auto;
  }
  .bg_01.-color_bg {
    padding: 0rem 0 4rem;
  }
}
/*===========事業内容===========*/
.inner.-wide {
  max-width: none;
  padding: 0;
}
.sub-service__group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
}
.sub-service__group .sub-service__img {
  width: auto;
}
.sub-service__group .sub-service__text {
  width: auto;
}
.sub-service__group .sub-service__text {
  margin: auto;
}
.sub-service__container02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 116.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}
h4.sub-service__ttl {
  text-align: center;
  font-size: 2.2rem;
  color: #171c61;
  font-weight: 700;
}
.xslider_wrap.-sub img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .sub-service__group {
    grid-template-columns: 1fr;
    gap: 1%;
  }
  .sub-service__group .sub-service__text {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-service__item:nth-of-type(even) .sub-service__text {
    margin: 0;
  }
  .sub-service__item:nth-of-type(odd) .sub-service__text {
    margin: 0;
  }
  .sub-service__img {
    margin-bottom: 2rem;
  }
  p.sub-service__text-desc {
    margin-bottom: 4rem;
  }
  .sub-service__item {
    margin-bottom: 0;
  }
  .xslider_wrap.-sub {
    margin-bottom: 2rem;
  }
  .xslider_wrap.-sub img {
    width: 140px;
  }
  .sub-service__item {
    padding-bottom: 0;
  }
  h4.sub-service__ttl {
    margin-bottom: 2rem;
  }
  .p-new-top {
    padding-top: 0;
  }
  .p-new-top__txt {
    padding-bottom: 2rem !important;
  }
  .header__link {
    color: #232472;
  }
  .sub-bg .parallax_1.cd-fixed-bg.cd-bg-2 .h2_002 {
    margin-top: 4rem;
  }
  .sub-bg {
    padding-bottom: 0;
  }
  .p-flow-sec02 .inner {
    padding-top: 0;
  }
  .p-flow-sec02.-color_bg .h2_002 {
    padding-top: 30px;
  }
  .project_area {
    margin-bottom: 0rem;
  }
}
/*===========保有機器===========*/
/*リセットCSS*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*テーブル全体*/
.table_machine {
  margin: 20px auto 0;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #171c61;
}
.table_machine td, .table_machine th {
  border: 1px solid #171c61; /*セル内の線*/
  padding: 6px;
}
.sub-service__list.-machine .sub-service__text {
  margin: 0;
}
.sub-service__list.-machine .contents_ttl_001 {
  margin: 0 0 1rem 0;
}
.sub-service__list.-machine .sub-service__item:nth-of-type(odd) .sub-service__text {
  margin-left: 3rem;
}
.sub-service__list.-machine .sub-service__item:nth-of-type(even) .sub-service__text {
  margin-right: 3rem;
}
.table_machine th {
  background: #171c61;
  color: #fff;
}
.table_machine td.row-head {
  color: #171c61;
  font-weight: 500;
  background: #e6eefa;
}
.machine_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
}
@media screen and (max-width: 480px) {
  .table_machine {
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 0;
  }
  .table_machine td, .table_machine th {
    display: block; /* ブロック要素に変更 */
  }
  .table_machine th {
    border: 0px;
  }
  .table_machine .row-head {
    border-bottom: 0px;
    border-right: 0px;
  }
  .table_machine .table-date {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dashed #7d7d7d;
  }
  .table_machine .table-date:last-of-type {
    border-bottom: 0px;
  }
  .machine_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
    margin-top: 2rem;
  }
  .table_machine td.row-head {
    border-top: 1px solid #171c61;
  }
  .sub-service__list.-machine .sub-service__item:nth-of-type(odd) .sub-service__text {
    margin-left: 0;
    padding: 0;
  }
  .sub-service__list.-machine .sub-service__item:nth-of-type(even) .sub-service__text {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .sub-service__list.-machine .sub-service__item:nth-of-type(odd) .sub-service__container {
    flex-direction: column-reverse;
    display: flex;
  }
  .sub-service__list.-machine .sub-service__container {
    padding-bottom: 0rem;
  }
  h2 {
    font-family: "Noto Sans JP", sans-serif;
    /*    font-size: 55px;*/
    text-align: center;
  }
  .table_machine td, .table_machine th {
    border: 0px solid #171c61;
  }
  .sub-service__list.-machine .h2_002 {
    margin-top: 6rem;
  }
}
.sub-single-property .property-slider__img-wrap {
  position: relative;
  padding-top: 25rem;
}
.sub-single-property .property-slider__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*   -o-object-fit: cover;
     object-fit: cover; */
  -o-object-fit: contain;
  object-fit: contain;
}
.sub-single__main {
  border: none;
}
.slick-dotted.slick-slider {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .sub-single-property .property-slider__img-wrap {
    padding-top: 55rem;
  }
}
.sub-single__main .sub-shop__table th {
  padding: 1.8rem;
  text-align: center;
  background: #171c61;
  color: #fff;
}
.sub-shop__table tr {
  padding: 0;
  display: flex;
  align-items: center;
  display: block;
}
.sub-shop__table td {
  margin-left: 2rem;
}
.sub-shop__table tr:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
/*----button----*/
/*丸がボタンに変形する*/
.btntransform {
  /*丸の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  padding: 0 0 0 15px;
  line-height: 50px;
  color: #333;
  text-decoration: none;
  outline: none;
  font-weight: 700;
}
/* 丸が動く */
.btntransform::before {
  content: '';
  /*絶対配置で丸の位置を決める*/
  position: absolute;
  left: -20px;
  z-index: -1;
  /*丸の形状*/
  width: 50px;
  height: 50px;
  background: #12c5c5;
  border-radius: 25px;
  /*アニメーションの指定*/
  transition: .3s ease-out;
}
/*hoverした際の形状*/
.btntransform:hover::before {
  width: 160px;
}
/* 矢印の形状 */
.btntransform::after {
  position: absolute;
  content: '';
  top: 45%;
  right: -15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
/*----buttonここまで----*/
/*=====footer調整=====*/
.footer__logo {
  margin-left: 0;
  margin-right: 0;
  margin-top: 5.1rem;
  width: 28rem;
  display: flex;
  justify-content: flex-start;
}
.footer__address {
  margin-top: 2rem;
  text-align: left;
}
.footer_group {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
  margin-top: 3rem;
}
.footer_left {
  display: flex;
  text-align: left;
  gap: 20px;
  width: 100%;
}
.footer-contact__right {
  width: 100%;
  padding: 0;
  margin-top: 2rem;
}
.footer__address {
  margin-top: 2rem;
  text-align: left;
}
.footer-contact__right {
  width: 100%;
  padding: 0;
}
iframe {
  height: 20vw;
  width: 100%;
}
.footer__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
}
li.footer__item::before {
  content: "−";
  padding-right: 2rem;
  color: #a5a5a5;
}
.footer__item:not(:first-of-type) {
  margin-left: 0;
}
.footer_group .footer_banner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 2rem 0 0;
  width: auto;
}
.footer_left_contents {
  width: 100%;
}
.footer__item + .footer__item {
  margin-top: 30px;
}
h3.footer_ttl {
  color: #333;
  font-weight: 700;
}
.footer_banner img {
  width: 100%;
}
.parallax_1.cd-fixed-bg.cd-bg-5 {
  height: 100%;
  display: inline-block;
  width: 100%;
}
.footer-contact__left {
  width: 100%;
}
.contact_group {
  display: flex;
  gap: 2%;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.footer-contact .left__btn-wrap {
  padding-top: 0;
}
.btn {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  width: 29rem;
}
.footer-contact__left {
  width: 80%;
  background: #fff;
  margin: 0 auto;
  color: #333;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .footer__link {
    display: inline-block;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_group {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .footer__list {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    justify-items: start;
  }
  .footer__link {
    display: inline-block;
  }
  .footer__item + .footer__item {
    margin-top: 20px;
  }
  .footer_left {
    flex-direction: column;
    margin-top: 3rem;
  }
  iframe {
    height: 50vw;
  }
  .footer_rigth {
    margin-top: 3rem;
  }
}
/*=====TOP 保有機器=====*/
.contents_item .contents_ttl {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: #333 1px 0 10px;
}
.contents_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
  /*    margin-top: 8rem;*/
}
.contents_item {
  background: #ffffd4;
}
.contents_item p {
  color: #fff;
  line-height: 1.7;
  font-size: 1.5rem;
  padding: 1rem 30px 3rem;
  text-shadow: #333 1px 0 10px;
}
.icon_01 li p {
  color: #187ecf;
  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;
}
.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);
  height: 66vh;
}
.contents_item a:hover p {
  color: #c4ffff;
}
.contents_item :hover h3 {
  color: #c4ffff;
}
.contents_img {
  height: 160px;
}
.contents_txt {
  height: 100%;
  box-sizing: border-box;
  text-align: left;
  /*    background-color: #fff;*/
  position: relative;
  padding: 10px;
  top: -20%;
}
@media screen and (max-width: 767px) {
  .contents_group {
    display: grid;
    grid-template-columns: 1fr;
    padding: 4vw;
  }
	section#machine .home-service::before {
    font-size: 64px;
    text-align: center;
}
}
/*----SP----*/
@media screen and (max-width: 767px) {
  a.sp_cta_2 {
    background: #171c61;
  }
  a.sp_cta_1 {
    background: #019c9c;
  }
  a.sp_cta_3 {
    background: #ffffff;
    padding: 10px;
  }
  a.sp_cta_3 img {
    width: 30px;
    margin: 0 auto;
    padding: 0;
  }
  .sp_cta_2::before {
    position: absolute;
    content: "";
    background-image: url(../img/home/header_icon001.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.4rem;
    left: 1rem;
    width: 2.3rem;
    height: 2.3rem;
  }
  li.nav-drawer__item::after {
    content: "→";
  }
  a.header__link {
    padding: 1.3rem 8rem;
    padding-left: 0;
    display: block;
  }
  li.nav-drawer__item {
    border-bottom: 2px dotted #171c61;
    padding: 4px;
    width: 80%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
  .nav-drawer__item:not(:first-of-type) {
    margin-top: 2vw;
  }
  .sp-menu {
    width: 40px;
    margin-top: 2rem;
    margin: 0 auto;
  }
  .home-blog__item-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
  }
  .home-blog__item-left .h2_002 .home-section-title p:after {
    border-bottom: 3px solid #019d9d;
  }
  .home-blog__btn {
    left: 0;
    position: relative;
  }
  .contact_group {
    flex-direction: column;
  }
  .footer-contact .left__btn-wrap {
    padding-top: 4vh;
  }
  .left__tel.tel {
    background: url(../img/common/tel-color.svg) no-repeat left 3% top 2.2rem / 3rem auto;
  }
  .footer {
    padding-top: 0;
  }
  .home-mv {
    position: relative;
    height: 80vh;
    top: 50px;
  }
  .home-mv__slide img {
    height: 54vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 80vh;
    object-position: bottom center;
  }
  .home-mv__text {
    top: 40%;
  }
  .home-mv__scrolldown {
    height: 120px;
  }
  .footer-contact__left {
    width: 100%;
  }
  .footer-contact .left__btn-wrap .btn.-color.mail {
    width: 230px;
  }
  .parallax_1.cd-fixed-bg.cd-bg-4 {
    height: 10vh;
    background-size: 800px;
  }
  .parallax_1.cd-fixed-bg.cd-bg-2 {
    height: 10vh;
    background-size: 800px;
  }
  .cd-fixed-bg {
    min-height: 140px;
  }
  .header-sp .header__link {
    color: #232472;
  }
  .header-sp .nav-drawer__nav {
    margin-bottom: 2rem;
  }
  h3.contents_ttl_001 {
    background: #009d9d;
    color: #fff;
    font-weight: 600;
    margin: 3rem 0 2rem;
  }
}
/*----ここまで----*/
/*----　----*/
.table_car {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
}
.table_car tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
.table_car thead {
  border-bottom: 5px solid #049D9D;
}
.table_car tr:last-child {
  border-bottom: none
}
.table_car th, .table_car td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.table_car th:last-child, .table_car td:last-child {
  border: none;
}
tbody th {
  color: #049D9D;
}
.txt {
  text-align: left;
  font-size: .85em;
}
.price {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .table_car {
    border: 0;
    width: 100%
  }
  .table_car th {
    display: block;
    border-right: none;
    border-bottom: 5px solid #049D9D;
    padding-bottom: .6em;
    margin-bottom: .6em;
  }
  .table_car thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table_car tr {
    display: block;
    margin-bottom: 1em;
  }
  .table_car td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  .table_car td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  .table_car td:last-child {
    border-bottom: 0;
  }
}

/*--------*/

.single .sub-shop__table td {
  margin-left: 2rem;
  padding: 20px;
}
.footer-contact .left__btn-wrap .btn.-color.mail:hover {
  color: var(--primary-color);
}
.single h2.wp-block-heading {
    color: #1F89D6;
    font-size: xx-large;
	text-align: -webkit-auto;
}
.single .sub-single__main h3 {
    border-bottom: 2px solid #1F89D6;
    color: #1F89D6;
    font-size: 2.48rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 2.5rem;
    padding-bottom: 1.6rem;
}
.single .sub-single__main ul, .single .sub-single__main ol {
    margin-top: 2rem;
    margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .single .sub-shop__table td {
    margin-right: 3rem;
    padding-left: 3rem;
  }
  .single .sub-single__main .sub-shop__table th {
    padding: 0.8rem;
    text-align: center;
    background: #171c61;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .single .sub-shop__table th {
    width: 100% !important;
  }
  .single .sub-shop__table td {
    margin-right: 3rem;
    padding-left: 0;
    padding-right: 0;
    padding: 6px 0 6px;
  }
  .sub-shop__table tr {
    padding: 15px 0;
    display: flex;
    align-items: center;
    display: block;
    border-top: 0px solid #e5e5e5;
  }
}

/*==========お知らせ調整==========*/
.home-blog .c-blog-item.item {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}
main.home .home-blog__inner.inner {
    opacity: 2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    margin-top: 60px;
    margin-bottom: 30px;
}


/*====================*/

.pest-control__ttl {
background: #171c61;
	color:#fff;
	font-size: 3rem;
	padding: 5px 1rem;
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
}
.pest-control__ttl span{
	font-size: 4rem;
	font-weight: 700;
}
.pest-control__ttl-sub {
		font-size: 3rem;
	padding:2rem;
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	color: #171c61;
	margin-top: 0;
}
.pest-control__voice-red {
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
	font-size: 3.5rem;
	background:#ff5f24;
	padding: 5px 15px 15px;
	display: inline-block;
	position: relative;
}
.pest-control__voice-red span {
	font-weight: 600;
	font-size: 4rem;
}
.pest-control__voice-red span span{
	font-size: 5rem;
}
.pest-control__voice {
	text-align: center;
	margin-top: 3rem;
	position: relative;
}
.pest-control__voice-red::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 49%;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #ff5f24;
}
.pest-control__voice-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 1rem;
}
.pest-control__voice-item {
	padding: 10px;
	border: 1px solid #171c61;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pest-control__voice-subtext {
	text-align: center;
	font-size: 4.5rem;
	color:#171c61;
	font-weight: 600;
	margin-top: 4rem;
}
.pest-control__voice-item p {
	line-height: 1.5;
}
.pest-control__feature .sub-service__text-desc span.desc-bold {
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}
.pest-control__feature .sub-service__text-desc span {
	text-align: left;
	font-size: 16px;
}
.pest-control__feature  .sub-service__container {
	padding-bottom: 0;
}
.pest-control__facility {
	padding: 1rem;
	border: 1px solid #171c61;
	font-weight: 500;
	font-size: 2rem;
	max-width:800px;
	margin: 0 auto;
	line-height: 1.5;
}
.pest-control__ttl__img {
	max-width: 800px;
	width: 100%;
	margin: 4rem auto;
}
.pest-control__info {
	margin-top: 5rem;
}
.pest-control__info h4.sub-service__ttl {
	line-height: 1.5;
	margin-top: 10px;
}
.pest-control__voice-wrap h4.sub-service__ttl {
		line-height: 1.5;
	margin-top: 10px;
	font-size: 24px;
    display: inline-block;
    background: #171c61;
    padding: 1rem 2rem;
    color: #fff;
	min-width: 300px;
	position: relative;
	margin-bottom: 1rem;
}
.pest-control__voice-wrap h4.sub-service__ttl::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%); /* 真ん中に配置 */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;  /* 左側を透明に */
  border-right: 10px solid transparent; /* 右側を透明に */
  border-top: 15px solid #171c61; /* 下向き矢印の色 */
}

.pest-control__voice-wrap {
	text-align: center;
}
.pest-control__info-price {
	font-weight: 900;
	font-size: 3rem;
	color: #ff5f24;
	text-align: end;
	margin-top: 2rem;
}
.pest-control__info-price span{
	color: #333;
	font-size: 2.5rem;
	padding-right: 1rem;
}
.pest-control__info-price__text {
  /* text-align: end; */
  margin-top: 15px;
  color: #222;
  line-height: 1.6;
}
.pest-control__info__img img {
	aspect-ratio : 2 / 1;
	width: 100%;
	object-fit: cover;
}
.pest-control__chirashi {
	max-width: 940px;
	margin: auto;
	margin-top:2rem;
}
.beforeafter-img img {
  max-height: 450px;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  margin: 1rem 0 0;
}
.beforeafter .pest-control__info-price__text {
	text-align: left;
	line-height: 1.5;
	font-size: 18px;
}
.pest-banner .inner{
	max-width: 70rem;
}
.pest-control__insect {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	margin-top: 2rem;
	gap: 1rem;
}
.pest-control__target h3 {
	font-size: 3rem;
	font-weight: 600;
	color:#fff;
	background: #55BE04;
	text-align: center;
	padding: 1rem;
	border-radius: 3px;
}
.pest-control__target {
	margin-top: 5rem;
	padding-left: 2.4rem;
	padding-right: 2.4rem;
}
.pest-control__point {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	background: #FFFFD8;
	padding: 2rem;
	margin-top: 3rem;
}
.pest-control__main-img01 {
	max-width: 700px;
	margin: auto;
	margin-top: 3rem;
}
.pest-control__main-img02 {
	max-width: 1000px;
	margin: auto;
	margin-top: 3rem;
}
.pest-control__works-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 1rem;
	margin-top: 3rem;
}
.pest-control__point-txt {
	font-size: 2.2rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: #F7791D;
	border-radius: 10px;
	padding: 2rem;
	margin-top: 1rem;
	line-height: 1.5;
	min-height: 20.5rem;
	display: flex;
    justify-content: center; 
    align-items: center;
    text-align: center;
}
.pest-control__insect {
	margin-bottom: 5rem;
}
.pest-control__info.price .contents_ttl_001{
	text-align: left;
}
	.pest-control__info.price {
		padding-bottom: 2rem;
	}
.contact-txt {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin: 4rem auto;
	line-height: 1.5;
}
.pest-control__info .sub-service__contents {
	display: flex;
	flex-direction: column;
}
.pest-control__info-price__text.-mb0 {
	margin-bottom: 0;
}
.pest-control-voice {
	display: block;
	font-size: 18px;
}
.pest-feature {
	margin: 4rem 0;
}
.pest-feature .sub-service__container {
	padding-bottom: 0;
}
.pest-feature .sub-service__text-desc {
	color: #222;
}
.pest-control_bg {
	background: #ebf6ef;
	padding: 2rem 15px 4rem;
	margin-top: 0;
}
.pest-control__facility,
.beforeafter .pest-control__info-price__text {
	color: #000;
}

@media screen and (max-width: 767px) {
	.pest-control__ttl-sub {
		padding: 15px 0;
		font-size: 2.5rem;
	}
	.pest-control__ttl {
		font-size: 1.8rem;
		margin-top: 0;
	}
	.pest-control__ttl span{
		font-size: 2.5rem;
	}
	.pest-control__voice-subtext {
		font-size: 2rem;
		margin-top: 3rem;
	}
	.pest-control__voice-grid {
		grid-template-columns: 1fr 1fr;
	}
	.pest-control__feature .sub-service__text,
	.pest-control__feature .sub-service__container02{
		padding: 0;
	}
	.pest-control__ttl-sub {
		font-size: 2rem;
	}
	.pest-control__facility {
		font-size: 16px;
	}
	.pest-control__feature p.sub-service__text-desc {
		margin-bottom: 0;
	}
	.pest-control__info-price__text {
		margin-bottom: 3rem;
	}
	.pest-control__works-gallery {
		grid-template-columns: 1fr 1fr;
	}
	.pest-control__insect {
		grid-template-columns: repeat(4, 1fr);
	}
	.pest-control__point {
		grid-template-columns: repeat(1, 1fr);
	}
	.pest-control__target {
		padding: 0;
	}
	.pest-control__point-txt {
		font-size: 1.8rem;
		min-height: 17.5rem;
	}
	.pest-control__target h3 {
		font-size: 2rem;
	}
	.pest-control-place {
		margin-top: 4rem;
	}
	.pest-control__feature .sub-service__text-desc span.desc-bold {
		font-size: 2rem;
	}
	.pest-control__info.price {
		padding-bottom: 6rem;
	}
	.pest-control__feature .sub-service__container {
		padding-bottom: 4rem;
	}
	.pest-control__feature .sub-service__container h3.contents_ttl_001 {
		margin-top: 0;
	}
	.contact-txt {
		font-size: 16px;
		margin: 2rem auto;
	}
	h4.sub-service__ttl {
		font-size: 1.8rem;
	}
	.pest-control__info-price span {
		font-size: 2rem;
	}
	.pest-control__info-price {
		font-size: 2rem;
	}
	.pest-control__voice-red {
		font-size: 1.8rem;
		margin-top: 0;
	}
	.pest-control__voice-red span {
		font-size: 3rem;
	}
	.pest-control__voice-red span span {
		font-size: 4rem;
	}
	.pest-feature .sub-service__text {
		padding-left: 0;
		padding-right: 0;
	}
	.pest-feature {
		margin-bottom: 0;
	}
	.pest-control_bg {
		margin-top: 2rem;
	}
	.page-id-2829 .cd-fixed-bg {
		background-size: auto;
		background-repeat:repeat;
	}
	.pest-banner {
		margin-top: 3rem;
	}
	.pest-control__voice-wrap h4.sub-service__ttl {
		min-width: auto;
		width: 100%;
		font-size: 2rem;
	}
}

/*2025/11/06調整*/
.sub-service__group {
  margin-bottom: 6rem;
}

.pest-control__works-column {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  margin-top: 3rem;
}
.pest-control__works-column .pest-control__works-gallery {
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.pest-control__works-youtube {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.pest-control__works-youtube iframe {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: auto;
}

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

}

.sub-service__contents-group .sub-service__text {
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.sub-service__contents-group p.pest-control__info-price__text.-mb0 {
    text-align: center;
}
.sub-service__contents-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 3rem;
  column-gap: 1rem;
}

.pest-control__works-column img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.-voice-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .sub-service__contents-group {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3rem;
    column-gap: 1rem;
}
}