@charset "UTF-8";

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

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

.home-section-title {
  color: #ffe03f;
  font-size: 3.5rem;
  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, #3e3e3e, #2e2b8f);
  background-clip: text;
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

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

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

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

.banner__link {
  margin-left: auto;
  margin-right: auto;
  width: 80.36%;
  -webkit-box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);
  box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);
}

.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='#3e3e3e', endColorstr='#2e2b8f', GradientType=1);
  border: 1px solid #3e3e3e;
  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;
  }
}


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

.home-mv__text {
  color: #fff;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
  /* top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;

  .logo {
    width: 240px;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;

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

  .mainTit {
    font-size: 80px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 3;

    @media screen and (max-width: 767px) {
      font-size: 52px;
    }
  }

  .message {
    margin-top: 24px;
    text-align: center;
    font-size: 24px;
    position: relative;
    z-index: 3;

    @media screen and (max-width: 767px) {
      font-size: 14px;
      line-height: 1.5;
    }
  }

  .topImage {
    position: absolute;
    bottom: -200%;
    left: 0;
    z-index: 0;

    @media screen and (max-width: 1000px) {
      bottom: -270px;
    }

    img {
      width: 100%;
    }
  }
}

.home-mv__slide {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/* .home-mv__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #276d8c40;
  border-radius: 50px;
} */
.home-mv__catch {
  font-size: clamp(30px, 4rem, 40px);
}

.home-mv__catch img {
  margin: 0 auto;
}

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

.home-mv__slide {
  border-radius: 50px;
}

.home-mv__slide img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 50px;
  aspect-ratio: 1 / 1;

  @media screen and (max-width: 767px) {
    border-radius: 0;
  }
}

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

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

.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%;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 33px;
  height: 60px;
}

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

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

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

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

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

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

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

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

.home-shop {
  padding-top: 2rem;
  padding-bottom: 30rem;
  background-color: #fffdef;
}

.home .home-shop {
  padding-bottom: 0;
}

.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__text {
  background: #3e3e3e;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.home-shop__text::before {
  background: #3e3e3e;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
}

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

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

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

.home-shop__img img {
  /* 	border-radius: 10px 0 0 10px; */
}

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

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

.home-shop .p-home-sec02__ttl {
  color: #fff;
  top: 3rem;
}

.home-center {
  background: #fff;
  margin-top: 10rem;
  padding-bottom: 10.6rem;
  padding-top: 8rem;
  position: relative;
}

.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 {
  margin: 6rem 0 0rem 0;
  background: #fff;
  padding: 5rem;
  -webkit-box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);
  box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);
}

.home-center__text {
  /*   margin-top: 4.3rem; */

  z-index: 1;
}

.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: #3e3e3e;
  /* 	    border-bottom: 2px solid #3e3e3e; */
  padding: 0 0 10px 0;
  font-size: 3rem;
}

.home-center__container.-service .home-section-title span {
  color: #3e3e3e;
  font-weight: 500;
  margin: 0;
}

.home-center__container.-service .home-section__desc {
  max-width: 820px;
  margin: 2rem auto 0;
  font-size: 15px;
  line-height: 2.1;
}

.home-center__container.-service .btn {
  background: #3e3e3e;
  color: #fff;
}

.home-center__container.-price .home-section-title {
  color: #3e3e3e;
  border-bottom: 2px solid #3e3e3e;
  padding: 0 0 10px 0;
}

.home-center__container.-price .home-section-title span {
  color: #3e3e3e;
}

.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='#3e3e3e', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
}

.home-center__img {
  width: 70%;
}

.home-center__img img {
  border-radius: 10px;
  /* aspect-ratio: 3 / 2; */
  object-fit: cover;
}

.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: #3e3e3e;
  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: #efede7; */
  padding-bottom: 10rem;
  /*   padding-top: 6rem; */
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  /* margin: 0rem 0 6rem 0; */
  background-blend-mode: lighten;
  /*   background: linear-gradient(23deg, #eef3ee 40%, #d6e0d5 40%); */
  /*   margin-top: 6rem; */
}

.home-news.home_blog {
  position: relative;
}

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

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

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

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

.home-news__thumbnail {
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  aspect-ratio: 3 / 2;
}

.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='#3e3e3e', 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: 1.5rem 1rem 2rem 1rem;
}

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

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

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

.p-home-sec04 {
  position: relative;
}

