@charset "UTF-8";

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

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

pre {
  white-space: pre-wrap;
}

html {
  font-size: 62.5%;
}

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

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

body {
  color: #141414;
  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: #edf4fa;
}

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

.home-section-title {
  color: #ffe03f;
  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: 400;
  margin-top: 0.8rem;
}

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

.home-section-title.-news {
  text-align: center;
  background: linear-gradient(to right, #1f89d6, #2e2b8f);
  background-clip: text;
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

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

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

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

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

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

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

.btn {
  background-color: #fff;
  color: #0c3b2c;
  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: #242472;
  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 {
  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 );
  border: 1px solid rgba(31, 137, 214, 1);
  color: #fff;
  font-size: 1.4rem;
}

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

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

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

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

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

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

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

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
  -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  border-top: 3px solid linear-gradient(135deg, #43bab6 0%, #d74489 100%);
}

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

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

.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;
  padding-right: 2rem;
  padding-top: 1.2rem;
}

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

.header__tel {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}

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

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

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

.header__time {
  font-size: 1.2rem;
  margin-left: 1.1rem;
  display: flex;
  color: #000;
  gap: 1rem;
  margin-top: 5px;
}

.header__time span {
}

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

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

.header__time.-sub span:nth-of-type(1) {
  border: 1px solid #0c3b2c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.header__nav {
  margin-right: 2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

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

.header__item:last-of-type {
  margin-left: 1rem;
}

.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.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

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

.header__btn {
  /* background: linear-gradient(135deg, #43BAB6 0%, #d74489 100%); */
  background: #43bab6;
  /*  margin: 1rem;*/
  /*  border-radius: 50px;*/
  padding: 1.7rem 2.3rem 1.7rem 5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  border-radius: 50px;
}
.header__btn::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: 3.5rem;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  width: 30px;
  height: 23px;
  background-size: contain;
  min-width: 24px;
}

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

.footer {
  background-color: #edf4fa;
  color: #232472;
  padding-top: 5.1rem;
  position: relative;
}

.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;
  gap: 2rem;
  display: grid;
  grid-template-columns: 1fr;
}
.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-right: auto;
  width: 22rem;
}

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

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

.footer__copyright {
  background: rgb(31, 137, 214);
  color: #fff;
  display: block;
  font-size: 1.2rem;
  /*   margin-top: 15rem; */
  margin-top: 12rem;
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  text-align: center;
  width: 100%;
}

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

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

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

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

.ttl_cover_20230406 {
  background-image: url(../img/common/bg001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-section-title {
  color: #000;
  font-size: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(58 / 40);
  text-align: center;
  padding: 85px 0 40px 0;
  background: rgba(255, 255, 255, 0.8);
}

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

.sp_cta {
  position: fixed;
  width: 100%;
  display: block;
  height: 70px;
  bottom: 0;
  z-index: 2;
  background: #ebd27f;
}
.sp_cta a {
  display: block;
  height: 100%;
  text-align: center;
  color: #0c3b2c;
  font-weight: bold;
  font-size: 24px;
  padding: 22px 12px 12px 32px;
}
.sp_cta a span {
  position: relative;
}
.sp_cta a span::before {
  background-image: url(/wp-content/themes/eagle-hawk/img/common/tel-color.svg);
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
  left: -25px;
  top: 10px;
}

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

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

.home-mv__catch {
  font-size: clamp(30px, 4rem, 40px);
}
.home-mv__catch img {
  max-width: 700px;
  padding-left: 10%;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* 拡大率 */
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* 拡大率 */
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.home-shop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -11.5rem;
}
.home-shop__container .btn.-color {
  background: #d74489;
}

.home-shop__text {
  background: #1f89d6;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.home-shop__text::before {
  background: #141414;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
}
.home-shop__text::after {
  position: absolute;
  top: 3rem;
  left: 0rem;
  content: "";
  display: block;
  width: 103%;
  height: 100%;
  background: #d97054;
  z-index: -1;
}

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

.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: #1f89d6;
  border-bottom: 2px solid #1f89d6;
  padding: 0 0 10px 0;
}
.home-center__container.-service .home-section-title span {
  color: #1f89d6;
}
.home-center__container.-service .home-section__desc {
  color: #000;
  line-height: 1.7;
  margin: 1.5rem 0 0 0;
}
.home-center__container.-service .btn {
  background: #43bab6;
  color: #fff;
}
.home-center__container.-price .home-section-title {
  color: #1f89d6;
  border-bottom: 2px solid #1f89d6;
  padding: 0 0 10px 0;
}
.home-center__container.-price .home-section-title span {
  color: #1f89d6;
}
.home-center__container.-price .home-section__desc {
  color: #000;
}
.home-center__container.-price .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;
}

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

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

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

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

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

.home-news {
  /*   background-image: url(../img/home/top_bg001.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8rem 0 8rem 0;
  position: relative;
  z-index: 1;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.3);
  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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}
.home-column .home-news__container {
  grid-template-columns: repeat(3, 1fr);
}
.home-news__link {
  display: block;
  width: 31.5%;
  background: #fff;
  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;
}

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

.home-news__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(
    left,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 );
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 2.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2rem;
  width: 10rem;
}

.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;
  max-width: 330px;
  width: 100%;
  /*   padding-right: 1.8rem; */
}

.home-news__btn a span {
  right: 6.2rem;
}
.home-column {
  margin-top: 7rem;
  padding-bottom: 6rem;
}
.home-column .c-card__body {
  padding: 1rem;
}
.home-column .c-tag {
  background: #fea52f;
}

@media screen and (min-width: 768px) {
  .home-news__title span {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1f89d6),
        to(#1f89d6)
      )
      0 100%/0 1px no-repeat;
    background: linear-gradient(#1f89d6, #1f89d6) 0 100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
  .home-news__link:hover .home-news__title span {
    background-size: 100% 1px;
    /* 線の横幅を100%にする */
  }
}

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

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

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

.sub-section-title 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 #1f89d6;
  color: #1f89d6;
  display: inline-block;
}

/* ==============================================================
*  セクション(sub-archive)
* ============================================================ */
.sub-archive__box {
  background-color: #fff;
  padding-bottom: 10rem;
  padding-top: 2.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: 0.9rem;
  position: relative;
}

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

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

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

.sub-archive__container {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1040px;
  margin: 5rem auto 0;
}

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

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

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

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

.sub-archive__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(
    left,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 );
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: 1.9rem;
  min-width: 12.8rem;
  padding: 0.45rem 2rem;
  text-align: center;
}

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

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

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

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

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