.p-home-sec04::before {
  position: absolute;
  top: 10%;
  left: -8rem;
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background-image: linear-gradient(-135deg, #f9fff4 0%, #d3ebff 100%);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.p-home-sec04 .p-service-sec06__item .item__txt {
  font-size: 1.5rem;
  margin: 1rem 0 0 0;
  line-height: 1.3;
}

.p-home-sec05 {
  position: relative;
}

.p-home-sec05::before {
  position: absolute;
  top: 10%;
  right: -8rem;
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background-image: linear-gradient(-135deg, #f9fff4 0%, #d3ebff 100%);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.home-feature {
  background: #efede7;
  margin-top: 5rem;
  padding: 0 0 8rem 0;
}

@media screen and (min-width: 768px) {
  .home-news__title span {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(#3e3e3e)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#3e3e3e, #3e3e3e) 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-top: 7rem;
  position: relative;
}

.sub-section-title {
  background: linear-gradient(to right, #3e3e3e, #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 #3e3e3e;
  color: #3e3e3e;
  display: inline-block;
}

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

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

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

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

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

.sub-archive__select {
  border: 1px solid #0c3b2c;
  font-size: 1.4rem;
  margin-left: 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 463928;
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 0;
  z-index: -1;
}

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

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

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

.sub-archive__link {
  display: block;
  width: 31.5%;
  background: #fff;
  box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);
  border-radius: 14px;
}

.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: 463928;
  -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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: 0;
  min-width: 12.8rem;
  padding: 0.45rem 0;
  text-align: left;
}

.sub-archive__title {
  color: #3e3e3e;
  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 #007FB4;
  color: #007FB4;
  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%);
  background: #007FB4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
}

.sub-archive .page-numbers.current {
  background: #007FB4;
}

.sub-archive .page-numbers.next,
.sub-archive .page-numbers.prev {
  border: 1px solid #007FB4;
  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(#3e3e3e), to(#3e3e3e)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#3e3e3e, #3e3e3e) 0 100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }

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

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

.sub-contact__list-top {
  display: block;
  width: 100%;
  text-align: center;
  margin: -30px 0 0 0;
}

.sub-contact__item-top {
  max-width: 40rem;
  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: #3e3e3e;
  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: #3e3e3e;
}

.sub-contact__time span:nth-of-type(1) {
  border: 1px solid #3e3e3e;
  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;
  padding-bottom: 15rem;

  @media screen and (max-width: 767px) {
    padding-bottom: 10rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.sub-contact__item input,
.sub-contact__item textarea,
.sub-contact__item select {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}

.sub-contact__item input,
.sub-contact__item select {
  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: #3e3e3e;
  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: #3e3e3e;
  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: #3e3e3e;
  font-weight: 500;
  font-size: 2rem;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #3e3e3e;
  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: #3e3e3e;
  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;
  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;
  -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 {
  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 {
  position: relative;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3rem;
  padding-top: 3.5rem;
  position: relative;
}

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

.sub-service__text {
  margin-top: -0.2rem;
  width: 50rem;
}

.main_lead {
  text-align: center;
  line-height: 2;
  font-size: 18px;
  font-weight: 600;
  padding: 2rem;
  position: relative;
  z-index: 2;
}

.sub-service__text-title {
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  background: linear-gradient(to right, #3e3e3e, #2e2b8f);
  background-clip: text;
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  border-bottom: 2px solid #3e3e3e;
  padding: 0 0 5px 0;
}

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

.sub-service__text-desc {
  font-size: 1.6rem;
  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;
  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 #3e3e3e;
  border-top: solid 1px #3e3e3e;
  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: 20rem;

  /*   padding-left: 4rem;
  padding-right: 4rem; */
  /* padding-top: 6rem; */
  @media screen and (max-width: 767px) {
    padding-bottom: 20rem;
  }
}

.sub-shop__container {
  display: block;
}

.sub-shop .c-flexbox01__head span {
  position: relative;
}

/* .sub-shop .c-flexbox01__head span::before {
    position: absolute;
        top: 3rem;
    right: -1.5rem;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-135deg, #f9fff4 0%, #d3ebff 100%);
    z-index: -1;
} */
.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='#3e3e3e', 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;
}

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

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

.sub-shop__table th {
  width: 9rem;
  color: #3e3e3e;
  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;
}

.sub-single__title {
  color: #3e3e3e;
  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;
  /*    display: none;*/
}

.sub-single__category {
  border: 1px solid #3e3e3e;
  color: #3e3e3e;
  -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 #3e3e3e;
  line-height: calc(34 / 16);
  margin-top: 1rem;
  padding-top: 1rem;
}

.sub-single__main h2 {
  background-color: #007FB4;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 3rem;
  padding: 1.3rem 2rem;
  font-size: 2rem;
}

.sub-single__main h3 {
  /*border-bottom: 1rem solid #3e3e3e;*/
  color: #3e3e3e;
  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 #3e3e3e;*/
  color: #3e3e3e;
  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: #3e3e3e;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 5.8rem;
}

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

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

.sub-single__main li {
  font-size: 1.6rem;
  /*   margin-left: 2.5rem; */
  position: relative;
}
.sub-single__main li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  /*background: #dbebf8;*/
  vertical-align: middle;
  color: #505050;
  border-radius: 15px 0px 0px 15px;/*左側の角丸く*/
}

.sub-single__main li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #64b3f4;
  border-radius: 50%;
  margin-right: 8px;
}
.sub-single__main figure {
  margin-top: 4rem;
}

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='#3e3e3e', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem 5rem;
}

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

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

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

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

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

.banner {
  margin: 6rem 0 6rem 0;
}

/* ==============================================================
*  セクション(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: #3e3e3e;
  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 #3e3e3e;
  color: #3e3e3e;
  display: inline-block;
}

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

  .home-shop__img {
    top: 13.9rem;
    width: 58.4rem;
  }
}

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

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

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

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

/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .home-section-title.type001 {
    color: #3e3e3e;
  }

  .home-section-title.type001 span {
    color: #3e3e3e;
  }

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

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

  .sub-shop .c-flexbox01__head span::before {
    top: 1rem;
    right: -1rem;
  }
}


/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv__catch {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-mv__catch span {
    display: block;
  }

  .home-mv__slide img {
    height: calc(100vh - 60px);
    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: #d6e0d5;
    padding-bottom: 25rem;
  }

  .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: 10vw;
    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: 6vw 0vw;
    width: 100%;
  }

  .home-center__img {
    /*     margin-top: 8vw; */
    width: 100%;
  }

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

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

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

  .home-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 10vw;
    margin-bottom: 4rem;
  }

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

  .home-price .btn span {
    right: 11vw;
  }
}

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

  .home-gallery__list {
    gap: 5vw 5vw;
    -ms-grid-columns: (minmax(45%, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    margin-top: 8vw;
  }

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

  .home-gallery__btn .btn {
    padding-right: 2vw;
  }

  .home-gallery__btn .btn span {
    right: 7vw;
  }
}

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

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

  .home-news__container {
    margin-top: 0;
    flex-direction: column;
    gap: 0;
  }

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

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

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

  .home-news__category {
    font-size: 4vw;
    margin-left: 4vw;
    width: 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: 4vw;
  }

  .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 463928;
    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 #007FB4;
    padding: 2vw 6vw;
  }
}

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

  .sub-contact__list-top {
    display: block;
  }

  .sub-contact__item-top:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15vw;
    text-align: center;
  }

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

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

  .sub-contact__top-qr {
    margin-top: 10vw;
    width: 70%;
  }

  .sub-contact__top-qr-desc {
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 6vw;
    text-align: center;
  }

  .sub-contact__tel {
    display: inline-block;
    font-size: 7vw;
    margin-top: 10vw;
    padding-left: 7vw;
    pointer-events: all;
  }

  .sub-contact__tel::before {
    height: 5vw;
    left: 0;
    top: 1vw;
    width: 5vw;
  }

  .sub-contact__time {
    margin-left: 0;
    margin-top: 5vw;
  }

  .sub-contact__time span:nth-of-type(1) {
    font-size: 5vw;
    padding: 1vw 3vw;
  }

  .sub-contact__time span:nth-of-type(2) {
    font-size: 5vw;
    margin-left: 3vw;
  }

  .sub-contact__box {
    padding-top: 5vw;
    padding-bottom: 0;
  }

  .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 {
    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 {
    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__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: 0;
    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: 0;
    padding-top: 0;
  }

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

  .sub-single__main h2 {
    font-size: 5vw;
    margin-top: 6vw;
    padding: 2vw 3vw;
  }

  .sub-single__main h3 {
    /*border-bottom: 1.2vw solid #006947;*/
    font-size: 4.5vw;
    margin-top: 6vw;
    padding-bottom: 3vw;
  }

  .sub-single__main h4 {
    /*border-left: 1.5vw solid #006947;*/
    font-size: 4vw;
    margin-top: 6vw;
    padding: 1vw 2vw;
  }

  .sub-single__main h5 {
    font-size: 3.5vw;
    margin-top: 6vw;
  }

  .sub-single__main p {
    font-size: 3.6vw;
    /*     margin-bottom: 10vw;
    margin-top: 6vw; */
  }

  .sub-single__main ul,
  .sub-single__main ol {
    margin-top: 6vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sub-thanks__tel {
    font-size: 7vw;
    margin-top: 10vw;
    padding-left: 7vw;
    pointer-events: all;
  }

  .sub-thanks__tel::before {
    height: 5vw;
    left: 0;
    top: 1vw;
    width: 5vw;
  }

  .sub-thanks__time {
    margin-left: 0;
    margin-top: 5vw;
  }

  .sub-thanks__time span:nth-of-type(1) {
    font-size: 5vw;
    padding: 1vw 3vw;
  }

  .sub-thanks__time span:nth-of-type(2) {
    font-size: 5vw;
    margin-left: 3vw;
  }

  .sub-thanks__link {
    margin-top: 12vw;
  }

  .sub-thanks__link a {
    font-size: 4vw;
  }
}

/*# sourceMappingURL=style.css.map */
/* --------------20230719--------------------- */
/* --------------------------------
l-page
----------------------------------- */
.l-page-cover {
  background-image: url(../img/common/sub_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 40px;
  /* -webkit-box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
  box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2); */
  /* margin-left: 10%; */
  z-index: 0;
}

/*
.l-page-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
*/
.l-page-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  right: 0;
  /* background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
    background: #007FB4; */
  z-index: 1;
}

.l-page-cover__inner {
  padding: 50px 0 0px 0;
  position: relative;
  z-index: 1;
}

.l-page-cover__ttl {
  color: #222;
  font-size: 6rem;
  font-weight: 900;
  line-height: calc(58 / 40);
  text-align: left;
  position: relative;
  z-index: 10;
  top: 0;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.l-page-cover__ttl span {
  display: block;
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
  position: relative;
  text-align: center;
}

.l-page-cover__ttl span::before {
  content: "";
  background-color: #fff;
  width: 5rem;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-radius: 10px;
  transform: translateX(-50%);
}

.l-page-cover .c-heading01 {
  padding-left: 40px;
  padding-top: 200px;
  padding-bottom: 0;
}

.l-page-cover .c-heading01 span {
  font-size: 6rem;
}

/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  color: #3e3e3e;
  font-size: 6vw;
  font-weight: 800;
  line-height: 1.45;
  position: relative;

}

.consultation .sub-service-feature {
  z-index: 0;
}

.c-heading01 span {
  color: #222;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.45;
  position: relative;
}

.c-heading01_center {
  text-align: center;
}

.c-heading01_border {
  padding-bottom: 10px;
  border-bottom: 2px solid #3e3e3e;
}

.c-heading02 {
  color: #fff;
  background: #007FB4;
  padding: 1rem 0 1rem 1.5rem;
  font-size: 3rem;
  font-weight: 700;
}

/* --------------------------------
c-news
----------------------------------- */
.c-news__link {
  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;
  padding: 1rem 0;
  gap: 10px;
}

.c-news__data {
  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-news__tag {
  display: block;
  width: 35vw;
  font-weight: 500;
  height: 2.6rem;
  background: #007FB4;
  color: #fff;
  text-align: center;
  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;
  border-radius: 7px !important;
}

.c-news__time {
  padding-right: 2rem;
}

.c-news__ttl {
  margin-top: 2vw;
  line-height: 1.5;
  color: #3e3e3e;
}

.c-news__link:hover .c-news__ttl span {
  background-size: 100% 1px;
}

/* --------------------------------
btn
----------------------------------- */
.btn {
  background-color: #fff;
  color: #3e3e3e;
}

.btn:hover {
  color: #fff;
}

.btn:hover::after {
  background-color: #3e3e3e;
}

.btn.-color {
  background: #007FB4;
  /*    background-image: linear-gradient(-135deg, #007FB4 0%, #91d57c 100%);*/
  border: 1px solid #007FB4;
  border-radius: 7px;
}

.btn.-color:hover {
  color: #007FB4;
}

/* --------------------------------
c-card
----------------------------------- */
.c-card {
  width: 100%;
  /* background-color: #fff;
  -webkit-box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);
  box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);
  border-radius: 14px; */
}

.c-card__img-wrap {
  overflow: hidden;
  border-radius: 14px 14px 14px 0;
}

.c-card__img-wrap img {
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.c-card__body {}

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

.c-card__body-bottom {
  font-size: 4vw;
  line-height: 1.5;
  margin-top: 2vw;
  padding-top: 1rem;
}

/* --------------------------------
c-tag
----------------------------------- */
.c-tag {
  background: #007FB4;
  color: #fff;
  font-size: 4vw;
  width: 46vw;
  height: 2.8rem;
  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;
  border-radius: 0 0 7px 7px;
}

.c-tag span {
  font-weight: 500;
}

/* --------------------------------
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: #007FB4;
  line-height: 1.5;
  border-bottom: 2px solid #64b3f4;
  padding-bottom: 5px;
}

.c-media__ttl .ja {
  font-size: 5vw;
  font-weight: bold;
}

.c-media__txt {
  line-height: 1.7;
  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(rgb(100, 179, 244)), to(rgb(33, 89, 186)));
  background: linear-gradient(90deg, rgb(100, 179, 244) 0%, rgb(33, 89, 186) 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 #3e3e3e;
  border-right: 1px solid #3e3e3e;
  -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: #efede7;
  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-table {
  width: 100%;
  text-align: left;
}

.c-table tr {
  display: block;
  border-top: 1px solid #dcecf1;
  line-height: 1.5;
  padding: 3vw 1.8rem;
}

.c-table tr:last-child {
  border-bottom: 1px solid #dcecf1;
}

.c-table th {
  width: 22vw;
  vertical-align: top;
  color: #3e3e3e;
  font-weight: 500;
}

.sub-shop .c-table span {
  display: block;
}

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

.p-home-sec01 {
  background-size: cover;
  background-position: center;
  padding: 10rem 4rem 6rem 4rem;
  /* background: url("../img/home/home-topics001.jpg"); */
  /* background-color: rgb(29 159 234); */
  background-blend-mode: lighten;
  background-size: cover;
  position: relative;
}

.p-home-sec01__box {
  /*background-color: #fff;*/
  padding: 3rem 6rem 4rem 6rem !important;
  border-radius: 14px;
}

.p-home-sec01__box img {
  opacity: 0.8;
  max-width: 42rem;
  margin: -7rem auto 0 -3rem;
}

.p-home-sec01__cont {
  padding-top: 8vw;
}

.p-home-sec01__cont article {
  border-bottom: 1px solid #e5e5e5;
}

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

.p-home-sec02 {
  background: #fff;
  padding-top: 3rem;
  color: #3e3e3e;
}

.p-home-sec02__ttl {
  position: relative;
  z-index: 1;
  color: #3e3e3e;
}

.p-home-sec02__ttl span {
  color: #fff;
}

.p-home-sec02 .home-shop__text {
  /*   background: #3e3e3e; */
  background: url("../img/home/home-shopbg001.jpg");
  background-size: cover;
  background-color: #13302f54;
  background-blend-mode: darken;
  text-shadow: 0px 1px 6px rgb(19 19 23 / 40%);
}

.p-home-sec03 {
  /* background: #efede7; */
  /* background: linear-gradient(135deg, #efede7 50%, #d6e0d5 50%); */
  /* display: grid;
  grid-template-columns: 22% 1fr; */
  align-items: center;
  /*  padding-top: 10rem;*/
  /*  padding-bottom: 6rem;*/
}

.p-home-sec03__inner {
  /* padding-top: 10rem; */
}

.p-home-sec03__txt {
  line-height: 1.5;
  padding-top: 3rem;
  text-align: center;
}

.p-home-sec03__item-wrap {
  /* padding-top: 5rem; */
}

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

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

.p-home-sec03 .item__link01 {
  background-image: url(../img/home/sec03-01.jpg);
  background-position: top;
}

.p-home-sec03 .item__link02 {
  background-image: url(../img/home/sec03-02.jpg);
  background-position: center;
}

.p-home-sec03 .item__link03 {
  background-image: url(../img/home/sec03-03.jpg);
}

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

.p-home-sec03 .item__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;
  justify-content: center;
}

.p-home-sec03 .item__ttl {
  font-size: 6vw;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.1em;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 15%;
  transform: translate(-50%, 0%);
}

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

.p-home-sec03 .item__readmore {
  position: relative;
  margin-top: 3rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.p-home-sec03 .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 .inner-wide {
  margin-top: 3rem;
}

.official-line-inner {
  max-width: 1100px;
  margin: 4rem auto 1rem auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.official-line-inner li {
  font-size: 1.7rem;
  font-weight: 500;
}

.p-home-sec04__inner {
  padding-top: 15rem;
  padding-bottom: 10rem;
}

.p-home-sec04__item-wrap {
  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;
  padding-top: 5rem;
  margin-top: -2rem;
}

.p-home-sec04__item {
  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;
  margin-top: 2rem;
}

.p-home-sec04__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: 5rem;
}

.p-home-sec05__inner {
  padding-top: 14rem;
  padding-bottom: 6rem;
}

.p-home-sec05__item-wrap {
  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;
  margin-top: -2rem;
}

.p-home-sec05__item {
  padding-top: 2rem;
}

.home-news {
  /* 	display: none; */
  /*   background-color: #c3cfe2; */
}

.home-news__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(#3e3e3e)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#3e3e3e, #3e3e3e) 0 100%/0 1px no-repeat;
}

.p-feature-sec01 .c-heading01 {
  color: #3e3e3e;
}

.p-feature-sec01 .c-heading01 span {
  color: #007FB4;
}

.p-feature-sec01 .c-heading01_border {
  border-bottom: 2px solid #3e3e3e;
}

.sub-service__item:nth-of-type(1)::before {
  background-image: url(../img/sub/feature/01.svg);
}

.sub-service__item:nth-of-type(2)::before {
  background-image: url(../img/sub/feature/02.svg);
}

.sub-service__item:nth-of-type(3)::before {
  background-image: url(../img/sub/feature/03.svg);
}

.p-service-sec01 {
  text-align: center;
}

.p-service-sec01__txt {
  line-height: 1.5;
}

.p-service-sec02 {
  background-image: linear-gradient(-135deg, #f9fff4 0%, #d3ebff 100%);
  padding: 5rem 0;
  margin-top: 5rem;
}

.p-service-sec02__ancLink {
  margin-top: -1rem;
}

.p-service-sec02__ancLink li {
  margin-top: 1rem;
}

.p-service-sec02__ancLink li a {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 2rem 3rem 2rem 2rem;
  position: relative;
  line-height: 1.5;
  color: #007FB4;
  font-weight: 500;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.p-service-sec02__ancLink li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #007FB4 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-service-sec03__inner {
  padding-top: 6rem;
}

.p-service-sec03__cont {
  margin-top: -5rem;
  padding-top: 3rem;
}

.p-service-sec03 .cont__item {
  margin-top: 5rem;
}

.p-service-sec04__inner {
  padding-top: 8rem;
}

.p-service-sec04 .project_area {
  padding-top: 5rem;
}

.p-service-sec04 .project_area .txt {
  line-height: 1.5;
}

.p-service-sec04 .project_inner .item {
  background: rgba(238, 238, 238, 0.2);
  border: 1px solid #eee;
  padding: 2rem;
}

.p-service-sec04 .project_area .project_inner .item .item_ttl {
  color: #007FB4;
  border-bottom: 2px solid #007FB4;
}

.p-service-sec04 .project_area .project_inner .item .img img {
  display: block;
  max-width: 150px;
  margin: 3rem auto 3rem auto;
}

.p-service-sec05 .project_area .project_inner .item .img img {
  display: block;
  max-width: 150px;
  margin: 3rem auto 3rem auto;
}

.p-service-sec05__inner {
  padding-top: 5rem;
}

.p-service-sec05 .project_area {
  padding-top: 5rem;
}

.p-service-sec05 .project_area .txt {
  line-height: 1.5;
}

.p-service-sec05 .project_inner .item {
  background: rgba(238, 238, 238, 0.2);
  border: 1px solid #eee;
  padding: 2rem;
}

.p-service-sec05 .project_area .project_inner .item .item_ttl {
  color: #007FB4;
  border-bottom: 2px solid #007FB4;
}

.p-service-sec06 {
  background-image: linear-gradient(-135deg, #f9fff4 0%, #d3ebff 100%);
  padding: 8rem 0;
  margin-top: 10rem;
}

.p-service-sec06__ttl {
  color: #1ba2e6;
  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;
  font-size: 3rem;
  font-weight: 700;
  padding: 1.5rem;
}

.p-service-sec06__item-wrap {
  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;
  padding-top: 3rem;
  margin-top: -5rem;
}

.p-service-sec06__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-service-sec06__item a img {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.p-service-sec06 .item__txt {
  color: #3e3e3e;
  padding-top: 2rem;
  line-height: 1.7;
}

.p-service-sec07__inner {
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.p-service-sec07__ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #1ba2e6;
  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: 1.5rem;
  margin-bottom: 2rem;
}

.p-company-sec01 .item__ttl {
  color: #3e3e3e;
  font-size: 5vw;
  font-weight: bold;
  border-bottom: 2px solid #3e3e3e;
  padding: 0 0 10px 0;
}

.p-company-sec01 .item__ttl span {
  display: block;
  font-size: 3vw;
  font-weight: 400;
  padding-top: 1rem;
  color: #ffbf13;
  font-weight: 500;
}

.p-company-sec01 .item__txt {
  line-height: 1.7;
  padding-top: 2rem;
}

.p-company-sec02__inner {
  /*   padding-top: 8rem; */
}

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

.p-company-sec02 .cont .item01__table {
  padding-top: 3rem;
}

.p-company-sec02 .cont__item02 {
  padding-top: 1.875rem;
}

.p-company-sec02 .cont__item02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.p-company-sec02 .cont .item02__map {
  padding-top: 25rem;
  overflow: hidden;
  position: relative;
}

.p-company-sec02 .cont .item02__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-company-sec02__cont.greeting {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 6rem;
  position: relative;
}

.p-company-sec02__cont.greeting .p-company-sec02__txt p {
  line-height: 1.5;
  margin-top: 2rem;
}

.p-company-sec02__txt h3 {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  color: #3e3e3e;
  text-align: center;
  margin-top: 2rem;
}

.p-company-sec02__cont.greeting:before {
  position: absolute;
  content: "";
  top: 0;
  left: 80%;
  background-image: url(../img/common/logomark.png);
  background-attachment: fixed;
  width: 140%;
  z-index: -1;
  height: 140%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.item02__map p {
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 5;
  background: #007FB4;
  padding: 20px;
  color: #fff;
}

.p-company-sec03 {
  /*background: #fcfcfc;*/
}

.p-company-sec03__inner {
  padding-top: 4rem;
  padding-bottom: 8rem;
  margin-top: 0rem;
}

.p-company-sec03 .cont__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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3e3e3e;
}

.p-company-sec03 .cont__ttl .ja {
  font-size: 5vw;
  font-weight: bold;
  position: relative;
}

.p-company-sec03 .cont__ttl .en {
  font-size: 3vw;
  padding-top: 1rem;
  color: #ffbf13;
  font-weight: 500;
}

.p-company-sec03 .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-company-sec03 .cont .top__img-wrap {
  padding-top: 2rem;
}

.p-company-sec03 .cont .top__img-wrap img {
  width: 65rem;
}

.p-company-sec03 .cont__btm {
  margin-top: -5rem;
  padding-top: 5rem;
}

.p-company-sec03 .cont .btm__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: 8rem;
}

.p-company-sec03 .cont .btm__txt {
  line-height: 1.7;
  padding-top: 3rem;
}

.p-company-sec03 .cont .btm__img-wrap {
  padding-top: 4rem;
}

.p-company-sec03 .cont .btm__img-wrap img {
  width: 22.2rem;
}

.p-company-sec04 {
  /* 	display: none; */
}

.p-company-sec04 .cont__item:nth-child(2),
.p-company-sec04 .cont__item:nth-child(3),
.p-company-sec04 .cont__item:nth-child(4),
.p-company-sec04 .cont__item:nth-child(5) {
  display: none;
}

.p-company-sec04__inner {
  padding-top: 8rem;
}

.p-company-sec04__cont {
  padding-top: 3rem;
}

.p-company-sec04 .cont__item+.cont__item {
  padding-top: 5rem;
}

.p-company-sec04 .item .body .top__txt {
  color: #3e3e3e;
  font-size: 5vw;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

.p-company-sec04 .item .body .top__table tr {
  display: block;
  padding: 0.5rem 0;
  line-height: 1.7;
}

.p-company-sec04 .item .body .top__table th {
  font-weight: 400;
  text-align: left;
  width: 20vw;
}

.p-company-sec04 .item .body__btm {
  padding-top: 3rem;
}

.p-company-sec04 .item .body .btm__txt {
  color: #3e3e3e;
  font-size: 5vw;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

.p-company-sec04 .item .body .btm__table tr {
  display: block;
  padding: 1rem 0;
  line-height: 1.5;
  border-bottom: 1px solid #cecece;
}

.p-company-sec04 .item .body .btm__table th {
  font-weight: 400;
  text-align: left;
  width: 20vw;
}

.p-company-sec04 .item .body .btm__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-topics-wrap .c-news__item {
  border-top: 1px solid #cecece;
}

.p-topics-wrap .c-news__item:last-child {
  border-bottom: 1px solid #cecece;
}

.p-topics-wrap .c-news__link {
  padding: 5vw 0;
}

.p-topics-wrap .sub-single__title {
  color: #3e3e3e;
}

.p-topics-wrap .sub-single__category {
  border: 1px solid #3e3e3e;
  color: #3e3e3e;
}

.p-topics-wrap .sub-single__main {
  border-top: 1px solid #3e3e3e;
}

.p-topics-wrap .sub-single__main h1,
.p-topics-wrap .sub-single__main h2,
.p-topics-wrap .sub-single__main h3,
.p-topics-wrap .sub-single__main h4,
.p-topics-wrap .sub-single__main h5,
.p-topics-wrap .sub-single__main h6 {
  color: #007FB4;
  font-weight: bold;
}

.p-topics-wrap .sub-single__main h1 {
  font-size: 1.125rem;
  background-color: #007FB4;
  color: #fff;
  padding: 0.46875rem 1.5625rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main h2 {
  /*font-size: 1rem;*/
  background-color: #64b3f4;
  color: #fff;
  /*border-left: 10px solid #007FB4;*/
  padding: 0.46875rem 0.625rem 0.46875rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main h3 {
  /*font-size: 1rem;*/
  border-left: 10px solid #007FB4;
  padding: 0.46875rem 0.625rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main h4 {
  /*font-size: 0.9375rem;*/
  border-top: 2px solid #007FB4;
  border-bottom: 2px solid #007FB4;
  padding: 0.46875rem 0.75rem 0.46875rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main h5 {
  /*font-size: 0.9375rem;*/
  border-bottom: 2px solid #007FB4;
  padding: 0 0 0.46875rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main h6 {
  /*font-size: 0.9375rem;*/
  margin-top: 1.875rem;
}
.wp-block-table .has-fixed-layout td {
    /* background: #333; */
    border: 1px solid #027fb4;
}
.p-topics-wrap .sub-single__main p {
  padding-top: 1.25rem;
}

.p-topics-wrap .sub-single__main p+p {
  padding-top: 1.25rem;
}

.p-topics-wrap .navigation .nav-previous {
  left: 13vw;
}

.p-topics-wrap .navigation .nav-next {
  right: 13vw;
}

.p-topics-sec01__cont {
  padding-top: 8vw;
}

.p-voice-wrap .sub-single__title {
  color: #3e3e3e;
}

.p-voice-wrap .sub-single__category {
  border: 1px solid #3e3e3e;
  color: #3e3e3e;
}

.p-voice-wrap .sub-single__main {
  border-top: 1px solid #006fce;
}

.p-voice-wrap .sub-single__main h1,
.p-voice-wrap .sub-single__main h2,
.p-voice-wrap .sub-single__main h3,
.p-voice-wrap .sub-single__main h4,
.p-voice-wrap .sub-single__main h5,
.p-voice-wrap .sub-single__main h6 {
  color: #007FB4;
  font-weight: bold;
}

.p-voice-wrap .sub-single__main h1 {
  font-size: 1.125rem;
  background-color: #007FB4;
  color: #fff;
  padding: 0.46875rem 1.5625rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main h2 {
  font-size: 1rem;
  background-color: #64b3f4;
  color: #fff;
  border-left: 10px solid #007FB4;
  padding: 0.46875rem 0.625rem 0.46875rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main h3 {
  font-size: 1rem;
  border-left: 10px solid #007FB4;
  padding: 0.46875rem 0.625rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main h4 {
  font-size: 0.9375rem;
  border-top: 2px solid #007FB4;
  border-bottom: 2px solid #007FB4;
  padding: 0.46875rem 0.75rem 0.46875rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main h5 {
  font-size: 0.9375rem;
  border-bottom: 2px solid #007FB4;
  padding: 0 0 0.46875rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main h6 {
  font-size: 0.9375rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main p {
  padding-top: 2rem;
}

.p-voice-wrap .sub-single__main p+p {
  padding-top: 1.25rem;
}

.p-voice-wrap .navigation .nav-previous {
  left: 13vw;
}

.p-voice-wrap .navigation .nav-next {
  right: 13vw;
}

.p-topics-sec01__cont {
  padding-top: 8vw;
}

.p-contact-sec01 .sub-contact__tel {
  color: #007FB4;
}

.p-contact-sec01 .sub-contact__time span {
  color: #3e3e3e;
}

.p-contact-sec01 .sub-contact__time span:nth-of-type(1) {
  border: 1px solid #3e3e3e;
}

.p-contact-sec01 .sub-contact__submit input {
  background: #007FB4;
}

.p-privacy-policy-sec01 {
  /*   background-color: #f7f7f7; */
}

.p-privacy-policy-sec01__inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.p-privacy-policy-sec01__cont {
  background-color: #fff;
  padding: 10vw 5vw;
}

.p-privacy-policy-sec01 .cont__item {
  line-height: 1.5;
}

.p-privacy-policy-sec01 .cont__item+.cont__item {
  padding-top: 10rem;
}

.p-privacy-policy-sec01 .item__ttl {
  color: #3e3e3e;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  position: relative;
}

.p-privacy-policy-sec01 .item__ttl::after {
  content: "";
  width: 10rem;
  height: 2px;
  background-color: #64b3f4;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
}

.p-privacy-policy-sec01 .item__txt {
  font-size: 3vw;
  padding-top: 10vw;
}

.p-privacy-policy-sec01 .item__list {
  margin-top: -1.875rem;
  padding-top: 2.5rem;
}

.p-privacy-policy-sec01 .item .list__item {
  margin-top: 12vw;
}

.p-privacy-policy-sec01 .item .list__ttl {
  color: #007FB4;
  font-size: 4vw;
}

.p-privacy-policy-sec01 .item .list__desc {
  font-size: 3vw;
  padding-top: 4vw;
}

.p-privacy-policy-sec01 .item .list__desc a {
  color: #64b3f4;
  text-decoration: underline;
}

.p-privacy-policy-sec01 .item .list__desc_txtRight {
  text-align: right;
}

.p-privacy-policy-sec01 .item .list .child__ttl {
  font-size: 3vw;
}

.p-privacy-policy-sec01 .item .list .child__desc {
  font-size: 3vw;
  padding-top: 4vw;
}

.p-privacy-policy-sec01 .item .list .child__item {
  margin-top: 5vw;
}

.p-privacy-policy-sec01 .item .list .child__item ul {
  padding-top: 4vw;
}

.p-privacy-policy-sec01 .item .list .child__item ul li {
  font-size: 3vw;
  position: relative;
  padding-left: 2rem;
}

.p-privacy-policy-sec01 .item .list .child__item ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
@media (min-width: 768px) {
  .l-page-cover__ttl {
    font-size: 6rem;
    padding: 0 0 70px 40px;
  }

  .l-page-cover__ttl span {
    font-size: 2rem;
  }

  .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: #3e3e3e;
    font-weight: 500;
  }

  .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__time {
    padding-top: .3rem;
    margin-left: 0;
  }

  .c-heading01 {
    font-size: 3.5rem;
  }

  .c-news__tag {
    width: 10rem;
    font-size: 1.2rem;
    margin-right: 2rem;
    border-radius: 7px !important;
  }

  .c-news__time {
    font-size: 1.2rem;
  }

  .c-news__ttl {
    margin-top: 0;
  }

  .c-news__ttl span {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(#3e3e3e)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#3e3e3e, #3e3e3e) 0 100%/0 1px no-repeat;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .c-card {
    width: 31.5%;
  }

  .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(#3e3e3e), to(#3e3e3e)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#3e3e3e, #3e3e3e) 0 100%/0 1px no-repeat;
  }

  .c-card_link:hover .c-card__ttl {
    background-size: 100% 1px;
  }

  .c-tag {
    font-size: 1.4rem;
    width: 20rem;
  }

  .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%;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  }

  .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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-right: 3.3333%;
  }

  .c-flexbox01__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
  }

  .c-flexbox02__head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    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;
  }

  .c-flexbox02__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 3.3333%;
    padding-top: 0;
  }

  .c-table tr {
    padding: 1.8rem;
  }

  .c-table th {
    width: 13rem;
  }

  .home-mv__catch img {
    max-width: 800px;
  }

  .p-home-sec01__box {
    padding: 3rem 11rem 2rem 11rem;
  }

  .p-home-sec01__cont {
    padding-top: 0;
  }

  .p-home-sec02 {
    background: #fff;
  }

  .p-home-sec03__inner {
    /* padding-top: 7rem; */
  }

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

  .p-home-sec03__item {
    width: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    aspect-ratio: 2 / 1;
  }

  .p-home-sec03 .item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .p-home-sec03 .item__link:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #005a89b3;
    background-blend-mode: soft-light;
  }

  .p-home-sec03 .item__inner {
    padding: 20rem 0;
  }

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

  .p-home-sec03 .item__readmore {
    margin-top: 5rem;
  }

  .p-home-sec04__item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-home-sec04__item {
    width: 24%;
  }

  .p-home-sec04__btn-wrap {
    padding-top: 8rem;
  }

  .p-home-sec05__item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5rem;
  }

  .p-home-sec05__item {
    width: 33.333%;
  }

  .p-service-sec02__ancLink {
    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;
  }

  .p-service-sec02__ancLink li {
    width: 23%;
  }

  .p-service-sec03__cont {
    margin-top: -8rem;
  }

  .p-service-sec03 .cont__item {
    margin-top: 8rem;
  }

  .p-service-sec05__inner {
    padding-top: 3.5rem;
  }

  .p-service-sec06__item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5rem;
  }

  .p-service-sec06__item {
    width: 23%;
  }

  .p-company-sec01 .item__ttl {
    font-size: 3rem;
    border-bottom: none;
  }

  .p-company-sec01 .item__ttl span {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }

  .p-company-sec02 .cont .item01__table {
    padding: 0 5rem;
  }

  .p-company-sec02 .cont__item02 {
    padding-top: 3.125rem;
  }

  .p-company-sec02 .cont .item02__map {
    padding-top: 40rem;
  }

  .p-company-sec03 .cont__ttl .ja {
    font-size: 3rem;
  }

  .p-company-sec03 .cont__ttl .en {
    font-size: 1.6rem;
  }

  .p-company-sec03 .cont__btm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-company-sec03 .cont .btm__item {
    width: 50%;
    padding: 0 2rem;
  }

  .p-company-sec04 .cont__item+.cont__item {
    padding-top: 8rem;
  }

  .p-company-sec04 .item .body .top__txt {
    font-size: 2rem;
  }

  .p-company-sec04 .item .body .top__table th {
    width: 12rem;
  }

  .p-company-sec04 .item .body .btm__txt {
    font-size: 2rem;
  }

  .p-company-sec04 .item .body .btm__table th {
    width: 12rem;
  }

  .p-company-sec04 .item .body .btm__btn-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .p-topics-wrap .c-news__link {
    padding: 2.5rem 1.8rem 3.2rem 0;
  }

  .p-topics-wrap .sub-single__main h1 {
    font-size: 1.5rem;
    margin-top: 3.125rem;
  }

  .p-topics-wrap .sub-single__main h2 {
    font-size: 3.375rem;
        padding: 1.46875rem 0.9375rem 1.46875rem;
        margin-top: 2.5rem;
  }

  .p-topics-wrap .sub-single__main h3 {
    font-size: 2.4rem;
    padding: 1.46875rem 1.9375rem;
    margin-top: 2.5rem;
  }

  .p-topics-wrap .sub-single__main h4 {
    font-size: 1.25rem;
    padding: 0.46875rem 1.0625rem 0.46875rem;
    margin-top: 2.5rem;
  }

  .p-topics-wrap .sub-single__main h5 {
    font-size: 1.25rem;
    padding: 0 0 0.6875rem;
    margin-top: 2.1875rem;
  }

  .p-topics-wrap .sub-single__main h6 {
    font-size: 1.25rem;
  }

  .p-topics-wrap .navigation .nav-previous {
    left: 37rem;
  }

  .p-topics-wrap .navigation .nav-next {
    right: 37rem;
  }

  .p-topics-sec01__cont {
    padding-top: 3.2rem;
  }

  .p-voice-wrap .sub-single__main h1 {
    font-size: 1.5rem;
    margin-top: 3.125rem;
  }

  .p-voice-wrap .sub-single__main h2 {
    font-size: 1.375rem;
    padding: 0.46875rem 0.9375rem 0.46875rem;
    margin-top: 2.5rem;
  }

  .p-voice-wrap .sub-single__main h3 {
    font-size: 1.375rem;
    padding: 0.46875rem 0.9375rem;
    margin-top: 2.5rem;
  }

  .p-voice-wrap .sub-single__main h4 {
    font-size: 1.25rem;
    padding: 0.46875rem 1.0625rem 0.46875rem;
    margin-top: 2.5rem;
  }

  .p-voice-wrap .sub-single__main h5 {
    font-size: 1.25rem;
    padding: 0 0 0.6875rem;
    margin-top: 2.1875rem;
  }

  .p-voice-wrap .sub-single__main h6 {
    font-size: 1.25rem;
  }

  .p-voice-wrap .navigation .nav-previous {
    left: 37rem;
  }

  .p-voice-wrap .navigation .nav-next {
    right: 37rem;
  }

  .p-topics-sec01__cont {
    padding-top: 3.2rem;
  }

  .p-privacy-policy-sec01__cont {
    padding: 2rem 0 2rem;
  }

  .p-privacy-policy-sec01 .item__ttl {
    font-size: 3rem;
  }

  .p-privacy-policy-sec01 .item__txt {
    font-size: 1.6rem;
    padding-top: 5rem;
  }

  .p-privacy-policy-sec01 .item__list {
    margin-top: -4.0625rem;
  }

  .p-privacy-policy-sec01 .item .list__item {
    margin-top: 6.5rem;
  }

  .p-privacy-policy-sec01 .item .list__ttl {
    font-size: 2rem;
  }

  .p-privacy-policy-sec01 .item .list__desc {
    font-size: 1.6rem;
    padding-top: 2.2rem;
  }

  .p-privacy-policy-sec01 .item .list .child__ttl {
    font-size: 1.6rem;
  }

  .p-privacy-policy-sec01 .item .list .child__desc {
    font-size: 1.6rem;
    padding-top: 1.9rem;
  }

  .p-privacy-policy-sec01 .item .list .child__item {
    margin-top: 4rem;
  }

  .p-privacy-policy-sec01 .item .list .child__item ul {
    padding-top: 2rem;
  }

  .p-privacy-policy-sec01 .item .list .child__item ul li {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-privacy-policy-sec01__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .p-privacy-policy-sec01 .item__txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .p-privacy-policy-sec01 .item .list__ttl {
    font-size: 1.6rem;
  }

  .p-privacy-policy-sec01 .item .list__desc {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .p-privacy-policy-sec01 .item .list .child__ttl {
    font-size: 1.5rem;
  }

  .p-privacy-policy-sec01 .item .list .child__desc {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .p-privacy-policy-sec01 .item .list .child__item ul li {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .p-service-sec06 .item__txt {
    font-size: 1.5rem;
  }

  .p-service-sec03__inner {
    padding-top: 5rem;
  }

  .p-service-sec04__inner {
    padding-top: 0rem;
  }

  .project_inner .item .txt {
    padding: 1rem 0rem 1rem 0rem;
  }

  .p-service-sec05__inner {
    padding-top: 0rem;
  }

  .p-service-sec05__inner>.sub-price__box {
    margin-top: 0;
    padding-top: 1rem;
  }

  .p-service-sec06 {
    padding: 4rem 0;
    margin-top: 0rem;
  }

  .p-service-sec07__inner {
    padding-top: 5rem;
  }

  .c-heading02 {
    font-size: 2rem;
  }

  .p-company-sec02__cont {
    padding-top: 0rem;
  }

  .c-table tr {
    line-height: 1.7;
    padding: 3vw 0;
  }

  .p-company-sec03__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 6rem;
  }

  .p-company-sec04__inner {
    padding-top: 6rem;
  }

  .c-news__tag {
    font-size: 4vw;
  }

  .p-home-sec01__box {
    padding: 5vw 1.5rem !important;
  }

  .p-home-sec02 {
    padding-top: 3rem;
    margin-top: 3rem;
  }

  .p-home-sec03__inner {
    /* padding-top: 6rem; */
  }

  .p-home-sec04__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .p-home-sec05__inner {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

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

  .c-news__ttl {
    font-size: 4vw;
    width: 90%;
  }

  .c-card__time {
    font-size: 4vw;
  }

  .c-media__txt {
    font-size: 4vw;
  }

  .c-table {
    font-size: 4vw;
  }

  .p-home-sec03__txt {
    font-size: 4vw;
  }

  .p-home-sec03 .item__txt {
    font-size: 4vw;
  }

  .p-home-sec03 .item__readmore {
    font-size: 4vw;
  }

  .p-service-sec01__txt {
    font-size: 4vw;
  }

  .p-service-sec02__ancLink li a {
    font-size: 4vw;
  }

  .p-company-sec01 .item__txt {
    font-size: 4vw;
  }

  .p-company-sec03 .cont .btm__txt {
    font-size: 4vw;
  }

  .p-company-sec04 .item .body .top__table tr {
    font-size: 4vw;
  }

  .p-company-sec04 .item .body .btm__table tr {
    font-size: 4vw;
  }

  .home-center__container.-service {
    margin: 0 0 0 0;
  }

  .official-line-inner {
    flex-direction: column;
    text-align: center;
  }

  .official-line-inner li {
    font-size: 1.6rem;
  }

  .p-home-sec02__ttl span {
    color: #3e3e3e;
  }

  .p-company-sec02 .cont__item02 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .p-company-sec02__cont.greeting {
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .p-company-sec02__cont.greeting:before {
    top: 20%;
    left: 40%;
    width: 130%;
    height: 130%;
  }

  .p-company-sec02__txt h3 {
    font-size: 4.5vw;
    margin-top: 1rem;
  }
}

.home-works-area .p-home-sec02__ttl {
  margin-top: 3rem;
}

.home-works-area .inner {
  /* 	    background: rgba(255,255,255,0.7);
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    padding-top: 5rem;
    padding-bottom: 3rem;
	border-radius: 5px; */
}

.home-works-area .home-center__container.-service {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  padding: 40px 30px 40px 0;
  margin-right: 0;
  margin-top: 0rem;
  z-index: 15;
  position: relative;
  z-index: 3;
  justify-content: center;
  align-items: center;
}

/* .home-works-area .home-center__img img {
  -webkit-box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);
  box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);
} */
.home-works-area_txt {
  font-size: 3rem;
  margin-top: 2rem;
  font-weight: bold;
  text-align: center;
}

.table_simple {
  padding: 2rem 0 0 0;
}

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

.table_simple th {
  padding: 2rem;
  background: #e3eef6;
  width: 25rem;
}

.table_simple td {
  padding: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .home-works-area .inner {
    padding-top: 2rem;
  }

  .footer_flex {
    flex-direction: column;
  }

  .footer_flex .left,
  .footer_flex .right {
    width: 90% !important;
    padding: 30px 20px 24px !important;
    margin: 0 auto 2rem auto !important;
  }

  .footer_top {
    padding-top: 63px !important;
    padding-bottom: 50px !important;
  }

  .footer_flex .tel {
    font-size: 3rem !important;
    background: url(../img/common/tel-color.svg) no-repeat left 18% top 15px/2.4rem auto !important;
  }

  .table_simple th {
    padding: 1.2rem;
    font-size: 1.4rem;
    width: 10rem;
  }

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

  .p-home-sec01 {
    padding: 6rem 1.5rem 6rem 1.5rem;
  }

  .p-home-sec01 .inner {
    padding: 0;
  }

  .home-shop .p-home-sec02__ttl {
    top: 0;
    color: #3e3e3e;
  }
}

@media (min-width: 768px) {
  .home-mv__catch img {}
}

.sub-case .sub-archive__container {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.sub-case .sub-archive__link {
  flex-direction: column;
  padding: 0;
  border-top: none !important;
  border-bottom: none !important;
  align-items: unset !important;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  width: 31.5%;
}

.sub-case .sub-archive__box {
  padding-left: 2rem;
  padding-right: 2rem;
}

.sub-case .sub-archive__time {
  padding: 1rem 1rem 0 1rem;
}

.sub-case .sub-archive__title {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sub-case .p-works-item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  margin-top: -3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.sub-case .sub-single__box {
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.sub-case .sub-single__main img {
  margin-top: 0;
}

.sub-case .sub-single__main p {
  margin-bottom: 0rem;
  margin-top: 2rem;
}

.sub-case .sub-single__main .sub-shop__table {
  padding: 5rem 2rem 0 2rem;
  width: 100%;
}

.sub-case .sub-shop__table th {
  font-weight: 700;
  color: #007FB4;
}

.p-service-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 5rem;
}

.p-service-img figure {
  transition: 0.3s;
}

.p-service-img figure:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .sub-case .sub-archive__box {
    margin-top: 0;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-case .sub-archive__container {
    flex-direction: column;
  }

  .sub-case .sub-archive__link {
    width: 100%;
  }

  .sub-case .sub-single__box {
    padding-bottom: 0;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .sub-case .p-works-item-wrap {
    flex-direction: column;
  }

  .sub-case .p-works-item {
    width: 100%;
    margin-top: 3rem;
  }

  .sub-case .sub-single__main .sub-shop__table {
    padding: 0 0rem 0 0rem;
    width: 100%;
  }

  .p-service-img {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
}

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

.flex-container h2 {
  padding-left: 0;
  font-size: 24px;
  border-bottom: 1px solid #007FB4;
  background: none;
  color: #007FB4;
}

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

.sub-common-item {
  text-align: center;
}

.sub-common-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 10px;
  row-gap: 20px;
  margin-top: 30px;
}

.sub-common {
  background: linear-gradient(135deg, #efede7 50%, #d6e0d5 50%);
  padding-top: 8rem;
  padding-bottom: 10rem;
  margin-top: 1rem;
}

.sub-common h2 {
  font-size: 24px;
  background-color: #3e3e3e;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.sub-common-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
}

.sub-common-text span {
  font-weight: 600;
  text-decoration: underline;
  font-size: 20px;
  line-height: 2;
}

.sub-common-item img {
  aspect-ratio: 175 / 130;
  width: 100%;
}

.sub-common-item p {
  font-weight: 600;
  margin-top: 10px;
  font-size: 16px;
}

.footer_flex .right p {
  font-size: 16px;
  font-weight: 600;
}

.sub-common-text2 {
  font-weight: bold;
  padding: 2rem;
  border: 2px solid #3e3e3e;
  max-width: 90%;
  margin: 3rem auto 0;
  background-color: #fff;
}

.sub-service-feature {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  padding: 0 15px 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 4rem;
  line-height: 1.3;
  z-index: 1;
}

.sub-service_list03-txt p {
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 1.5;
}

.sub-service-feature::after {
  content: "";
  /* 内容は空 */
  display: block;
  /* ブロックレベル要素にする */
  margin: 15px auto 0;
  /* 上に10pxのマージンを設け、自動で左右中央に配置 */
  width: 60px;
  /* 幅を50pxに設定 */
  height: 2px;
  /* 線の高さ（厚さ） */
  background-color: #007FB4;
  /* 線の色 */
}

.sub-service-bg {
  /* background: #efede7;
  padding-top: 1rem;
  padding-bottom: 6rem;
  margin-top: 6rem; */
}

.sub-service__item2 .sub-service__container {
  justify-content: center;
}

.sub-service__item2 .sub-service__img {
  padding-left: 3rem;
}

.sub-service-icon img {
  max-width: 10rem;
  margin: 0 auto;
  opacity: 0.6;
}

#all_wrap .flowList {
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto 30px;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}

#all_wrap .flowList>li {
  width: 18%;
  padding: 0;
  margin: 0 20px 0 0;
  border: 2px solid #fff;
  /* background: linear-gradient(-135deg, #007FB4 0%, #7bc863 100%); */
  background: #007FB4;
  border-radius: 50%;
  position: relative;
}

#all_wrap .flowList>li::before,
#all_wrap .flowList>li::after {
  display: none;
}

#all_wrap .flowList>li::after {
  content: "";
  display: block;
  width: 50%;
  height: 30px;
  padding: 0;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: -2;
}

#all_wrap .flowList>li::before {
  content: "";
  display: block;
  padding: 50%;
  position: static;
  top: unset;
  left: unset;
}

#all_wrap .flowList>li:nth-last-child(2)::after {
  right: -10px;
}

#all_wrap .flowList>li:last-child {
  margin-right: 0;
}

#all_wrap .flowList>li>span {
  display: block;
  padding: 0;
  margin: 0 auto;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

#all_wrap .flowList>li>h3 {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 21px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#all_wrap .flowList>li>h3::before,
#all_wrap .flowList>li>h3::after {
  display: none;
}

#all_wrap #coating_flow>p {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  line-height: 1.5;
}

.home-news2 {
  background: transparent;
  /* background: linear-gradient(24deg, #fff 40%, #d6e0d5 40%); */
  margin-bottom: 2rem;
  margin-top: 3rem;
  padding-top: 1rem;
  padding-bottom: 8rem;
}

.home .home-news2 {
  margin-top: -22rem;
}

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

.sub-service__img img {
  aspect-ratio: 500 / 375;
  width: 100%;
  object-fit: cover;
  box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
}

.home .p-home-sec01 .c-heading01::before,
.p-feature-sec01 .c-heading01::before {
  background-image: none;
}

.home .home-shop .c-heading01::before {
  /* background-image: url(../img/common/asirai2.svg); */
}

.home .home-news2 .home-news__box .c-heading01::before {
  background-image: url(../img/common/asirai.svg);
}

.home .home-news .c-heading01::before {
  background-image: url(../img/common/asirai2.svg);
  opacity: 1;
}

.footer_top .sec_ttl {
  position: relative;
}

.home-mv__catch img.catch-logo {
  max-width: 37rem;
  padding-bottom: 25px;
}

.post-type-archive-voice .sub-archive__time {
  display: none;
}

.flow {
  background: #f7f7f7;
  padding-top: 4rem;
  padding-bottom: 9rem;
  margin-top: 8rem;
}

#all_wrap .flowList>li::after {
  display: none;
}

.p-feature-sec01 {
  padding-bottom: 8rem;
}

.painting-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
  padding-bottom: 4rem;
  position: relative;
  z-index: 4;
}

.sub-service.p-feature-sec01.feature {
  padding-bottom: 0;
}

.sub-service__item2 .sub-service__text {
  position: relative;
}

.sub-service__item2 .sub-service__text::before {
  position: absolute;
  content: "";
  width: 10rem;
  height: 10rem;
  top: -3rem;
  left: 0;
  transform: translateX(-50%);
  background-image: url(../img/common/service-icon01.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  background-size: contain;
  opacity: 0.3;
}

.sub-service__item2.icon-w .sub-service__text::before {
  background-image: url(../img/common/service-icon01-w.png);
  opacity: 0.7;
}

.sub-service__item3 .sub-service__container {
  flex-direction: row-reverse;
  justify-content: center;
}

.sub-service__item3 .sub-service__img {
  padding-right: 3rem;
}

.ceiling-beforeafter-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
}

.ceiling-beforeafter-grid .arrow {
  width: 3rem;
}

.ceiling-beforeafter {
  margin-top: 3rem;
  padding-bottom: 3rem;
}

.beforeafter-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #007FB4;
}

.ceiling-beforeafter p {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.p-question {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #fff;
}

.flow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  /* この色は背景画像のロード中または表示されない場合のフォールバックとして機能します */
  /* background-image: url(../img/common/bg.jpg); */
  background-size: cover;
  /* 画像がコンテナ全体を覆うように調整 */
  background-position: center;
  /* 画像の中心をコンテナの中心に合わせる */
  background-repeat: no-repeat;
  /* 画像の繰り返しを無効にする */
  z-index: -3;
  opacity: 0.3;
}

.p-question-box {
  margin-top: 4rem;
}

.p-question-box__qaArea ul li+li {
  margin-top: 40px;
}

.p-question-box__qaArea ul li .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px;
  background-color: #f4f9e7;
}

.p-question-box__qaArea ul li .question .title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7777777778;
}

.p-question-box__qaArea ul li .question .title .head {
  flex-shrink: 0;
  margin-right: 20px;
  width: 3rem;
}

.p-question-box__qaArea ul li .question .icon {
  flex-shrink: 0;
  transition: all 0.4s;
}

.p-question-box__qaArea ul li .question.is-open .icon {
  transform: rotate(180deg);
}

.p-question-box__qaArea ul li .answer {
  display: none;
  padding: 20px 30px 0;
}

.p-question-box__qaArea ul li .answer .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8888888889;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /* サブメニューの背景色 */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px 5px;
}

.dropdown-content li {
  min-width: 160px;
  /* サブメニューアイテムの最小幅 */
}

.dropdown-content a {
  color: black;
  /* サブリンクのテキスト色 */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  /* ホバー時の背景色 */
}

.header__item:hover .dropdown-content {
  display: block;
}

.home .header {
  background-color: transparent;
  transition: background-color 0.3s;
  box-shadow: none;
}

.home .header.scrolled {
  background-color: #fff;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
}

.home .header__link {
  color: #fff;
  transition: opacity 0.3s;
}

.home .header.scrolled .header__link {
  color: #3e3e3e;
}

.home .header__tel {
  color: #fff;
  transition: opacity 0.3s;
}

.home .header.scrolled .header__tel {
  color: #3e3e3e;
}

.home .header__time {
  color: #fff;
  transition: opacity 0.3s;
}

.home .header.scrolled .header__time {
  color: #3e3e3e;
}

.p-home-sec01__topics {
  font-weight: 600;
  font-size: 9rem;
  color: #222;
  margin-top: -8rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

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

.home-feature-grid .home-center__container.-service {
  flex-direction: column-reverse;
}

.home-feature-grid .home-center__text {
  width: 100%;
  padding: 0;
}

.home-feature-grid .home-center__img {
  width: 100%;
}

.home-feature-grid .home-center__container.-service {
  box-shadow: none;
  padding: 3rem;
  margin-top: 4rem;
  display: block;
}

.home-feature-grid .home-center__container.-service.-second {
  margin-top: 9rem;
}

.home-feature-grid .home-center__container.-service.-third {
  margin-top: 9rem;
}

.p-home-works-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px;
  align-items: flex-start;
  gap: 3rem;
  padding: 11rem 2rem;
}

.p-home-works-item {
  /*  padding: 2rem 2rem 3rem;*/
  /*  background-color: #fff;*/
  /*  box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);*/
  text-align: center;
}

.p-home-works-item h3 {
  font-size: 2.3rem;
  /* margin-top: 3rem; */
  text-align: left;
  font-weight: 600;
  /* background: #007FB4; */
  padding: 15px 10px;
  font-size: 3rem;
  color: #fff;
  position: relative;
  z-index: 10;
  /* background: #fff; */
  border-radius: 0 0 20px 20px;
}

.p-home-works-item h3 span {
  z-index: 10;
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  text-align: left;
  font-weight: 600;
  display: block;
  top: 0rem;
}

.p-home-works-item p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.5;
  text-align: left;
}

.p-home-works-item img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}

.p-home-works {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-radius: 14px;
}

.p-home-works .btn {
  background-color: #007FB4;
  color: #fff;
  margin-top: 3rem;
  /* background-image: linear-gradient(-135deg, #007FB4 0%, #91d57c 100%); */
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-home-works {
  position: relative;
  overflow: hidden;
  /* 必要に応じて調整 */
  z-index: 2;
  background-color: #FAFAFA;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;

  @media screen and (max-width: 767px) {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}

.p-home-works button:hover.learn-more .button-text {
  color: #21ab0f;
}

.p-home-works button.learn-more .circle {
  background: #fff;
}

.p-home-works button.learn-more .button-text {
  color: #fff;
}

.p-home-works button.learn-more .circle .icon.arrow::before {
  border-top: 0.125rem solid #21ab0f;
  border-right: 0.125rem solid #21ab0f;
}


.p-home-works-item {
  position: relative;
}

.p-home-works-item.-second::after {
  background-image: url(../img/common/02.png);
}

.p-home-works-item.-third::after {
  background-image: url(../img/common/03.png);
}

.works-img {
  width: 70%;
  margin-top: -20rem;
  position: relative;
  z-index: 4;
  /* box-shadow: 25px 12px 0 #c9d99f; */
}

.sub-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 4rem;
  row-gap: 4rem;
}

.sub-feature-item {
  padding: 20px;
  border-left: 4px solid transparent;
  /* 透明なボーダーを指定しておく */
  border-image: linear-gradient(-135deg, #007FB4 0%, #91d57c 100%);
  border-image-slice: 1;
  /* グラデーションをボーダー全体に適用する */
  position: relative;
  background-color: #fff;
  box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
}

.sub-feature-item::before {
  content: "";
  /* 疑似要素の内容は空 */
  position: absolute;
  top: 1rem;
  left: -1.7rem;
  width: 3rem;
  /* 丸の大きさ */
  height: 3rem;
  /* 丸の大きさ */
  background-color: #007FB4;
  /* 丸の色 */
  border-radius: 50%;
  /* 丸を形作る */
}

.sub-feature-item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #007FB4;
  line-height: 1.3;
}

.sub-feature-item p {
  margin-top: 2rem;
  line-height: 1.5;
}

.about-img {
  display: grid;
  grid-template-columns: 55% 50%;
  margin-top: -20rem;
  position: relative;
  align-items: end;
}

.about-img2 {
  display: grid;
  grid-template-columns: 55% 50%;
  position: relative;
  align-items: end;
  z-index: 3;
}

.about2 {
  margin-left: -10%;
  margin-bottom: -15%;
  box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
}

.consultation {
  margin-top: 21rem;
}

.consultation-text {
  margin-top: 2rem;
  text-align: center;
  line-height: 1.5;
}

.consultation-items {
  margin-top: 4rem;
}

.consultation-item h3 {
  font-size: 24px;
  font-weight: 600;
  padding: 12px 15px;
  background: #007FB4;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 2rem;
  border: 1px solid #007FB4;
  position: relative;
}

.consultation-item h3::after {
  position: absolute;
  content: "";
  width: 8rem;
  height: 8rem;
  bottom: 1rem;
  right: 2rem;
  background-image: url(../img/sub/feature/talk.svg);
  /* 背景画像のパス */
  background-repeat: no-repeat;
  background-position: center top;
  /* 画像を上部中央に配置 */
  text-align: center;
  background-size: contain;
  opacity: 0.6;
  z-index: 0;
}

.consultation-item {
  display: grid;
  grid-template-columns: 30% 70%;
  box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
}

.consultation-item+.consultation-item {
  margin-top: 3rem;
}

.consultation-item p {
  padding: 3rem 2rem;
  line-height: 1.5;
  border: 1px solid #007FB4;
  background-color: #f8fbf9;
}

.sub-service01 {
  /*  margin-top: 4rem;*/
}

.sub-service01:nth-child(even),
.sub-service02:nth-child(even) {
  background: #f7f7f7;
}

.sub-energy {
  padding-top: 13rem;
  /* background-color: #eef3ee; */
}

/* .sub-energy .sub-service__img img {
  box-shadow: 20px 16px 0 #c9d99f;
}
.sub-energy .second .sub-service__img img {
  box-shadow: -20px 16px 0 #b3d99f;
} */
.sub-air {
  background: linear-gradient(to left, #fff 60%, #fffbe8 60%);
  padding-top: 30rem;
  margin-top: -30rem;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 5rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.company-grid h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #007FB4;
  padding-bottom: 1rem;
  /*   border-bottom: 1px solid #007FB4; */
}

.company-grid p {
  line-height: 1.5;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .home-news2 {
    margin-top: 3rem;
  }

  #all_wrap .flowList {
    width: calc(100% - 0px);
    max-width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }

  #all_wrap .flowList>li {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    border-radius: 0;
    background: #fafafa;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  #all_wrap .flowList>li::before,
  #all_wrap .flowList>li::after {
    display: none;
  }

  #all_wrap .flowList>li::after {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: #3e3e3e;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    bottom: -9px;
    left: 12%;
    top: unset;
    right: unset;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    z-index: -1;
  }

  #all_wrap .flowList>li:last-child::after {
    display: none;
  }

  #all_wrap .flowList>li>span {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 30%;
    padding: 10px;
    margin: 0 auto;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background: #3e3e3e;
    text-align: left;
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    white-space: nowrap;
  }

  #all_wrap .flowList>li>h3 {
    width: 70%;
    padding: 10px;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: left;
    color: #3e3e3e;
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  #all_wrap .flowList>li>h3::before,
  #all_wrap .flowList>li>h3::after {
    display: none;
  }

  #all_wrap .flowList>li>p {
    width: 100%;
    padding: 0 15px 15px !important;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  #all_wrap #coating_flow>p {
    text-align: center;
    width: calc(100% - 60px);
  }

  .sub-service-feature {
    margin-top: 0;
    font-size: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

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

  .sub-service-bg {
    padding-top: 2rem;
  }

  .sub-common-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sub-common-text2 {
    max-width: 100%;
  }

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

  .flex-container h2 {
    font-size: 20px;
  }

  .home .home-shop .c-heading01::before {
    background-image: url(../img/common/asirai.svg);
  }

  .p-home-sec02__ttl span {
    color: #007FB4;
  }

  .home-news2 {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .main_lead {
    font-size: 16px;
    text-align: left;
  }

  .painting-gallery {
    gap: 5px;
  }

  .sub-service__item2 .sub-service__container {
    flex-direction: column-reverse;
  }

  .sub-service__item2 .sub-service__img {
    padding-left: 0;
  }

  .sub-service__item2 .sub-service__text::before {
    left: 4rem;
  }

  .sub-service__item2+.sub-service__item2,
  .sub-service__item3+.sub-service__item3 {
    margin-top: 5rem;
  }

  .sub-service__item2,
  .sub-service__item3 {
    margin-top: 20px;
  }

  .sub-service__item3 .sub-service__container {
    flex-direction: column-reverse;
  }

  .sub-service__item3 .sub-service__img {
    padding-right: 0;
  }

  .ceiling-beforeafter {
    margin-top: 4rem;
  }

  .beforeafter-title {
    font-size: 2rem;
  }

  .ceiling-beforeafter.inner {
    padding: 0;
  }

  .ceiling-beforeafter p {
    text-align: left;
  }

  .ceiling-beforeafter-grid {
    gap: 5px;
  }

  .ceiling-beforeafter-grid .arrow {
    width: 1rem;
  }

  #all_wrap.home-shop.flow {
    padding-top: 7rem;
  }

  .home-mv {
    /* padding-top: 14vw; */
    padding-left: 0;
    margin-left: 0;
  }

  .home-mv__catch img {
    max-width: 46rem;
  }

  .home-works-area .home-center__container.-service {
    margin-right: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    /*    margin-top: -23rem;*/
    padding-top: 2rem;
  }

  .p-home-works-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 0;
    padding: 2rem 15px;
  }

  .p-home-works-item h3 {
    font-size: 2rem;
  }

  .p-home-works-item.-third {
    margin-top: 8rem;
  }

  .works-img {
    width: 90%;
    margin-top: -17rem;
  }

  /*
  .p-home-works {
    padding-bottom: 21rem;
  }
*/
  .home .home-news2 {
    margin-top: 0;
  }

  .sub-energy {
    padding-top: 8rem;
  }

  .sub-air {
    margin-top: -11rem;
    padding-top: 10rem;
  }

  .sub-feature-grid {
    grid-template-columns: 1fr;
  }

  .sub-feature-item h3 {
    font-size: 20px;
  }

  .home .home-shop {
    /* padding-bottom: 26rem; */
  }

  .consultation-item {
    grid-template-columns: 1fr;
  }

  .consultation-item h3 {
    min-height: 104px;
  }

  .p-question {
    padding-bottom: 5rem;
  }

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

  .p-home-sec01__topics {
    font-size: 14vw;
  }

  .c-heading01::before,
  .sub-service-feature::before {
    height: 10rem;
  }
}

/*parallax*/
.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

/*--固定背景01--*/
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/common/bg001.jpg");
  background-color: #ffffff42;
  background-blend-mode: soft-light;
  padding: 11rem;
  position: relative;
  background-size: cover;
  background-position: right;
}

.cd-fixed-bg.cd-bg-1:before {
  content: "";
  position: absolute;
  width: 55%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: #ff5900;
  border-radius: 0 50vw 50vw 0;
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url(../img/common/bg002.jpg);
  background-color: #181818b5;
  background-blend-mode: soft-light;
  padding: 6rem;
  position: relative;
}

.cd-fixed-bg.cd-bg-2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: #3d3d3d80;
}

.cd-fixed-bg.cd-bg-3 {
  background-image: url(../img/common/bg003.jpg);
  background-color: #ffffffad;
  background-blend-mode: soft-light;
  padding: 8rem;
  position: relative;
}

.cd-fixed-bg.cd-bg-3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: #ffffff78;
}

@media screen and (max-width: 736px) {
  .cd-fixed-bg {
    background-size: cover;
    background-attachment: scroll;
  }

  .cd-fixed-bg.cd-bg-1 {
    background-image: url(../img/common/bg001_sp.jpg);
    background-color: #ffffffc2;
    background-blend-mode: soft-light;
  }

  .cd-fixed-bg.cd-bg-2 {
    background-image: url(../img/common/bg002_sp.jpg);
  }

  .cd-fixed-bg.cd-bg-3 {
    background-image: url(../img/common/bg003_sp.jpg);
    padding: 4vw;
  }
}