.sub-archive .page-numbers.next,
.sub-archive .page-numbers.prev {
  border: 1px solid #1f89d6;
  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(#1f89d6),
        to(#1f89d6)
      )
      0 100%/0 1px no-repeat;
    background: linear-gradient(#1f89d6, #1f89d6) 0 100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
  .sub-archive__link:hover .sub-archive__title span {
    background-size: 100% 1px;
    /* 線の横幅を100%にする */
  }
}

/* ==============================================================
*  セクション(sub-contact)
* ============================================================ */
.sub-contact__top {
  background-color: #effbfb;
  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: #1f89d6;
  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: 2.744rem;
  left: 3.2rem;
  margin: auto;
  position: absolute;
  top: 0.6rem;
  width: 2.744rem;
}

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

.sub-contact__time span {
  color: #1f89d6;
}

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

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

.sub-contact__box {
  background-color: #fff;
  margin-top: 6rem;
  margin-bottom: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-contact__submit input {
  background-color: #1f89d6;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.8rem 10.7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.project_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.project_inner .item {
  width: 36rem;
  margin: 0 0 2rem 0;
}
.project_inner .item .item_ttl {
  color: #1f89d6;
  font-weight: 500;
  font-size: 2rem;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #1f89d6;
  margin: 0 0 1.5rem 0;
}
.project_inner .item .txt {
  padding: 1rem 1rem 1rem 1rem;
}
.project_inner .item .txt ul li {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
}
.project_inner .item .txt ul li::before {
  content: "●";
  color: #1f89d6;
  position: absolute;
  font-size: 10px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.sub-price__title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
==============================================================
*  セクション(sub-service)
* ============================================================ */
.sub-service__list {
  margin-top: 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: 0.98rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6rem;
  padding-top: 3.5rem;
  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: 2rem;
  line-height: calc(40 / 24);
  color: #333;
  border-bottom: 2px solid #d74489;
  padding: 0 0 5px 0;
}

.sub-service__text-title span {
  font-weight: 700;
  display: block;
  font-size: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-reserve-faq {
  padding-top: 10.7rem;
  /* 矢印 */
}

.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: #ebd27f;
  border-radius: 0.4rem;
  display: none;
  padding-bottom: 2.9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-shop__container {
  display: block;
}

/* .contents_ttl_001 {
	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: 1.5rem 1.5rem 1.5rem 1.5rem;
    margin: 0 0 3rem 0;
}
.contents_ttl_001 span {
	color: #fff;
    font-size: 2.5rem;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
} */
.construction_item + .construction_item {
  margin: 4rem 0 0 0;
}
.construction_item .year {
  font-size: 2rem;
  color: #1f89d6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
}
.construction_item table {
  width: 100%;
  border-collapse: collapse;
}
.construction_item table th {
  padding: 1rem 1rem 1rem 1rem;
  background: #edf4fa;
  font-weight: 500;
  border: 1px solid #cecece;
}
.construction_item table td {
  padding: 1rem 1rem 1rem 1rem;
  border: 1px solid #cecece;
}

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

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

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

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

.sub-shop__table th {
  width: 13rem;
  color: #1f89d6;
  font-weight: 500;
}

.sub-shop__table td {
  line-height: 1.5;
}

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

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

.sub-single__title {
  color: #1f89d6;
  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 #43bab6;
  color: #43bab6;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: 1.9rem;
  padding: 0.35rem 0.7rem;
}

.sub-single__main {
  /* border-top: 1px solid #1f89d6; */
  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 2rem;
}

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

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

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

.sub-single__main h5 {
  color: #1f89d6;
  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;
  background-color: #fff7e4;
  /* padding: 1rem; */
}
.sub-single .info {
  padding-top: 0;
}
.sub-single .table01 {
  padding-top: 3rem;
}
.sub-single .table02 {
  padding-top: 3rem;
}
.sub-single .map {
  margin-top: 3rem;
}
.sub-single .c-column-3 .btn.-color {
  background: #a9783f;
  border: 1px solid #a9783f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-terms__desc span {
  display: block;
}

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

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

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

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

.sub-thanks__desc span {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-thanks__link a {
  border-bottom: 1px solid #1f89d6;
  color: #1f89d6;
  display: inline-block;
}

/* ==============================================================
*  レスポンシブPC(common)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(home)
* ============================================================ */
@media screen and (max-width: 1168px) {
  .home-shop__text {
    padding-bottom: 10rem;
    padding-left: 2.4rem;
    padding-top: 16.8rem;
    width: 76.2rem;
  }
  .home-shop__img {
    top: 13.9rem;
    width: 58.4rem;
  }
}

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

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

/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .home-section-title {
    font-size: 9vw;
  }
  .home-section-title.type001 {
    color: #1f89d6;
  }
  .home-section-title.type001 span {
    color: #1f89d6;
  }
  .home-section-title span {
    font-size: 4vw;
    margin-top: 1vw;
  }
  .home-section__desc {
    font-size: 4vw;
    margin-top: 0;
    width: 100%;
  }
  .banner.-home-top {
    margin-top: 10vw;
  }
  .banner.-home-bottom {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }
  .banner.-sub {
    margin-top: 10vw;
  }
  .banner.-sub .inner {
    padding: 0;
  }
  .banner__link {
    width: 100%;
  }
  .banner__link.-sub {
    width: 100%;
  }
  .btn {
    font-size: 3vw;
    padding-bottom: 3.5vw;
    padding-top: 3.5vw;
    width: 42vw;
  }
  .btn span {
    width: 2.5vw;
  }
}

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

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 10vw;
    height: 100%;
  }
  .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: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
  }
  .footer__link {
    font-size: 4vw;
  }
  .footer__logo {
    margin-top: 10vw;
    width: 60vw;
  }
  .footer__address {
    margin-top: 5vw;
  }
  .footer__address span {
    font-size: 4.5vw;
  }
  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 20vw;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  .footer__copyright::before {
    top: -95% !important;
  }
  .footer .page-top span {
    font-size: 2.5vw;
    margin-top: 1vw;
  }
  .footer .page-top__img {
    width: 4vw;
  }
  .footer .page-top a {
    bottom: 4vw;
    right: 3vw;
    z-index: 10;
  }
}

/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv__catch {
    font-size: clamp(20px, 5vw, 40px);
  }
  .home-mv__catch 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: #1f89d6;
  }
  .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: 15vw;
    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: 5vw 0vw;
  }
  .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: 6vw;
    padding-top: 6vw;
    margin: 0 0 0 0;
  }
  .home-news__box {
    padding: 10vw 0;
  }
  .home-news__container {
    margin-top: 8vw;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home-news__link {
    display: block;
    width: 100%;
  }
  .home-news__link:not(:first-of-type) {
    margin-top: 10vw;
  }
  .home-news__time {
    font-size: 4vw;
  }
  .home-news__category {
    font-size: 4vw;
    margin-left: 4vw;
    width: 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;
    padding: 1vw 2vw;
  }
  .sub-archive__title {
    font-size: 4vw;
    margin-left: 0;
    margin-top: 2vw;
  }
  .sub-archive .pagination-wrapper__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5vw;
  }
  .sub-archive .pagination-wrapper .page-numbers {
    font-size: 5vw;
    height: 9.5vw;
    margin-left: 2vw;
    margin-right: 2vw;
    width: 24vw;
  }
  .sub-archive .pagination-wrapper .page-numbers.next,
  .sub-archive .pagination-wrapper .page-numbers.prev {
    border: none;
  }
  .sub-archive .pagination-wrapper .page-numbers.next a,
  .sub-archive .pagination-wrapper .page-numbers.prev a {
    border: 1px solid #0c3b2c;
    padding: 2vw 6vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-contact)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-contact__top {
    margin-top: 0;
    padding-bottom: 8vw;
    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: 9vw;
    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: 14px;
    padding: 1vw 3vw;
  }
  .sub-contact__time span:nth-of-type(2) {
    font-size: 14px;
    margin-left: 3vw;
  }
  .sub-contact__box {
    margin-top: 5vw;
    padding-bottom: 12vw;
  }
  .sub-contact__title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sub-contact__title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }
  .sub-contact__intro {
    font-size: 3.5vw;
    margin-left: 0;
    margin-top: 10vw;
  }
  .sub-contact__intro span {
    display: block;
  }
  .sub-contact__form {
    margin-top: 0;
    padding: 0;
  }
  .sub-contact__item {
    display: block;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  .sub-contact__item dt {
    font-size: 4vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }
  .sub-contact__item dt span {
    font-size: 4vw;
    margin-left: 3vw;
    padding: 1vw 2vw;
  }
  .sub-contact__item dd {
    margin-left: 0;
    margin-top: 4vw;
  }
  .sub-contact__item input,
  .sub-contact__item textarea {
    font-size: 4vw;
    padding: 2vw;
  }
  .sub-contact__item input.short {
    width: 100%;
  }
  .sub-contact__item textarea {
    height: 40vw;
  }
  .sub-contact__privacy {
    padding-top: 7vw;
  }
  .sub-contact__privacy-intro {
    font-size: 3.5vw;
  }
  .sub-contact__privacy-intro span {
    display: block;
  }
  .sub-contact__submit {
    margin-top: 7vw;
  }
  .sub-contact__submit input {
    border-radius: 1.8vw;
    font-size: 5vw;
    padding: 5vw 18vw;
  }
  .sub-contact__privacy-wrapper {
    height: 50vw;
    margin-top: 10vw;
    max-width: none;
    padding: 5vw 3vw;
  }
  .sub-contact__privacy-text {
    height: 40vw;
    padding-right: 2vw;
  }
  .sub-contact__privacy-text::-webkit-scrollbar {
    width: 1.8vw;
  }
  .sub-contact__privacy-item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .sub-contact__privacy-title {
    font-size: 3vw;
  }
  .sub-contact__privacy-desc {
    font-size: 3vw;
    margin-top: 2vw;
  }
  .sub-contact .wpcf7-not-valid-tip {
    border-radius: 0.6vw;
    font-size: 3vw;
    height: 6vw;
    margin-top: 3vw;
    padding-left: 3vw;
    width: 54vw;
  }
  .sub-contact .wpcf7-not-valid-tip::before {
    height: 2vw;
    left: 4vw;
    top: -7.8vw;
    width: 3vw;
  }
}

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