/*----TOP----*/
.home-center__point {
  position: relative;
  top: -10rem;
  padding-right: 30px;
  z-index: 3;
}

.home-center__point ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  left: 30%;
  position: relative;
  margin-right: 30%;
  gap: 20px;
  justify-items: center;
}

.home-center__point li {
  max-width: 500px;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}

.home-center__point li img {
  width: auto;
  margin: 0 auto;
}

.home-center__point:before {
  content: "";
  position: absolute;
  width: 35%;
  height: 90%;
  top: -3rem;
  left: 0;
  background: linear-gradient(180deg, #007FB4 30%, #e1e1e100 30%);
  z-index: 0;
  background: #007FB4;
  padding-left: 30%;
}

.home-center__point_txt p {
  width: 46%;
  padding-right: 20%;
}

.home-center__point_txt {
  position: absolute;
  z-index: 10;
  padding-left: 30px;
  color: #fff;
}

.home-center__point_txt h3 {
  font-weight: 600;
  font-size: 2rem;
}

.home-center__point h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #007FB4;
  text-align: center;
  margin-top: 2rem;
}

.home-center__point p {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 1rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.home-center__point_txt .home-center__img {
  top: 2rem;
  width: auto;
  position: relative;
  max-width: 180px;
}

.home-center__point .home-center__point_txt p {
  width: 46%;
  padding-right: 20%;
  margin-top: 2rem;
}

/*----事業内容----*/
/*縦スライダー*/
.content_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 100%;
  max-width: 800px;
  position: relative;
  overflow: hidden;
}

.content_01:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: #2423233d;
  background-blend-mode: soft-light;
  z-index: 2;
}

.swiperpage {
  .swiper {
    height: 100%;
    width: calc(50% - 10px);
    width: calc(50%);
    position: absolute !important;

    &.swiper1 {
      left: 0;
      top: 0;
    }

    &.swiper2 {
      left: calc(50% + 10px);
      left: calc(50%);
      top: 0;
    }
  }

  /* スライドの動き等速 */
  .swiper-wrapper {
    transition-timing-function: linear;
  }

  /* 画像のサイズ調整 */
  .swiper-slide {

    img {
      height: 100%;
      width: 150%;
      margin-left: -25%;
      max-width: none;
      object-fit: cover;
      transform: skew(10deg);
    }
  }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content_01 {
    height: 300px;
    max-width: 460px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1220px) {
  .content_01 {
    height: 450px;
    max-width: 600px;
  }
}

/**/
.works_top {
  display: flex;
  margin-left: 30px;
  gap: 20px;
  justify-content: space-between;
  /*align-items: center;*/
}

.works_top_txt {
  width: 50%;
  z-index: 20;
  margin-right: -15%;
  position: relative;
  padding: 20px;
}

/* .works_top_txt:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: #fff;
  z-index: -1;
  border-radius: 6px;
  opacity: 0.7;
} */
.works_top_txt h3 {
  /*    background: #007FB4;*/
  padding: 30px;
  font-size: 3rem;
  text-align: left;
}

.works_top_txt p {
  line-height: 1.7;
  margin-top: 1rem;
  padding: 0 30px;
  color: #fff;
}

.works_top_txt .btn.-white {
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0%);
}

.works_top_body {
  position: relative;
  z-index: 1;
}

.works_top_body button.learn-more {
  margin-left: 3rem;
}

/* .p-home-works:before {
  content: "Service";
  position: absolute;
  z-index: 1;
  top: 5%;
  font-size: 10vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #f7f7f7;
  opacity: 0.7;
  font-family: "Roboto", sans-serif;
  left: 5%;
} */
/*ボタン*/
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 16rem;
  height: 4rem;
  margin: 0 auto;
  margin-top: 3rem;
  display: block;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 4rem;
  height: 4rem;
  background: #007FB4;
  border-radius: 2.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.6rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  /* padding: 0.8rem 0; */
  margin: 0 0 0 2.85rem;
  color: #282936;
  font-weight: 700;
  /* line-height: 0; */
  text-align: center;
  text-transform: uppercase;
  transform: translate(0%, -50%);
  font-size: 1.8rem;
}

button.learn-more .button-text a {
  font-weight: 700;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}

.bg_gray {
  background: #f3f3f3;
  margin-top: 10rem;
}

.bg_gray .p-home-works-wrap {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.p-home-01 {
  position: relative;
  background: url(../img/home/bg_ill01@2x.png) no-repeat;
  background-size: 100%;
  @media screen and (max-width: 767px){
    background-position: center;
  }
}

/* .p-home-01 .c-heading01 span {
  font-size: 4rem;
  text-transform: uppercase;
} */
/* .home-works-area .home-center__container.-service:before {
  content: "ABOUT US";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 2%;
  font-size: 8vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #222;
  opacity: 1;
  text-align: right;
  font-family: "Roboto", sans-serif;
} */
.-white {
  color: #fff;
}

p.-white {
  line-height: 1.7;
  margin: 0;
  margin-top: 3rem;
  max-width: 45%;
  text-align: left;
}

button.learn-more .circle.-white {
  background: #fff;
}

button.learn-more .circle .icon.arrow.-white::before {
  border-top: 0.125rem solid #3e3e3e;
  border-right: 0.125rem solid #3e3e3e;
}

button.learn-more .button-text.-white {
  color: #fff;
}

button:hover .circle .icon.arrow.-white {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text.-white {
  color: #3e3e3e;
}

/* .c-heading01.c-heading01_center.-white:before {
    content: "Building Owner";
    position: absolute;
    z-index: -1;
    top: 0%;
    font-size: 10vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #828282;
    opacity: .5;
    text-align: right;
    display: block;
    line-height: 1;
} */
button.learn-more.-white {
  text-align: left;
  margin: 3rem 0;
}

.c-heading01.c-heading01_center.-white {
  /* text-align: left; */
}

/* .works_top_txt h3:before {
    content: "service list";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 5%;
    font-size: 9vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #99dafc;
    opacity: .3;
    text-align: right;
    display: block;
    line-height: 1;
    background: linear-gradient(309deg, rgba(2, 0, 36, 1) 0%, #009CE2 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.works_top_txt h3 span {
  z-index: 2;
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 3.2rem;
}

/*
.content_01:after {
    content: "Painting";
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    font-size: 8vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #99dafc;
    opacity: 1;
    text-align: center;
    display: block;
    line-height: 1;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, #009CE2 0%, #9be0cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*/
.p-home-sec03__item:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/arrow_menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.p-home-works-img {
  cursor: pointer;
  /*  max-width: 500px;*/
  overflow: hidden;
  width: 100%;
  background-color: #005a89b3;
  background-blend-mode: soft-light;
  position: relative;
  border-radius: 7px;
}

.p-home-works-img img {
  height: auto;
  transition: transform 0.6s ease;
  /* ゆっくり変化させる */
  width: 100%;
}

.p-home-works-img:hover img {
  transform: scale(1.1);
  /* 拡大 */
  opacity: 0.6;
}

.p-home-works-item button.learn-more.-white {
  position: absolute;
  top: 32%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
}

.home .sub-service_link__arrow {
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.p-home-works-item button.learn-more.-white a {
  text-align: center;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.p-home-works-item button.learn-more {
  width: 100%;
}

.home-wide__img {
  padding-bottom: 10rem;
}

@media screen and (max-width: 870px) {
  .home .header-item a {
    padding: 17px 6px;
  }

  .header__link {
    font-size: 14px;
  }

  .header-item.-sns a {
    padding: 0;
    padding-top: 15px;
  }

  .home .sub-service_link__arrow {
    /*
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        */
    width: 3rem;
    height: 3rem;
    /*margin: 1rem 0;*/
    /*position: relative;*/
    top: 45%;
  }

  .home .sub-service_link__arrow::before {
    position: absolute;
    content: "";
    top: 42%;
    right: 42%;
    width: .6rem;
    height: .6rem;
    border-top: 0.2rem solid #007FB4;
    border-right: 0.2rem solid #007FB4;
    transform: rotate(45deg);
    transition: all 0.1s ease;
  }
}

@media screen and (max-width: 767px) {
  .home-center__point {
    top: 0;
  }

  .home-center__point:before {
    width: 100%;
  }

  .home-center__point ul {
    grid-template-columns: 1fr;
    left: 0;
    margin-right: 0;
    gap: 20px;
    margin: 4vw;
    justify-items: center;
    margin-top: 3rem;
    padding-bottom: 16vw;
  }

  .home-center__point_txt {
    position: relative;
    padding-left: 4vw;
    padding-top: 10vw;
  }

  .home-center__point .home-center__point_txt p {
    width: 100%;
    padding-right: 0;
    margin-top: 2rem;
  }

  .home-center__point {
    padding-right: 0;
  }

  .home-center__point:before {
    height: 25%;
    top: 0;
    left: 0;
    padding-left: 30%;
  }

  .home-works-area .home-center__container.-service:before {
    top: -5vw;
    font-size: 14vw;
  }

  .works_top_txt {
    width: 100%;
    z-index: 20;
    margin-right: 0;
    position: relative;
    padding: 20px;
  }

  .works_top {
    display: flex;
    margin-left: 0;
    gap: 0;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    flex-direction: column-reverse;
  }

  .works_top_txt h3:before {
    top: 0;
    right: 0;
    left: 0;
    font-size: 20vw;
    text-align: center;
    background: linear-gradient(179deg, rgba(2, 0, 36, 1) 0%, #009ce2 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .works_top_txt h3 {
    /* background: #007FB4; */
    padding: 0px 0 0px;
    font-size: 3rem;
    text-align: center;
  }

  .works_top_txt h3 span {
    font-size: 6vw;
  }

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

  button.learn-more {
    width: 16rem;
    height: 4rem;
    margin: 0 auto;
    margin-top: 3rem;
    display: block;
    margin-bottom: 3vh;
  }

  .content_01 {
    height: 200px;
  }

  .p-home-works-item+.p-home-works-item {
    padding-top: 0px;
  }

  .p-home-works-item h3 span {
    font-size: 6vw;
    text-align: left;
  }

  .p-home-works-item h3:before {
    height: 200%;
    left: 0;
    bottom: 0;
    font-size: 12vw;
  }

  .p-home-works-item h3 {
    font-size: 2rem;
  }

  .bg_gray .p-home-works-wrap {
    padding-top: 16vw;
    padding-bottom: 16vw;
    margin-top: 0;
  }

  .p-home-works .bg_gray {
    margin-top: 0;
  }

  .p-home-works:before {
    top: 2%;
    font-size: 16vw;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .p-home-works {
    padding-top: 8rem;
    margin-top: 2rem;
    padding-bottom: 4rem;
  }

  .home-wide__img {
    padding-bottom: 16vw;
  }

  .cd-fixed-bg.cd-bg-1 {
    padding: 4vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .home-news {
    padding-bottom: 10vw;
    padding-top: 10vw;
    margin: 0;
  }

  .home-news__box {
    padding: 7vw 5vw 0vw;
  }

  .home-works:before {
    top: 2%;
    font-size: 14vw;
  }

  .home_blog:before {
    bottom: 0;
    top: 5vw;
    font-size: 14vw;
  }

  .p-home-sec03 .item {
    position: relative;
  }

  .p-home-sec03 .item__ttl {
    top: 50%;
    left: 20%;
  }

  button.learn-more .button-text {
    font-size: 1.5rem;
  }

  .home-center__point_txt h3 {
    font-size: 7vw;
  }

  .home-works-area {
    padding: 1rem 0 0rem 0;
    border-radius: 30px;
    margin-top: 0;
  }

  .l-page-cover__ttl {
    font-size: 12vw;
    background-clip: text;
    background-size: 200%;
    width: 100%;
    padding: 0 0 10px 0;
    line-height: 1;
    margin-top: 1vw;
  }

  .l-page-cover:before {
    content: "";
    height: 70%;
    top: -10%;
    right: 30%;
  }

  .l-page-cover__inner {
    padding: 30px 0 0px 0;
    position: relative;
    z-index: 1;
  }

  .cd-fixed-bg.cd-bg-2 {
    padding: 4vw;
  }

  .l-page-cover {
    margin-bottom: 10vw;
    padding: 24vw 4vw 0;
  }

  .p-home-sec01__cont {
    padding-top: 0;
    margin-top: 40px;
  }

  .p-home-sec01__btn-wrap {
    padding-top: 0;
    margin-top: 40px;
  }
}

/*ページ内リンク1*/
.pagelink {
  background: #154b88;
  background: #222;
}

.pagelink .p-service-sec01__txt {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0rem;
  text-align: center;
  padding: 0rem;
}

.page_link img {
  width: 12px;
}

.pagelink.-col3 .p-service-sec01__txt {
  grid-template-columns: 1fr 1fr 1fr;
}

.pagelink.-col2 .p-service-sec01__txt {
  grid-template-columns: 1fr 1fr;
}

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

  .pagelink.-col3 .p-service-sec01__txt,
  .pagelink .p-service-sec01__txt {
    line-height: 1.5;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 6px;
    margin-bottom: 0rem;
  }

  .pagelink.-col2 .p-service-sec01__txt {
    grid-template-columns: 1fr;
  }

  .recruit-txt button.learn-more {
    margin-left: auto;
  }
}

/*ページ内リンク2*/
/*pageMenu*/
.p-pageMenu {
  text-align: center;
  position: relative;
  z-index: 10;
  background: #fff;
}

.pageMenu {
  background-color: #fff;
}

.pageMenu-list {
  display: flex;
  justify-content: center;
}

.pageMenu-item {
  transition: background-color 0.3s;
}

.pageMenu-item:hover {
  background-color: #007FB470;
}

.pageMenu-item:hover a {
  color: #fff;
}

.pageMenu-item a {
  color: #3e3e3e;
  display: block;
  padding: 20px;
  text-align: left;
}

.pageMenu-item:hover a {
  color: #fff;
  text-align: left;
}

.pageMenu-item:hover span {
  color: #fff;
}

.pageMenu {
  /*  background-color: #007FB4;*/
  left: 0;
  position: relative;
  text-align: center;
  transition: height 0.3s;
  width: 100%;
}

.pageMenu-list {
  padding-bottom: 30px;
  padding-top: 30px;
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.pageMenu-item {
  /*display: inline-block;*/
  background-color: #fff;
  display: grid;
  align-items: end;
}

/* メニューをhoverした時のスタイル */
.pageMenu-item:hover .pageMenu {
  height: auto;
}

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

.pageMenu-item img {
  width: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.p-home-works-img.-pageMenu:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/arrow_menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.pageMenu-item span {
  color: #007FB4;
  font-weight: 600;
  font-size: 3rem;
  position: relative;
  z-index: 2;
  top: 10px;
  text-shadow:
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff;
}

.pageMenu-item:hover span {
  text-shadow:
    0 0 10px #007FB4,
    0 0 10px #007FB4,
    0 0 10px #007FB4;
}

.pageMenu-item:hover .pageMenu-item span:before {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pageMenu-item span:before {
  content: "Painting";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 2.5vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #99dafc;
  opacity: 0.4;
  text-align: left;
  display: block;
  line-height: 0.9;
  background: linear-gradient(315deg, rgba(2, 0, 36, 1) 0%, #009ce2 0%, #d9f2ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  text-shadow: none;
}

.pageMenu-item:nth-child(2) span:before {
  content: "Water proofing";
}

.pageMenu-item:nth-child(3) span:before {
  content: "Wall repainting";
}

.pageMenu-item:nth-child(4) span:before {
  content: "Wall Repair";
}

.pageMenu-item:nth-child(5) span:before {
  content: "insulation";
}

.pageMenu-item:nth-child(7) span:before {
  content: "anti corrosion";
}

.pageMenu-item:nth-child(6) span:before {
  content: "sealing";
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pageMenu-item a {
    padding: 17px 10px;
  }

  .pageMenu-item a {
    padding: 17px 10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .pageMenu-item a {
    padding: 23px 14px;
  }

  .pageMenu-item a {
    padding: 23px 14px;
  }
}

@media screen and (min-width: 1440px) {
  .pageMenu-item a {
    padding: 26px;
  }

  .pageMenu-item a {
    padding: 26px;
  }
}

@media screen and (max-width: 767px) {
  .pageMenu-list {
    grid-template-columns: auto;
  }
}

/*Step*/
.flow-container {
  display: grid;
  flex-direction: column;
  align-items: stretch;
  /* margin: 20px; */
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 5rem;
}

.step {
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  margin: 0px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 20px 6px #e3e3e3;
}

.step:not(:last-of-type):after {
  position: absolute;
  content: "";
  top: 40%;
  right: -10%;
  width: 0;
  height: 0;
  background-image: url(../img/common/arrow-flow.svg);
  background-attachment: fixed;
  width: 2.4vw;
  z-index: 110;
  height: 2.4vw;
  background-size: contain;
  background-repeat: no-repeat;
}

.step-number {
  font-size: 120%;
  font-weight: bold;
  background-color: #007FB4;
  color: #fff;
  border-radius: 90px;
  width: 90px;
  height: 90px;
  line-height: 40px;
  padding: 10px 0 0 0;
  top: -50px;
  left: 0;
  position: absolute;
  z-index: 10;
  aspect-ratio: 1 / 1;
}

.step-title {
  font-size: 20px;
  margin: 14px 0;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.step-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.step-text {
  font-size: 1.6rem;
  color: #3e3e3e;
  line-height: 1.5;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 0 20px 30px;
}

.step-number span {
  font-weight: 900;
  font-size: 140%;
  display: block;
  margin-top: -15px;
}

/*Responsive*/
@media (min-width: 768px) {
  .flow-container {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .step {
    max-width: 300px;
    /*        margin: 10px;*/
  }
}

@media (max-width: 767px) {
  .flow-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }

  .step-image {
    width: 140px;
    height: auto;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }

  .step:not(:last-of-type):after {
    bottom: -30%;
    right: 45%;
    width: 10vw;
    height: 10vw;
    transform: rotate(90deg);
    top: auto;
  }

  .step {
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 10px;
  }

  .step-txt {
    text-align: left;
    padding: 10px 10px 20px;
  }

  p.step-text {
    padding: 0;
  }

  .step-number {
    border-radius: 10px 10px 0 0;
    width: 140px;
    height: 40px;
    line-height: 16px;
    padding: 10px 0px 0 0px;
    top: -40px;
    left: 0;
    position: absolute;
    z-index: 10;
    aspect-ratio: 1 / 1;
  }

  .step-number span {
    font-weight: 900;
    font-size: 140%;
    display: inline;
    margin-top: -15px;
    padding-left: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .step-number {
    font-size: 120%;
    font-weight: bold;
    background-color: #007FB4;
    color: #fff;
    border-radius: 90px;
    width: 80px;
    height: 80px;
    line-height: 36px;
    padding: 10px 0 0 0;
    top: -40px;
    left: 0;
    position: absolute;
    z-index: 10;
    aspect-ratio: 1 / 1;
  }
}

/*事業内容*/
.sub-advantage_group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2rem;
}

.sub-advantage_img_group {
  position: relative;
}

.sub-advantage_ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  position: absolute;
  color: #fff;
  bottom: 0%;
  z-index: 10;
  padding: 10px;
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 50%, #007FB4 50%);
  text-shadow: 0 0 5px rgb(75 75 75 / 48%);
}

.sub-advantage_contents {
  position: relative;
}

.sub-advantage_img {
  /*    margin-top: 2rem;*/
  position: relative;
}

.sub-advantage_txt {
  margin-top: 2rem;
  line-height: 1.5;
}

.sub-importance__container {
  display: flex;
  flex-direction: column-reverse;
}

.sub-importance__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 2rem;
}

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

.sub-case__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 2rem;
}

.page-id-2897 .sub-case__list {
  grid-template-columns: repeat(3, 1fr);
}

.page-id-3089 .sub-case__list {
  grid-template-columns: repeat(3, 1fr);
}

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

.c-heading01_bg {
  line-height: 1.2;
  font-size: 2rem;
  background: #333;
  text-align: center;
}

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

.caption {
  /*    margin-top: 2rem;*/
  line-height: 1.5;
}

.home-wide__img.-sub {
  margin-top: 2rem;
}

.-h5.c-heading01.c-heading01_bg {
  color: #fff;
  padding: 6px;
  background: #3e3e3e;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

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

.sub-case__img:before {
  content: "CASE 01";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.5vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #99dafc;
  opacity: 1;
  text-align: left;
  display: block;
  line-height: 0.9;
  background: #007FB4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
  text-shadow: none;
}

.sub-case__item2:nth-child(2) .sub-case__img:before {
  content: "CASE 02";
}

.sub-case__item2:nth-child(3) .sub-case__img:before {
  content: "CASE 03";
}

.sub-case__item2:nth-child(4) .sub-case__img:before {
  content: "CASE 04";
}

.page-id-3089 .sub-case__item2:nth-child(2) .sub-case__img:before {
  content: "";
}

.page-id-3089 .sub-case__item2:nth-child(3) .sub-case__img:before {
  content: "";
}

.page-id-3089 .sub-case__item2:nth-child(4) .sub-case__img:before {
  content: "";
}

.page-id-3089 .sub-case__item2 .sub-case__img:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  font-size: 3.5vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #99dafc;
  opacity: 1;
  text-align: left;
  display: block;
  line-height: 0.9;
  background: #007FB4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
  text-shadow: none;
  background: url(../img/common/check.svg);
  width: 10rem;
  height: 10rem;
}

.sub-location__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sub-location__img {
  margin: 0 auto;
  margin-top: 2rem;
  width: 100%;
}

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

.sub-flow {
  background: #fff;
  padding-top: 4rem;
}

.flow-container {
  padding-bottom: 6rem;
}

.sub-location__container {
  display: flex;
  flex-direction: column-reverse;
}

.sub-location__text .-h5.c-heading01.c-heading01_bg {
  margin: 0;
}

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

.sub-construction__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

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

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

.sub-construction__container {
  display: flex;
  flex-direction: column-reverse;
}

.sub-construction__text .-h5.c-heading01.c-heading01_bg {
  margin: 0;
}

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

.account.-left .home-wide__img.-sub {
  order: 1;
}

.account.-left .caption {
  order: 2;
}

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

.sub-construction__item3 .sub-construction__text {
  display: grid;
  grid-template-columns: 1fr 4fr;
  flex-direction: row;
  background: #fff;
  padding: 6px;
  height: 16vh;
  align-items: center;
}

.sub-construction__list3 .sub-construction__text .-h5.c-heading01.c-heading01_bg {
  text-align: left;
  background: none;
  color: #3e3e3e;
}

.icon_001 {
  width: 40px;
  margin: 0 auto;
}

.icon_001 img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(82%) saturate(1160%) hue-rotate(186deg) brightness(98%) contrast(91%);
}

.sub-case__text h5.-h5.c-heading01.c-heading01_bg {
  background: none;
  color: #007FB4;
  padding: 0;
  font-size: 2.4rem;
  margin-top: 2rem;
}

.caption_img.-sub {
  /*    margin-top: 2rem;*/
}

.sub-service-wrap {
  margin-bottom: 10rem;
}

h3.sub-service-feature {
  text-align: left;
  padding: 0 0px 15px;
}

h3.sub-service-feature::after {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pageMenu-item span:before {
    top: -10px;
    left: 0;
    font-size: 12vw;
  }

  .p-home-works-img {
    aspect-ratio: 2.5 / 1;
  }

  .sub-service-wrap {
    margin-bottom: 16vw;
  }

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

  .sub-advantage_contents+.sub-advantage_contents {
    padding-top: 30px;
  }

  .sub-advantage_ttl {
    text-align: left;
    font-size: 6vw;
  }

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

  .sub-importance__item2+.sub-importance__item2 {
    padding-top: 30px;
  }

  .sub-case__item2+.sub-case__item2 {
    padding-top: 30px;
  }

  .sub-case__img {
    margin-top: 2rem;
    position: relative;
  }

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

  .sub-case__img:before {
    font-size: 10vw;
    top: -20px;
  }

  h3.sub-service-feature {
    text-align: left;
    padding: 0 0px 15px;
    font-size: 5.5vw;
  }

  .sub-location__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .sub-location__container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
  }

  .sub-location__img {
    margin: 0 auto;
    margin-top: 0;
    width: 90%;
    max-width: 130px;
    /*
        aspect-ratio: 1 / 1;
        object-fit: cover;
        */
  }

  /*
    .sub-location__img img {
    aspect-ratio: 1 / 1;
    object-fit: inherit;
}
*/
  .sub-location__text-desc {
    line-height: 1.5;
    margin-top: 1rem;
  }

  .sub-location__text .-h5.c-heading01.c-heading01_bg {
    margin: 0;
    font-size: 5vw;
  }

  .sub-construction__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .sub-construction__list3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 2rem;
  }

  .sub-construction__list3 .sub-construction__text .-h5.c-heading01.c-heading01_bg {
    text-align: left;
    background: none;
    color: #3e3e3e;
    font-size: 5vw;
  }

  .page-id-2897 .sub-case__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-id-3089 .sub-case__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-id-3089 .sub-case__img:before {
    width: 7rem;
    height: 7rem;
  }

  .page-id-3089 .sub-case__item2 .sub-case__img:before {
    top: 0;
    width: 7rem;
    height: 7rem;
  }
}

/*ビルオーナー様へ　building-owner*/
.page-id-2817 section#\30 1 {
  margin-top: 8rem;
}

.-page_bo.-white.c-heading01.c-heading01_center {
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
}

.c-heading01.c-heading01_center.-white.-page_bo:before {
  font-size: 9vw;
  text-align: center;
  top: -60%;
  margin: 0 auto;
}

p.-page_bo.-white {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 3rem;
  color: #fff;
}

.page-wide__img {
  padding-bottom: 3rem;
  margin-top: 3rem;
}

.sub-bo .page-wide__img {
  margin: 0 auto;
  padding-bottom: 0rem;
  margin-top: 3rem;
  width: 50%;
}

.sub-bo-wrap {
  margin-bottom: 10rem;
}

.sub-ob-heading {
  font-size: 3.5rem;
  color: #3e3e3e;
  text-align: center;
  padding: 0 15px 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 4rem;
  line-height: 1.3;
  font-family: "Kantumruy Pro", "Noto Sans JP", serif;
}

.sub-ob-heading::after {
  content: "";
  /* 内容は空 */
  display: block;
  /* ブロックレベル要素にする */
  margin: 15px auto 0;
  /* 上に10pxのマージンを設け、自動で左右中央に配置 */
  width: 60px;
  /* 幅を50pxに設定 */
  height: 2px;
  /* 線の高さ（厚さ） */
  background-color: #007FB4;
  /* 線の色 */
}

h3.sub-ob-heading {
  text-align: left;
  padding: 0 0px 15px;
}

h3.sub-ob-heading::after {
  width: 100%;
}

.sub-ob-purpose {
  /*    background: #fff;*/
  padding: 20px;
}

.sub-ob-purpose ul {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 2rem;
}

.sub-ob-purpose li {
  background: #fff;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}

.sub-ob-purpose li:before {
  content: "1";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  z-index: 10;
  font-size: 4rem;
  color: #007FB4;
}

.sub-ob-purpose li:nth-child(2):before {
  content: "2";
}

.sub-ob-purpose li:nth-child(3):before {
  content: "3";
}

.sub-ob-purpose li:nth-child(4):before {
  content: "4";
}

.sub-ob-purpose li:nth-child(5):before {
  content: "5";
}

.sub-ob-purpose li:after {
  position: absolute;
  content: "";
  bottom: -20px;
  background-image: url(../img/sub/bo/bo_icon01.png);
  background-attachment: fixed;
  width: 80px;
  z-index: 10;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sub-ob-purpose li:nth-child(2):after {
  background-image: url(../img/sub/bo/bo_icon02.png);
}

.sub-ob-purpose li:nth-child(3):after {
  background-image: url(../img/sub/bo/bo_icon03.png);
}

.sub-ob-purpose li:nth-child(4):after {
  background-image: url(../img/sub/bo/bo_icon04.png);
}

.sub-ob-purpose li:nth-child(5):after {
  background-image: url(../img/sub/bo/bo_icon05.png);
}

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

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

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

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

.sub-bo__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 2rem;
}

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

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

.sub-bo__text ul {
  margin-top: 2rem;
}

.sub-bo__text li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 40px;
}

.sub-bo__text li:not(:last-of-type) {
  margin-bottom: 20px;
}

.sub-bo__text li:before {
  position: absolute;
  content: "";
  top: -20%;
  left: 0;
  width: 0;
  height: 0;
  background-image: url(../img/common/check.svg);
  background-attachment: fixed;
  width: 30px;
  z-index: 110;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.sub-bo_img_group {
  position: relative;
}

.sub-bo_ttl {
  text-align: left;
  font-size: 3rem;
  font-weight: 600;
  position: absolute;
  color: #fff;
  bottom: 0%;
  z-index: 10;
  padding: 10px;
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 40%, #007FB4 40%, #007FB4 80%, #fff0 80%);
  text-shadow: 0 0 5px rgb(75 75 75 / 48%);
}

.sub-bo_contents {
  position: relative;
}

.sub-bo_img {
  /*    margin-top: 2rem;*/
  position: relative;
}

.sub-bo_txt {
  margin-top: 2rem;
  line-height: 1.5;
}

.page-news__box {
  background: unset;
  width: 100%;
  padding: 0;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .c-heading01.c-heading01_center.-white.-page_bo:before {
    font-size: 18vw;
    text-align: center;
    top: -40%;
    margin: 0 auto;
  }

  .sub-ob-heading {
    margin-top: 0;
    font-size: 6vw;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-ob-purpose ul {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 2rem;
    column-gap: 10px;
  }

  .sub-ob-purpose {
    padding: 20px 0;
  }

  .sub-ob-purpose li:before {
    width: 20px;
    height: 20px;
    top: 0px;
    font-size: 9vw;
  }

  .sub-ob-purpose li:after {
    bottom: -10px;
    width: 58px;
    z-index: 10;
    height: 58px;
  }

  .sub-ob-purpose li {
    font-size: 5vw;
    line-height: 1.3;
  }

  .sub-bo-wrap {
    margin-bottom: 16vw;
  }

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

  .p-feature-sec01 {
    padding-bottom: 6vw;
  }

  .sub-bo_group {
    grid-template-columns: 1fr;
  }

  .sub-bo_ttl {
    font-size: 6vw;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 30%, #007FB4 30%, #007FB4 80%, #fff0 80%);
  }

  .sub-bo_contents+.sub-bo_contents {
    padding-top: 30px;
  }

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

  .sub-bo__list {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .page-news__box {
    padding-top: 4vw;
    padding: 4vw;
  }

  h3.sub-ob-heading {
    text-align: center;
    padding: 2vw 0px 2vw;
    font-size: 6vw;
    background: #007FB4;
    color: #fff;
  }

  h3.sub-ob-heading::after {
    display: none;
  }

  .page-id-2817 section#\30 1 {
    margin-top: 4rem;
  }
}

.recruit_img {
  margin-top: 3rem;
  position: relative;
}

.recruit_img img {
  border-radius: 14px;
}

/*
.page-id-2881 .sub-shop__table.table_simple {
    margin-top: 3rem;
}
*/
.recruit_txt {
  line-height: 1.5;
  margin-top: 3rem;
  margin-left: 2.4rem;
}

.recruit_group {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .recruit_group {
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .recruit_img {
    order: 1;
  }

  .recruit_txt {
    order: 2;
    margin-left: 0;
    padding-bottom: 6vw;
  }
}

/*カルーセル*/
.xslider_wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 10rem;
  /*
	background: #e2ffc4;
	box-shadow: 0 2px 5px #999;
*/
}

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

/*
.xslider_wrap:hover div {
	animation-play-state: paused!important;
}
*/
.xslider1 div,
.xslider2 div {
  flex: none;
  /*  	padding: 10px;*/
}

/*
.xslider1 div:hover , .xslider2 div:hover {
	transform: translateY(-5px);
}
*/
.sec05#blooming .xslider_wrap {
  margin-bottom: 5rem;
}

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

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

.xslider_wrap img {
  width: 280px;
}

.sec03 .sec_inner.inner {
  margin-top: 6rem;
  /*    background: #fff;*/
  border-radius: 10px;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .xslider_wrap img {
    width: 120px;
  }

  .xslider_wrap {
    margin-top: 0rem;
    margin-bottom: 4rem;
  }
}

/*サービス一覧*/
.sub-service_list01 {
  margin-top: 8rem;
}

.-service_list.-white.c-heading01.c-heading01_center {
  text-align: center;
  color: #007FB4;
  display: flex;
  justify-content: center;
}

.c-heading01.c-heading01_center.-white.-service_list:before {
  font-size: 9vw;
  text-align: center;
  top: -80%;
  margin: 0 auto;
  content: "Service";
  color: #9fddfe;
}

p.-service_list.-white {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 3rem;
  color: #3e3e3e;
}

.page-wide__img {
  padding-bottom: 3rem;
  margin-top: 3rem;
}

.sub-service_list02 {
  padding: 14rem 0;
}

@media screen and (max-width: 767px) {
  .sub-service_list02 {
    padding: 10vw 0;
  }

  .c-heading01.c-heading01_center.-white.-service_list:before {
    font-size: 20vw;
    top: 0%;
  }
}

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

.accordion__summary {
  display: block;
  background: #007FB4;
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 20px 38px 20px 10px;
  width: 100%;
  /* 	border: 1px solid #94b8ac; */
  text-align: left;
  padding: 20px;
  font-size: 4.2vw;
  color: #fff;
  border-radius: 7px;
}

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

.accordion__summary::after {
  content: "";
  font-size: 1.4em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-position: center center;
  background-image: url(../img/common/arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 16px;
  height: 16px;
  z-index: 10;
  transition: 0.3s;
}

.accordion__summary.open::after {
  transform: translateY(-50%);
  transition: 0.3s;
}

/*
.nav-drawer_accordion[open] .accordion__summary::after {
    content: "";
    background-position: center center;
    background-image: url(../img/common/arrow2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 16px;
    height: 16px;
    z-index: 10;
}
*/
.accordion__detail {
  padding: 0vw 4vw 0vw 10vw;
  margin: 0;
  /*     border: solid #94b8ac; */
  border-width: 0px 1px 1px 1px;
}

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

.accordion__text {
  margin: 0;
}

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

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

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

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

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

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

  .accordion-content.accordion__detail .nav-drawer__item::before {
    right: auto;
    left: -7%;
  }

  .accordion-content.accordion__detail .nav-drawer__item .nav-drawer__link {
    padding-left: 20px;
  }

  .nav-drawer__item:last-child a {
    border-bottom: 0px;
  }
}

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

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

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

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

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

.tbl-r05 tr {
  background-color: #fff;
  padding: 0.35em;
  border-bottom: 0px solid #157f37;
}

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

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

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

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

.txt {
  text-align: center;
  font-size: 100%;
}

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

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

.non {
  background: #fff;
}

table tbody th.ttl {
  background: #007FB4;
}

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

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

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

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

.note {
  line-height: 1.7;
}

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

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

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

.tbl-r05 td:first-child {
  text-align: center;
  color: #3e3e3e;
  font-size: 1.8rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tbl-r05 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 0px;
    color: #acacac;
  }

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

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

  .sub_company_box_1 {
    flex-direction: column;
  }

  .sub_company_item {
    width: 100%;
  }

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

  .sub_company_text {
    margin-top: 1rem;
  }

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

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

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

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

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

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

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

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

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

/*取扱資材*/
.sub-service-material_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  margin-top: 3rem;
}

.sub-service-material_cont {
  background: #fff;
  padding: 30px 20px 40px;
  position: relative;
  margin-left: 20px;
}

.sub-service-material_cont h4 {
  font-size: 2.8rem;
  color: #007FB4;
  font-weight: 700;
  /* background: linear-gradient(90deg, #3e3e3e 60%, #ffffff00 100%); */
  padding: 12px 20px 12px 50px;
  top: -20px;
  left: 0;
  position: absolute;
  width: 100%;
  /* height: 60px;*/
}

.sub-service-material_cont h4:before {
  position: absolute;
  content: "01";
  top: -5px;
  left: -20px;
  width: 55px;
  z-index: 110;
  line-height: 2.1;
  text-align: center;
  height: 55px;
  background: #007FB4;
  border-radius: 0;
  border: 0px solid #3e3e3e;
  color: #ffffff;
}

.sub-service-material_cont:nth-child(2) h4:before {
  position: absolute;
  content: "02";
}

.sub-service-material_cont:nth-child(3) h4:before {
  position: absolute;
  content: "03";
}

.sub-service-material_cont:nth-child(4) h4:before {
  position: absolute;
  content: "04";
}

.sub-service-material_txt {
  margin-top: 3rem;
  line-height: 1.5;
}

.maker_list li {
  position: relative;
  z-index: 0;
  padding: 0 0 0 30px;
}

.maker_list li:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background-image: url("../img/common/check.svg");
  background-attachment: fixed;
  width: 30px;
  z-index: 1;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.maker_list li:not(:first-of-type) {
  padding-top: 16px;
}

.maker_list li:not(:first-of-type):before {
  top: 20px;
}

@media screen and (max-width: 767px) {
  .sub-service-material_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    margin-top: 3rem;
  }

  .sub-service-material_cont h4 {
    font-size: 5vw;
    padding: 12px 20px 12px 40px;
    top: -20px;
    width: 100%;
  }

  .sub-service-material_cont h4:before {
    top: -5px;
    left: -25px;
    line-height: 2.4;
  }

  .sub-service-material_cont {
    padding: 20px 20px 20px;
  }
}

/*防水工事工法*/
.sub-service-waterp_list {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  margin-top: 3rem;
  grid-template-columns: repeat(3, 1fr);
  /*grid-template-rows: repeat(2, 1fr);*/
  grid-column-gap: 20px;
  grid-row-gap: 60px;
}

.div1 {
  grid-area: 1 / 1 / 2 / 4;
}

.div2 {
  grid-area: 2 / 1 / 3 / 2;
}

.div3 {
  grid-area: 2 / 2 / 3 / 3;
}

.div4 {
  grid-area: 2 / 3 / 3 / 4;
}

.sub-service-waterp_cont {
  background: #fff;
  padding: 30px 20px 40px;
  position: relative;
  margin-left: 20px;
}

.sub-service-waterp_cont h3 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 600;
  background: #007FB4;
  padding: 12px 20px 12px 40px;
  top: -20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.sub-service-waterp_cont h3:before {
  position: absolute;
  content: "01";
  top: -5px;
  left: -30px;
  width: 60px;
  z-index: 110;
  line-height: 2.1;
  text-align: center;
  height: 60px;
  background: #ffffff;
  border-radius: 30px;
  border: 3px solid #007FB4;
  color: #007FB4;
}

.sub-service-waterp_cont.div2 h3:before {
  position: absolute;
  content: "02";
}

.sub-service-waterp_cont.div3 h3:before {
  position: absolute;
  content: "03";
}

.sub-service-waterp_cont.div4 h3:before {
  position: absolute;
  content: "04";
}

.sub-service-waterp_txt {
  margin-top: 3rem;
  line-height: 1.5;
}

.item_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 1rem;
}

.maker_ttl {
  font-weight: 600;
  font-size: 120%;
  border-bottom: 2px solid #3e3e3e;
  padding-bottom: 10px;
}

.item_list li h4 {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.item_list li p {
  margin-top: 1rem;
}

.sub-service-waterp_txt p {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .sub-service-waterp_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    margin-top: 3rem;
  }

  .sub-service-waterp_cont h3 {
    font-size: 5vw;
    padding: 12px 20px 12px 40px;
    top: -20px;
    width: 100%;
  }

  .sub-service-waterp_cont h3:before {
    top: -5px;
    left: -25px;
    line-height: 2.4;
  }

  .sub-service-waterp_cont {
    padding: 20px 20px 20px;
  }

  .div1,
  .div2,
  .div3,
  .div4 {
    grid-area: auto;
  }
}

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

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

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

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

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

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

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

.sub-reserve-faq .accordion-content {
  background-color: #f3f3f38c;
  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);
}

div#FAQ {
  background: #fff;
  padding: 4rem 7rem 6rem;
  margin-top: 4.7rem;
}

.sub-reserve-faq .sub-section-subtitle {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    margin-bottom: 4rem;
    padding: 10px;
    margin-top: 2rem;
  }

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

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

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

  .p-flow-sec02 .flow_content .detail {
    width: 100% !important;
    padding: 0 0px 0 0px !important;
  }

  .p-flow-sec02 .flow_content .detail .head {
    font-size: 2rem !important;
    padding: 5px 0 15px 0 !important;
  }

  .p-flow-sec02 .flow_content .detail .text {
    font-size: 1.5rem;
  }

  .p-flow-sec02 .flow_content .img {
    width: 100% !important;
    margin: 20px 0 0 0 !important;
  }

  .p-flow-sec02 .flow_content .detail .num {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 4.8rem !important;
  }

  .sub-reserve-faq__box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 0vw;
  }

  .p-flow-sec02 {
    padding: 2rem 0 4rem 0 !important;
  }

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

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

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

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

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

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

  div#FAQ {
    background: #fff;
    padding: 1rem 2rem 4rem;
    margin-top: 1.7rem;
  }
}