/* 
==============================================================
*  レスポンシブSP(sub-service)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-service__list {
    margin-top: 8vw;
  }
  .sub-service__item {
    padding-bottom: 8vw;
    /*     padding-left: 5vw;
    padding-right: 5vw; */
    padding-top: 5vw;
    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: 10vw;
  }
  .sub-service__item:nth-of-type(1) .sub-service__text-title span {
    display: block;
  }
  .sub-service__text-title span {
    font-size: 2rem;
  }
  .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: 6vw;
    width: 100%;
  }
  .sub-service__text-title {
    font-size: 5vw;
  }
  .sub-service__text-desc {
    font-size: 4vw;
    margin-top: 8vw;
  }
  .sub-service__text-desc span:not(:first-of-type) {
    margin-top: 5vw;
  }
}

/* ==============================================================
*  レスポンシブ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: 0.6vw;
    break-before: 0.6vw;
    padding: 3vw;
  }
  .sub-reserve-faq .accordion-content p {
    font-size: 3vw;
  }
  .sub-reserve-faq .accordion-title::after {
    height: 2vw;
    right: 2vw;
    width: 2vw;
  }
}

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

/* ==============================================================
*  レスポンシブ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-shop__table tr {
    padding-bottom: 3vw;
    padding-top: 3vw;
  }
  .sub-shop__table th {
    width: 22vw;
  }
  .sub-shop__map {
    margin-top: 5vw;
  }
  .sub-shop__map iframe {
    height: 60vw;
  }
}

/* ==============================================================
*  レスポンシブ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: 32px;
    margin-top: 6vw;
    padding: 2vw 3vw;
  }
  .sub-single__main h3 {
    border-bottom: 1.2vw solid #006947;
    font-size: 4.5vw;
    margin-top: 6vw;
    padding-bottom: 3vw;
  }
  .sub-single__main h4 {
    border-left: 1.5vw solid #006947;
    font-size: 4vw;
    margin-top: 6vw;
    padding: 1vw 2vw;
  }
  .sub-single__main h5 {
    font-size: 3.5vw;
    margin-top: 6vw;
  }
  .sub-single__main p {
    font-size: 3.6vw;
    /*     margin-bottom: 10vw;
    margin-top: 6vw; */
  }
  .sub-single__main ul,
  .sub-single__main ol {
    margin-top: 6vw;
  }
  .sub-single__main li {
    font-size: 3vw;
    /*     margin-left: 4vw; */
  }
  .sub-single__main li::before {
    height: 2vw;
    left: -3.5vw;
    top: 2.5vw;
    width: 2vw;
  }
  .sub-single__main figure {
    margin-top: 8vw;
  }
  .sub-single__main figcaption {
    font-size: 3vw;
    margin-top: 3vw;
  }
  .sub-single__main img {
    /*     margin-top: 6vw; */
  }
  .sub-single__btn-group {
    margin-top: 8vw;
  }
  .sub-single__btn {
    font-size: 4vw;
    padding: 2vw 6vw;
  }
  .sub-single .nav-previous a,
  .sub-single .nav-next a {
    padding: 3vw;
  }
  .sub-single .nav-previous a img,
  .sub-single .nav-next a img {
    width: 3vw;
  }
  .sub-single .nav-previous {
    left: 16vw;
  }
  .sub-single .nav-next {
    right: 16vw;
  }
  .sub-single .banner.-sub {
    margin-top: 15vw;
  }
}

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

/* ==============================================================
*  レスポンシブSP(sub-thanks)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-thanks__box {
    margin-top: 0;
    padding: 0;
  }
  .sub-thanks__title {
    font-size: 5vw;
  }
  .sub-thanks__desc {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
  .sub-thanks__list {
    margin-top: 8vw;
    max-width: none;
  }
  .sub-thanks__item {
    font-size: 3vw;
    margin-left: 2vw;
  }
  .sub-thanks__item::before {
    height: 1.5vw;
    left: -3vw;
    top: 2vw;
    width: 1.5vw;
  }
  .sub-thanks__tel-area {
    margin-top: 10vw;
  }
  .sub-thanks__tel-title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sub-thanks__tel-title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }
  .sub-thanks__tel {
    font-size: 7vw;
    margin-top: 10vw;
    padding-left: 7vw;
    pointer-events: all;
  }
  .sub-thanks__tel::before {
    height: 5vw;
    left: 0;
    top: 1vw;
    width: 5vw;
  }
  .sub-thanks__time {
    margin-left: 0;
    margin-top: 5vw;
  }
  .sub-thanks__time span:nth-of-type(1) {
    font-size: 5vw;
    padding: 1vw 3vw;
  }
  .sub-thanks__time span:nth-of-type(2) {
    font-size: 5vw;
    margin-left: 3vw;
  }
  .sub-thanks__link {
    margin-top: 12vw;
  }
  .sub-thanks__link a {
    font-size: 4vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* --------------------------------
l-page
----------------------------------- */
.l-page-cover {
  background-image: url(../img/common/cover.png);
  background-repeat: no-repeat;
  /*   background-position: center top; */
  background-position: center bottom 25%;
  background-size: cover;
  position: relative;
}
.l-page-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.l-page-cover__inner {
  padding: 85px 0 40px 0;
  position: relative;
  z-index: 2;
}
.l-page-cover__ttl {
  font-size: 12vw;
  font-weight: bold;
  line-height: 1.45;
  margin-left: auto;
  margin-right: auto;
  max-width: 116.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  text-align: left;
}
.l-page-cover__ttl span {
  display: block;
  font-size: 4vw;
  font-weight: 500;
}

.l-page-subWrapper {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

/* --------------------------------
header
----------------------------------- */
.header-sp__top {
  height: 14vw;
}
.header-sp__logo {
  width: 45vw;
}
.header-sp .nav-drawer__list {
  color: #333;
}
.header-sp .nav-drawer__btn {
  /*   background: -webkit-gradient(linear, left top, right top, from(#43BAB6), to(#ef6c00));
  background: linear-gradient(90deg, #43BAB6 0%, #ef6c00 100%); */
  background: #43bab6;
}
.header-sp .nav-drawer__tel {
  color: #333;
}
.header-sp .nav-drawer__time {
  color: #333;
}
.header-sp .nav-drawer__time span {
  border-color: #333;
}
.header-sp .hamburger {
  /*   background: -webkit-gradient(linear, left top, right top, from(#43BAB6), to(#ef6c00));
  background: linear-gradient(90deg, #43BAB6 0%, #ef6c00 100%); */
  background: #43bab6;
}
/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  color: #333333;
  font-size: 9vw;
  font-weight: bold;
  line-height: 1.45;
}
.c-heading01 span {
  display: block;
  color: #43bab6;
  font-size: 4vw;
  margin-top: 1vw;
  font-weight: 400;
}
.c-heading01_center {
  text-align: center;
}
.c-heading01_border {
  padding-bottom: 10px;
  border-bottom: 2px solid #1f89d6;
}

.c-heading02 {
  /*   background: -webkit-gradient(linear, left top, right top, from(#43BAB6), to(#ef6c00));
  background: linear-gradient(90deg, #43BAB6 0%, #ef6c00 100%); */
  background: #43bab6;
  padding: 1.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}

.c-heading03 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
}

/* --------------------------------
c-text
----------------------------------- */
.c-text {
  font-size: 4vw;
  line-height: 1.7;
}

/* --------------------------------
c-news
----------------------------------- */
.c-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 1rem 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-news__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.c-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-news__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.c-news__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  color: #000;
}
.c-news__ttl {
  display: inline-block;
  position: relative;
}

.c-news__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #43bab6;
  transition: width 0.3s ease;
}

/* .c-news__ttl:hover::after {
  width: 100%;
} */
.c-news__time {
  display: block;
  color: #000000;
  font-size: 4vw;
  padding-top: 6px;
}
.c-news__txt {
  font-size: 4vw;
  padding-top: 2rem;
}
.c-news__txt p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.c-news__txt p + p {
  display: none;
}

/* --------------------------------
btn
----------------------------------- */
.btn {
  background-color: #fff;
  color: #43bab6;
}
.btn:hover {
  color: #fff;
}
.btn:hover::after {
  background-color: #ef6c00;
}