.link__btn {
  margin: 0 auto;
  margin-top: 3rem;
  text-align: center;
}

.link__btn .btn.-color {
  background: #3e3e3e;
  border: 1px solid #3e3e3e;
}

.link__btn .btn.-color:hover {
  color: #3e3e3e;
}

.link__btn .btn::before {
  position: absolute;
  content: "";
  top: 30%;
  right: 20px;
  background-image: url(../img/common/link_w.svg);
  background-attachment: fixed;
  width: 2rem;
  z-index: 110;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.link__btn .btn:hover::before {
  background-image: url(../img/common/link.svg);
}

@media screen and (max-width: 767px) {
  .link__btn .btn {
    width: 70vw;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .sub-service-material_cont h4:before {
    top: 0px;
    left: -20px;
    width: 45px;
    line-height: 2;
    height: 45px;
  }

  .sub-service-material_cont h4 {
    padding: 12px 20px 12px 40px;
  }
}

.-m_001 {
  margin-bottom: 3rem;
}

.page-id-2817 .p-feature-sec01 {
  padding-bottom: 1rem;
}

.sub-service_list03.-item {
  /* margin-top: 4rem; */
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.sub-service_list03.-item li {
  display: flex;
  /* margin-top: 3rem; */
}

.sub-service_list03-txt {
  padding: 3rem;
  line-height: 1.5;
  position: relative;
  margin: auto;
  padding-right: 10rem;
}

.sub-service_list03-img {
  width: 100%;
  position: relative;
}

.sub-service_list03-img img {
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.sub-service_list03.-item li:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .sub-service_list03.-item li {
    display: flex;
    flex-direction: column;
  }

  .sub-service_list03-img {
    width: 100%;
  }

  .sub-service_list03.-item li:nth-child(odd) .sub-service_list03-txt {
    margin-left: 0px;
  }

  .sub-service_list03.-item li:nth-child(even) .sub-service_list03-txt {
    margin-right: 0px;
  }

  .sub-service_list03.-item li:nth-child(even) {
    flex-direction: column;
  }

  .sub-service_list03-txt button.learn-more {
    width: 16rem;
    height: 4rem;
    margin: 0;
    margin-top: 3rem;
    display: block;
    margin-bottom: 3vh;
    text-align: center;
  }

  .sub-service_list03.-item li:not(:last-of-type) {
    display: flex;
  }

  .sub-location__text {
    width: 100%;
  }

  .item_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 1rem;
  }

  .item_list img {
    width: 170px;
    margin: 0 auto;
  }

  .sub-bo .page-wide__img {
    width: 100%;
  }

  .sub-service_list03-txt {
    width: 100%;
    line-height: 1.5;
    position: relative;
    padding: 2rem;
    padding-right: 7rem;
  }

  .sub-service_list03-txt:before {
    top: 0;
    font-size: 12vw;
    opacity: 0.1;
  }
}

.home .c-heading01.c-heading01_center.-white:before {
  color: #fff;
}

.job_name {
  background: #1d9fea;
  padding: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  margin-top: 3rem;
}

.job_image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 2rem 0;
}

.sub-shop__container+.sub-shop__container {
  margin-top: 6rem;
}

.ig_area {
  margin: 6rem 0;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3,
.sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3 {
  padding-top: 20px !important;
  font-weight: 700;
}

.p-company-sec03 {
  padding: 3rem 0 8rem;
  margin: 4rem 0 8rem;
}

.p-company-sec03__grid {
  display: grid;
  grid-template-columns: 40% 50%;
  gap: 6rem;
  align-items: center;
  align-items: stretch;

  .imageArea {
    border-radius: 10px;
    overflow: hidden;
  }
}

.p-company-sec03__grid h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}
.p-company-sec03__grid p {
  margin-top: 3rem;
  line-height: 1.7;
}

.sdgs__txt {
  line-height: 1.7;
}

.sdgs__txt h3 {
  font-size: 3rem;
  font-weight: 600;
}

.sdgs__txt p {
  margin-top: 2rem;
}

.sdgs__img img {
  /* height: 30rem; */
  width: auto;
  object-fit: none;
  background: #fff;
  aspect-ratio: 2 / 1;
  margin: auto;
}

.p-company-sec03__cont.cont {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .sdgs_group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
  }

  .sdgs__txt h3 {
    font-size: 5vw;
    font-weight: 600;
  }

  .p-company-sec03__cont.cont {
    margin-top: 2rem;
  }

  .p-company-sec03 {
    padding: 5rem 0 6rem;
    margin: 6rem 0 0;
  }
}

/*20241107*/
.note_lastly {
  position: relative;
  background: #b7daec;
  padding: 1rem 2rem 3rem;
  border-radius: 1rem;
}

.note_txt {
  line-height: 1.5;
  margin-top: 2rem;
  text-align: center;
}

h3.note_heading {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin: 2rem 0 3rem;
}

.note_lastly:before {
  position: absolute;
  content: "";
  top: -30%;
  left: 0;
  width: 0;
  height: 0;
  background-image: url(../img/common/point_illust.png);
  background-attachment: fixed;
  width: 16rem;
  z-index: 110;
  height: 16rem;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .note_lastly:before {
    position: absolute;
    content: "";
    top: -10%;
    left: 0;
    width: 0;
    height: 0;
    background-image: url(../img/common/point_illust.png);
    background-attachment: fixed;
    width: 8rem;
    z-index: 0;
    height: 8rem;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .note_lastly {
    padding: 3rem 2rem 3rem;
  }
}

.sub-service06 {
  /*  margin-top: 4rem;*/
}

.sub-service06:nth-child(even),
.sub-service06:nth-child(even) {
  background: #f7f7f7;
}

.sub-service.sub-flow.sub-bg {
  background: #f7f7f7;
}

.sub-service06 .sub-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.sub-case__item2 .sub-case__img:before {
  content: "CASE 01";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.5vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #99dafc;
  opacity: 1;
  text-align: left;
  display: block;
  line-height: 0.9;
  background: #007FB4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
  text-shadow: none;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #333;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sub-case__img:before {
  content: "01";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.5vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #99dafc;
  opacity: 1;
  text-align: left;
  display: block;
  line-height: 0.9;
  background: #007FB4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
  text-shadow: none;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #333;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sub-case__item6:nth-child(2) .sub-case__img:before {
  content: "02";
}

.sub-case__item6:nth-child(3) .sub-case__img:before {
  content: "03";
}

.sub-case__item6:nth-child(4) .sub-case__img:before {
  content: "04";
}

.sub-case__item6:nth-child(5) .sub-case__img:before {
  content: "05";
}

.sub-case__item6:nth-child(6) .sub-case__img:before {
  content: "06";
}

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

  .page-id-3091 .sub-case__item6 .sub-case__img:before {
    font-size: 16vw;
  }

  .sub-case__img:before {
    font-size: 10vw;
  }

  .sub-case__item2 .sub-case__img:before {
    font-size: 10vw;
  }
}

/*サービス　シーリング*/
.sub-location__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2rem;
}

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

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

.sub-location__container {
  display: flex;
  flex-direction: column;
}

.sub-location__img:before {
  content: "01";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.5vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #99dafc;
  opacity: 1;
  text-align: left;
  display: block;
  line-height: 0.9;
  background: #007FB4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
  text-shadow: none;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #333;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sub-location__item2:nth-child(2) .sub-location__img:before {
  content: "02";
}

.sub-location__item2:nth-child(3) .sub-location__img:before {
  content: "03";
}

.sub-location__item2:nth-child(4) .sub-location__img:before {
  content: "04";
}

.sub-location__item2:nth-child(5) .sub-location__img:before {
  content: "05";
}

.sub-location__item2:nth-child(6) .sub-location__img:before {
  content: "06";
}

@media screen and (max-width: 767px) {
  .sub-location__item2+.sub-location__item2 {
    padding-top: 30px;
  }

  .sub-location__img {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    aspect-ratio: auto;
    max-width: 100%;
  }

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

  .sub-location__img:before {
    font-size: 16vw;
    top: 0;
  }
}

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

/*サービス　シーリング　table*/

.sub-table__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 2rem;
}

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

.sub-service-read {
  line-height: 1.5;
}

.sub-table__table {
  margin: 1rem 0 0;
}

@media screen and (max-width: 767px) {
  .sub-table__item2+.sub-table__item2 {
    padding-top: 30px;
  }

  .sub-table__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 2rem;
  }
}

/*
.tbl-service td:first-child {
  background: #fbf5f5;
}
*/
@media screen and (max-width: 640px) {
  .tbl-service {
    width: 80%;
  }

  .tbl-service .thead {
    /*display: none;*/
  }

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

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

  /*
  .tbl-service td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  */
  .tbl-service td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 2rem;
    color: #a1a1a1;
  }
}

.tbl-service th,
.tbl-service td {
  padding: 10px;
  /*border: solid 1px #ccc;*/
  text-align: left;
  box-sizing: border-box;
  line-height: 1.5;
}

.tbl-service th {
  background: #ebebeb;
  color: #000000;
}

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

  table.tbl-service th,
  table.tbl-service th,
  table.tbl-service td {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: left;
  }

  .tbl-service tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}

/* CSS */
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* border-radius: 0 50px 50px 0; */
}

/* .slider .slick-track {
  display: flex;
  animation: scroll 120s linear infinite; 
} */


@keyframes scroll {
  0% {
    transform: translateX(0);
    /* 開始位置 */
  }

  100% {
    transform: translateX(-100%);
    /* 最後に横に完全にスクロール */
  }
}

.mask-bg {
  color: transparent;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
  background: #fff;
  padding: 3rem;
}

.mask-bg span {
  font-size: 16px;
  font-weight: 600;
}

.mask-bg p span {
  font-size: 5rem;
  color: #ff5900;
  font-weight: 800;
}

.mask-bg::after {
  background: #007FB4;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(100%);
  /* 初期位置を下に設定 */
  opacity: 1;
  /* 最初は完全に表示 */
  transition:
    transform 1.2s cubic-bezier(0.8, 0, 0.17, 1),
    opacity 0.2s ease-out;
  /* アニメーション */
}

.mask-bg.is-animated {
  color: #222;
}

.mask-bg.is-animated::after {
  transform: translateY(0);
  /* アニメーション開始時 */
  opacity: 1;
  /* アニメーション中は表示 */
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
  /* アニメーション後も残る */
}

@keyframes mask-bg {
  0% {
    transform: translateY(100%);
    /* 初期位置 */
    opacity: 1;
    /* 初期状態では完全に表示 */
  }

  40%,
  60% {
    transform: translateY(0%);
    /* 中間位置でスクロール */
    opacity: 1;
    /* 中間でも表示 */
  }

  100% {
    transform: translateY(-100%);
    /* 完全に上に移動 */
    opacity: 0;
    /* 最後に非表示に */
  }
}

.home-mv__text img {
  width: 100%;
  /* margin: auto; */
  margin-bottom: 1rem;
}

.home-mv__text p {
  line-height: 1.5;
  font-weight: 800;
  margin-top: 2rem;
}

.service_img img {
  border-radius: 50px 0 0 50px;
}

.bg_green {
  background: #21ab0f;
}

.context {
  width: 100%;
  position: absolute;
  top: 50vh;
}

.context h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
}

.area {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #e2f3fc;
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.slider2 {
  padding: 7rem 0;
}

.slider2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 14px;
}

.slider2 {
  .slick-slide {
    margin: 0 10px;
    width: 288px;

    &:nth-child(2),
    &:nth-child(5) {
      width: 216px;
    }
  }
}

.p-home-02 .c-heading01 span {
  color: #fff;
}

.p-home-sec06 {
  padding: 6rem 0;
  position: relative;
  /*   margin-top: 10rem; */
  margin-bottom: 6rem;
}

.recruit-grid {
  display: grid;
  grid-template-columns: 55% 42%;
  gap: 3rem;
  align-items: center;
  margin-top: 2rem;
}

.recruit-txt span {
  font-weight: 600;
  text-align: center;
  font-size: 3rem;
  display: block;
}

.recruit-txt p {
  line-height: 1.5;
  margin-top: 3rem;
}

.recruit-grid img {
  border-radius: 14px;
}

.p-company-sec01_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  margin-top: 3rem;
}

.p-company-sec01_item {
  background: #fff;
  box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);
  padding: 2rem;
}

.p-company-sec01_item h3 {
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  color: #007FB4;
  margin-top: 1rem;
}

.p-company-sec01_item p {
  margin-top: 1rem;
  line-height: 1.5;
  text-align: center;
}

.p-company-sec01_item img {
  max-width: 130px;
  margin: auto;
}

.p-company-sec03__grid p span {
  display: block;
  text-align: end;
  margin-top: 3rem;
  font-size: 14px;
}

.p-company-sec03__grid p img {
  max-width: 250px;
  margin-left: auto;
  margin-top: 1rem;
}



.philosophy-txt {
  padding: 5rem 4rem;
  /* box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%); */
  text-align: center;
  /* border: 1px solid #3e3e3e; */
  border-radius: 1rem;
  margin: 2rem 0 0;
}

.philosophy-txt span {
  margin-top: 2rem;
  text-align: center;
  font-size: 2.6rem;
  color: #222;
  font-weight: 600;
}

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

.p-company-sec03__grid p span.p-company-sec03__txt-span {
  margin-top: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #fc9f11;
  line-height: 1.5;
}

.p-company-sec03__txt {
  .nameArea {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    gap: 10px;
    align-items: center;

    .post {
      font-size: 16px;
      line-height: 1.5;
    }

    .name {
      font-size: 20px;
      line-height: 1.5;
      font-weight: bold;
    }
  }
}

.item02__map {
  margin-top: 2rem;
}

.single-post_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.single-post-thumbnail {
  padding-left: 2rem;
}

.sub-case .sub-single__main .single-post_grid .sub-shop__table {
  padding-top: 2rem;
}

h2.single-post-voice-ttl {
  font-size: 3rem;
  font-weight: 600;
  background-color: #fff;
  color: #007FB4;
  border-bottom: 1px solid #3e3e3e;
  padding-left: 0;
}

h2.single-post-voice-ttl span {
  font-size: 16px;
  display: block;
  margin-top: 1rem;
}

.p-news-cont {
  padding: 0 2rem;
}

.recruit-box {
  padding-bottom: 0;
}

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

.recruit-detail-item {
  padding: 3rem;
  box-shadow: 1px 0px 15px 5px rgb(71 57 39 / 4%);
  border-radius: 14px;
}

.recruit-detail-item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 14px;
}

.recruit-detail-item h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #007FB4;
  text-align: center;
  line-height: 1.5;
  margin-top: 1rem;
}

.recruit-detail-item p {
  margin-top: 1rem;
  line-height: 1.5;
}

.recruit-guideline {
  margin-top: 6rem;
}

.recruit-txt {
  text-align: left;
  margin-top: 0;
  line-height: 1.7;
  margin-bottom: 3rem;
  position: relative;
}

.service-txt .recruit-txt,
.recruit-txt-center {
  text-align: center;
}

.recruit-txt button.learn-more {
  margin-left: 0;
}

.recruit-txt span {
  color: #1d9fea;
  font-size: 3rem;
  margin-top: 1rem;
}

.p-home-works-img.-header {
  border-radius: 14px;
  margin: 1rem 0;
}

.service-txt {
  padding-top: 6rem;
  /* padding-bottom: 3rem; */
}

.header-item.-sns {
  height: 20px;
}

.footer__item.-sns {
  width: 20px;
}

.privacy-policy {
  height: 200px;
  max-width: 90rem;
  width: 100%;
  padding: 0 2em 2em 1em;
  border: 2px solid #9da3a7;
  overflow-y: scroll;
  text-align: left;
  font-size: 14px;
  background-color: #fff;
  color: #141414;
  margin: 6rem auto 0;
}

.privacy-policy__head {
  margin-top: 14px;
  margin-bottom: 2px;
  font-weight: 700;
}

.privacy-policy p {
  line-height: 1.5;
}

.service_img {
  width: 50%;
}

.works-category-list ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.works-category-list li {
  background: #21ab0f;
  color: #fff;
  padding: 9px 14px;
  border-radius: 4px;
  margin-top: 3rem;
}

/* .p-home-02 .c-heading01.c-heading01_center.-white .big {
  font-size: 7rem;
} */

.c-news__link {
  position: relative;
  color: #333;
  /* リンクの基本色 */
  text-decoration: none;
  /* 下線を消す */
  font-weight: bold;
  padding-right: 2.5em;
  /* 丸アイコンのスペース */
  transition: color 0.3s ease;
  /* リンク色の変化をスムーズに */
}

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

.sub-service_link {
  position: relative;
}

.sub-service_list03-txt {
  position: absolute;
  bottom: 0;
}

.sub-service_list03-img {
  position: relative;
  /* オーバーレイの基準を設定 */
  overflow: hidden;
  /* 画像が親要素をはみ出さないようにする */
  border-radius: 14px;
}

.sub-service_list03-img img {
  transition: transform 0.3s ease;
  /* 拡大のアニメーションを設定 */
  display: block;
  /* 不要な余白を防ぐ */
  width: 100%;
  /* 親要素にフィットさせる */
  height: auto;
  /* 縦横比を保持 */
}

.sub-service_list03-img::before {
  content: "";
  /* オーバーレイを作成 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #000000b3 20%, #ffffff00 70%);
  pointer-events: none;
  /* オーバーレイがクリックイベントを邪魔しないようにする */
  z-index: 1;
  /* 画像の上に表示 */
  transition: background 0.3s ease;
  /* ホバー時の色変化をスムーズに */
  border-radius: 14px;
}

.sub-service_list03-img:hover img {
  transform: scale(1.1);
  /* ホバー時に画像を拡大 */
}

.sub-service_list03-img:hover::before {
  background: rgba(0, 0, 0, 0.6);
  /* ホバー時にオーバーレイを濃くする */
  border-radius: 0;
  transition: transform 0.3s ease;
}

.sub-service_link {
  position: relative;
  /* 擬似要素の基準位置 */
  display: inline-block;
  text-decoration: none;
  /* リンクの下線を消す */
}

.sub-service_link__arrow {
  content: "";
  position: relative;
  top: 84%;
  left: 86%;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border-radius: 50px;
  z-index: 3;
}

.sub-service_link__arrow::before {
  position: absolute;
  content: "";
  top: 43%;
  right: 43%;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #007FB4;
  border-right: 0.2rem solid #007FB4;
  transform: rotate(45deg);
  transition: all 0.1s ease;
}

.sub-service_link:hover .sub-service_link__arrow::before {
  transition: all 0.1s ease;
  /*right: 40%;*/
}

.contact-sec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: auto;
  margin-top: 6rem;
  position: relative;
}

.contact-sec a {
  padding: 1.5rem;
  background: #fff;
  color: #007FB4;
  border: 1px solid #007FB4;
  text-align: center;
  position: relative;
  font-weight: 600;
}

.contact-sec a::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  /* 真ん中に配置 */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  /* 左側を透明に */
  border-right: 10px solid transparent;
  /* 右側を透明に */
  border-top: 15px solid #007FB4;
  /* 下向き矢印の色 */
}

/* --------------------------------
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(rgb(100, 179, 244)), to(rgb(33, 89, 186)));
  background: linear-gradient(90deg, rgb(100, 179, 244) 0%, rgb(33, 89, 186) 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;
}

.accordion .js-accordion-title {
  /* background-color: #ebf6fc; */
  border-bottom: 1px solid #114979;
  cursor: pointer;
  padding: 15px 20px 23px;
  position: relative;
  font-size: 3rem;
  margin-top: 2rem;
  position: relative;
}

.accordion .js-accordion-title::before {
  content: "Q";
  position: absolute;
  display: block;
  width: 2.8rem;
  /* 画像の幅 */
  height: 4rem;
  /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  color: #007FB4;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  left: 2.2rem;
}

.accordion .js-accordion-title span {
  font-size: 16px;
  margin-left: 5rem;
  margin-bottom: 5px;
}

.accordion .js-accordion-title i.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #007FB4;
  border-right: 4px solid #007FB4;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease-in-out;
}

.accordion .js-accordion-title.open i.arrow {
  transform: translateY(-50%) rotate(-45deg);
}

.accordion-content {
  display: none;
  background-color: #f5fbfe;
  padding: 10px 20px;
  font-size: 16px;
  position: relative;
  padding-left: 7rem;
  line-height: 1.5;
}

.accordion-content::before {
  content: "A";
  position: absolute;
  display: block;
  width: 3.3rem;
  /* 画像の幅 */
  height: 3.5rem;
  /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  /* background-image: url(../img/common/A.svg); */
  left: 2.4rem;
  top: 1.4rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  color: #ff5900;
  font-size: 3rem;
}

.faq.inner {
  max-width: 1000px;
}

.faq {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background: #fff;
}

.bg-blue {
  background: #edf8fd;
  padding: 6rem 15px;
}

.tel-inner {
  background: #edf8fd;
  max-width: 1000px;
  padding: 1rem 15px 5rem;
}