.btn.-color {
  /*   background: -webkit-gradient(linear, left top, right top, from(#43BAB6), to(#ef6c00));
  background: linear-gradient(90deg, #43BAB6 0%, #ef6c00 100%); */
  background: linear-gradient(135deg, #43bab6 0%, #d74489 100%);
  border: 1px solid #43bab6;
}
.btn.-color:hover {
  color: #ef6c00;
}

/* --------------------------------
c-card
----------------------------------- */
.c-card {
  width: 100%;
  background-color: transparent;
  /* -webkit-box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
  box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2); */
  /*   border-radius: 1rem; */
}
.c-card__img-wrap {
  /*   overflow: hidden; */
  /*   border-radius: 1rem 1rem 0 0; */
}
.c-card__img-wrap img {
  /* max-height: 250px; */
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.c-card__body {
  padding: 1.5rem 0 2rem;
}
.c-card__body .type_text {
  background: #ffdac0;
  color: #000;
  font-weight: 500;
  display: block;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 1.4rem;
  max-width: 15rem;
  text-align: center;
  margin: 2rem auto -1rem auto;
}
.c-card__body-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-card__time {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4vw;
}
.c-card__body-bottom {
  font-size: 4vw;
  line-height: 1.5;
  margin-top: 2vw;
  padding-top: 1rem;
}
.c-card .address {
  display: block;
  /* text-align: center; */
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card .info {
  padding-top: 2rem;
}
.c-card .row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 1.5;
  padding: 0 0 1.6rem;
  /* border-bottom: 1px solid #e5e5e5; */
  color: #43bab6;
}
.c-card .left {
  width: 8rem;
  margin-right: 1rem;
}
.c-card .label {
  /* display: block; */
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #43bab6;
  color: #fff;
  text-align: center;
}
.c-card .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-card .text {
  /*   display: -webkit-box;
  -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 400;
}
.c-card .btn-wrap {
  padding-top: 1rem;
  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;
  gap: 2rem;
}
.c-card .btn.-color {
  background: #43bab6;
  border: 1px solid #43bab6;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  border-radius: 0;
  width: 100%;
}
.c-card .btn.-color.-orange {
  background: #fea52f;
  border: 1px solid #fea52f;
}
/* --------------------------------
c-tag
----------------------------------- */
.c-tag {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43bab6),
    to(#ef6c00)
  );
  background: linear-gradient(90deg, #43bab6 0%, #ef6c00 100%);
  color: #fff;
  font-size: 4vw;
  width: 35vw;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* --------------------------------
c-media
----------------------------------- */
.c-media__body {
  padding-top: 2rem;
}
.c-media__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #43bab6;
  line-height: 1.5;
  border-bottom: 2px solid #b8312d;
  padding-bottom: 5px;
}
.c-media__ttl .ja {
  font-size: 5vw;
  font-weight: bold;
}
.c-media__txt {
  line-height: 1.5;
  padding-top: 2.7rem;
}

/* --------------------------------
c-accordion
----------------------------------- */
.c-accordion {
  border-bottom: 1px solid #9da3a7;
}
.c-accordion__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 4vw 6vw 4vw 0;
  position: relative;
  font-size: 3.5vw;
  line-height: 1.75;
}
.c-accordion__title span {
  width: 8vw;
  height: 8vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43bab6),
    to(#ef6c00)
  );
  background: linear-gradient(90deg, #43bab6 0%, #ef6c00 100%);
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3vw;
}
.c-accordion__title::after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 1px solid #141414;
  border-right: 1px solid #141414;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 45%;
  right: 2vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-accordion__title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-accordion__content {
  display: none;
  background-color: #edf4fa;
  padding: 3vw;
}
.c-accordion__content p {
  font-size: 3vw;
  line-height: 1.75;
}

/* --------------------------------
c-flexbox
----------------------------------- */
.c-flexbox01__body {
  padding-top: 3rem;
}
.c-flexbox02__body {
  padding-top: 2rem;
}

/* --------------------------------
c-table
----------------------------------- */
.c-table01 {
  width: 100%;
  text-align: left;
}
.c-table01 tr {
  display: block;
  border-top: 1px solid #cecece;
  line-height: 1.5;
  padding: 3vw 1.8rem;
}
.c-table01 tr:last-child {
  border-bottom: 1px solid #cecece;
}
.c-table01 th {
  width: 22vw;
  vertical-align: top;
  color: #43bab6;
  font-weight: 500;
}

.c-table02 {
  width: 100%;
  text-align: left;
}
.c-table02 tr {
  display: block;
  border-top: 1px solid #cecece;
  line-height: 1.5;
}
.c-table02 tr:last-child {
  border-bottom: 1px solid #cecece;
}
.c-table02 th,
.c-table02 td {
  padding: 1.2rem;
  font-size: 1.4rem;
}
.c-table02 th {
  width: 22vw;
  color: #43bab6;
  font-weight: 500;
  background-color: #f5f8f7;
}
.c-table02 td span {
  display: block;
}

/* --------------------------------
c-column
----------------------------------- */
.c-column-2__item:not(:first-of-type) {
  margin-top: 10vw;
}

.c-column-3 {
  gap: 3rem;
}
.c-column-3__item:not(:first-of-type) {
  margin-top: 10vw;
}

/* --------------------------------
pagination
----------------------------------- */
.pagination .page-numbers {
  border: 1px solid #43bab6;
  color: #43bab6;
}
.pagination .page-numbers.current {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43bab6),
    to(#ef6c00)
  );
  background: linear-gradient(90deg, #43bab6 0%, #ef6c00 100%);
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  border: 1px solid #43bab6;
}

.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers {
  color: #43bab6;
}
.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers a {
  border: 1px solid #43bab6;
}

/* --------------------------------
footer
----------------------------------- */
.footer {
  background-color: transparent;
  color: #333;
}
.footer-contact {
  /*   background-color: rgba(186, 186, 33, 0.08); */
  background-image: url(../img/sub/flow/sec01-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.footer-contact::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  background: linear-gradient(135deg, #43bab6 0%, #d74489 100%);
  bottom: 0;
}
.footer-contact::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #d74489;
  bottom: 0;
  z-index: 1;
}
.footer-contact__inner {
  padding-top: 8rem;
  padding-bottom: 14rem;
}
.footer-contact .left__txt {
  text-align: center;
  line-height: 1.5;
  padding-top: 3rem;
}
.footer-contact .left__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3rem;
}
.footer-contact .left .tel__link {
  color: #43bab6;
  font-size: 7vw;
  font-weight: bold;
  padding-left: 7vw;
  pointer-events: all;
  position: relative;
}
.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;
}
.footer-contact .left .tel__opentime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5vw;
}
.footer-contact .left .tel__opentime span {
  color: #43bab6;
}
.footer-contact .left .tel__opentime span:nth-of-type(1) {
  font-size: 5vw;
  padding: 1vw 3vw;
  border: 1px solid #43bab6;
}
.footer-contact .left .tel__opentime span:nth-of-type(2) {
  font-size: 5vw;
  margin-left: 3vw;
}
.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__right {
  padding: 20px !important;
  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__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------------
utility
----------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-mb20 {
  margin-bottom: 2rem;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-mb40 {
  margin-bottom: 4rem;
}

.u-mb50 {
  margin-bottom: 5rem;
}

.u-mb60 {
  margin-bottom: 6rem;
}

.u-mb70 {
  margin-bottom: 7rem;
}

.u-mb80 {
  margin-bottom: 8rem;
}

.u-mb90 {
  margin-bottom: 9rem;
}

.u-mb100 {
  margin-bottom: 10rem;
}

.u-mr10 {
  margin-right: 1rem;
}

.u-mr20 {
  margin-right: 2rem;
}

.u-mr30 {
  margin-right: 3rem;
}

.u-mr40 {
  margin-right: 4rem;
}

.u-mr50 {
  margin-right: 5rem;
}

.u-pt10 {
  padding-top: 1rem;
}

.u-pt20 {
  padding-top: 2rem;
}

.u-pt30 {
  padding-top: 3rem;
}

.u-pt40 {
  padding-top: 4rem;
}

.u-pt50 {
  padding-top: 5rem;
}

.u-pt60 {
  padding-top: 6rem;
}

.u-pt70 {
  padding-top: 7rem;
}

.u-pt80 {
  padding-top: 8rem;
}

.u-pt90 {
  padding-top: 9rem;
}

.u-pt100 {
  padding-top: 10rem;
}

.u-pb10 {
  padding-bottom: 1rem;
}

.u-pb20 {
  padding-bottom: 2rem;
}

.u-pb30 {
  padding-bottom: 3rem;
}

.u-pb40 {
  padding-bottom: 4rem;
}

.u-pb50 {
  padding-bottom: 5rem;
}

.u-pb60 {
  padding-bottom: 6rem;
}

.u-pb70 {
  padding-bottom: 7rem;
}

.u-pb80 {
  padding-bottom: 8rem;
}

.u-pb90 {
  padding-bottom: 9rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-tal {
  text-align: left;
}

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

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
main.home {
  background-color: #fff;
}

.p-home-sec01 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.p-home-sec01__btn-wrap {
  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;
  padding-top: 3rem;
}
.p-home-sec01 .c-heading01 {
  font-size: 3rem;
}
.home-news__title span {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ef6c00),
      to(#ef6c00)
    )
    0 100%/0 1px no-repeat;
  background: linear-gradient(#ef6c00, #ef6c00) 0 100%/0 1px no-repeat;
}

.p-home-sec02__inner {
  padding-top: 10rem;
}
.p-home-sec02 .c-heading01 {
  font-size: 4rem;
  margin: 0 0 6rem 0;
}
.p-home-sec02__txt {
  line-height: 1.5;
  text-align: center;
}
.p-home-sec02__item-wrap {
  padding-top: 5rem;
}
.p-home-sec02 .item {
  color: #fff;
}
.p-home-sec02 .item__link {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.p-home-sec02 .item__link01 {
  background-image: url(../img/home/sec02-01.jpg);
}
.p-home-sec02 .item__link02 {
  background-image: url(../img/home/sec02-02.jpg);
}
.p-home-sec02 .item__link03 {
  background-image: url(../img/home/sec02-03.jpg);
}
.p-home-sec02 .item__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-sec02 .item__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8rem 2rem;
}
.p-home-sec02 .item__ttl {
  font-size: 6vw;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.p-home-sec02 .item__txt {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 2rem;
}
.p-home-sec02 .item__readmore {
  position: relative;
  margin-top: 3rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.p-home-sec02 .item__readmore::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-home-sec03 {
  /*   background: -webkit-gradient(linear, left top, right top, from(#43BAB6), to(#ef6c00));
  background: linear-gradient(90deg, #43BAB6 0%, #ef6c00 100%); */
  background: #43bab6;
  margin-top: 10rem;
}
.p-home-sec03__ttl {
  position: relative;
  z-index: 1;
  /* color: #484848 !important; */
}
.p-home-sec03__ttl span {
  /* color: #484848 !important; */
}

.p-company-sec01__cont02 {
  padding-top: 4rem;
}

.p-business-sec01__map-wrap {
  padding-top: 30rem;
  overflow: hidden;
  position: relative;
}
.p-business-sec01__map-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-flow-sec01 {
  background-image: url(../img/sub/flow/sec01-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.p-flow-sec01 .cont {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
  padding: 5rem 2rem;
}
.p-flow-sec01 .cont .ttl {
  color: #4e9f36;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #4e9f36;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.p-flow-sec01 .cont .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-flow-sec01 .cont .bottom {
  margin-top: -5rem;
  padding-top: 5rem;
}
.p-flow-sec01 .cont .bottom__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5rem;
}
.p-flow-sec01 .cont .promise {
  background-color: #dff4d9;
  color: #4e9f36;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  padding: 2rem;
  margin-top: 5rem;
  font-size: 2rem;
}
.p-flow-sec02 .flow_content .row {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.p-flow-sec02 .flow_content .row + .row {
  margin-top: 20px;
}
.p-flow-sec02 .flow_content .detail {
  padding: 0 0 0 50px;
  margin-top: 10px;
  position: relative;
}
.p-flow-sec02 .flow_content .detail .num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 2.5rem;
  border-radius: 50%;
  color: #fff;
  background-color: #a9783f;
  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 .text {
  line-height: 1.7;
  font-size: 1.5rem;
  padding-right: 2rem;
}
.p-flow-sec02 .promise {
  background-color: #e3ebe6;
  color: #d74489;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  padding: 2rem;
  font-size: 2rem;
}
.sub-archive-proprty .sub-archive__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.sub-archive-proprty .cat-wrap {
  width: 100%;
  border: 3px solid #c69b30;
}
.sub-archive-proprty .cat-wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -1rem;
  padding: 1rem;
}
.sub-archive-proprty .cat-wrap ul li {
  width: 49%;
  margin-top: 1rem;
}
.sub-archive-proprty .cat-wrap ul li a {
  padding: 1.3rem;
  background-color: #c69b30;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sub-archive-proprty .cat-wrap ul li a:hover {
  opacity: 0.8;
}
.sub-archive-proprty .cat-wrap02 {
  /* border: 3px solid #82b31a; */
}
.sub-archive-proprty .cat-wrap02 ul li a {
  background-color: #82b31a;
}
.sub-archive-proprty .sub-archive__category-name {
  color: #333;
  text-align: center;
  padding: 1rem;
  font-weight: 500;
}
.sub-archive-proprty .c-card {
  /* border: #ddd 1px solid; */
  box-shadow: none;
}

.sub-single__title {
  color: #333;
}
.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-property .property-slider__arw {
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background-color: #ef6c00;
  border-radius: 50px;
}
.sub-single-property .property-slider__arw.prev::before,
.sub-single-property .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;
}
.sub-single-property .property-slider__arw.prev {
  left: 0;
}
.sub-single-property .property-slider__arw.prev::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 1.8rem;
}
.sub-single-property .property-slider__arw.next {
  right: 0;
}
.sub-single-property .property-slider__arw.next::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 1.8rem;
}
.sub-single-property .property-slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  padding-top: 2rem;
  margin-top: -0.5rem;
}
.sub-single-property .property-slider__dots li {
  opacity: 0.5;
  position: relative;
  width: 13%;
  padding-top: 7%;
  cursor: pointer;
  margin-right: 0.5%;
  margin-top: 0.5rem;
}
.sub-single-property .property-slider__dots li:last-child {
  margin-right: 0;
}
.sub-single-property .property-slider__dots li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-single-property .property-slider__dots .slick-active {
  opacity: 1;
  border: 1px solid #ef6c00;
}
.sub-single-property .info .point {
  background-color: #f7fcf5;
  border: 2px solid #4e9f36;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  /*   background-image: url(../img/sub/property/si-sa.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center; */
}
.sub-single-property .info .point__head {
  color: #4e9f36;
  font-weight: bold;
  font-size: 5vw;
}
.sub-single-property .info .table01 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  line-height: 1.5;
  position: relative;
}
.sub-single-property .info .table01 .row:last-child {
  border-bottom: 1px solid #aaa;
}
.sub-single-property .info .table01 .row .head,
.sub-single-property .info .table01 .row .body {
  padding: 1.2rem;
  font-size: 1.4rem;
}
.sub-single-property .info .table01 .row .head {
  width: 22vw;
  color: #fff;
  font-weight: 500;
  background-color: #43bab6;
}
.sub-single-property .info .table01 .row .body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sub-single-property .info .table02 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.sub-single-property .info .table02 .row:last-child {
  border-bottom: 1px solid #aaa;
}
.sub-single-property .info .table02 .row .head,
.sub-single-property .info .table02 .row .body {
  padding: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.sub-single-property .info .table02 .row .head {
  width: 22vw;
  color: #43bab6;
  font-weight: 500;
  background-color: #e3ebe6;
}
.sub-single-property .info .table02 .row .body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sub-single-property .info .table02 .row .body a {
  color: #43bab6;
  text-decoration: underline;
}
.sub-single-property .info .map {
  padding-top: 25rem;
  overflow: hidden;
  position: relative;
}
.sub-single-property .info .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-single-property .banner__item {
  border: 2px solid #aaa;
}
.sub-single-property .banner__item:not(:first-of-type) {
  margin-top: 10vw;
}
.sub-single-property .download__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -2rem;
}
.sub-single-property .download__col a {
  width: 49%;
  margin-top: 2rem;
}
.sub-single-property .btn.-color.print {
  background: #fea52f;
  border: 1px solid #fea52f;
  color: #333;
  font-weight: 500;
}

.p-contact-sec01 .sub-contact__tel {
  color: #43bab6;
}
.p-contact-sec01 .sub-contact__time span {
  color: #43bab6;
}
.p-contact-sec01 .sub-contact__time span:nth-of-type(1) {
  border: 1px solid #43bab6;
}
.p-contact-sec01 .sub-contact__item dt .required {
  background-color: #ef6c00;
}
.p-contact-sec01 .sub-contact__submit input {
  /*   background: -webkit-gradient(linear, left top, right top, from(#43BAB6), to(#ef6c00));
  background: linear-gradient(90deg, #43BAB6 0%, #ef6c00 100%); */
  background: #43bab6;
}

.p-sell-sec01 .tab__text {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 2rem;
}
.p-sell-sec01 .tab__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -1rem;
}
.p-sell-sec01 .tab__item {
  width: 100%;
  text-align: center;
  border: 2px solid #b7b7b7;
  margin-top: 1rem;
}
.p-sell-sec01 .tab__link {
  font-weight: bold;
  color: #b7b7b7;
  font-size: 1.8rem;
  padding: 1.5rem;
}
.p-sell-sec01 .js-tab-active.tab__item {
  border-color: #ef6c00;
}
.p-sell-sec01 .js-tab-active.tab__item .tab__link {
  color: #ef6c00;
}
.p-sell-sec01 .tab-cont {
  display: none;
  opacity: 0;
}
.p-sell-sec01 .tab-cont.js-tab-cont-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-sell-sec01 .sub-contact__item dt {
  line-height: 1.5;
}
.p-sell-sec01 .sub-contact__item dt .required {
  background-color: #ef6c00;
}
.p-sell-sec01 .sub-contact__item dd .text {
  line-height: 2;
}
.p-sell-sec01 .sub-contact__item .very-short {
  width: 100%;
}
.p-sell-sec01 .sub-contact__item .select {
  background-color: #f8f8f8;
  border: 1px solid #9da3a7;
  border-radius: 0.4rem;
  padding: 0.75rem;
}
.p-sell-sec01 .sub-contact__item .radio label {
  line-height: 2;
}
.p-sell-sec01 .sub-contact__item .radio input {
  /* 色の変更※枠線の色は変更できない */
  accent-color: #ef6c00;
}
.p-sell-sec01 .sub-contact__item .copy-button {
  display: inline-block;
  margin-top: 1rem;
  border: 1px solid #aaa;
  padding: 1rem;
  border-radius: 0.5rem;
}
.p-sell-sec01 .sub-contact__submit input {
  /*   background: -webkit-gradient(linear, left top, right top, from(#43BAB6), to(#ef6c00));
  background: linear-gradient(90deg, #43BAB6 0%, #ef6c00 100%); */
  background: #43bab6;
}