.pagination {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .slider {
    width: 100%;
  }

  .home-mv__text {
    left: 0;
    top: 44%;
  }

  .mask-bg {
    background: #ffffff91;
    padding: 0 1rem 2rem;
  }

  .home-mv__text p {
    font-size: 2.4rem;
    margin-top: 1rem;
  }

  .mask-bg p span {
    font-size: 2.4rem;
  }

  .mask-bg span {
    font-size: 14px;
  }

  .slider .slick-slide {
    margin: 0;
  }

  .home-mv__scrolldown {
    left: 50%;
  }

  .home-works-area .c-heading01 {
    font-size: 2.5rem;
    padding: 0;
  }

  .service_img {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
  }

  .service_img img {
    border-radius: 0;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
ul.nav-drawer__list.sub-reserve-faq__box {
    padding: 0;
}
  
  .cd-fixed-bg.cd-bg-1:before {
    width: 90%;
  }

  p.-white {
    max-width: 85%;
  }

  .recruit-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .recruit-txt p {
    margin-top: 1rem;
  }

  .p-home-sec06 {
    padding: 2rem 0;
    margin-bottom: 0;
  }

  .footer_text {
    font-size: 16px;
    padding: 0 15px;
  }

  .footer-map iframe {
    height: 55vw;
  }

  .footer__item.-sns {
    margin: 8vw auto 0;
  }

  .p-company-sec01_grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .p-company-sec01_item p {
    font-size: 14px;
  }

  .p-company-sec01_item {
    padding: 1rem;
  }

  .philosophy-txt span {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .p-company-sec03__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .p-company-sec03__grid h3 {
    font-size: 2rem;
  }

  .p-company-sec02__inner {
    padding: 4rem 15px 0;
  }

  .service-txt {
    padding-top: 2rem;
  }

  .recruit-txt {
    font-size: 14px;
    padding: 0 15px;
  }

  .single-post_grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .single-post-thumbnail {
    padding-left: 0;
    padding-bottom: 2rem;
  }

  .sub-case .sub-single__main .single-post_grid .sub-shop__table {
    padding-top: 0;
  }

  .sub-shop__table tr:last-of-type {
    border-bottom: none;
  }

  .p-news-cont {
    padding: 0;
  }

  h2.single-post-voice-ttl {
    font-size: 2.4rem;
  }

  .recruit-detail-grid {
    grid-template-columns: 1fr;
  }

  .recruit-detail-item {
    padding: 15px;
  }

  body {
    font-size: 14px;
  }

  .recruit-txt span {
    font-size: 18px;
  }

  /*   .p-home-01 .c-heading01 span {
    font-size: 3rem;
    letter-spacing: 0.01em;
  } */
  .c-heading01 span {
    font-size: 2rem;
  }

  .works-category-list li {
    margin-top: 0;
  }

  .p-home-02 .c-heading01.c-heading01_center.-white .big {
    font-size: 5rem;
  }

  .p-home-sec06::before {
    font-size: 14vw;
  }

  .home-news.home_blog::before {
    top: 3%;
  }

  .footer__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .nav-drawer .accordion .js-accordion-title {
    font-size: 2rem;
    padding: 15px;
    border-bottom: none;
  }

  .nav-drawer .accordion .js-accordion-title::before,
  .nav-drawer .accordion-content::before {
    content: none;
  }

  .sub-service_list03.-item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sub-service_link__arrow {
    left: 83%;
    top: 72%;
    width: 4rem;
    height: 4rem;
  }

  .contact-sec {
    padding: 0 15px;
    gap: 1rem;
  }

  .sub-contact {
    padding-top: 4rem;
  }

  .bg-blue {
    padding: 4rem 0;
  }

  .accordion .js-accordion-title {
    padding: 15px 15px 23px 10px;
  }

  .accordion .js-accordion-title i.arrow {
    right: 5px;
  }

  .accordion .js-accordion-title::before {
    left: 0.2rem;
  }

  .accordion .js-accordion-title span {
    margin-left: 3rem;
  }

  .accordion-content::before {
    left: 1.4rem;
  }

  .accordion-content {
    padding-left: 5rem;
  }

  .contact-sec a {
    padding: 1rem 0;
    line-height: 1.5;
  }

  .tel-inner {
    padding: 3rem 15px;
  }

  .philosophy-txt {
    padding: 2.5rem 1.5rem;
  }

  .philosophy-txt p {
    font-size: 1.4rem;
    text-align: center;
  }

  .home-center__text p {
    margin-bottom: 1rem;
  }

  .p-home-works .c-heading01 {
    text-align: center;
    padding-left: 0;
    padding-bottom: 1rem;
  }

  .works_top_body button.learn-more {
    margin-left: auto;
  }

  .p-home-works-item button.learn-more.-white {
    top: 24%;
  }

  .p-home-works-item button.learn-more.-white a {
    font-size: 2.6rem;
  }

  .l-page-cover .c-heading01 span {
    font-size: 5rem;
  }

  .l-page-cover .c-heading01 {
    padding-left: 10px;
  }
}

/* mq */
.c-headingWrap {
  position: relative;

  &.c-headingWrap {
    &::after {
      display: none;
    }
  }

  &::after {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);

    content: '';
    width: 50px;
    height: 5px;
    background-color: #007FB4;
    border-radius: 5px;

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

  .bgTit {
    position: absolute;
    z-index: -1;
    top: -23px;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    font-size: 200px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    background: linear-gradient(90deg, #007FB4, #A2CDDF 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .1;
    font-family: "Kantumruy Pro", "Noto Sans JP", serif;

    @media screen and (max-width: 767px) {
      font-size: 90px;
      top: -60%;
      line-height: 1;
    }
  }

  &.c-headingWrap--left {
    &::after {
      background-color: #fff;
      left: 0;
      transform: none;

      @media screen and (max-width: 767px) {
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
}

.c-heading01 {
  position: relative;
  font-weight: 900;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  overflow: hidden;

  .big {
    font-family: "Kantumruy Pro", "Noto Sans JP", serif;
  }

  &.c-heading01--left {
    text-align: left;

    @media screen and (max-width: 767px) {
      text-align: center;
    }
  }

  &.c-heading01--white {
    span {
      color: #fff;
    }
  }
}

.c-heading01.c-heading01_center .big {
  font-size: 6.6rem;
  line-height: 1;
}

.c-heading01.c-heading01_center .blue {
  color: #007FB4;
}

.c-heading01.is-inview span {
  display: inline-block;
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(100%);
  /* 下に隠す */
  animation: fadeSlideUp 0.6s ease forwards;
}

.c-heading01.is-inview span:nth-child(1) {
  animation-delay: 0s;
}

.c-heading01.is-inview span:nth-child(2) {
  animation-delay: 0.1s;
}

.c-heading01.is-inview span:nth-child(3) {
  animation-delay: 0.2s;
}

.c-heading01.is-inview span:nth-child(4) {
  animation-delay: 0.3s;
}

.c-heading01.is-inview span:nth-child(5) {
  animation-delay: 0.4s;
}

.c-heading01.is-inview span:nth-child(6) {
  animation-delay: 0.5s;
}

.c-heading01.is-inview span:nth-child(7) {
  animation-delay: 0.6s;
}

.c-heading01.is-inview span:nth-child(8) {
  animation-delay: 0.7s;
}

.c-heading01.is-inview span:nth-child(9) {
  animation-delay: 0.8s;
}

.c-heading01.is-inview span:nth-child(10) {
  animation-delay: 0.9s;
}

.c-heading01.is-inview span:nth-child(11) {
  animation-delay: 1s;
}

.c-heading01.is-inview span:nth-child(12) {
  animation-delay: 1.1s;
}

.c-heading01.is-inview span:nth-child(13) {
  animation-delay: 1.2s;
}

.c-heading01.is-inview span:nth-child(14) {
  animation-delay: 1.3s;
}

.c-heading01.is-inview span:nth-child(15) {
  animation-delay: 1.4s;
}

.c-heading01.is-inview span:nth-child(16) {
  animation-delay: 1.5s;
}

.c-heading01.is-inview span:nth-child(17) {
  animation-delay: 1.6s;
}

.c-heading01.is-inview span:nth-child(18) {
  animation-delay: 1.7s;
}

.c-heading01.is-inview span:nth-child(19) {
  animation-delay: 1.8s;
}

.c-heading01.is-inview span:nth-child(20) {
  animation-delay: 1.9s;
}

.c-heading01.is-inview span:nth-child(21) {
  animation-delay: 2.0s;
}

.c-heading01.is-inview span:nth-child(22) {
  animation-delay: 2.1s;
}

.c-heading01.is-inview span:nth-child(23) {
  animation-delay: 2.2s;
}

.c-heading01.is-inview span:nth-child(24) {
  animation-delay: 2.3s;
}

.c-heading01.is-inview span:nth-child(25) {
  animation-delay: 2.4s;
}

.c-heading01.is-inview span:nth-child(26) {
  animation-delay: 2.5s;
}


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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 全体を覆うオーバーレイの基本設定 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 33.333%;
  /* 3分割するための高さ */
  z-index: 9999;
  transform: translateX(0);
  /* 初期状態で画面全体を覆う */
  transition: transform 0.8s ease;
  /* スライドアニメーション */
}

/* 各オーバーレイの色 */
.overlay-1 {
  background: #007FB4;
  /* 赤色 */
  top: 0;
  /* 上部に配置 */
}

.overlay-2 {
  background: #0077bd;
  /* 緑色 */
  top: 33.333%;
  /* 中央に配置 */
}

.overlay-3 {
  background: #e3eef6;
  /* 青色 */
  top: 66.666%;
  /* 下部に配置 */
}

/* スライドアウト時の動き */
.overlay-1.hidden {
  transform: translateX(-100%);
  /* 左にスライドアウト */
}

.overlay-2.hidden {
  transform: translateX(100%);
  /* 右にスライドアウト */
}

.overlay-3.hidden {
  transform: translateY(100%);
  /* 下にスライドアウト */
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 0;
  }
}

/*20241205*/
.p-home-works-item button.learn-more.-white a {
  /*text-align: center;*/
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-shadow: 0 0 10px #00000061;
}

.home .p-home-02 .c-heading01.c-heading01_center {
  top: 20px;
}

@media screen and (max-width: 767px) {
  .home .p-home-works.slide-up .c-heading01.c-heading01_center {
    top: 10px;
  }
}

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

  .p-home-works-img {
    aspect-ratio: 3 / 2;
  }

  .p-home-works-item h3 span {
    font-size: 4vw;
    text-align: left;
    line-height: 1.3;
  }

  .p-home-works-item button.learn-more.-white {
    top: 4%;
  }

  .p-home-works-item button.learn-more.-white a {
    font-size: 2rem;
  }

  .home-works-area .home-center__container.-service:before {
    top: 39%;
    font-size: 14vw;
    left: 4vw;
    right: auto;
  }

  .works-category-list {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .cd-fixed-bg.cd-bg-1 {
    padding: 4vw;
    padding-top: 4vw;
    padding-bottom: 10vw;
  }

  .cd-fixed-bg.cd-bg-1:before {
    height: 40%;
  }
}

@media screen and (max-width: 767px) {
  p.top_body {
    line-height: 1.7;
    margin-top: 4rem;
    padding: 0;
    padding-top: 2rem;
  }

  .home-news__container {
    margin-top: 4rem;
  }

  .home-works .home-news__box {
    padding: 3vw 5vw 0;
  }

  .p-home-sec06.p-home-sec06 .c-heading01.c-heading01_center {
    padding: 10vw 5vw 4vw;
  }

  .home-news.home_blog .home-news__container {
    margin-top: 0;
  }

  .c-news__tag {
    font-size: 3vw;
    width: 60%;
    height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__left {
    flex-direction: column;
    align-items: center;
  }
}

/*下層*/

@media screen and (max-width: 767px) {
  .sub-shop__text {
    margin-top: 0;
  }

  .c-heading01.c-heading01_center {
    padding: 0 0 2rem;
  }

  .p-home-02 .c-heading01.c-heading01_center {
    padding: 1rem 0 2rem;
  }

  .recruit-txt {
    margin: 0;
  }

  /*
  .recruit-txt span {
    padding: 2rem 0;
  }
  */
  .c-heading01 {
    font-size: 6vw;
  }

  .slider2 {
    padding: 3rem 0 0;
  }

  .recruit_img {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-company-sec03__grid img {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .accordion .js-accordion-title span {
    margin-left: 0;
  }

  .accordion .js-accordion-title {
    padding: 15px 25px 20px 30px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 6vw;
  }

  .accordion .js-accordion-title::before {
    margin-right: 5px;
    margin-top: 5px;
    left: 0.4rem;
  }

  .faq {
    padding-top: 4rem;
    padding-bottom: 3rem;
    background: #fff;
  }

  .faq.inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .privacy-policy {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .l-page-cover .c-heading01.c-heading01_center {
    padding: 0;
  }
}

.home .home-news .c-heading01.c-heading01_center,
.home .p-home-sec06 .c-heading01.c-heading01_center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-heading01.c-heading01_center .big {
    font-size: 10vw;
  }

  .home-works-area_txt {
    font-size: 2rem;
    margin-top: 1rem;
  }

  .p-home-works .c-heading01.c-heading01_center {
    padding-left: 15px;
  }
}

.sp-menu-sns {
  width: 8vw;
  margin: 0 auto;
  margin-top: 2rem;
}

.header__logo.-sp-menu {
  display: flex;
  margin: 0 auto;
  padding-bottom: 2rem;
}

/* 追加 */
.c-en {
  font-family: "Kantumruy Pro", "Noto Sans JP", serif;
}

.c-titB {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #C9DEE6;
}

.c-titC {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #007FB4;
  padding-bottom: 18px;
  border-bottom: 1px solid #007FB4;
}

.c-titD {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.c-textA {
  font-size: 15px;
  line-height: 2.4;
}

.c-btnA {
  background-color: #007FB4;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 50px;
  width: 330px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
  border: 1px solid #007FB4;

  @media screen and (max-width: 767px) {
    width: 280px;
    height: 50px;
    font-size: 16px;
  }

  &:hover {
    background-color: #fff;
    color: #007FB4;
  }

  &.c-btnA--white {
    background-color: #fff;
    color: #007FB4;
    border: 1px solid #fff;

    &:hover {
      background-color: #007FB4;
      color: #fff;
    }
  }
}

.c-cardA {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .4s;

  .c-cardA__imageArea {
    img {
      width: 96px;
    }
  }

  .c-cardA__textArea {
    .titArea {
      display: flex;
      align-items: flex-end;
      color: #007FB4;
      transition: .4s;

      .en {
        font-size: 20px;
        font-weight: bold;
        padding-right: 4px;
      }

      .num {
        font-size: 28px;
        font-weight: bold;
      }
    }

    .text {
      font-size: 16px;
      line-height: 1.7;
      font-weight: bold;
      color: #000;

      .caution {
        font-size: 12px;
      }
    }
  }

  &:hover {
    background-color: #007FB4;

    .c-cardA__textArea {
      .titArea {
        color: #fff;
      }

      .text {
        color: #fff;
      }
    }
  }

  &.c-cardA--blue {
    background-color: #007FB4;
    border: 1px solid #007FB4;

    .c-cardA__textArea {
      .titArea {
        color: #fff;
      }

      .text {
        color: #fff;
      }
    }

    &:hover {
      background-color: #fff;

      .c-cardA__textArea {
        .titArea {
          color: #007FB4;
        }

        .text {
          color: #007FB4;
        }
      }
    }
  }
}

/* トップ会社概要 */
.p-company {
  padding: 9rem 0 14rem;
  background: linear-gradient(90deg, #58B0CF 0%, #3798BF 38%, #0B79AA 69%);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;

  @media screen and (max-width: 767px) {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-bottom: 100px;
  }

  .p-company-box {
    display: flex;
    align-items: center;
    gap: 70px;

    @media screen and (max-width: 768px) {
      flex-direction: column-reverse;
      gap: 40px;
    }

    .p-company-box__textArea {
      max-width: 50%;

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

      .c-textA {
        color: #fff;
      }

      .logoArea {
        margin-top: 30px;
        display: flex;
        justify-content: center;

        img {
          width: 466px;

          @media screen and (max-width: 767px) {
            width: 100%;
          }
        }
      }

      .btnArea {
        margin-top: 22px;
        display: flex;
        justify-content: flex-start;

        @media screen and (max-width: 767px) {
          justify-content: center;
        }
      }
    }

    .p-company-box__imageArea {
      flex-shrink: 0;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      /*margin-right: calc((100vw - 1135px) / -2);*/
                  width: 60rem;

      @media screen and (max-width: 1260px) {
        width: 50%;
        margin-right: 0;

        @media screen and (max-width: 767px) {
          margin-right: 0;
          width: 100%;
        }
      }

    }

  }
}

.p-home-01__slideArea {
  .swiper-wrapper {
    transition-timing-function: linear;

    .swiper-slide {
      width: 288px;
      @media screen and (max-width: 767px){
        width: 150px;
      }
      &.swiper-slide--small {
        width: 208px;
        @media screen and (max-width: 767px){
          width: 100px;
        }
      }

      &.swiper-slide--mt45 {
        margin-top: 45px;
        @media screen and (max-width: 767px){
          margin-top: 40px;
        }
      }

      &.swiper-slide--mt85 {
        margin-top: 85px;
        @media screen and (max-width: 767px){
          margin-top: 60px;
        }
      }

      &.swiper-slide--mt100 {
        margin-top: 130px;
        @media screen and (max-width: 767px){
          margin-top: 100px;
        }
      }

      img {
        height: auto;
        width: 100%;
        aspect-ratio: 288 / 360;
        border-radius: 10px;
      }
    }
  }

  .slider2 {
    img {
      aspect-ratio: 288 / 360;
      border-radius: 10px;
      /* &.small {
        width: 216px;
      } */
    }
  }
}

.p-home-works {
  .home_service_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;

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

    .boxItem {
      .service_menu_item {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        transition: .4s;

        &:hover {
          .service_menu_item__img {
            img {
              transform: scale(1.1);
            }

            &::before {
              background-color: #3eb7f752;
              background-blend-mode: soft-light;
            }
          }
        }

        .service_menu_item__img {
          position: relative;
          overflow: hidden;

          &::before {
            transition: .4s;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(360deg, #00000070 1%, #ffffff00 100%);
            z-index: 3;
          }

          img {
            transition: .4s;
            width: 100%;
          }
        }

        .service_menu_item__cont {
          position: absolute;
          left: 21px;
          z-index: 3;
          top: 49%;
          width: 100%;

          @media screen and (max-width: 1000px) {
            left: 5%;
            top: 47%;
            @media screen and (max-width: 767px){
              top: auto;
              bottom: 7%;
            }
          }

          .service_menu_item__ttl {
            display: flex;
            align-items: flex-end;
            color: #fff;

            .ttlEn {
              font-size: 21px;
              font-weight: bold;
              text-transform: uppercase;
            }

            .num {
              font-size: 30px;
              font-weight: bold;
              padding-left: 10px;
            }
          }

          .service_menu_item__txt {
            margin-top: 10px;
            display: flex;
            flex-direction: column;
            color: #fff;

            .txtTit {
              font-size: 24px;
              line-height: 1.2;
              /*font-weight: bold;*/

              @media screen and (max-width: 1000px) {
                font-size: 16px;
              }
            }

            .caution {
              font-size: 16px;
              /*font-weight: bold;*/
              line-height: 2;

              @media screen and (max-width: 1000px) {
                font-size: 12px;
              }
            }
          }
        }
      }
    }
  }

  .home_service_btnArea {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider_item {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
  /*	margin-top: 3rem;*/
}

.slider_item img {
  width: 26vw;
  /*スライダー内の画像を20vwにしてレスポンシブ化*/
  height: auto;
  box-shadow: 0 0px 20px rgba(0, 0, 0, .1);
}

.slider_item .slick-slide {
  transform: scale(1);
  transition: all .5s;
  	/*opacity: 0.5;*/
  margin-left: 40px;
}

.slider_item .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}

.slider_item .slick-slide a:hover {
  opacity: .7;
  transition: 0.3s;
}

.slider_item .slick-slide .slick-center a:hover {
  opacity: .7;
  transition: 0.3s;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 36%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
    /*border-top: 2px solid #666;*/
    /*border-right: 2px solid #666;*/
  height: 15px;
  width: 15px;
  z-index: 10;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 3%;
      transform: rotate(180deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 3%;
      /*transform: rotate(45deg);*/
}

/*ドットナビゲーションの設定*/
.slider_item .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slider_item .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slider_item .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slider_item .slick-dots .slick-active button {
  background: #282828;
  /*ドットボタンの現在地表示の色*/
}

.slider_item .slick-slide p {
  margin: 0 auto;
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .slider_item img {
    width: 60vw;
    height: auto;
    margin: 0 auto;
  }

  .slider_item .slick-slide {
    margin-left: 10px;
  }
}

.slick-prev:before,
.slick-next:before {
      content: '';
    z-index: 10;
    font-size: 30px;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-family: Arial, sans-serif;
    color: #282828;
    background: url(../img/common/arrow-color2.svg);
    background-repeat: no-repeat;
}

.slick-prev:after,
.slick-next:after {
  color: #282828;
  z-index: 10;
  font-size: 30px;
  position: absolute;
}

.sec03.bg_01 .sec_inner.inner {
  max-width: max-content;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

/*---slider_item2----*/
.slider_item2 {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 90%;
  margin: 0 auto;
  padding: 0 0%;
}

.slider_item2 img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
  box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
  margin-top: 2rem;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider_item2 .slick-slide {
  margin: 0 10px;
}

.slider_item2 .slick-slide p {
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.8rem;
}

.slider_item2 img {
  width: 20vw;
  /*スライダー内の画像を20vwにしてレスポンシブ化*/
  height: auto;
}

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

  .slider_item2 img {
    width: 60vw;
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    top: 35%;
  }

  .slick-prev {
    left: 0%;
    /* transform: rotate(-135deg); */
  }
}

.home-works {
  padding-bottom: 8rem;
  padding-top: 8rem;
  position: relative;
  z-index: 1;
  background: url(../img/home/bg_ill02.png) no-repeat;
  background-size: 100%;
  background-position: bottom 6rem center;
}

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

.home-works__box {
  background: unset;
  width: 100%;
  padding: 5rem 0 6rem;

  .btnArea {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
}

.home-works__box .btn_03 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.home-works__link {
  display: block;
  width: 100%;
  /*	background: #fff;*/
  /*	box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);    */
  border-radius: 6px;
}

.home-works__thumbnail {
  overflow: hidden;
  position: relative;
}

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

.slider_item02 {
  .home-works__thumbnail {
    img {
      aspect-ratio: 3 / 2;
    }
  }

  .slick-slide {
    max-width: 240px;
    margin-left: 20px;
  }
}

.home-works__time-category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1rem 1rem 0 1rem;
  width: 26vw;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.home-works__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  color: #000;
  /*     margin-top: 1rem; */
}

.home-works__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: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
  color: #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
  height: 10%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin-left: 0rem;
  /* width: 100%; */
  /* position: absolute; */
  left: 0;
  bottom: 0;
  /* padding: 3px 10px; */
  margin-left: 0rem;
  /* border: 1px solid #646464; */
  gap: 10px;
  padding: 0rem 1rem 0 1rem;
}

.home-works__category span {
  border: 1px solid #646464;
  padding: 3px 10px;
}

.home-works__title {
  line-height: 1.7;
  padding: 1rem 1rem 0rem 1rem;
  /* width: 26vw; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 1rem;

  &.home-works__title--service {
    text-decoration: underline;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .home-works__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 .4s;
    transition: background .4s;
  }

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

  .home-works__category {}
}

@media screen and (max-width: 767px) {
  .home-works {
    margin: 0rem 0 0 0;
  }

  .home-works__box {
    padding: 0vw 0vw 10vw;
  }

  .home-works__container {
    margin-top: 8vw;
    flex-direction: column;
    /*	  gap: 0;*/
  }

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

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

  .home-works__time {
    font-size: 3.5vw;
  }

  .home-works__category {
    font-size: 3.5vw;
    margin-left: 0;
    /*        width: 35vw;*/
  }

  .home-works__time-category {
    padding: 1rem 0rem 0 1rem;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    align-content: flex-start;
    align-items: flex-start;
  }

  .home-works__title {
    font-size: 100%;
    margin-left: 0;
    margin-top: 0vw;
    width: 60vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

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

  .home-works__btn a span {
    right: 8vw;
  }
}

.home-works__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#001842), to(#001842)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#001842, #001842) 0 100%/0 1px no-repeat;
  color: #282828;
  font-size: 2rem;
}

.home-works .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  box-sizing: border-box;
  bottom: -40px;
  position: relative;
}

.home-works .slick-dots li {
  width: 100%;
  height: 5px;
  background-color: #ebebeb;
  margin: 0;
}

.bg-blue .slick-dots li {
  background-color: #fff;
}

.home-works .slick-dots li.slick-active {
  background-color: #262830;
}

.home-works .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  border: none;
  background: transparent;
}

.home-works .slick-dots li button:before {
  content: none;
}

.p-sliderArea {
  .slider3 {
    li {
      padding: 0 5px;

      img {
        border-radius: 10px;
        aspect-ratio: 3 / 2;
      }
    }
  }

  .slider4 {
    margin-top: 10px;

    li {
      padding: 0 5px;

      img {
        aspect-ratio: 3 / 2;
      }
    }
  }
}

.p-anchor {
  padding: 60px 0 88px;

  .p-anchor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

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

    .p-anchor-grid__item {
      .c-cardA {
        min-height: 100px;

        .c-cardA__textArea {
          .text {
            font-size: 14px;
          }
        }
      }
    }
  }
}

.p-service {
  &:nth-child(odd) {
    background-color: #FAFAFA;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;

    @media screen and (max-width: 767px) {
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
    }
  }

  .p-service-contents {
    padding: 8rem 0;



    .p-service-contents__box {
      display: flex;

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

      .textArea {
        position: relative;
        z-index: 3;
        max-width: 54.46%;
        @media screen and (max-width: 767px) {
          max-width: none;
          display: contents;
        }
        .titArea {
          max-width: 530px;

          @media screen and (max-width: 767px) {
            max-width: none;
            order: 0;
          }

          .enArea {
            display: flex;
            gap: 5px;
            color: #007FB4;

            .en {
              font-size: 36px;
              font-weight: bold;
            }

            .num {
              font-size: 46px;
              font-weight: bold;
            }
          }

          .tit {
            font-size: 46px;
            font-weight: bold;
            line-height: 1.5;
            @media screen and (max-width: 1000px) {
              font-size: 30px;
              @media screen and (max-width: 767px){
                font-size: 26px;
              }
            }

            .small {
              font-size: 20px;
              line-height: 1.5;
              font-weight: bold;
            }
          }
        }

        .contents {
          position: relative;
          background-color: #fff;
          padding: 60px 30px;
          margin-top: 70px;
          border-radius: 10px;

          @media screen and (max-width: 1320px) {
            padding: 4vw 30px;
            @media screen and (max-width: 767px){
              padding: 40px 20px 40px;
              order: 2;
              margin-top:45px;
            }
          }

          .message {
            position: absolute;
            top: -30px;
            left: 0;
            width: 95%;
            background-color: #58B0CF;
            padding: 14px 30px;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            color: #fff;
            font-size: 26px;
            line-height: 1.5;
            font-weight: bold;

            @media screen and (max-width: 1320px) {
              font-size: 2vw;

              @media screen and (max-width: 767px) {
                font-size: 18px;
                left: 50%;
                top: auto;
                left: auto;
                position: relative;
                margin-top: -64px;
                margin-bottom: 10px;
                /* transform: translateX(-50%); */
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
              }
            }
          }

        }
      }

      .imageArea {
        border-radius: 10px;
        overflow: hidden;
        margin-left: -60px;
        position: relative;
        z-index: 1;
        width: 53.57%;
        @media screen and (max-width: 767px){
          margin-left: 0;
          width: 100%;
          margin-top: 20px;
          z-index: 3;
          order: 1;
        }
      }
    }

    .p-service-contents__listArea {
      margin-top: 60px;
      background-color: #fff;
      padding: 60px 40px;
      border-radius: 25px;
      @media screen and (max-width: 767px){
        padding: 30px 20px;
        border-radius: 20px;
      }
      &.p-service-contents__listArea--blue {
        background-color: #F7FDFF;
      }

      .contentsList {

        .listItem {
          +.listItem {
            margin-top: 60px;
            padding-top: 30px;
            border-top: 2px solid #007FB4;
          }

          .service_cardA {
            display: flex;
            flex-direction: column;
            align-items: center;

            .imageArea {
              border-radius: 10px;
              overflow: hidden;
              width: 100%;

              img {
                aspect-ratio: 3.2 / 2;
                object-fit: cover;
                width: 100%;
                height: 100%;
              }
            }

            .textArea {
              margin-top: 20px;

              .tit {
                font-size: 18px;
                font-weight: bold;
                line-height: 1.5;
                text-align: center;
              }

              .text {
                font-size: 15px;
                line-height: 2;
              }
            }
          }

          .service_cardB {
            position: relative;

            .imageArea {
              border-radius: 10px;
              overflow: hidden;

            }

            .tit {
              position: absolute;
              bottom: 10px;
              left: 50%;
              transform: translateX(-50%);
              color: #fff;
              z-index: 3;
              font-size: 18px;
              font-weight: bold;
              @media screen and (max-width: 767px){
                font-size: 15px;
                white-space: nowrap;
              }
            }
          }

          .titArea {
            display: flex;
            align-items: center;
            gap: 21px;
            margin-bottom: 20px;
            @media screen and (max-width: 767px){
              gap: 10px;
            }
            .num {
              font-size: 32px;
              font-weight: bold;
              color: #fff;
              display: flex;
              justify-content: center;
              align-items: center;
              background-color: #007FB4;
              border-radius: 10px;
              padding: 9px;
              @media screen and (max-width: 767px){
                font-size: 22px;
              }
            }

            .text {
              font-size: 32px;
              font-weight: bold;
              color: #007FB4;
              @media screen and (max-width: 767px){
                font-size: 22px;
              }
            }
          }

          .gridBox {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 17px;

            @media screen and (max-width: 767px) {
              grid-template-columns: repeat(1, 1fr);
            }
            &.gridBox--sp1 {
              @media screen and (max-width: 767px) {
                grid-template-columns: repeat(2, 1fr);
              }
            }
          }

          .heatshieldArea {
            .c-titB {
              margin-bottom: 30px;
            }

            .contents01 {
              .contents01Box {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 110px;
                @media screen and (max-width: 767px){
                  grid-template-columns: repeat(1, 1fr);
                }
                .contents01Item {
                  position: relative;
                  text-align: center;

                  +.contents01Item {
                    &::before {
                      content: '';
                      background: url(../img/sub/service/icon_arrowC.svg);
                      background-size: 79px;
                      width: 79px;
                      height: 51px;
                      position: absolute;
                      top: 50%;
                      left: -80px;
                      transform: translateY(-50%);
                      @media screen and (max-width: 767px){
                        top: -80px;
                        left: 50%;
                        transform: translateX(-50%) rotate(90deg);
                      }
                    }
                  }
                }
              }

              .contents01Box02 {
                margin-top: 40px;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
                @media screen and (max-width: 767px){
                  grid-template-columns: repeat(1, 1fr);
                }
                .contentsItem {
                  .itemImage {
                    text-align: center;
                  }

                  .caution {
                    margin-top: 50px;
                    font-size: 15px;
                    line-height: 1.5;
                  }
                }
              }
            }
          }

          .productArea {
            .productAreaItem {
              +.productAreaItem {
                margin-top: 60px;
              }

              .c-titB {
                margin-bottom: 20px;
              }

              .itemContents {
                .itemContentsBox {
                  display: flex;
                  gap: 20px;
                  @media screen and (max-width: 767px){
                    flex-direction: column;
                  }
                  +.itemContentsBox {
                    margin-top: 20px;
                  }

                  .imageArea {
                    flex-shrink: 0;
                    border-radius: 10px;
                    overflow: hidden;
                    width: 33%;

                    @media screen and (max-width: 767px) {
                      width: 100%;
                    }
                  }

                  .textArea {
                    padding-top: 10px;

                    .c-titC,
                    .c-titD {
                      margin-bottom: 20px;
                    }

                    .theme {
                      font-size: 18px;
                      line-height: 2;
                      font-weight: bold;
                      margin-bottom: 20px;
                    }

                    .productImgArea {
                      margin-top: 40px;
                      text-align: center;

                      .productImg01 {
                        width: 563px;

                        @media screen and (max-width: 767px) {
                          width: 100%;
                        }
                      }

                      .productImg02 {
                        width: 371px;

                        @media screen and (max-width: 767px) {
                          width: 100%;
                        }
                      }
                    }
                  }
                }

                .itemContentsGrid {
                  display: grid;
                  grid-template-columns: repeat(3, 1fr);
                  column-gap: 20px;
                  row-gap: 40px;

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

          .facilityArea {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;

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

            .facilityAreaItem {
              .c-titB {
                margin-bottom: 20px;
              }

              .imageArea {
                border-radius: 10px;
                overflow: hidden;
                margin-bottom: 20px;
              }

              .textArea {
                border-radius: 10px;
                overflow: hidden;
              }

              .checkList {
                margin-top: 30px;

                .checkListItem {
                  display: flex;
                  align-items: center;
                  gap: 10px;

                  +.checkListItem {
                    margin-top: 10px;
                  }

                  .icon {
                    width: 30px;
                  }

                  .itemText {
                    font-size: 15px;
                    line-height: 2;

                  }
                }
              }
            }
          }

          .facilityList {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;

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

            .facilityListItem {
              .imageArea {
                overflow: hidden;
                border-radius: 10px;
              }

              .textArea {
                margin-top: 20px;

                .tit {
                  font-size: 18px;
                  font-weight: bold;
                  text-align: center;
                  margin-bottom: 20px;
                }

                .checkList {
                  .checkListItem {
                    display: flex;
                    align-items: flex-start;
                    gap: 10px;

                    +.checkListItem {
                      margin-top: 10px;
                    }

                    .icon {
                      width: 30px;
                    }

                    .checkTit {
                      font-size: 15px;
                      line-height: 2;

                    }
                  }
                }
              }
            }
          }

          .worksArea {
            .home-works__thumbnail {
              border-radius: 10px;
              overflow: hidden;
            }

            .btnArea {
              margin-top: 40px;
              display: flex;
              justify-content: center;
            }
          }
        }

      }
    }
  }
}

.l-page-cover {
  .c-heading01 {
    .big {
      color: #fff;
    }
  }
}

.sub {
  .p-sec01 {
    padding: 60px 0;

    .p-sec01-slideArea {
      margin-top: 60px;

      .slider5 {
        li {
          img {
            aspect-ratio: 3 / 2;
          }
        }
      }
    }
  }
}

.p-works-before-after {
  .beforeAfterTit {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }

  .beforeAfterBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    margin-top: 40px;

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

    +.beforeAfterBox {
      margin-top: 50px;
    }

    .beforeAfterBoxItem {
      position: relative;
      aspect-ratio: 4.6 / 3;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      &:last-child {
        &::before {
          content: '';
          background: url(../img/common/icon_arrow.svg) no-repeat;
          background-size: 60px;
          width: 60px;
          height: 50px;
          position: absolute;
          top: 50%;
          left: -64px;
          transform: translateY(-50%);

          @media screen and (max-width: 767px) {
            transform: translateX(-50%) rotate(90deg);
            top: -70px;
            left: 50%;
          }
        }
      }
    }
  }
}

.gallery-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
  margin-top: 2.875rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid;
}

.gallery-wrap img {
  aspect-ratio: 100 / 100;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-works .sec_ttl {
  text-align: center;
  margin-top: 5rem;
}

.single-works .sec_ttl .en {
  color: #282828;
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.property-slider__img-wrap {
  img {
    /* aspect-ratio: 16 / 9; */
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .property-slider__img-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
  }
}


@media screen and (max-width: 767px) {
  .p-post-article__table tr {
    width: 100%;
  }

  .single-works .flex-item {
    gap: 1rem;
  }

  .gallery-wrap {
    grid-template-columns: 1fr;
  }

  .category-list ul {
    gap: 1rem;
  }
}

.sub-archive__category.-blog span {
  background: #fff;
  border: 1px solid #eae0dc;
  color: #333;
  padding: 5px 10px;
}

.p-post-article__table tr {
  padding: 1.125rem 0;
  display: block;
  border-top: 1px solid #646464;
  font-size: 16px;
  width: 100%;
}

.works_content {
  .flex-item {
    .content-container {
      table {
        width: 100%;
      }
    }
  }
}
.home-mv {
  position: relative;
  .topImage {
    position: absolute;
    left: 50%;
    bottom: 7%;
    transform: translateX(-50%);
    width: 100%;
    @media screen and (max-width: 767px){
      bottom: 7%;
    }
    img {
      width: 100%;
    }
  }
}

.p-company-sec03__grid .imageArea img {
    border-radius: 10px;
      height: 100%;
    object-fit: cover;
}
.philosophy_group {
  background: linear-gradient(90deg, #eef7fe 80%, #fff 80%);
  display: flex;
  /*flex-direction: row-reverse;*/
  align-items: center;
  justify-content: space-evenly;
  align-items: center;
  
}
.philosophy_group img {
    width: 50rem;
}

.philosophy-logo {
    width: 32rem;
    padding-top: 3rem;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .philosophy_group {
    background: #eef7fe;
    flex-direction: column;
    padding: 0 0 3rem;
  }
  .philosophy_group img {
    width: 26rem;
    margin: 0 auto;
  }
  .philosophy-logo {
    width: 22rem;
    padding-top: 3rem;
    margin: 0 auto;
}
  
.p-company-sec03__grid p {
    margin-top: 2rem;
}
}

.philosophy {
    .bgTit {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 50%;
      text-align: center;
      width: 100%;
      transform: translateX(-50%);
      font-size: 150px;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      background: linear-gradient(90deg, #007fb4, #a2cddf 74%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      opacity: 0.1;
      font-family: "Kantumruy Pro", "Noto Sans JP", serif;
      @media screen and (max-width: 767px) {
        top: 5%;
        font-size: 60px;
      }
    }
}

.p-company-sec03 {
    padding-bottom: 8rem;
    padding-top: 8rem;
    position: relative;
    z-index: 1;
    background: url(../img/home/bg_ill02.png) no-repeat;
    background-size: 100%;
    background-position: bottom 6rem center;
}