.sub-thanks__link a {
  color: #ef6c00;
  border-bottom: 1px solid #ef6c00;
}

.sub-404__link a {
  color: #ef6c00;
  border-bottom: 1px solid #ef6c00;
}
.sell_lead_area .point {
  background-color: rgba(194, 73, 42, 0.1);
  border: 2px solid #b8312d;
  border-radius: 0.5rem;
  padding: 1rem 2rem 3rem 2rem;
  background-image: url(../img/sub/property/si-sa.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  text-align: center;
  line-height: 1.7;
}
.sell_lead_area {
  margin: 8rem 0 0 0;
}
.sell_lead_area img {
  max-width: 900px;
  margin: 0 auto;
}
.sell_lead_area .point span {
  color: #43bab6;
}
.sell_lead_area .point .underline {
  text-decoration: underline;
}

/* -----------------------------------------------
* TOP about
-------------------------------------------------- */
.sec04 {
  background-color: #fbf9f7;
  padding: 8rem 0 4rem 0;
}

.aboutWrap {
  margin-top: 5rem;
}

.aboutBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.aboutBox:nth-child(odd) {
  flex-direction: row-reverse;
}
.aboutBox:nth-child(odd) .about_body {
  padding: 50px 0 60px 25%;
}
.aboutBox:nth-child(odd) .about_ttl {
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.aboutBox:nth-child(odd) .about_ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 20rem;
  height: 20rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(../img/sub/sale/sell_icon01.svg);
  top: 0;
  right: 0;
  opacity: 0.2;
  z-index: -1;
}
.aboutBox:nth-child(2) .about_ttl::after {
  background-image: url(../img/sub/sale/sell_icon04.svg);
}
.aboutBox:nth-child(3) .about_ttl::after {
  background-image: url(../img/sub/sale/sell_icon03.svg);
}
.aboutBox:nth-child(4) .about_ttl::after {
  background-image: url(../img/sub/sale/sell_icon02.svg);
}
.aboutBox:nth-child(odd) .about_text {
  padding-right: 20px;
}
.aboutBox:nth-child(odd) .about_pic {
  margin-right: -22%;
}
.aboutBox:nth-child(even) .about_body {
  padding: 60px 25% 60px 0px;
}
.aboutBox:nth-child(even) .about_ttl {
  margin-left: auto;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.aboutBox:nth-child(even) .about_ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 20rem;
  height: 20rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 2rem;
  left: -11rem;
  opacity: 0.2;
  z-index: -1;
}
.aboutBox:nth-child(even) .about_ttl::before {
  left: 20px;
}
.aboutBox:nth-child(even) .about_text {
  margin-left: auto;
  padding-left: 20px;
}
.aboutBox:nth-child(even) .about_pic {
  margin-left: -22%;
}
.aboutBox + .aboutBox {
  margin-top: 60px;
}
.aboutBox:nth-child(2) .about_ttl {
  padding-top: 70px;
}

.about_body {
  background-color: #fff;
  width: 73%;
  min-height: 32vw;
}

.about_ttlWrap {
  border-bottom: 2px solid #fea52f;
}

.about_ttl {
  font-size: 4rem;
  line-height: 1.45833;
  color: #43bab6;
  max-width: 575px;
  padding-top: 48px;
  padding-bottom: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.about_ttl::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 100px;
  background: no-repeat left center/contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.about_text {
  max-width: 575px;
  margin-top: 27px;
  line-height: 1.7;
}
.about_text span {
  display: block;
}
.about_text span .btn {
  margin-top: 3rem;
  background: linear-gradient(135deg, #43bab6 0%, #d74489 100%);
}

.about_pic {
  width: 49%;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.about_btn {
  margin-top: 60px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .l-page-cover__inner {
    padding: 140px 0 80px 0;
  }
  .l-page-cover__ttl {
    font-size: 6rem;
  }
  .l-page-cover__ttl span {
    font-size: 1.6rem;
  }
  .l-page-subWrapper {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo {
    margin-top: 0;
  }
  .header__main {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__nav {
    margin-right: 5rem;
  }
  .header__link {
    color: #333;
    position: relative;
  }
  /* 	.header__link::before {
		content: "";
		width: 20px;
		height: 2px;
		background: #43BAB6;
		position: absolute;
		bottom: -9px;
		left: 33%;
	} */
  .header__top {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__tel {
    color: #333;
  }
  .header__time span {
    color: #333;
  }
  .header__item-child {
    position: relative;
  }
  .child__wrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    min-width: 20rem;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 2rem;
  }
  .child__link {
    display: block;
    letter-spacing: 0.1em;
    padding: 1rem 1rem;
    font-size: 1.4rem;
  }
  .child__link:hover {
    opacity: 0.8;
  }
  .header__item-child:hover > .child__wrap {
    visibility: visible;
    opacity: 1;
  }
  .c-heading01 {
    font-size: 3rem;
  }
  .c-heading01 span {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .c-heading03 {
    font-size: 4rem;
  }
  .c-text {
    font-size: 1.6rem;
  }
  .c-news__link:hover {
    opacity: 0.8;
  }
  .c-news__img {
    aspect-ratio: 1;
    position: relative;
    margin-right: 3rem;
  }
  .home .c-news__img {
    width: 20%;
  }
  .c-news__time {
    font-size: 1.2rem;
  }
  .c-news__txt {
    font-size: 1.6rem;
  }
  .c-card__time {
    font-size: 1.2rem;
    margin-right: 2rem;
  }
  .c-card__body-bottom {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .c-card_link .c-card__ttl {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ef6c00),
        to(#ef6c00)
      )
      0 100%/0 1px no-repeat;
    background: linear-gradient(#43bab6, #43bab6) 0 100%/0 1px no-repeat;
  }
  .c-card_link:hover .c-card__ttl {
    background-size: 100% 1px;
  }
  .c-tag {
    font-size: 1.2rem;
    width: 10rem;
  }
  .c-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-media__img-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-right: 3.3333%;
  }
  .c-media__body {
    width: 50rem;
    padding-top: 0;
  }
  .c-media__ttl .ja {
    font-size: 2.4rem;
  }
  .c-media_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .c-media_reverse .c-media__img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-right: 0;
  }
  .c-media_reverse .c-media__body {
    margin-right: 3.3333%;
  }
  .c-accordion__title {
    font-size: 1.6rem;
    padding: 3rem 2rem;
  }
  .c-accordion__title span {
    width: 3.3rem;
    height: 3.3rem;
    margin-right: 1rem;
  }
  .c-accordion__title::after {
    width: 0.9rem;
    height: 0.9rem;
    right: 2.3rem;
  }
  .c-accordion__content {
    padding: 2.9rem 2rem;
  }
  .c-accordion__content p {
    font-size: 1.6rem;
  }
  .c-flexbox01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-flexbox01__head {
    width: 50rem;
    margin-right: 3.3333%;
  }
  .c-flexbox01__body {
    width: 50rem;
    padding-top: 0;
  }
  .c-flexbox02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -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: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .c-flexbox02__head {
    width: 50rem;
  }
  .c-flexbox02__body {
    width: 50rem;
    margin-right: 3.3333%;
    padding-top: 0;
  }
  .c-table01 tr {
    padding: 1.8rem;
  }
  .c-table01 th {
    width: 13rem;
  }
  .c-table02 th,
  .c-table02 td {
    font-size: 1.6rem;
    padding: 1.8rem;
  }
  .c-table02 th {
    width: 25rem;
  }
  .c-column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-column-2__item:not(:first-of-type) {
    margin-top: 0;
  }
  .c-column-2__item {
    width: 50%;
  }
  .c-column-3 {
    gap: 3rem 2.75%;
  }
  .c-column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-column-3__item:not(:first-of-type) {
    margin-top: 0;
  }
  .c-column-3__item {
    width: 31.5%;
  }
  .footer-contact__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-contact__left {
    width: 50%;
  }
  .footer-contact .left .tel__link {
    font-size: 4.4rem;
    padding-left: 2.3rem;
  }
  .footer-contact .left .tel__link::before {
    height: 2.744rem;
    left: -2rem;
    margin: auto;
    top: 0.6rem;
    width: 2.744rem;
  }
  .footer-contact .left .tel__opentime {
    margin-top: 1.2rem;
  }
  .footer-contact .left .tel__opentime span:nth-of-type(1) {
    font-size: 1.6rem;
    padding: 0.4rem 1.2rem;
  }
  .footer-contact .left .tel__opentime span:nth-of-type(2) {
    font-size: 1.8rem;
    margin-left: 0.9rem;
  }
  .footer-contact__right {
    width: 50%;
    padding-top: 0;
  }
  .home-mv__catch img {
    max-width: 800px;
  }
  .p-home-sec02__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
  }
  .p-home-sec02__item {
    width: 33.333%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-home-sec02 .item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-home-sec02 .item__link:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-home-sec02 .item__inner {
    padding: 11rem 5rem;
  }
  .p-home-sec02 .item__ttl {
    font-size: 2.4rem;
  }
  .p-home-sec02 .item__readmore {
    margin-top: 5rem;
  }
  .p-home-sec03 {
    background: #fff;
    margin-top: 0;
  }
  .p-home-sec03__inner {
    padding-bottom: 0rem;
    max-width: 100%;
  }
  .p-company-sec01__cont02 {
    padding-top: 8rem;
  }
  .p-flow-sec01 .cont .ttl {
    font-size: 2.5rem;
  }
  .p-flow-sec01 .cont .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-flow-sec01 .cont .bottom__item {
    width: 50%;
    padding: 0 2rem;
  }
  .p-flow-sec02 .flow_content {
    padding: 40px 80px;
  }
  .p-flow-sec02 .flow_content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 30px;
  }
  .p-flow-sec02 .flow_content .row + .row {
    margin-top: 30px;
  }
  .p-flow-sec02 .flow_content .img {
    width: 40%;
  }
  .p-flow-sec02 .flow_content .detail {
    width: 60%;
    padding: 0 0 0 100px;
  }
  .p-flow-sec02 .flow_content .detail .num {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 3.6rem;
  }
  .p-flow-sec02 .flow_content .detail .head {
    font-size: 2.4rem;
    padding: 20px 0;
    font-weight: 700;
    color: #43bab6;
  }
  .sub-archive-proprty .cat-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-archive-proprty .cat-wrap ul li {
    width: 100%;
  }
  .sub-archive-proprty .sub-archive__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-archive-proprty .sub-archive__colL {
    width: 20%;
    margin-right: 2rem;
  }
  .sub-archive-proprty .sub-archive__colR {
    width: 80%;
  }
  .sub-archive-proprty .sub-archive__container {
    margin-top: 0;
    gap: 4rem;
  }
  .sub-single-property .property-slider__img-wrap {
    padding-top: 55rem;
  }

  .sub-single-property .property-slider__arw {
    top: 35%;
  }
  .sub-single-property .info .point__head {
    font-size: 2rem;
  }
  .sub-single-property .info .table01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .sub-single-property .info .table01 .row {
    border-top: none;
    border-right: none;
  }
  .sub-single-property .info .table01 .row:last-child {
    border-bottom: none;
  }
  .sub-single-property .info .table01 .row::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #aaa;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .sub-single-property .info .table01 .row::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #aaa;
    position: absolute;
    top: 0;
    right: -1px;
  }
  .sub-single-property .info .table01 .row .head,
  .sub-single-property .info .table01 .row .body {
    font-size: 1.6rem;
    padding: 1.8rem;
    border-bottom: 1px solid #aaa;
  }
  .sub-single-property .info .table01 .row .head {
    width: 20rem;
  }
  .sub-single-property .info .table02 .row .head,
  .sub-single-property .info .table02 .row .body {
    font-size: 1.5rem;
    padding: 1.8rem;
    line-height: 1.5;
  }
  .sub-single-property .info .table02 .row .head {
    width: 20rem;
  }
  .sub-single-property .info .map {
    padding-top: 35rem;
  }
  .sub-single-property .banner__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sub-single-property .banner__item {
    width: 49%;
  }
  .sub-single-property .banner__item:not(:first-of-type) {
    margin-top: 0;
  }
  .sub-single-property .download__col a {
    width: 31.5%;
  }
  .p-sell-sec01 .tab__item {
    width: 24%;
  }
  .p-sell-sec01 .tab__link {
    font-size: 2rem;
  }
  .p-sell-sec01 .sub-contact__item dt {
    width: 33.3rem;
  }
  .p-sell-sec01 .sub-contact__item dd .text {
    line-height: 1;
  }
  .p-sell-sec01 .sub-contact__item .very-short {
    width: 10rem;
  }
  .p-sell-sec01 .sub-contact__item .radio label {
    line-height: 1;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .header__btn {
    font-size: 1.5rem;
    /* 		padding: 3.3rem 1.4rem; */
  }
  .header__nav {
    margin-right: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .header__btn {
    font-size: 1.4rem !important;
  }
  .c-card__time {
    font-size: 4vw;
  }

  .c-card + .c-card {
    margin: 3rem 0 0 0;
  }
  .c-news__time {
    font-size: 3vw;
  }
  .c-heading01 {
    font-size: 6vw;
  }
  .p-home-sec01 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-media__txt {
    font-size: 4vw;
  }
  .c-table01 {
    font-size: 4vw;
  }
  .footer-contact .left__txt {
    font-size: 4vw;
  }
  .p-home-sec02__txt {
    font-size: 4vw;
  }
  .p-home-sec02 .item__txt {
    font-size: 4vw;
  }
  .p-home-sec02 .item__readmore {
    font-size: 4vw;
  }
  .p-flow-sec01 .cont .promise {
    font-size: 4vw;
  }
  .p-flow-sec02 .promise {
    font-size: 4vw;
    margin: 3rem 0 0 0;
  }
  .p-home-sec02 .c-heading01 {
    font-size: 1.8rem;
    text-align: left;
  }
  .p-home-sec03 {
    margin-top: 0rem !important;
  }
  .footer-contact__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .c-heading02 {
    padding: 1rem;
    font-size: 1.8rem !important;
    line-height: 1.2;
  }
  .c-heading03 {
    font-size: 1.8rem;
    padding: 1rem 1rem 1rem 0;
  }
  .p-flow-sec02 .c-heading02 {
    margin-top: 4rem;
  }
  .p-flow-sec02 .c-text {
    padding-top: 4rem;
  }
  .p-flow-sec02 .flow_content .detail .text {
    line-height: 1.7;
    font-size: 1.5rem;
  }
  .c-column-3__item:not(:first-of-type) {
    margin-top: 2rem;
  }
  .sub-single .c-column-3 {
    padding-top: 1rem;
  }
  .sub-single .c-column-3 .btn.-color {
    width: 49%;
  }
}

.sub-single-news .sub-single__main p {
  background-color: transparent;
}

/* ------ */
/* 注目ポイント部分 */

.sub-single-property .sub-single__title-area {
  position: relative;
}

.sub-single-property .sub-single__title-area .checkpoint {
  position: absolute;
  top: -60px;
  right: 0;
  background-color: #ef6c00;
  color: #fff;
  padding: 1rem;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.c-card {
  position: relative;
}

.c-card .checkpoint {
  position: absolute;
  top: -3rem;
  right: -3rem;
  background-color: #ef6c00;
  color: #fff;
  padding: 1rem;
  border-radius: 10px;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.1;
}

.recruit_img ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 6rem 0 0 0;
  margin: 6rem auto 0 auto;
  max-width: 800px;
}
.recruit_img ul li {
  width: 49%;
}

/* 注目ポイント部分ここまで */
/* -------------- */

/* 20230901追加部分 */
/* ------- */
.sub-archive-proprty .cat-wrap03 {
  border: 3px solid #e8a4dd;
}
.sub-archive-proprty .cat-wrap03 ul li a {
  background-color: #e8a4dd;
}

.sub-single-property .property-slider__img-wrap {
  margin-bottom: 8rem;
}

.sub-single-property .property-slider__img-text {
  position: absolute;
  /* bottom: -6rem; */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .sub-single-property .property-slider__img-wrap {
    margin-bottom: 7rem;
  }
}
/* --------- */
/* 20230901追加部分ここまで */

/* 20230907追加部分 */
/* ------- */
.cat-outer {
  width: 100%;
  border: 3px solid #43bab6;
  border-radius: 5px;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.cat-title {
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
}

.sub-archive-proprty .cat-wrap01,
.sub-archive-proprty .cat-wrap02,
.sub-archive-proprty .cat-wrap03 {
  border: none;
}

.sub-archive-proprty .sub-archive__category-name {
  font-size: 1.8rem;
}
.-management-works {
  background: #e3ebe6;
  padding: 8rem 0 8rem 0 !important;
  margin: 4rem 0 6rem 0;
}
.footer_contact_search {
  display: flex;
  margin-bottom: 11rem;
  gap: 3rem;
}
.footer_contact_search .item {
  -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
}
.footer_contact_search .item a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .sub-archive-proprty .sub-archive__category-name {
    font-size: 4vw;
  }
  .p-home-sec02__inner {
    padding-top: 5rem;
  }
  .about_body {
    width: 100%;
    min-height: 0px;
    margin-top: -60px;
  }
  .aboutBox {
    flex-direction: column-reverse !important;
  }
  .aboutBox:nth-child(odd) .about_body {
    padding: 70px 15px 40px;
  }
  .aboutBox:nth-child(even) .about_body {
    padding: 70px 15px 40px;
  }
  .about_ttl {
    font-size: 19px;
    max-width: 100%;
    padding-top: 28px;
  }
  .about_ttl::before {
    height: 70px;
  }
  .aboutBox:nth-child(2) .about_ttl {
    padding-top: 40px;
  }
  .about_text {
    max-width: 100%;
    margin-top: 20px;
  }
  .about_btn {
    margin-top: 40px;
  }
  .about_pic {
    width: 100%;
    max-width: 690px;
    margin: 0;
  }
  .aboutBox:nth-child(odd) .about_body {
    margin-left: auto;
  }
  .aboutBox:nth-child(even) .about_pic {
    margin-left: auto;
  }

  .p-home-sec03 {
    background: #d74489 !important;
  }
  .p-home-sec03__ttl {
    top: 0 !important;
    font-size: 2.5rem !important;
  }
  .footer-contact .left__btn-wrap {
    padding-bottom: 3rem;
  }
  .footer_contact_search {
    flex-wrap: wrap;
    gap: 1rem 2%;
    margin-bottom: 8rem;
  }
  .footer_contact_search .item {
    width: 49%;
  }
  .footer-contact .right__map {
    margin-top: 0 !important;
  }
  .footer-contact::before {
    height: 35px;
  }
  .home-mv__catch img {
    max-width: 300px;
  }
  .p-management-sec .comment {
    margin-top: 5rem !important;
  }
  .p-management-sec .item-wrap {
    padding: 4vw 0;
  }
}

/* --------- */
/* 20230907追加部分ここまで */
