@charset "UTF-8";

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

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

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

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

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

figure {
  margin: 0;
}

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

.is_pc {
  display: block;
}

.is_sp {
  display: none;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

pre {
  white-space: pre-wrap;
}

html {
  font-size: 62.5%;
}

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

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

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
  background: #F9F7F7;
}

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

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

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

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

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 115rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
}

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

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

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

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

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

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

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

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

.wpcf7-spinner {
  display: none;
}

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

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

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

  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

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

.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, #333, #2e2b8f);
  background-clip: text;
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

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

.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='#333', endColorstr='#2e2b8f', GradientType=1);
  border: 1px solid #333;
  color: #fff;
  font-size: 1.4rem;
}

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

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

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

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

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

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

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
  .banner__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

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

  .btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn:hover {
    color: #fff;
  }

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

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

  .btn::before,
  .btn::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn span img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .btn.-color:hover {
    color: #0c3b2c;
  }

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

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

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

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
  -webkit-box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
  box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
}

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

.header__logo {
  margin-left: 2rem;
  /* margin-top: 1.2rem; */
  width: 22rem;
  display: flex;
  align-items: center;
  max-width: 22rem;
}

@media screen and (max-width: 1199px) {
  .header__logo {
    width: 18rem;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.2rem 1.5rem 1.2rem;
  padding-right: 0;
  padding-top: 1.2rem;
}

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

.header__tel {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  color: #333;
}

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

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

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

.header__time {
  font-size: 1.2rem;
  margin-left: 1.1rem;
}

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

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

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

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

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

.header__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media screen and (max-width: 1340px) {
  .header__item:not(:first-of-type) {
    margin-left: 1.5rem;
  }
}

.header__link {
  color: #232472;
  font-size: 1.6rem;
  line-height: 1.3;
}

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

.header__btn::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: 3.5rem;
  left: 1.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.footer {
  padding-top: 6rem;
}

/* line追従 */
.line_follow {
  position: fixed;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
  transition:
    opacity 0.5s,
    transform 0.5s;
}

.line_follow.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(500px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.line_follow.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

.line_follow-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 67px;
  height: 182px;
  text-align: center;
  transition: all 0.3s;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-rl;
  gap: 10px;
  border: 3px solid #06c755;
  border-right: transparent;
}

.line_follow-link img {
  width: 44px;
  height: 44px;
}

.line_follow-text {
  color: #06c755;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.line_follow-link:hover {
  opacity: 0.7;
}

.line_follow.hide {
  visibility: hidden;
}

.footer__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

.footer__link {
  font-size: 1.6rem;
}

.footer__logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.1rem;
  width: 35rem;
}

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

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

.footer__copyright {
  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='#333', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
  display: block;
  font-size: 1.2rem;
  margin-top: 3.1rem;
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  text-align: center;
  width: 100%;
}

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

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

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

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

.footer_wrap {
  background: url("../img/home/footer_bg.jpg") no-repeat center/cover;
  padding-top: 80px;
}

.footer_text {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.footer_text:first-of-type {
  margin-top: 40px;
}

.footer_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.footer_flex .left,
.footer_flex .right {
  width: calc((100% - 30px) / 2);
  position: relative;
}

.footer_flex .tel_text {
  margin-left: 10px;
}

.footer_flex .footer_text+.footer_text {
  margin-top: 20px;
}

.footer_flex .tel {
  font-size: 4.5rem;
  margin: 2rem 0 1rem 0.5rem;
  font-weight: bold;
  color: #0b92d0;
  background: url(../img/common/tel-color.svg) no-repeat left 0% top 1.5rem/3rem auto;
  transition: 0.3s;
  line-height: 1.1;
  padding-left: 3.6rem;
}

.footer_flex .tel:hover {
  opacity: 0.7;
}

.footer_flex .tel_text .text01 {
  margin-right: 10px;
  border: 1px solid #333;
  padding: 3px;
  font-size: 1.2rem;
}

.footer_flex .mail {
  display: block;
  background: linear-gradient(135deg, #27aae6 40%, #037bb3 100%);
  color: #fff;
  width: 360px;
  max-width: 100%;
  text-align: center;
  padding: 16px 10px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  margin: 3rem 0 0 0;
}

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

.footer_flex .mail span::after,
.footer_flex .mail span::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 27px;
  position: absolute;
  left: -8px;
  top: 55%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.footer_flex .mail span::after {
  background: url(../img/common/header_icon001.svg) no-repeat center/contain;
}

.footer_flex .mail:hover {
  opacity: 0.5;
}

.footer_flex .mail:hover span::after {
  opacity: 0.7;
}

.footer_flex .mail:hover span::before {
  opacity: 1;
}

.footer_flex .mail_text {
  margin-top: 5px;
}

.footer_map {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 600/500;
}

.footer_map iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ttl_cover_20230406 {
  background-image: url(../img/common/bg001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

  .page-top {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .page-top:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

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

.sp_cta a {
  display: block;
  height: 80%;
  text-align: center;
  width: 50%;
  font-size: 16px;
  padding: 14px 0 10px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: #f09e99;
  position: relative;
  margin: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.sp_cta a:last-child {
  background: #EF847D;
  color: #fff;
  margin: 0 5px 0px 0;
}

.sp_cta a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/tel-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.3rem;
  left: 2rem;
  width: 2rem;
  height: 2rem;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(151deg) brightness(101%) contrast(105%);
}

.sp_cta a:last-child::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.1rem;
  left: 2rem;
  width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.sp_cta a span {
  font-weight: 700;
}

/* ==============================================================
*  セクション(home)
* ============================================================ */
.home-mv {
  position: relative;
  /*  padding: 0 0 25rem 8rem;*/
  background-color: #F9F7F7;
}

.home-mv__text {
  position: absolute;
  bottom: 8%;
  left: 5%;
}

.home-mv__text.-label {
  left: auto;
  right: 3%;
  bottom: 5%;
}

.home-mv__text.-label img {
  max-width: 25vw;
  width: 100%;
}

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

/* .home-mv__slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 53%);
  background-blend-mode: multiply;
  filter: blur(100px);
} */
.home-mv__catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}

.home-mv__catch p {
  font-size: clamp(30px, 4rem, 50px);
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  width: fit-content;
  white-space: nowrap;
}

.home-mv__catch p+p {
  margin-top: 10px;
}

.home-mv__catch img {
  margin: 0 auto;
  max-width: 50vw;
  width: 100%;
}

.home-mv__catch .home-mv_text_deco {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.home-mv__catch .home-mv_text_deco::before,
.home-mv__catch .home-mv_text_deco::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 3px;
  background-color: #fff;
  top: 60%;
}

.home-mv__catch .home-mv_text_deco::before {
  left: -50px;
  transform: translateY(-60%) rotate(45deg);
}

.home-mv__catch .home-mv_text_deco::after {
  right: -50px;
  transform: translateY(-60%) rotate(-45deg);
}

.home-mv__catch .light_blue {
  background: linear-gradient(186deg, #fff 61.09%, #7fc3e2 85.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 6rem;
  padding-right: 5px;
}

.home-mv__catch .text_big {
  font-size: 8rem;
  background-image: radial-gradient(circle at center, #0b92d0 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  margin-top: 0;
  padding-top: 5px;
}

.home-mv__catch .text_small {
  font-size: 2rem;
  margin-top: 10px;
}

.home-mv__catch .home-mv_text_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-mv__catch .home-mv_flex {
  background: linear-gradient(91deg, #7fc3e2 8.15%, #3a9bc7 50%, #5babcf 92.34%);
  border-radius: 10px;
  padding: 4px 24px;
  font-size: 2.4rem;
  margin-top: 20px;
}

.home-mv__slide {
  padding: 9rem 4rem 4rem;
  background: #F9F7F7;
}

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

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

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

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

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

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

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

/* .home-mv .add-animation {
  -webkit-animation: fadezoom 5s 0s forwards;
  animation: fadezoom 5s 0s forwards;
} */
.home-mv__scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 60px;
}

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

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

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

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

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

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

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

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

/* reason */
.home_reason {
  padding: 10rem 0 10rem;
  position: relative;
}

.home_reason::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/home/home_reason_bg.jpg);
}

.home_reason_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_reason_left {
  width: 51%;
}

.home_reason_right {
  width: 50%;
  margin-right: calc(50% - 50vw);
}

.home_reason_title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  background: linear-gradient(135deg, #b2e4fb 0%, #18a4e4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 60px;
}

.home_reason_text {
  margin-top: 3.6rem;
  font-size: 16px;
  line-height: 2;
}

.home_reason__img01 {
  max-width: 500px;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 200;
}

.home_reason__img02 {
  max-width: 300px;
  width: 100%;
  height: auto;
  aspect-ratio: 246 / 200;
  margin-left: auto;
  margin-top: -48px;
}

.home_reason__img01 img,
.home_reason__img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_reasonlist {
  margin: 8rem 0 0;
}

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

.home_reason_remarks {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.home_reason_lists_area {
  background: #ffffff85;
  padding: 2rem 3rem 3rem;
  position: relative;
  border-radius: 10px;
  margin: 0 0 10rem;
  border: 2px solid #a8d9ef;
  box-shadow: 0 0 12px 0 #0000002b;
}

.home_reason_lists_ttl.home_reason_title {
  text-align: center;
  margin: 2rem 0 0;
  background: linear-gradient(135deg, #53c1f3 0%, #18a4e4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* service */
.home_service {
  padding: 10rem 0 13rem;
  position: relative;
}

.home_service::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/home/home_service_bg.jpg);
  opacity: 0.3;
}

.home_service .c-heading01 {
  text-align: center;
}

.home_service_lists {
  margin-top: 7.8rem;
}

.home_service_list {
  max-width: 1320px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  gap: 5.8rem;
  box-shadow: 0px 0px 50px 0px rgba(42, 51, 57, 0.2);
}

.home_service_list:nth-child(odd) {
  margin-right: auto;
  flex-direction: row-reverse;
  padding: min(5vw, 7rem) min(5vw, 7rem) min(5vw, 7rem) min(9vw, 12rem);
}

.home_service_list:nth-child(even) {
  padding: min(5vw, 7rem) min(9vw, 12rem) min(5vw, 7rem) min(5vw, 7rem);
  margin-left: auto;
}

.home_service_list+.home_service_list {
  margin-top: 80px;
}

.home_service_img {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 1rem;
}

.service_top_img .home_service_img {
  width: 100%;
}

.home_service_img01,
.home_service_img02 {
  width: 100%;
  height: auto;
  position: relative;
}

.home_service_img01 {
  max-width: 19.7rem;
  aspect-ratio: 197/ 130;
}

.home_service_img01::before,
.home_service_img02::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0.5rem;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 500;
}

.home_service_img01::before {
  content: "before";
  background: #999;
}

.home_service_img02::before {
  content: "after";
  background: linear-gradient(135deg, #27aae6 40%, #037bb3 100%);
}

.home_service_img01::after {
  position: absolute;
  content: "";
  background-image: url(../img/home/servise_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 35%;
  right: -40%;
  width: 8rem;
  height: 8rem;
}

.home_service_img02 {
  max-width: 38.6rem;
  aspect-ratio: 316 /209;
}

.home_service_img01 img,
.home_service_img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_service_list:nth-child(3) .home_service_img01,
.home_service_list:nth-child(3) .home_service_img02,
.home_service_img01_last,
.home_service_img02_last {
  max-width: 30rem;
}

.home_service_list:nth-child(3) .home_service_img01::before,
.home_service_list:nth-child(3) .home_service_img01::after,
.home_service_list:nth-child(3) .home_service_img02::before,
.home_service_img01_last::before,
.home_service_img01_last::after,
.home_service_img02_last::before {
  content: none;
}

.home_service_list:nth-child(3) .home_service_img01 {
  position: relative;
  left: 0;
  max-width: 35rem;
}

.home_service_list:nth-child(3) .home_service_img02 {
  position: relative;
  top: -3rem;
  right: -30%;
  display: flex;
  max-width: 35rem;
  z-index: -1;
}

.home_service_content {
  position: relative;
  width: 60%;
}

.home_service_number {
  color: #28aae6;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: max(-8vw, -54%);
  font-weight: 700;
}

.home_service_list:last-child .home_service_number {
  top: max(-9vw, -48%);
}

.home_service_number_big {
  font-size: 8rem;
  font-weight: 700;
}

.home_service_title {
  font-weight: 500;
  font-size: min(3vw, 32px);
  line-height: 1.5;
  color: #fff;
  position: relative;
  padding: 5px 20px;
}

.home_service_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #4bc3fa 50%, #28aae6 50%);
  z-index: -1;
}

.home_service_content_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.home_service_text_container {
  padding: 0.5rem;
  background-color: #f3faff;
  border-radius: 2px;
  text-align: center;
}

.home_service_text {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
}

.home_service_text_top {
  margin-top: 20px;
  max-width: 474px;
}

.home_service_text_bottom {
  margin-top: 20px;
}

.home_service_subtitle {
  margin-top: 24px;
  line-height: 1;
  color: #28aae6;
  font-size: min(2.5vw, 18px);
  font-weight: 600;
  position: relative;
}

.home_service_subtitle:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  top: 50%;
  left: 20%;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: rgb(39 170 230);
}

.home_service .home_btn {
  margin-top: 40px;
}

/* 共通ボタン */
.home_btn_link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 50px;
  transition: 0.3s ease-out;
}

/* 丸が動く */
.home_btn_link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 34px;
  height: 34px;
  background: #EF857D;
  border-radius: 25px;
  transition: 0.3s ease-out;
  top: 50%;
  transform: translateY(-50%);
}

/*hoverした際の形状*/
.home_btn_link:hover::before {
  width: 170px;
  height: 42px;
}

/* 矢印の形状 */
.home_btn_link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 14px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: transform 0.3s ease-out;
}

.home_btn_link:hover::after {
  transform: translateX(135px) translateY(-50%) rotate(45deg);
}

.home_btn_link span {
  font-size: min(2vw, 16px);
  line-height: 1.5;
  color: #333;
  position: relative;
  z-index: 2;
  transition: 0.3s ease-out;
}

.home_btn_link:hover span {
  color: #fff;
}

/* news */
.home_topics {
  padding: 10rem 0;
  position: relative;
}

.home_topics::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-image: url(../img/home/home_topics_bg.jpg);
  z-index: -1;
}

.home_topics .inner {
  max-width: 100rem;
}

.home_topics .c-heading01 {
  font-size: 8rem;
}

.home_topics_wrap {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  padding: 5rem;
  background-color: #fff;
}

.home_topics .home_btn {
  margin-top: 50px;
}

.home_topics_lists {
  max-width: 640px;
  width: 100%;
}

.home_topics_list a {
  padding: 32px 10px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.home_topics_list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, #f0faff 48.44%, #add3e4 100%);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: -1;
}

@media (hover: hover) {
  .home_topics_list a:hover::before {
    opacity: 1;
  }

  .home_topics_list a:hover {
    opacity: 1;
  }
}

.home_topics_flex {
  display: flex;
  align-items: center;
  gap: 16px;
}

.home_topics_data {
  font-size: 14px;
  color: #555;
  line-height: 1;
}

.home_topics_category {
  padding: 4px 12px;
  background-color: #28aae6;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.home_topics_title {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 16px;
}

/* works */
.home_works {
  padding: 10rem 0 13rem;
  position: relative;
}

.home_works::before,
.service_works::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/home/home_works_bg.jpg);
  z-index: -1;
}

.home_works_contents {
  margin-top: 6rem;
}

.home_works_title {
  color: #946F6F;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1.6rem;
}

.home_works_category {
  padding: 4px 10px;
  background-color: #f0faff;
  font-size: 12px;
  width: fit-content;
}

.home_works .home_btn {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* カード共通 */
.home_card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 39px;
}

.home_card_link {
  max-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
}

.home_card_img {
  overflow: hidden;
  aspect-ratio: 340/225;
  max-width: 340px;
  width: 100%;
  height: auto;
}

.home_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 20px 20px 0 0;
}

@media (hover: hover) {
  .home_card_link:hover .home_card_img img {
    transform: scale(1.1);
  }
}

.home_card_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.home_card_body {
  padding: 16px 24px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.home .home_card_body {
  padding: 16px 16px 3rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.home_card_data {
  color: #EF857D;
  font-size: 14px;
  margin-bottom: 4px;
  margin-top: 1.6rem;
  line-height: 1.5;
}

.sub-archive-voice .home_card_text {
  margin-top: 1.6rem;
}

.home_card_text {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* 無限ループ */
.home_works_slider {
  margin-top: -15rem;
}

.home_works_slide {
  margin-left: 40px;
  aspect-ratio: 429 / 273;
}

.home_works_slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* voice */
.home_voice {
  padding: 10rem 0 13rem;
  position: relative;
}

.home_voice::before {
  /*
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/home/home_voice_bg.jpg);
  opacity: 0.2;
  */
}

.home_voice_contents {
  margin-top: 6rem;
}

.home_voice_title {
  font-weight: 600;
  color: #946F6F;
  line-height: 1.5;
  font-size: 2.3rem;
}

.home_voice .home_btn {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* //=====================
//下層ページ
//===================== */
.under_section .c-heading01 {
  font-size: 8rem;
}

.under_section .c-heading01 p {
  margin-top: 16px;
}

/* 会社概要 */
.company_about {
  margin: 10rem 0;
}

.common_company {
  margin: 41px auto 0;
  max-width: 980px;
  width: 100%;
}

.common_company_title {
  color: #946F6F;
  font-size: 16px;
  line-height: 1;
  padding: 16px 0;
}

.common_company_wrap+.common_company_wrap {
  margin-top: 19px;
}

.common_company_wrap {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
}

.common_company_wrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #ef857d 200px, #ddd 200px, #ddd 100%);
}

.common_company_data {
  font-size: 16px;
  line-height: 1.5;
  padding: 16px 10px;
}

.common_company_data span {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.company_about_current {
  font-size: 12px;
  margin-top: 3px;
}

.company_about_img {
  max-width: 270px;
  width: 100%;
  aspect-ratio: 270 / 85;
}

.company_about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company_about_map {
  max-width: 100%;
  height: auto;
  margin: 36px auto 0;
  aspect-ratio: 800 / 400;
  width: 800px;
}

.company_about_map iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company_history {
  padding: 8rem 0 10rem;
  background-color: #f0faff;
}

.company_bg01 {
  margin-top: 10rem;
  margin-left: auto;
  max-width: 64rem;
  width: 100%;
  height: auto;
  aspect-ratio: 640/350;
}

.company_bg02 {
  margin: -15rem auto 0;
  margin-right: 29%;
  max-width: 45rem;
  width: 100%;
  height: auto;
  aspect-ratio: 450/247;
  margin-bottom: 100px;
}

.company_bg01 img,
.company_bg02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company_notation {
  margin: 10rem 0 13rem;
}

/*サービス一覧*/
.sub-service-bg {
  padding: 40px 30px 60px;
  background-color: #fff;
}

p.-service_list.-white {
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #333;
  line-height: 1.8;
  font-size: min(18px, 2vw);
  margin-top: 28px;
}

.service_works {
  padding: 10rem 0;
}

.service_works_btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service {
  /*background-color: #f0faff;*/
  padding: 10rem 0;
}

.service_anchor {
  display: flex;
  gap: 28px;
  justify-content: center;
}

.service_item {
  padding: 20px 50px 20px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(135deg, #ff9eaa 0%, #fe6e7f 100%);
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_item::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
  right: 20px;
}

.service_list {
  margin-top: 60px;
  background-color: #fff;
  padding-bottom: 6rem;
}

.service_center,
.service_bottom {
  padding-inline: 0;
}

.service_top {
  display: flex;
  /*padding-top: 40px;*/
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.service_top_img {
  /* width: 100%;
  height: 100%;
  aspect-ratio: 500/477;
  max-width: 500px; */
}

.service_top_img img,
.service_bottom_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_top_textbox {
  max-width: 47rem;
  width: 100%;
}

.service_top_title,
.service_top_text,
.service_top_text_wrap {
  position: relative;
  z-index: 1;
}

.service_top_title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding: 5px 20px;
}

.service_top_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #4bc3fa 50%, #28aae6 50%);
  z-index: -1;
}

.service_top_text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
}

.service_top_text_wrap {
  margin-top: 24px;
  color: #333;
}

.service_top_subtitle {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  color: #26a9e5;
  position: relative;
}

.service_top_subtitle:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  top: 50%;
  left: 20%;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: rgb(39 170 230);
}

.service_top_text_wrap .service_top_text {
  margin-top: 10px;
  letter-spacing: 0.1em;
}

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

.service_center_title,
.service_bottom_title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  background-color: #eee;
  background-color: #b9dcff45;
  padding: 8px;
}

.service_center_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.service_center_list:not(:last-child) {
  border-right: 1px solid #0b92d0;
}

.service_center_list {
  display: flex;
  flex-direction: column;
  height: 100%;
  line-height: 1.5;
}

.service_center_small {
  font-size: 1.6rem;
}

.service_center_big {
  font-size: 4.2rem;
  margin-top: auto;
  color: #ff445b;
  font-weight: 700;
}

.service_center_big span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

.service_bottom {
  margin-top: 4.8rem;
}

.service_bottom_lists {
  margin: 0 auto;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 90%;
  justify-items: center;
}

.service_bottom_list {
  max-width: 35rem;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 204;
}

.service_strengths_flex {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 20px;
  flex-direction: column;
}

.service_strengths_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: baseline;
}

.service_strengths_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  background: #f0faff;
  justify-items: center;
  aspect-ratio: 1 / 1;
  align-items: baseline;
  padding: 3rem;
  border-radius: 10px;
}

.service_strengths_list+.service_strengths_list {
  margin-top: 20px;
}

.service_strengths_icon {
  max-width: 100px;
  width: 100%;
  height: auto;
  /* aspect-ratio: 29 / 24; */
  margin-top: 5px;
}

.service_strengths_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_strengths_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.flow_section {
  margin: 13rem 0;
}

.flow__list {
  margin-top: 60px;
}

.flow-list {
  counter-reset: number;
  display: flex;
}

.flow-list__item {
  padding: 4.4rem 0 4.4rem 2rem;
  width: 100%;
  position: relative;
  background-color: #0b92d0;
  display: flex;
  align-items: center;
}

.flow-list__item+.flow-list__item {
  margin-left: 50px;
}

.flow-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 30px;
  height: 100%;
  transform: translateY(-50%) rotate(180deg);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  background-color: #0b92d0;
}

.flow-list__item-number {
  position: absolute;
  top: -30px;
  left: -24px;
  width: 8rem;
  height: 8rem;
  background-color: #0b92d0;
  border: 2px solid #fff;
  border-radius: 50%;
}

.flow-list__item-number span {
  padding-top: 1.8rem;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.flow-list__item-number span::after {
  counter-increment: number;
  content: "0" counter(number);
  margin-top: 5px;
}

.flow-list__item-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.reserve_section.under_section {
  background: #f0faff;
  padding: 3rem 0 6rem;
}

.reserve_section .inner {
  max-width: 103rem;
}

.reserve_section_lists {
  margin-top: 50px;
}

.reserve_section_list+.reserve_section_list {
  margin-top: 20px;
}

.reserve_section_list {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1.5em;
}

.reserve_section_list::before {
  content: "・";
  color: #0b92d0;
  font-size: 2rem;
}

.faq_items {
  margin-top: 50px;
}

.faq_item {
  width: 100%;
}

.faq_item+.faq_item {
  margin-top: 30px;
}

.faq_title {
  padding: 16px 30px 18px;
  background-color: #f0faff;
  cursor: pointer;
  position: relative;
}

.faq_title::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  right: 16px;
  border-top: 2px solid #28aae6;
  border-right: 2px solid #28aae6;
  -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;
}

.faq_title.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq_question {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

.faq_title,
.faq_content {
  width: 100%;
}

.faq_content {
  padding: 30px 30px 0 30px;
  display: none;
}

.faq_answer {
  font-size: 16px;
  line-height: 1.5;
}

.faq_wrap {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 30px;
  align-items: baseline;
}

.faq_q,
.faq_a {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  color: #28aae6;
}

.faq_a {
  color: #fd919e;
}

.faq_indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.faq_line {
  margin-top: 20px;
}

/*  */
.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: #333;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

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

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

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

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

.home-shop .btn {
  margin-top: 5rem;
}

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

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

.home-service .btn {
  margin-top: 4rem;
}

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

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

.home-price .btn {
  margin-top: 4rem;
}

.home-price .btn span {
  right: 6rem;
}

.home-gallery {
  background-color: #333;
  padding-bottom: 10rem;
  padding-top: 8.3rem;
  position: relative;
  z-index: 1;
}

.home-gallery__list {
  display: -ms-grid;
  display: grid;
  gap: 4rem 4rem;
  -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  margin-top: 3.9rem;
}

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

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

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

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

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

.home-news {
  padding-bottom: 10rem;
  padding-top: 6rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  background-blend-mode: lighten;
}

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

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

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

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

.home-news__thumbnail {
  overflow: hidden;
}

.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='#333', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 2.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2rem;
  width: 10rem;
}

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

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

.home-news__btn a {
  border: 1px solid #0c3b2c;
}

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

.works_bg {
  position: relative;
}

.works_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/home/home_works_bg.jpg);
}

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

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

.works_bg .sub-archive__box {
  background-color: transparent;
}

.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;
  color: #4C735A;
}

@media screen and (max-width: 767px) {
  .sub-archive__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

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

.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: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.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;
  background: linear-gradient(135deg, #27aae6 40%, #037bb3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27aae6', endColorstr='#037bb3', GradientType=1);
  /*background: #164a81;*/
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: 0;
  min-width: 12.8rem;
  padding: 0.45rem 2rem;
  text-align: center;
}

.sub-archive__category.-voice {
  padding: 1rem 1rem;
  text-align: center;
}

.sub-archive__category.-voice span {
  font-weight: 600;
}

.sub-archive__title {
  color: #333;
  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;
}

.nav-links a {
  transition: 0.3s;
}

.nav-links a:hover {
  background-color: #28aae6;
  color: #fff;
}

.sub-archive .page-numbers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E4E7E9;
  color: #000;
  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;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1 / 1;

}

.sub-archive .page-numbers.current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #EF847D;
  color: #fff;
}

.sub-archive .page-numbers.hover {
  background-color: #28aae6;
  color: #fff;
}

/* .sub-archive .page-numbers.next,
.sub-archive .page-numbers.prev {
  border: 1px solid #28aae6;
  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(#333), to(#333)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#333, #333) 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;
  display: flex;
  justify-content: space-around;
}

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

.sub-contact__item-top {
  max-width: 40rem;
}

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

.sub-contact__list-top_img {
  max-width: 99px;
  width: 100%;
  height: auto;
  aspect-ratio: 99/99;
  margin-inline: auto;
}

.sub-contact__list-top_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

.sub-contact__tel {
  color: #333;
  font-size: 5.4rem;
  font-weight: 700;
  padding-left: 3.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: 0;
  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: #333;
}

.sub-contact__time span:nth-of-type(1) {
  border: 1px solid #333;
  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: 10.4rem;
}

.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: 500;
  padding: 0.4rem 0.6rem;
}

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

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

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

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

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

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

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

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

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

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

.sub-contact__submit input {
  background-color: #333;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 2rem 6.2rem;
  border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sub-contact__submit input:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

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

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

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

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

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

.project_inner .item .item_ttl {
  color: #333;
  font-weight: 500;
  font-size: 2rem;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #333;
  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: #333;
  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.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)::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: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, #333, #2e2b8f);
  background-clip: text;
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  border-bottom: 2px solid #333;
  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-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)
* ============================================================ */
.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='#333', 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__table {
  width: 100%;
  left: 0;
  position: relative;
  text-align: left;
  padding: 0 5rem 0 5rem;
}

.sub-shop__table tr {
  display: block;
  padding: 1.8rem;
  position: relative;
}

.works_content .sub-shop__table tr {
  padding: 0;
}

.voice_swiper {
  width: 100%;
}

.swiper-slide {
  width: inherit;
  height: inherit;
  object-fit: cover;
  position: relative;
}

.swiper-area {
  /* position: relative; */
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #28aae6;
}

.swiper-button-prev {
  left: -60px;
}

.swiper-button-next {
  right: -60px;
}

.voice_thumbnail {
  margin-top: 20px;
}

.voice_thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: calc(100% / 3);
}

.voice_thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.voice_content .image-container {
  width: 100%;
}

.voice_contents {
  margin-top: 3rem;
}

.voice_img02 {
  margin: 50px auto 0;
  background-color: #f3faff;
  padding: 5%;
}

.voice_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  background-color: #f3faff;
  margin-top: 50px;
}

.voice_list {
  background-color: #fff;
  padding: 10px 10px 10px 20px;
}

.voice_list+.voice_list {
  margin-top: 20px;
}

.voice_content_head {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.voice_other {
  margin: 10rem 0;
}

.voice_other_list+.voice_other_list {
  margin-top: 60px;
}

.voice_other_head {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
}

.voice_other_head::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #28aae6 200px, #ddd 200px, #ddd 100%);
}

.sub-single__main p.voice_other_text {
  font-size: 2rem;
  margin-top: 20px;
  line-height: 1.5;
  color: #0b92d0;
  font-weight: 500;
}

.sub-single__main h3.voice_head {
  text-align: center;
  font-size: 2rem;
  background: #85946F;
  color: #fff;
  padding: 12px;
  border-radius: 50px;
  border-bottom: none;
}

.sub-single__main ul.voice_lists {
  margin-top: 0;
}

.sub-single__main p.voice_content_text {
  font-size: 26px;
  color: #0b92d0;
}

.sub-shop__table tr::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #28aae6 110px, #ddd 110px, #ddd 100%);
}

.sub-shop__table th {
  width: 13rem;
  color: #333;
  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-single)
* ============================================================ */
.sub-single img {
  width: auto;
  margin: 0 auto;
}

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

.sub-single__title-area {
  padding-bottom: 10px;
}

.sub-single__title {
  color: #333;
  font-size: 32px;
  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: 14px;
  font-weight: 500;
  color: #999999;
}

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

.sub-single__main.works_single_main {
  border-top: none;
}

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

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

.sub-single__main p {
  font-size: 16px;
}

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

.sub-single__main li {
  font-size: 1.6rem;
  position: relative;
}

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

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

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

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

.image-container {
  width: 50%;
}

.works_top_flex {
  display: flex;
  align-items: center;
}

.works_category_lists {
  display: flex;
  gap: 20px;
  margin-right: 20px;
}

.works_category_lists.works_category_lists_list {
  gap: 10px;
  flex-wrap: wrap;
}

.works_category_list {
  padding: 8px 20px 10px;
  background-color: #946F6F;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
}

.works_region {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #EF857D;
  margin-left: 2rem;
}

.works_title {
  padding: 16px 0px;
  color: #946F6F;
  margin-top: 20px;
  padding-bottom: 1rem;
  border-bottom: 2px dashed #EF857D;
}

.works_content {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px; */
}

.works_content .image-container {
  width: 100%;
}

.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='#333', 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 8rem 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: #333;
  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 #333;
  color: #333;
  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;
  }

  .home_reason_remarks {
    font-size: 12px;
  }
}

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

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

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

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

  .banner.-home-bottom {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }

  .banner.-sub {
    margin-top: 10vw;
    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;
  }
}

@media screen and (max-width: 767px) {
  .header-sp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background: transparent;
    /* -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); */
  }

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

  .header-sp__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3vw;
    padding-left: 5vw;
    padding-top: 3vw;
  }

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

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

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

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

  .hamburger__lineTop {
    top: 5.1vw;
  }

  .hamburger__lineCenter {
    top: 6.4vw;
  }

  .hamburger__lineBottom {
    top: 7.7vw;
  }

  .nav-drawer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding-bottom: 15vw;
    padding-top: 25vw;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 35;
  }

  .nav-drawer__nav {
    padding-left: 0;
    padding-top: 0;
  }

  .nav-drawer__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #2e2b8f;
  }

  .nav-drawer__item {
    position: relative;
  }

  .nav-drawer__item a {
    padding: 6vw 0 5vw 0;
    font-weight: 500;
    display: inline-block;
    width: 95%;
    border-bottom: 1px solid #EF847D;
    font-size: 4vw;
  }

  .nav-drawer__item::before {
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    width: 10px;
    /* 矢印の幅 */
    height: 10px;
    /* 矢印の高さ */
    border-right: 2px solid #EF847D;
    /* 右向きの線 */
    border-top: 2px solid #EF847D;
    /* 上向きの線 */
    transform: translate(0%, -50%) rotate(45deg);
  }

  .nav-drawer__link {
    font-size: 4.7vw;
    text-align: center;
    font-weight: 600;
  }

  .nav-drawer__btn {
    background: #EF847D;
    color: #fff;
    display: inline-block;
    font-size: 4vw;
    margin-top: 5vw;
    padding: 5vw 14vw;
    max-width: 25rem;
    width: 100%;
    border-radius: 50px;
  }

  .nav-drawer__line a {
    color: #fff;
    display: inline-block;
    font-size: 4vw;
    margin-top: 5vw;
    padding: 3vw 4vw;
    background-color: #06c755;
    display: flex;
    align-items: center;
    max-width: 25rem;
    width: 100%;
    margin-inline: auto;
    gap: 8px;
    justify-content: center;
  }

  .nav-drawer__line img {
    width: 30px;
    height: 30px;
  }

  .nav-drawer__tel {
    font-size: 5vw;
    margin-top: 6vw;
    color: #2e2b8f;
  }

  .nav-drawer__tel a {
    display: inline-block;
    margin-left: 3vw;
    position: relative;
    font-size: 4rem;
    font-weight: 600;
    color: #EF847D;
  }

  .nav-drawer__tel a::before {
    background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 6vw;
    left: -7vw;
    margin: auto;
    position: absolute;
    top: 0;
    width: 6vw;
  }

  .nav-drawer__time {
    font-size: 4vw;
    margin-top: 2vw;
    color: #2e2b8f;
  }

  .nav-drawer__time span {
    border: 1px solid #2e2b8f;
    display: inline-block;
    margin-right: 2vw;
    padding: 1vw;
  }

  /* 表示された時用のCSS */
  .open .hamburger {
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
  }

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

  .open .hamburger__lineCenter {
    display: none;
  }

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

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

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

  /* footer */
  .footer {
    padding-top: 15vw;
  }

  .footer_link_banner {
    padding: 40px 15px 40px 15px;
  }

  .footer_link_banner .footer_link_banner_inner {
    gap: 0;
  }

  .footer_link_banner .footer_link_banner_inner a {
    width: 46%;
    margin: 0 2% 3% 2%;
  }

  .footer__list {
    display: block;
    text-align: center;
  }

  .footer__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10vw;
  }

  .footer__item:last-of-type {
    margin-left: 0;
    margin-top: 10vw;
  }

  .footer__item:last-of-type a {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__link {
    font-size: 4vw;
  }

  .footer__logo {
    margin-top: 6vw;
    width: 70vw;
  }

  .footer__address {
    margin-top: 3vw;
  }

  .footer__address span {
    font-size: 1.4rem;
  }

  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 10vw;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }

  .footer .page-top span {
    font-size: 2.5vw;
    margin-top: 1vw;
  }

  .footer .page-top__img {
    width: 4vw;
  }

  .footer .page-top a {
    bottom: 4vw;
    right: 3vw;
    z-index: 10;
  }

  /* reason */

  .home_reason {
    padding: 40px 0;
  }

  .home_reason_wrap {
    flex-direction: column;
  }

  .home_reason_title {
    font-size: 5vw;
    margin-top: 32px;
  }

  .home_reason_lists_ttl.home_reason_title {
    margin: 0 0 0;
  }

  .home_reason_lists {
    gap: 0.5rem;
    margin-top: 10px;
  }

  .home_reasonlist {
    margin: 4rem 0 0;
  }

  .home_reason_lists_area {
    background: #ffffff85;
    padding: 2rem 1.5rem 2rem;
    position: relative;
    border-radius: 10px;
    margin: 0 0 4rem;
  }

  .home_reason_remarks {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .home_reason_text {
    margin-top: 16px;
    font-size: 4vw;
  }

  .home_reason__img01 {
    max-width: 300px;
  }

  .home_reason__img02 {
    max-width: 246px;
  }

  .home_reason_left {
    width: 100%;
  }

  .home_reason_right {
    width: 100%;
    margin-top: 32px;
  }

  .is_pc {
    display: none;
  }

  .is_sp {
    display: block;
  }

  .home_service_list:nth-child(3) .home_service_img01 {
    position: relative;
    left: 0;
    max-width: 100%;
  }

  .home_service_list:nth-child(3) .home_service_img02 {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    max-width: 100%;
    z-index: -1;
  }

  .home_service_content {
    width: 100%;
  }

  /* service */
  .home_service {
    padding: 60px 0 80px;
  }

  .home_service_lists {
    margin-top: 32px;
  }

  .home_service_list:nth-child(odd),
  .home_service_list:nth-child(even) {
    flex-direction: column;
    padding: 20px 20px 40px;
    max-width: 90vw;
    width: 100%;
    margin-inline: auto;
    gap: 20px;
  }

  .home_service_img {
    max-width: 100%;
    width: 100%;
  }

  .home_service_img01 {
    max-width: 70%;
  }

  .home_service_img01::after {
    top: 70%;
    right: -24%;
    width: 13vw;
    height: 13vw;
  }

  .home_service_img02 {
    max-width: 100%;
  }

  .home_service_img01.home_service_img01_last {
    max-width: 100%;
  }

  .home_service_number {
    top: -9vw;
    mix-blend-mode: multiply;
    font-size: 4vw;
  }

  .home_service_list:last-child .home_service_number {
    top: -9vw;
  }

  .home_service_number_big {
    font-size: 8vw;
  }

  .home_service_title {
    font-size: 5vw;
  }

  .home_service_content_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .home_service_text {
    font-size: 14px;
    margin: 0 auto;
    display: flex;
    flex-direction: column justify-content: center;
  }

  .home_service_text_top {
    max-width: 100%;
    margin-top: 16px;
  }

  .home_service_text_bottom {
    margin-top: 14px;
  }

  .home_service_subtitle {
    font-size: 5vw;
    margin-top: 20px;
  }

  .home_service_subtitle:before {
    width: 70%;
    height: 2px;
    top: 50%;
    left: 30%;
  }

  .home_btn_link span {
    font-size: 4vw;
  }

  .home_service_list+.home_service_list {
    margin-top: 24px;
  }

  .home_service .home_btn {
    margin-top: 32px;
  }

  .home_voice_title {
    font-size: 1.4rem;
  }

  .sub-archive__category.-voice span {
    font-size: 1.4rem;
  }

  /* news */
  .home_topics {
    padding: 60px 0;
  }

  .home_topics .c-heading01 {
    text-align: center;
    font-size: 10vw;
  }

  .home_topics_wrap {
    flex-direction: column;
    gap: 20px;
    padding: 40px 15px 50px;
  }

  .home_topics_list a {
    padding: 16px 10px;
  }

  .home_topics_data,
  .home_topics_category {
    font-size: 3.2vw;
  }

  .home_topics_title {
    font-size: 4vw;
  }

  .home_topics .home_btn {
    margin: 28px auto 0;
  }

  /* カード */
  .home_card {
    grid-template-columns: 1fr;
  }

  .home_card_link {
    max-width: 100%;
  }

  .home_card_img {
    max-width: 100%;
  }

  .home_works_title {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }

  .home_card_data {
    margin-top: 0;
}

  .home_card_text {
    font-size: 14px;
  }

  /* works */
  .home_works {
    padding: 60px 0;
  }

  .home_works_contents {
    margin-top: 32px;
  }

  .home_works .home_btn {
    margin-top: 40px;
  }

  .home_works_slider {
    margin-top: -24px;
  }

  /* voice */
  .home_voice {
    padding: 60px 0;
  }

  .home_voice_contents {
    margin-top: 32px;
  }

  .home_voice .home_btn {
    margin-top: 40px;
  }

  /* //=====================
//下層ページ
//===================== */
  .under_section .c-heading01 {
    font-size: 8vw;
  }

  /* 会社概要ページ */
  .company_about {
    margin: 60px 0;
  }

  .company_about_content {
    margin-top: 28px;
  }

  .common_company_wrap {
    grid-template-columns: 1fr;
  }

  .common_company_wrap+.common_company_wrap {
    margin-top: 14px;
  }

  .common_company_wrap:after {
    background: linear-gradient(to right, #ef857d 120px, #ddd 120px, #ddd 100%);
  }

  .common_company_title {
    padding: 0;
  }

  .common_company_data {
    padding: 10px 0;
    font-size: 1.4rem;
  }

  .company_about_map {
    margin-top: 28px;
  }

  .company_history {
    padding: 60px 0;
  }

  .company_bg01 {
    margin-top: 40px;
    max-width: 320px;
  }

  .company_bg02 {
    margin: -44px 0 auto 0;
    max-width: 280px;
  }

  .company_notation {
    margin: 60px 0;
  }

  p.-service_list.-white {
    text-align: left;
    font-size: 16px;
  }

  .service {
    padding: 60px 0;
  }

  .service_top {
    flex-direction: column;
    gap: 28px;
  }

  .service_list {
    padding-bottom: 40px;
  }

  .service .service_list:first-of-type {
    margin-top: 0;
  }

  .service .service_list:not(:first-of-type) {
    margin-top: 0;
  }

  .service .service_list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .service_top_img {
    max-width: 300px;
  }

  /*
  .service_top_textbox {
    padding: 0 20px;
  }
  */
  .service_top_title {
    font-size: 5vw;
    text-align: center;
    width: 100%;
  }

  .service_top_text {
    font-size: 14px;
    margin-top: 0;
  }

  /*
  .service_center,
  .service_bottom {
    padding-inline: 20px;
  }
  */
  .service_center {
    margin-top: 32px;
  }

  .service_center_title,
  .service_bottom_title {
    font-size: 4.5vw;
  }

  .service_center_lists {
    grid-template-columns: 1fr;
    margin-top: 8px;
  }

  .service_center_list:not(:last-child) {
    border-right: transparent;
  }

  .service_center_list:not(:first-child) {
    padding-top: 12px;
  }

  .service_center_list {
    border-bottom: 1px solid #0b92d0;
    padding-bottom: 4px;
  }

  .service_center_small {
    font-size: 15px;
  }

  .service_center_big {
    margin-top: initial;
    font-size: 32px;
  }

  .service_bottom {
    margin-top: 36px;
  }

  .service_bottom_lists {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    gap: 10px;
    width: 100%;
  }

  .sub-service-bg {
    padding: 40px 15px;
  }

  .service_strengths_flex {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }

  .service_strengths_list {
    grid-template-columns: 1fr;
    padding: 1rem 1.2rem;
  }

  .service_strengths_list+.service_strengths_list {
    margin-top: 0;
  }

  .service_strengths_icon {
    max-width: 90px;
  }

  .service_strengths_lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service_strengths_text {
    font-size: 14px;
  }

  .flow_section {
    margin: 60px 0;
  }

  .flow-list {
    display: block;
    margin-top: 32px;
  }

  .flow-list__item {
    padding: 40px 0 25px;
    justify-content: center;
    width: 70%;
    margin-inline: auto;
  }

  .flow-list__item+.flow-list__item {
    margin-top: 50px;
    margin-left: auto;
  }

  .flow-list__item::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    right: initial;
    width: 100%;
    height: 30px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }

  .flow-list__item-number {
    width: 55px;
    height: 55px;
  }

  .flow-list__item-number span {
    padding-top: 10px;
    font-size: 14px;
  }

  .flow-list__item-text {
    font-size: 20px;
  }

  .reserve_section {
    padding-top: 40px;
  }

  .reserve_section_lists {
    margin-top: 32px;
  }

  .reserve_section_list {
    position: relative;
    font-size: 1.4rem;
  }

  .faq {
    margin: 30px 0 40px;
  }

  .faq_items {
    margin-top: 30px;
  }

  .faq_title {
    padding: 14px 25px 14px 16px;
  }

  .faq_title::after {
    right: 10px;
  }

  .faq_wrap {
    grid-template-columns: 14px 1fr;
    gap: 12px;
    align-items: start;
  }

  .faq_q,
  .faq_a {
    font-size: 20px;
    line-height: 1.5;
  }

  .faq_question {
    font-size: 14px;
    line-height: 1.5;
  }

  .faq_content {
    padding: 16px 14px 0 14px;
  }

  .faq_answer {
    font-size: 14px;
  }

  .faq_item+.faq_item {
    margin-top: 24px;
  }

  .service_works {
    padding: 30px 0;
  }
}

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

  .home-mv__slide img {
    height: calc(100vh / 2);
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    width: 100%;
    border-radius: 20px;
  }

  .home-mv__text {
    /* top: 65%;
    transform: translate(-50%, -65%); */
    width: 100%;
    max-width: 90%;
  }

  .home-mv__catch {
    font-size: 26px;
  }

  .home-mv__catch p {
    line-height: 1.5;
    font-size: 24px;
  }

  .home-mv__catch .home-mv_text_deco {
    display: flex;
    align-items: center;
  }

  .home-mv__catch .home-mv_text_deco::before,
  .home-mv__catch .home-mv_text_deco::after {
    width: 30px;
    height: 2px;
    top: 55%;
  }

  .home-mv__catch .home-mv_text_deco::before {
    left: -30px;
    transform: translateY(-55%) rotate(45deg);
  }

  .home-mv__catch .home-mv_text_deco::after {
    right: -30px;
    transform: translateY(-55%) rotate(-45deg);
  }

  .home-mv__catch .light_blue {
    font-size: 28px;
  }

  .home-mv__catch .text_big {
    font-size: 32px;
  }

  .home-mv__catch .home-mv_text_wrap {
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
  }

  .home-mv__catch .home-mv_flex {
    font-size: 20px;
    margin-top: 10px;
    padding: 2px 12px;
  }

  .home-mv__catch .text_small {
    font-size: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .home-shop {
    padding-top: 8vw;
    background: #d6e0d5;
    padding-bottom: 25rem;
  }

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

  .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-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-service .btn {
    margin-top: 8vw;
  }

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

  .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: 8vw;
    flex-direction: column;
    gap: 0;
  }

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

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

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

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

@media screen and (min-width:768px) and (max-width: 1199px) {
  .home_service_list:nth-child(3) .home_service_img01 {
    max-width: 33rem;
  }

  .home_service_list:nth-child(3) .home_service_img02 {
    right: -15%;
    max-width: 33rem;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 3vw;
    padding-bottom: 3vw;
    padding-top: 19vw;
  }

  .sub-bg {
    padding-top: 10vw;
  }

  .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;
    grid-template-columns: 1fr;
  }

  .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;
    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: 4vw;
    margin-left: 2vw;
    margin-right: 2vw;
    padding: 3vw;
    /* width: auto;
    height: auto; */
  }

  .sub-archive .pagination-wrapper .page-numbers.next,
  .sub-archive .pagination-wrapper .page-numbers.prev {
    border: none;
  }
}

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

  .sub-contact__list-top {
    display: block;
    margin-top: 16px;
  }

  .sub-contact__item-top {
    max-width: 100%;
  }

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

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

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

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

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

  .sub-contact__tel {
    display: inline-block;
    font-size: 9vw;
    margin-top: 0vw;
    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: 2vw;
  }

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

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

  .sub-contact_flex+.sub-contact_flex {
    margin-top: 20px;
  }

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

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

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

  .sub-contact__intro {
    font-size: 3.5vw;
    margin-left: 0;
    margin-top: 10vw;
  }

  .sub-contact__intro span {
    display: block;
  }

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

  .sub-contact__item {
    display: block;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }

  .sub-contact__item dt {
    font-size: 4vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }

  .sub-contact__item dt span {
    font-size: 4vw;
    margin-left: 3vw;
    padding: 1vw 2vw;
  }

  .sub-contact__item dd {
    margin-left: 0;
    margin-top: 4vw;
  }

  .sub-contact__item input,
  .sub-contact__item textarea {
    font-size: 4vw;
    padding: 2vw;
  }

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

  .sub-contact__item textarea {
    height: 40vw;
  }

  .sub-contact__privacy {
    padding-top: 7vw;
  }

  .sub-contact__privacy-intro {
    font-size: 3.5vw;
  }

  .sub-contact__privacy-intro span {
    display: block;
  }

  .sub-contact__submit {
    margin-top: 7vw;
  }

  .sub-contact__submit input {
    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-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-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;
  }

  .service_top_subtitle {
    font-size: 5vw;
    margin-top: 20px;
  }

  .service_top_subtitle:before {
    width: 70%;
    height: 2px;
    top: 50%;
    left: 30%;
  }
}

/* ==============================================================
*  レスポンシブ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-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__table {
    font-size: 4vw;
    position: static;
    width: 100%;
    padding: 0;
  }

  .sub-shop__table tr {
    padding-bottom: 3vw;
    padding-top: 3vw;
  }

  .sub-shop__table th {
    width: 22vw;
  }
}

/* ==============================================================
*  レスポンシブ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: 3vw;
    margin-left: 4vw;
    padding: 1vw 2vw;
  }

  .sub-single__title {
    font-size: 4.5vw;
    margin-top: 4vw;
    margin-bottom: 0;
    padding: 2vw 0.5vw;
  }

  .sub-single__main {
    margin-top: 5vw;
  }

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

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

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

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

  .sub-single__main p {
    font-size: 3.6vw;
  }

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

  .sub-single__main li {
    font-size: 3vw;
  }

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

  .image-container {
    width: 100%;
  }

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

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

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

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

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

  .sub-single__main.works_single__main {
    margin-top: 0;
    padding-top: 1rem;
  }
}

/* ==============================================================
*  レスポンシブ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/bg001.jpg);
  background-repeat: no-repeat;
  /* background-position: bottom 74% center; */
  background-size: cover;
  position: relative;
  /* -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%;
  margin-top: 10%; */
  z-index: 0;
}

.l-page-cover.page_price {
  background-image: url(../img/common/cover02.jpg);
  background-position: bottom 0% center;
}

.l-page-cover.page_topics {
  background-image: url(../img/common/bg004.jpg);
  background-position: bottom 0% center;
}

.l-page-cover.page_voice {
  background-image: url(../img/common/bg005.jpg);
  background-position: bottom 0% center;
}

.l-page-cover.page_works {
  background-image: url(../img/common/bg006.jpg);
  background-position: bottom 0% center;
}

.l-page-cover.page_contact {
  background-image: url(../img/common/cover03.jpg);
  background-position: bottom 0% center;
}

.l-page-cover.page_service {
  background-image: url(../img/home/home-mv-slide02.jpg);
  background-position: bottom 0% center;
}

/* .l-page-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: -10%;
  right: 60%;
  background: linear-gradient(135deg, #7fc3e2 0%, #4bc3fa 100%);
  z-index: 1;
} */
.l-page-cover__inner {
  /* padding: 50px 0 0px 0; */
  position: relative;
  z-index: 1;
}

.l-page-cover__ttl {
  color: #EF857D;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: center;
  position: relative;
  z-index: 10;
  top: 0;
}

.l-page-cover__ttl span {
  display: block;
  font-size: 4vw;
  font-weight: 500;
  color: #6A676B;
}

/* --------------------------------
header
----------------------------------- */
.header-sp__top {
  height: 14vw;
  padding-left: 2vw;
}

.header-sp .nav-drawer__list {
  color: #333;
}

.header-sp .nav-drawer__tel {
  color: #333;
}

.header-sp .nav-drawer__time {
  color: #333;
}

.header-sp .nav-drawer__time span {
  border-color: #333;
}

/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  color: #F28B84;
  font-size: 15vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
}

.c-heading01::before {
  content: "";
  width: 106px;
  height: 5px;
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  background: #F28B84;
  background-size: contain;
  background-repeat: no-repeat;
}

.faq .c-heading01 {
  text-transform: uppercase;
}

.c-heading01 p {
  display: block;
  color: #6A676B;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 3rem;
  letter-spacing: 0.03em;
}

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

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

.c-heading02 {
  color: #333;
  border-left: 5px solid #28aae6;
  background: transparent;
  padding: 1rem 0 1rem 1.5rem;
  font-size: 3rem;
  font-weight: 700;
}

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

  /*home*/
  .c-heading01 {
    font-size: 10vw;
    font-weight: 500;
  }
}

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

.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.c-tag {
  display: block;
  width: 35vw;
  font-weight: 500;
  background: linear-gradient(135deg, #27aae6 40%, #037bb3 100%);
  color: #fff;
}

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

.c-news__ttl {
  margin-top: 2vw;
  line-height: 1.5;
  color: #333;
  font-size: 16px;
}

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

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

.btn:hover {
  color: #fff;
}

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

.btn.-color {
  background: #28aae6;
  border: 1px solid #28aae6;
}

.btn.-color:hover {
  color: #28aae6;
}

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

.c-card__img-wrap {
  overflow: hidden;
}

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

.c-card__body {
  padding: 1rem;
}

.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 {
  text-align: center;
  display: flex;
  /* フレックスボックスモデルを使用 */
  flex-wrap: wrap;
  /* 折り返しを許可 */
  gap: 5px;
  font-size: 4vw;
}

.c-tag span {
  font-weight: 500;
  background: linear-gradient(135deg, #27aae6 40%, #037bb3 100%);
  color: #fff;
  padding: 2px 4px;
}

/* --------------------------------
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: #164a81;
  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 #333;
  border-right: 1px solid #333;
  -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;
}

/* --------------------------------
footer
----------------------------------- */
.footer {
  color: #333;
  background: #F8DCDB;
  padding-top: 0;
}

.footer__copyright {
  background: #EF847D;
}

.footer__copyright img {
  max-width: 290px;
  width: 100%;
  margin: 0 auto 1rem;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.p-home-sec02 {
  background: #fff;
  padding-top: 3rem;
  color: #333;
}

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

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

.p-home-sec02 .home-shop__text {
  /*   background: #333; */
  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%);
}

.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__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
}

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

.p-feature-sec01 .c-heading01 span {
  color: #28aae6;
}

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

.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: #164a81;
  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: #164a81 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: #164a81;
  border-bottom: 2px solid #164a81;
}

.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: #164a81;
  border-bottom: 2px solid #164a81;
}

.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: #333;
  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: #333;
  font-size: 5vw;
  font-weight: bold;
  border-bottom: 2px solid #333;
  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;
}

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

.p-company-sec03 {
  background: #efede7;
}

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

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

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

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

.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: #164a81;
  font-weight: bold;
}

.p-topics-wrap .sub-single__main h1 {
  font-size: 1.125rem;
  background-color: #164a81;
  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 #164a81;
  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 #164a81;
  padding: 0.46875rem 0.625rem;
  margin-top: 1.875rem;
}

.p-topics-wrap .sub-single__main h4 {
  font-size: 0.9375rem;
  border-top: 2px solid #164a81;
  border-bottom: 2px solid #164a81;
  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 #164a81;
  padding: 0 0 0.46875rem;
  margin-top: 1.875rem;
}

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

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

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

.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: #164a81;
  font-weight: bold;
}

.p-voice-wrap .sub-single__main h1 {
  font-size: 1.125rem;
  background-color: #164a81;
  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 #164a81;
  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 #164a81;
  padding: 0.46875rem 0.625rem;
  margin-top: 1.875rem;
}

.p-voice-wrap .sub-single__main h4 {
  font-size: 0.9375rem;
  border-top: 2px solid #164a81;
  border-bottom: 2px solid #164a81;
  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 #164a81;
  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: #28aae6;
}

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

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

.p-contact-sec01 .sub-contact__submit input {
  background: #6A676B;
}

.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: #333;
  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: #164a81;
  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: 3.2rem;
    padding: 200px 0 200px 0;
  }

  .l-page-cover__ttl span {
    font-size: 3.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: #333;
    font-weight: 500;
  }

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

  .header__time {
    padding-top: 1rem;
    margin-left: 0;
  }

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

  .c-heading01 span {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }

  .c-news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 0;
  }

  .c-news__tag.c-tag {
    width: 12rem;
    font-size: 1.2rem;
    margin-right: 2rem;
    padding: 6px;
  }

  .c-news__time {
    font-size: 12px;
  }

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

  .c-news__ttl span {
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#333, #333) 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(#333), to(#333)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
  }

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

  .c-tag {
    font-size: 12px;
  }

  .c-tag span {
    padding: 2px 4px;
  }

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

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

  .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-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: 1.375rem;
    padding: 0.46875rem 0.9375rem 0.46875rem;
    margin-top: 2.5rem;
  }

  .p-topics-wrap .sub-single__main h3 {
    font-size: 1.375rem;
    padding: 0.46875rem 0.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-sec03__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 6rem;
  }

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

  .c-news__tag.c-tag {
    font-size: 3vw;
    padding: 5px;
    display: block;
  }

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .footer_text {
    text-align: center;
    font-size: 4vw;
  }

  .footer_flex {
    flex-direction: column;
  }

  .footer_flex::after {
    content: none;
  }

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

.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: 50%;
  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: 0;
  margin-top: 3rem;
}

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

.sub-single__main .works_content .sub-shop__table {
  padding: 0;
}

.sub-case .sub-shop__table th {
  font-weight: 700;
  color: #28aae6;
}

.works_photo {
  margin-top: 8rem;
}

.works_photo h3.works_photo_title {
  text-align: center;
  font-size: 4rem;
}

.works_before_after_lists {
  margin-top: 4rem !important;
}

.works_photo_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin-inline: auto;
  margin-top: 4rem !important;
}

.works_before_after {
  margin: 13rem 0;
  text-align: center;
}

.works_before_after h3.works_before_after_title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.works_before_after h3.works_before_after_title p {
  font-size: 4rem;
  color: #ddd;
  font-weight: 700;
}

.works_before_after h3.works_before_after_title span {
  color: #28aae6;
  font-size: 4rem;
  font-weight: 700;
}

.works_before_after_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.works_before_img img,
.works_after_img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.works_before_after .works_before_after_list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* 中央に配置 */
  width: 56px;
  /* 矢印の幅 */
  height: 52px;
  /* 矢印の高さ */
  background-image: url(../img/common/works_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  /* 画像の上に重なるように */
}

.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: 3rem 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 #28aae6;
  background: none;
  color: #28aae6;
}

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

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

.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: #28aae6;
  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;
  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 .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 {
  background-color: #fff;
  padding: 80px 60px;
  max-width: 1050px;
  width: 100%;
  margin-inline: auto;
}

.footer_top .c-heading01 {
  text-align: left;
  font-size: 8rem;
}

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

.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-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;
  background: linear-gradient(180deg, #fff 23.89%, rgba(255, 255, 255, 0) 100%);
}

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

.home .header.scrolled .header__link {
  color: #333;
}

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

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

.home .header.scrolled .header__time {
  color: #333;
}

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

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

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

.p-home-works-item {
  text-align: center;
}

.p-home-works-item h3 {
  font-size: 2.3rem;
  text-align: left;
  font-weight: 600;
  padding: 20px;
  font-size: 3rem;
  color: #fff;
  position: relative;
  z-index: 10;
}

.p-home-works-item h3 span {
  z-index: 10;
  position: relative;
  font-size: 3rem;
  color: #28aae6;
  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: 640 / 413;
  width: 100%;
  object-fit: cover;
}

.p-home-works .btn {
  background-color: #28aae6;
  color: #fff;
  margin-top: 3rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.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, #28aae6 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: #28aae6;
  /* 丸の色 */
  border-radius: 50%;
  /* 丸を形作る */
}

.sub-feature-item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #28aae6;
  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: #28aae6;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 2rem;
  border: 1px solid #28aae6;
  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 #28aae6;
  background-color: #f8fbf9;
}

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

.sub-energy {
  padding-top: 13rem;
}

.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: #28aae6;
  padding-bottom: 1rem;
}

.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: #333;
    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: #333;
    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: #333;
    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__list {
    margin-top: 0;
  }

  .sub-service-bg {
    padding: 30px 4vw 20px;
  }

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

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

  .p-home-works-wrap {
    display: block;
    margin-top: 5rem;
  }

  .p-home-works-item h3 {
    font-size: 2rem;
  }

  .p-home-works-item.-third {
    margin-top: 8rem;
  }

  .works-img {
    width: 90%;
    margin-top: -17rem;
  }

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

  .consultation-item {
    grid-template-columns: 1fr;
  }

  .consultation-item h3 {
    min-height: 104px;
  }

  .p-question {
    padding-bottom: 5rem;
  }

  .company-grid {
    grid-template-columns: 1fr;
  }

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

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

.cd-fixed-bg.cd-bg-3 {
  background-image: url(../img/common/bg003.jpg);
  /*
  background-color: #ffffffad;
  background-blend-mode: soft-light;
  */
  padding: 13rem 0;
  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: #ffffffc2;
}

@media screen and (max-width: 736px) {
  .cd-fixed-bg {
    background-size: cover;
    background-attachment: scroll;
  }

  .cd-fixed-bg.cd-bg-3 {
    padding: 30px 0;
  }
}

.p-home-works:before {
  content: "Service";
  position: absolute;
  z-index: 1;
  top: 0;
  font-size: 18vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #f7f7f7;
  opacity: 0.7;
}

/*ボタン*/
.bg_gray {
  background: #f3f3f3;
  margin-top: 10rem;
}

.bg_gray .p-home-works-wrap {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.-white {
  color: #fff;
}

p.-white {
  line-height: 1.7;
  margin: 0;
  margin-top: 3rem;
  max-width: 50rem;
  text-align: left;
}

.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: 0.5;
  text-align: right;
  display: block;
  line-height: 1;
}

.c-heading01.c-heading01_center.-white {
  text-align: left;
}

.p-home-works-img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  background-color: #005a89b3;
  background-blend-mode: soft-light;
  position: relative;
}

.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 h3:before {
  content: "Painting";
  position: absolute;
  z-index: 0;
  top: -30%;
  left: 0;
  font-size: 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;
}

.p-home-works-item:nth-child(2) h3:before {
  content: "Water proofing";
}

.p-home-works-item:nth-child(3) h3:before {
  content: "Wall Repair";
}

.p-home-works-item:nth-child(3) h3:before {
  content: "Wall Repainting";
}

/* .home-works:before {
  content: "Works";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  font-size: 18vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #f7f7f7;
  opacity: 0.4;
} */

.home_blog:before {
  content: "BLOG";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  font-size: 18vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #f7f7f7;
  opacity: 0.4;
}

.home-wide__img {
  padding-bottom: 10rem;
}

/*header*/
.header {
  background-color: transparent;
  box-shadow: none;
}

.header-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .home .header-item a {
  color: #6A676B;
  display: block;
  padding: 20px;
  position: relative;
} */
.home .header-item:not(:last-child) a::after,
.header-item:not(:last-child) a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  background-color: #F7C1BE;
  opacity: 0;
  transition: opacity 0.3s;
}

.home .header-item a:hover::after,
.header-item a:hover::after {
  opacity: 1;
}

.home .header-item:last-child a:hover,
.header-item:last-child a:hover {
  opacity: 0.7;
}

.header-item a {
  color: #6A676B;
  display: block;
  padding: 20px;
  position: relative;
  text-align: center;
  font-weight: 500;
}

.header-item a span {
  display: block;
  color: #F7C1BE;
  margin-bottom: 1rem;
  font-weight: 500;
}

.header__btn.email {
  background: linear-gradient(135deg, #27aae6 40%, #037bb3 100%);
  color: #fff;
  padding: 2.6rem 1rem 2.6rem 4.3rem;
}

.megaMenu {
  background-color: #28aae6;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transition: height 0.3s;
  width: 100%;
}

.megaMenu-list {
  padding-bottom: 30px;
  padding-top: 30px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 10px;
  margin: 0 10%;
}

.megaMenu-item {
  display: inline-block;
  background-color: #fff;
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  height: auto;
}

/* レイアウトのためのスタイル */
a {
  text-decoration: none;
}

.header__contact {
  display: flex;
  align-items: center;
}

.megaMenu-item img {
  width: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.p-home-works-img.-header: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;
}

.megaMenu-item span {
  color: #28aae6;
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  top: 10px;
}

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

.megaMenu-item:nth-child(2) span:before {
  content: "Water proofing";
}

.megaMenu-item:nth-child(3) span:before {
  content: "Wall Repair";
}

.megaMenu-item:nth-child(4) span:before {
  content: "Wall repainting";
}

.header-nav {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-item a {
    padding: 2.6rem 1rem;
  }

  /* .home .header-item a {
    padding: 2.6rem 1rem;
  } */
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header-item a {
    padding: 2.3rem 1.4rem;
  }

  /* .home .header-item a {
    padding: 2.3rem 1.4rem;
  } */
}

@media screen and (min-width: 1440px) {
  .home .header-item a {
    padding: 26px 15px;
  }

  .header-item a {
    padding: 26px 15px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-heading01 p {
    font-size: 4vw;
    line-height: 1.3;
  }

  .p-home-works-item+.p-home-works-item {
    padding-top: 40px;
  }

  .p-home-works-item h3 span {
    font-size: 7vw;
    text-align: left;
    top: -10px;
  }

  .p-home-works-item h3:before {
    left: 0;
    bottom: 0;
    font-size: 12vw;
  }

  .p-home-works-item h3 {
    font-size: 2rem;
    top: 30px;
  }

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

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

  .home-works:before {
    top: 5vw;
    font-size: 20vw;
  }

  .home_blog:before {
    bottom: 0;
    top: 5vw;
    font-size: 20vw;
  }

  .l-page-cover__ttl {
    font-size: 12vw;
    background-clip: text;
    background-size: 200%;
    width: 100%;
    padding: 100px 0 100px 0;
    line-height: 1;
  }

  .l-page-cover:before {
    content: "";
    height: 70%;
    top: -10%;
    right: 30%;
  }

  .l-page-cover__ttl span {
    padding-top: 20px;
  }

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

  .cd-fixed-bg.cd-bg-2 {
    padding: 4vw;
  }

  .footer_top {
    background-color: #fff;
    padding: 40px 20px;
  }

  .footer_top .c-heading01 {
    text-align: center;
    font-size: 10vw;
  }

  .footer_flex .left,
  .footer_flex .right {
    width: 100%;
  }

  .footer_flex .right {
    margin-top: 4rem;
  }

  .footer_flex .right p {
    font-size: 3.2vw;
  }

  .footer_flex .tel {
    font-size: 7vw;
    background: url(../img/common/tel-color.svg) no-repeat left 20% top 50%/5vw auto;
    padding-left: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_flex .tel_text {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_flex .mail {
    font-size: 4vw;
    margin-inline: auto;
  }
}

/*ページ内リンク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;
  }
}

/*ページ内リンク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: #28aae670;
}

.pageMenu-item:hover a {
  color: #fff;
}

.pageMenu-item a {
  color: #333;
  display: block;
  padding: 20px;
  text-align: left;
}

.pageMenu-item:hover a {
  color: #fff;
  text-align: left;
}

.pageMenu-item:hover span {
  color: #fff;
}

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

/* メニューを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: #28aae6;
  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 #28aae6,
    0 0 10px #28aae6,
    0 0 10px #28aae6;
}

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

@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: #164a81;
  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: #333;
  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;
  }
}

@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: #164a81;
    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%, #28aae6 50%);
  text-shadow: 0 0 5px rgb(75 75 75 / 48%);
}

.sub-advantage_contents {
  position: relative;
}

.sub-advantage_img {
  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);
}

.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 {
  line-height: 1.5;
}

.home-wide__img.-sub {
  margin-top: 2rem;
}

.-h5.c-heading01.c-heading01_bg {
  color: #fff;
  padding: 6px;
  background: #333;
  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: #28aae6;
  -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";
}

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

.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: #28aae6;
  padding: 0;
  font-size: 2.4rem;
  margin-top: 2rem;
}

.sub-service-wrap {
  margin-bottom: 10rem;
}

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

  .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: #333;
    font-size: 5vw;
  }

  .page-id-2897 .sub-case__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*ビルオーナー様へ　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: -80%;
  margin: 0 auto;
}

p.-page_bo.-white {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 3rem;
  color: #fff;
}

.sub-bo-wrap {
  margin-bottom: 10rem;
}

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

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

.balloon1 p {
  margin: 0;
  padding: 0;
}

.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%, #28aae6 40%, #28aae6 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-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%, #28aae6 30%, #28aae6 80%, #fff0 80%);
  }

  .sub-bo_contents+.sub-bo_contents {
    padding-top: 30px;
  }

  .sub-bo__list {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .page-news__box {
    padding-top: 4vw;
    padding: 4vw;
  }

  .page-id-2817 section#\30 1 {
    margin-top: 4rem;
  }
}

.recruit_img {
  margin-top: 3rem;
  position: relative;
}

.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: 20px;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .recruit_img {
    order: 1;
  }

  .recruit_txt {
    order: 2;
    margin-left: 4vw;
    padding-bottom: 16vw;
  }
}

/*カルーセル*/
.xslider_wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.xslider1,
.xslider2 {
  display: inline-flex;
  flex: none;
  animation: xslider 60s 3s linear infinite;
}

.xslider1 div,
.xslider2 div {
  flex: none;
}

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

/*----sp_menu----*/
.nav-drawer_accordion {
  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: #28aae6;
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 20px 38px 20px 10px;
  width: 100%;
  text-align: left;
  padding: 20px;
  font-size: 4.2vw;
  color: #fff;
}

.accordion-content.accordion__detail {
  border: 1px solid #28aae6;
}

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

.accordion__detail {
  padding: 0vw 4vw 0vw 10vw;
  margin: 0;
  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 {
    width: 100%;
    position: relative;
  }

  .nav-drawer {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nav-drawer__link {
    text-align: left;
  }

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

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

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: #333;
  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: #164a81;
    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: #164a81;
  font-weight: 700;
  padding: 12px 20px 12px 50px;
  top: -20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.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: #28aae6;
  border-radius: 0;
  border: 0px solid #333;
  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-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: #164a81;
  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 #164a81;
  color: #164a81;
}

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

@media screen and (max-width: 767px) {
  .p-flow-sec02 .flow_content {
    padding: 0px !important;
  }

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

  .p-flow-sec02 .flow_content .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;
  }

  .p-flow-sec02 {
    padding: 2rem 0 4rem 0 !important;
  }
}

.link__btn {
  margin: 0 auto;
  margin-top: 3rem;
  text-align: center;
}

.link__btn .btn.-color {
  background: #333;
  border: 1px solid #333;
}

.link__btn .btn.-color:hover {
  color: #333;
}

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

@media screen and (max-width: 767px) {
  .sub-location__text {
    width: 60%;
  }

  .item_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 1rem;
  }

  .item_list img {
    width: 170px;
    margin: 0 auto;
  }

  .works_category_lists {
    flex-wrap: wrap;
  }

  .works_top_flex {
    align-items: baseline;
    flex-direction: column;
    gap: 20px;
  }

  .sub-single__main.works_single_main {
    display: none;
  }

  /* .works_content {
    grid-template-columns: 1fr;
    gap: 0;
  } */
  .sub-case .sub-single__main .works_content .sub-shop__table {
    padding: 0;
  }

  .works_photo h3.works_photo_title {
    font-size: 28px;
    border-bottom: 1.2vw solid #ddd;
  }

  .works_before_after h3.works_before_after_title p,
  .works_before_after h3.works_before_after_title span {
    font-size: 20px;
    margin-top: 0;
  }

  .works_photo {
    margin-top: 60px;
  }

  .works_photo_lists {
    gap: 20px;
  }

  .works_before_after {
    margin: 60px 0;
  }

  .works_before_after_list {
    gap: 20px;
  }

  .works_before_after .works_before_after_list::before {
    width: 3rem;
    height: 25px;
  }

  .voice_content .image-container {
    width: 100%;
  }

  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next {
    right: 0;
  }

  .voice_contents {
    margin-top: 60px;
  }

  .sub-single__main h3.voice_head {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  .sub-single__main h3 {
    border-bottom: 1.2vw solid #0b92d0;
  }

  .voice_img02 {
    margin-top: 32px;
  }

  .voice_flex {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .voice_content_head {
    font-size: 16px;
  }

  .voice_other {
    margin: 60px 0;
  }

  .voice_other_head {
    font-size: 20px;
  }

  .sub-single__main p.voice_other_text {
    font-size: 16px;
    margin-top: 12px;
  }

  .voice_other_list+.voice_other_list {
    margin-top: 32px;
  }
}

.home .c-heading01.c-heading01_center.-white:before {
  color: #fff;
}

/*フロアコーティング　フロー*/
.stepbar {
  margin: 0 auto;
  width: 100%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #28aae6;
}

.stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 0.5em;
  font-size: 3rem;
  color: #28aae6;
  font-weight: 800;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
  line-height: 1.7;
}

.stepbar .stepbarwrap .steptxt .steptxt-title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt .steptxt-txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 2em);
  background-color: #28aae6;
  position: absolute;
  top: 1em;
  left: 0.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

.steptxt_img {
  display: grid;
  margin: 2rem 0 0;
  grid-template-columns: 1fr 3fr;
}

.step_img {
  padding-left: 2em;
  width: 30rem;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 100%;
  }

  .steptxt_img {
    grid-template-columns: 1fr;
  }

  .stepbar .stepbarwrap .steptitle .stepnum {
    padding-left: 0.5em;
    font-size: 2.3rem;
  }

  .step_img {
    width: 100%;
  }
}

.anc_group {
  display: flex;
  position: relative;
  gap: 30px;
  margin-top: 2rem;
}

.anc_item {
  width: 33%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  aspect-ratio: 3 / 1;
  color: rgb(22 54 78);
}

h3.item__ttl2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 0 0 10px rgb(255 255 255 / 16%);
  letter-spacing: 0.1em;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 39%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.anc_item a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-image: url(../img/home/top_service_after1.jpg);
  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;
}

.anc_item:nth-child(2) a {
  background-image: url(../img/home/top_service_after2.jpg);
}

.anc_item:nth-child(3) a {
  background-image: url(../img/home/top_service_after4.jpg);
}

.item__inner {
  position: relative;
  z-index: 1;
  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;
  padding: 20rem 0;
}

.anc_item a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 48%);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .anc_item a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #5caacfad;
    background-blend-mode: soft-light;
  }
}

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

h3.item__ttl2 span {
  display: block;
  text-align: center;
  padding-top: 20px;
  font-size: 60%;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .anc_item {
    width: 100%;
  }

  .anc_group {
    gap: 10px;
    flex-wrap: wrap;
  }

  .wave:nth-child(1) {
    /* background: #fff; */
    height: 30px;
  }
}

.txt_balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em auto;
  padding: 2rem;
  max-width: 100%;
  color: #333;
  font-size: 3rem;
  background: #fd919e;
  width: 100%;
  text-align: center;
}

.txt_balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fd919e;
}

.txt_balloon1 p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.service_top_txt {
  display: flex;
}

@media screen and (max-width: 767px) {
  .txt_balloon1 {
    font-size: 5vw;
    padding: 0.8rem;
  }
}

/*==========フローティング==========*/
/*fixed_banner*/
.fixed_banner {
  position: fixed;
  z-index: 99999;
  top: 130px;
  right: -10px;
  /*    background-color: #ff9648;*/
  /*    padding: 6px 5px;*/
  /*    border-radius: 10px 0 0 10px;*/
  /*  border: 2px solid #fff;*/
  /*    border-right: none;*/
  /*    box-shadow: 0px 0px 10px 0px rgb(106 106 106 / 30%);*/
  /*    background: -webkit-linear-gradient(137deg, #ffbe49 0%, #ff934d 30%, #e62c91 70%, #df035f 100%);*/
}

.fixed_banner_pc {
  width: 6rem;
  transition-duration: 0.5s;
}

.fixed_banner_pc:hover {
  opacity: 0.6;
}

.floating-banner:hover {
  opacity: 0.6;
}

.fixed_banner_sp {
  display: none;
}

.fixed_banner.-line_banner {
  top: 320px;
  background: #03c755;
}

.header-nav {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .fixed_banner_sp {
    display: inline-block;
    /*        width: 75%;*/
  }

  .fixed_banner_pc {
    display: none;
  }

  .fixed_banner {
    position: static;
    /*        padding: 4px 8px;*/
    /*        border-radius: 10px;*/
    /*        border: 3px solid #04b34d;*/
    margin-top: 7vw;
    /*        max-width: 300px;*/
  }

  .sp-display-none {
    display: none;
  }
}

.slick-prev,
.slick-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

/* 左右矢印それぞれの背景画像 */
.slick-prev {
  left: -5%;
  background-image: url(../img/common/arrow-left.png);
}

.slick-next {
  right: -5%;
  background-image: url(../img/common/arrow-right.png);
}

.slick-prev:hover,
.slick-prev:focus {
  background-image: url(../img/common/arrow-left.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  color: inherit !important;
  outline: none !important;
  opacity: 0.6;
}

.slick-next:hover,
.slick-next:focus {
  background-image: url(../img/common/arrow-right.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  color: inherit !important;
  outline: none !important;
  opacity: 0.6;
}

.top-bnr {
  background: linear-gradient(to bottom, #F9F7F7 50%, #F8DCDB 50%);
  padding: 6rem 15px 4rem;
}

.top-bnr-slider .slick-slide {
  margin: 0 10px;
  /* 左右に10pxの余白 */
}

.top-bnr-slider .slick-list {
  margin: 0 -10px;
  /* はみ出し防止のため、リスト側でマイナスマージン */
}

.top-bnr-slider {
  width: 100%;
  max-width: 1017px;
  margin: auto;
}

.container {
  max-width: 1129px;
  margin: 0 auto;
  padding: 0 20px;
}

.separator {
  width: 106px;
  height: 5px;
  background-image: url(/line-22.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.subtitle {
  color: #6a676b;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.28px;
  line-height: 30px;
  font-weight: 700;
}

/* Main Content Section */
.main-content {
  display: flex;
  gap: 40px;
  margin-bottom: 64px;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.vet .main-content {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .main-content {
    flex-wrap: nowrap;
  }
}

.text-content {
  flex: 1;
  min-width: 300px;
}

.text-content h2 {
  color: #936e6e;
  font-size: 32px;
  letter-spacing: 3.2px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 40px;
}

.description {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 30px;
  text-align: left;
}

.highlight {
  font-weight: 700;
  color: #ef847d;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 444px;
  height: 70px;
  background-color: #6a676b;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 18px;
  letter-spacing: 1.44px;
  font-weight: 700;
  transition: background-color 0.3s;
  margin-top: 3rem;
}

.cta-button:hover {
  background-color: #5a575b;
}

.cta-button svg {
  margin-left: 8px;
}

/* Carousel Section */
.carousel-container {
  flex: 1;
  min-width: 300px;
  max-width: 525px;
}

.carousel {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.main-image {
  width: 100%;
  height: 524px;
  object-fit: cover;
  border-radius: 20px;
}

.carousel-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
}

.carousel-button {
  width: 40px;
  height: 40px;
  background: white;
  border: 2px solid #936e6e;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnails {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.thumbnails img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
}

/* Features Grid Section */
.features-card {
  background-color: #fcf0f2;
  border: 2px dashed #ef847d;
  border-radius: 20px;
  padding: 45px 70px;
  margin-top: 40px;
  text-align: center;
}

.features-card h2 {
  color: #936e6e;
  font-size: 32px;
  letter-spacing: 3.2px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}

.siaa-logo {
  width: 451px;
  height: 117px;
  object-fit: cover;
  margin-bottom: 35px;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
}

.feature-item {
  width: 115px;
  height: 124px;
  position: relative;
}

.feature-icon {
  width: 115px;
  height: 115px;
  background-color: #ef847d;
  border: 3.84px solid #ef847d;
  border-radius: 12.79px;
  position: relative;
}

.feature-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
}

.feature-icon .secondary-icon {
  width: 37px;
  height: 37px;
  top: 30%;
  left: 30%;
}

.feature-item span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #f9f7f7;
  font-size: 16px;
  letter-spacing: 1.6px;
  font-weight: 700;
  white-space: nowrap;
}

.slider-for img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

.slider-nav {
  margin-top: 20px;
}

.slider-nav .slick-slide {
  padding: 0 5px;
}

.slider-nav img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  cursor: pointer;
}

.carousel-container .slick-prev {
  left: auto;
  right: 10%;
  top: 85%;
}

.carousel-container .slick-next {
  right: 2%;
  top: 85%;
}

.top-feature {
  padding: 6rem 0;
}

.siaa3 {
  max-width: 480px;
  width: 100%;
  margin: auto;
}

.features-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  max-width: 945px;
  width: 100%;
  margin: 35px auto 0;
  justify-content: center;
}

.features-flex img {
  width: 115px;
}

.ga-bnr {
  text-align: center;
}

.gallery_slider {
  margin-top: 7rem;
}

.gallery_slider img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery_slider .slick-slide {
  margin: 0 15px;
}

.hvr {
  transition: all 0.3s;
}

.hvr:hover {
  opacity: 0.7;
}

/* --------------------------------
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: 10px;
  height: 10px;
  border-top: 2px solid #141414;
  border-right: 2px solid #141414;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 42%;
  right: 2rem;
  -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: #EF847D;
  /* border-bottom: 1px solid #114979; */
  cursor: pointer;
  padding: 15px 20px 23px;
  position: relative;
  font-size: 3rem;
  margin-top: 2rem;
  position: relative;
  border-radius: 10px;
}

.accordion .js-accordion-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 5rem;
  /* 画像の幅 */
  height: 5rem;
  /* 画像の高さ */
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url(../img/common/q.png);
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #347928;
  font-weight: 900;
}

.accordion .js-accordion-title span {
  font-size: 16px;
  margin-left: 7rem;
  margin-bottom: 5px;
  color: #fff;
}

.accordion .js-accordion-title i.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  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: #f9f9f9;
  padding: 25px 20px;
  font-size: 16px;
  position: relative;
  padding-left: 9rem;
  line-height: 1.5;
}

.accordion-content::before {
  content: "";
  position: absolute;
  display: block;
  width: 5rem;
  /* 画像の幅 */
  height: 5rem;
  /* 画像の高さ */
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/common/A.png);
  left: 2rem;
  top: 1rem;
  font-size: 3rem;
  color: #347928;
  font-weight: 900;
}

.faq.inner {
  max-width: 1000px;
}

.faq {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .accordion .js-accordion-title {
    margin-top: 1rem;
    padding: 4px 18px 15px;
  }

  .accordion .js-accordion-title span {
    margin-left: 2rem;
  }

  .accordion .js-accordion-title::before {
    font-size: 2.5rem;
    left: 0.7rem;
    top: 2.8rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .accordion .js-accordion-title i.arrow {
    right: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .accordion .js-accordion-title span {
    font-size: 14px;
  }

  .accordion {
    margin-top: 3rem;
  }
}

.faq .inner {
  max-width: 1000px;
  margin: auto;
}

.accordion {
  margin-top: 4rem;
}

/* Footer01 styles */
.footer01 {
  width: 100%;
  background-color: transparent;
}

.footer01-content {
  position: relative;
  width: 100%;
  padding: 6rem 15px;
}

/* .footer01-content::before {
  content: '';
  display: block;
  width: 100%;
  height: 1010px;
  background-color: var(--background-color);
} */

.contact01-section {
  /* position: absolute; */
  top: 60px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}

.contact01-card {
  width: 100%;
  max-width: 1128px;
  background-color: #fff;
  border-radius: 20px;
  padding: 43px;
}

.contact01-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 4rem;
  background: #fff;
  border-radius: 20px;
}

.contact01-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.icon01-container {
  width: 106px;
  height: 106px;
  background-color: var(--white);
  border-radius: 53px;
  border: 3px dashed #F28B84;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon01 {
  width: 68px;
  height: 68px;
  color: #F28B84;
}

.phone-icon {
  width: 73px;
  height: 73px;
}

.title01-container {
  position: relative;
  width: 370px;
  height: 50px;
}

.title01-background {
  width: 368px;
  height: 31px;
  position: absolute;
  top: 10px;
  background-color: #F8DCDB;
}

.contact01-title {
  position: absolute;
  top: 0;
  left: 23px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 4.32px;
  margin: 0;
}

.contact01-button {
  width: 100%;
  max-width: 450px;
  padding: 2.5rem;
  background-color: #6A676B;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1.92px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.contact01-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(315deg);
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.contact01-button:hover {
  opacity: 0.7;
}

.arrow01-icon {
  width: 16px;
  height: 32px;
  margin-left: 8px;
  background-image: url(/weui-arrow-filled.svg);
  background-size: 100% 100%;
}

.phone01-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.phone01-number {
  font-weight: 900;
  color: #F28B84;
  font-size: clamp(24px, 5.7vw, 60px);
  letter-spacing: 2px;
}

.phone01-hours {
  font-size: 16px;
  letter-spacing: 1.76px;
  line-height: 30px;
  text-align: center;
}

.footer01-links {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: 1099px;
}

.links01-section {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.links01-section:first-child {
  width: 40%;
}

.links01-section:last-child {
  width: 50%;
}

.links01-title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1.92px;
  line-height: 30px;
  margin: 0;
  border-bottom: 2px dashed #ef847d;
  padding-bottom: 1rem;
}

.separator01 {
  height: 3px;
  background-color: var(--text-color);
  border: none;
  margin: 12px 0;
}

.links01-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links01-list a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 30px;
  margin: 1.5rem 0;
}

.siaa01-logo {
  width: 397px;
  height: 103px;
  object-fit: cover;
  margin-top: 40px;
}

.copyright01-section {
  display: flex;
  flex-direction: column;
  height: 136px;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #F28B84;
  margin-top: 72px;
}

.brand01 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.brand01-text {
  font-weight: bold;
  color: var(--white);
  font-size: 30px;
  letter-spacing: 5.40px;
  line-height: normal;
}

.brand01-logo {
  width: 75px;
  height: 75px;
  object-fit: cover;
}

.icon01-container img {
  width: 64%;
}

.beaf-slider .slick-slide {
  margin: 0 15px;
}

.beaf-slider .slick-prev {
  left: 8%;
  width: 58px;
  height: 58px;
}

.beaf-slider .slick-next {
  right: 8%;
  width: 58px;
  height: 58px;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.gallery {
  margin-top: 10rem;
}

.feature-img {
  width: 45%;
}

.grip,
.vet,
.comparison-sec
.company_about {
  background: #F8DCDB;
  padding: 6rem 15px;
}

.company_about .inner,
.grip .inner,
.vet .inner,
.comparison-sec .inner {
  background: #fff;
  border-radius: 20px;
  padding: 4rem 15px 6rem;
}

.vet .inner {
  padding: 4rem;
}

.grip img {
  width: 100%;
  max-width: 800px;
  margin: 3rem auto 0;
}

.vet-img {
  width: 30%;
}

.ttl-fukidashi {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 1.8rem;
  background: #946F6F;
  border-radius: 20px;
  width: 100%;
  max-width: 564px;
  margin: auto;
  position: relative;
}

.ttl-fukidashi::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 14px 0 14px;
  border-style: solid;
  border-color: #946F6F transparent transparent transparent;
}

.ttl-fukidashi.-pink {
  background: #EF847D;
}

.ttl-fukidashi.-pink::after {
  border-color: #EF847D transparent transparent transparent;
}

.feature {
  background: #fff;
}

.feature .container {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  align-items: center;
  gap: 40px;
  padding: 60px 116px;
  margin: 0 auto;
}

.title {
  font-weight: bold;
  color: #f28b84;
  font-size: 48px;
  letter-spacing: 3.84px;
  line-height: 30px;
  margin: -1px 0 0;
}

.subtitle {
  color: #6a676b;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.28px;
  font-weight: bold;
  line-height: 30px;
}

.feature-box {
  width: 566px;
  height: 84px;
  position: relative;
}

.feature-content {
  width: 564px;
  height: 66px;
  background: #936e6e;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-text {
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 30px;
}

.card {
  width: 100%;
  max-width: 1048px;
  padding: 40px;
  background: white;
  border-radius: 20px;
  border: 1px solid #ef847d;
}

.card-header {
  width: 100%;
  padding: 1rem;
  background: #84936e;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3rem;
	text-align: center;
}

.card-title {
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 30px;
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 37px;
  justify-content: center;
}

.comparison-box {
  width: 100%;
  position: relative;
}

.comparison-content {
  background: #fcedec;
  border-radius: 20px;
  position: relative;
  display: grid;
  grid-template-columns: 30% 60%;
  padding: 3rem;
  gap: 3rem;
  align-items: center;
  position: relative;
}

.comparison-content::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  border-width: 14px 0 14px 28px;
  border-style: solid;
  border-color: transparent transparent transparent #fcedec;
}

.comparison-content img {
  max-width: 104px;
  max-height: 143px;
}

.info-box {
  background: white;
  border-radius: 20px;
  padding: 20px;
  padding: 2rem;
}

.info-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 30px;
  background: #faffac;
  display: inline-block;
  padding: 0 10px;
}

.info-text {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 30px;
  margin-top: 20px;
}

.test-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 3rem;
}

.card-img {
  margin-bottom: 3rem;
}

.test-box {
  text-align: center;
}

.mt3 {
  margin-top: 3rem;
}

.mt6 {
  margin-top: 6rem;
}

.test-title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  margin-bottom: 20px;
}

.test-image {
  width: 100%;
  height: auto;
}

.feature02 {
  background: #F9F7F7;
}

.siaa-icon {
  max-width: 230px;
  width: 100%;
  margin: auto;
}

.point-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px 15px;
  padding: 4rem 2rem 0;
}

.point-card {
  width: 32.4%;
}

.point-card-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.point-card img {
  width: 100%;
  height: 227px;
  object-fit: cover;
}

.point-card-header {
  display: flex;
  align-items: center;
  gap: 5px;
}

.point-card-number {
  font-weight: 700;
  color: #936e6e;
  font-size: 32px;
  letter-spacing: 2.56px;
  line-height: 30px;
}

.point-card-title {
  font-weight: 700;
  color: black;
  font-size: 18px;
  letter-spacing: 1.44px;
  line-height: 30px;
}

.point-card-description {
  color: black;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 32px;
}

.point {
  padding: 6rem 0 10rem;
}

.comparison-container {
  padding: 60px 76px;
  min-height: 100vh;
}

.comparison-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 64px 0;
}

.comparison-header h1 {
  font-size: 48px;
  font-weight: bold;
  color: #f28b84;
  letter-spacing: 3.84px;
  line-height: 30px;
  margin: 0;
}

.comparison-separator {
  width: 106px;
  height: 5px;
  background-color: #f28b84;
}

.comparison-header h2 {
  font-size: 20px;
  font-weight: bold;
  color: #6a676b;
  letter-spacing: 1.60px;
  line-height: 30px;
  margin: 0;
}

.comparison-table-container {
  width: 100%;
  overflow-x: auto;
  max-width: 1000px;
  margin: 4rem auto 0;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th {
  background-color: #ef847d;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 20px 3px;
  border: 2px solid #fea59f;
  text-align: center;
  white-space: pre-line;
  min-width: 127px;
}

.comparison-table .empty-header {
  background-color: #fbe0df;
  border: 2px solid #fea59f;
  width: 90px;
  min-width: 90px;
}

.comparison-table td {
  border: 2px solid #ef847d;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  background-color: white;
  text-align: center;
  vertical-align: middle;
}

.comparison-table .category {
  background-color: #f8dcdb;
  font-weight: bold;
  color: #6a676b;
  white-space: pre-line;
  width: 90px;
  line-height: 1.3;
}

.comparison-table tr:nth-child(even) .category {
  background-color: #f8dcdb;
}

.comparison-table img {
  /* width: 117.73px; */
  height: 30.55px;
  display: block;
  margin: 0 auto;
}

.flow-section {
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
  padding: 2.5rem 0;
}

.flow-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 4rem;
}

.flow-title {
  font-weight: 700;
  color: #f28b84;
  font-size: 3rem;
  letter-spacing: 3.84px;
  line-height: 30px;
  margin: 0;
}

.flow-line {
  width: 106px;
  height: 5px;
}

.flow-subtitle {
  font-weight: 700;
  color: #6a676b;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 1.6px;
  line-height: 30px;
  margin: 0;
}

.flow-timeline {
  position: relative;
  margin-top: 4rem;
}

.flow-line-track {
  position: absolute;
  left: 58px;
  top: 62px;
  width: 3px;
  height: 85%;
  background: #BCBCBC;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.flow-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;
}

.flow-number {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-color: #84936e;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-number span {
  font-weight: 500;
  color: white;
  font-size: 1.875rem;
}

.flow-image {
  flex-shrink: 0;
}

.flow-image img {
  width: 240px;
  height: 160px;
  object-fit: cover;
}

.flow-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

.flow-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.flow-content h3 {
  font-weight: 700;
  color: black;
  font-size: 2rem;
  letter-spacing: 4px;
  line-height: 34px;
  margin: 0;
}

.flow-content .main-text {
  font-weight: 700;
  letter-spacing: 0.8px;
}

.flow-content .sub-text {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.51px;
}

.flow-content p {
  color: black;
  letter-spacing: 3.2px;
  line-height: 2;
  margin: 0;
}

.ba-imgs {
  display: grid;
  gap: 2rem;
  max-width: 1000px;
  margin: 4rem auto 0;
}

.beforeafter {
  padding: 8rem 0 10rem;
}

.ttl-blown {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  background: #946F6F;
  color: #fff;
  margin-top: 4rem;
}

.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  margin-top: 4rem;
}

.grid-col02.-col03 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.grid-col02_text {
  line-height: 2;
}

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

.service {
  padding: 6rem 0 10rem;
  background: #fff;
}

.condition {
  padding: 6rem 0 10rem;
}

.strength-section {
  width: 100%;
  background-color: #f8dcdb;
  padding: 44px 20px;
}

.strength-container {
  max-width: 1120px;
  margin: 0 auto;
}

.strength-card {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 15px;
}

.strength-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.strength-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.strength-title {
  font-weight: 700;
  color: #f28b84;
  font-size: 48px;
  letter-spacing: 3.84px;
  line-height: 1.2;
  margin: 0;
}

.strength-line {
  width: 106px;
  height: 5px;
}

.strength-subtitle {
  font-weight: 700;
  color: #6a676b;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.28px;
  line-height: 30px;
  margin: 0;
  white-space: nowrap;
}

.strength-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  justify-content: center;
}

.strength-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}

.strength-feature img {
  width: 40px;
  height: 37px;
}

.strength-feature-text {
  font-weight: 700;
  color: black;
  font-size: 18px;
  letter-spacing: 3.6px;
  line-height: 34px;
}

.-attention .strength-features {
  grid-template-columns: 1fr;
}

.-attention .strength-feature-text {
  font-size: 16px;
  letter-spacing: 2px;
}

.-attention .strength-card {
  padding: 5.5rem 15px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .strength-card {
    padding: 2rem 1.6rem;
  }

  .strength-title {
    font-size: 36px;
  }

  .strength-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
    white-space: normal;
  }

  .strength-feature {
    align-items: flex-start;
  }

  .strength-feature-text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    max-width: 100%;
  }

  .strength-feature img {
    width: 29px;
    height: 29px;
  }
}

.header-item {
  position: relative;
}

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 150%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 25rem;
  padding: 1.5rem 1rem;
  border-radius: 20px;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.dropdown-link {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
}

.header-item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 95%;
}

.dropdown-menu img {
  width: 21px;
}

.header-item .dropdown-menu a {
  padding: 15px 5px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-item .header__btn {
  background: #EF857D;
  padding: 1.6rem 2rem 1.6rem 5.3rem !important;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 12px;
}

.contact-txt {
  text-align: center;
  line-height: 2;
  font-weight: 600;
}

.sub-contact__submit p {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}

.header-br {
  display: none;
}

.grip-img {
  margin-top: 3rem;
}

.voice-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 15px;
  align-items: center;
}

.voice-grid .home_card_img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}

.sub-archive-voice .home_card_body {
  background: none;
  padding: 0;
  display: block;
}

.sub-archive-voice .home_card_link {
  border-radius: 20px;
  background: #fff;
  max-width: none;
  transition: all 0.3s;
}

.sub-archive-voice .home_card_link:hover {
  opacity: 0.7;
}

.sub-archive-voice .sub-archive__container {
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.home_voice_name {
  background: #946F6F;
  color: #fff;
  padding: 4px 15px;
  font-weight: bold;
  margin-top: 8px;
  display: inline-block;
}

.home_voice_btn {
  background: #85946F;
  color: #fff;
  text-align: center;
  padding: 17px;
  border-radius: 0 0 20px 20px;
}

.home_voice_link_body {
  padding: 2rem;
  border: 2px dashed #EF847D;
  border-bottom: none;
  border-radius: 20px 20px 0 0
}

.page-numbers img {
  width: 40px;
}

.sub-archive-voice .page-numbers.next,
.sub-archive-voice .page-numbers.prev {
  width: auto;
  border: none;
}

.nav-links a:hover {
  background-color: #fff;
  opacity: 0.7;
  color: #000;
}

.sub-single-voice .sub-single__box {
  background-color: transparent;
}

.works-cf03 {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #EF857D;
  margin-top: 1rem;
}

.works-cf03 img {
  width: 23px;
}

.sub-case .works_title {
  font-size: 2.4rem;
  margin-top: 0;
}

.works_content {
  padding: 0 2rem;
}

.voice-txt::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -30px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #EF847D transparent transparent;
}

.sub-single .voice-contents img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}

.voice-contents {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  gap: 4rem;
  margin-top: 6rem;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev {
  background-image: url('../img/common/arrow-left.png');
  left: -60px;
  width: 50px !important;
  height: 50px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next {
  background-image: url('../img/common/arrow-right.png');
  right: -60px;
  width: 50px !important;
  height: 50px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Swiperのデフォルトの矢印を非表示 */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.voice-contents .voice-txt {
  padding: 3rem;
  background: #EF847D;
  border-radius: 20px;
  position: relative;
  color: #fff;
}

.voice-txt::after {
  content: '';
  position: absolute;
  top: 30px;
  left: -30px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #EF847D transparent transparent;
}

.voice_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.voice_img02 {
  background: none;
}

.sub-single {
  background: #fff;
}

.voice_lists02 .voice_content_head {
  font-size: 2rem;
  color: #946F6F;
  padding-left: 6px;
  border-left: 5px solid #EF847D;
  width: 120px;
  font-weight: bold;
}

.voice_lists02 .voice_list {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.sub-single__main .voice_lists02 p.voice_content_text {
  font-size: 1.6rem;
  color: #000;
}

.works_category_lists {
  margin: 0 !important;
}

.voice_lists02 .works_category_list {
  padding: 1px 15px 2px;
}

.score-lists {
  padding: 2rem;
  border: 1px solid #EF847D;
  border-radius: 20px;
  margin-top: 3rem !important;
}

.voice_list.-total {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.score-lists .voice_list.-total .voice_content_head {
  color: #85946F;
}

.score-lists .voice_list.-total .voice_content_text {
  color: #6A676B;
  font-size: 4rem;
  font-weight: bold;
}

.score-lists .voice_content_head {
  color: #946F6F;
}

.voice_list+.voice_list {
  margin-top: 0;
}

.sub-single img.star-img {
  display: inline-block;
  margin: 3px 3px 0;
}

.score-lists .voice_list {
  padding: 10px 0 0px 10px;
}

.voice_lists03 .voice_content_head {
  padding: 16px 0px;
  color: #946F6F;
  margin-top: 20px;
  padding-bottom: 1rem;
  border-bottom: 2px dashed #EF857D;
  font-size: 2.4rem;
}

.sub-single__main .voice_lists03 p.voice_other_text {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
}

.sub-single__main .home_btn a {
  text-decoration: none;
}

.works-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 2rem;
}

.works-grid .post-thumbnail img {
  border-radius: 20px;
}

.works_content {
  padding: 0;
}

.works_content .sub-shop__table {
  padding: 0;
}

.works_content .sub-shop__table tr::after {
  content: none;
}

.works_content .sub-shop__table th span {
  width: 9rem;
  color: #946F6F;
  padding-left: 6px;
  border-left: 5px solid #EF857D;
  font-weight: bold;
  font-size: 2rem;
}

.block-editor-content p {
  line-height: 1.5;
  margin-top: 1rem;
}

.sub-archive {
  padding-bottom: 6rem;
}

/* mq */
@media screen and (max-width: 1270px) {
  .header-br {
    display: block;
  }

  .header-nav {
    margin-right: 0;
  }

  .home-mv__slide {
    padding-top: 11rem;
  }
}

@media screen and (max-width: 767px) {
  .home-mv__slide {
    padding: 16px 16px 0;
  }

  .top-bnr {
    padding: 4rem 15px 3rem;
  }

  .text-content h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  .cta-button {
    width: 100%;
    height: 60px;
    margin-top: 2rem;
  }

  .carousel-container .slick-prev {
    right: 15%;
  }

  .features-card {
    padding: 4rem 1rem;
  }

  .features-card h2 {
    font-size: 2.2rem;
  }

  .features-flex img {
    width: 98px;
  }

  .features-flex {
    gap: 3px 9px;
  }

  .top-feature {
    padding: 4rem 0;
  }

  .beaf-slider .slick-slide {
    margin: 0 6px;
  }

  .beaf-slider .slick-next {
    right: 3%;
    width: 38px;
    height: 38px;
  }

  .beaf-slider .slick-prev {
    left: 3%;
    width: 38px;
    height: 38px;
  }

  .gallery {
    margin-top: 3rem;
  }

  .gallery_slider {
    margin-top: 3rem;
  }

  .gallery_slider .slick-slide {
    margin: 0 4px;
  }

  .faq {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .accordion-content::before {
    width: 3rem;
    height: 3rem;
    left: 1rem;
    top: 1.6rem;
  }

  .accordion-content {
    padding-left: 5rem;
    padding-right: 0;
  }

  .contact01-methods {
    grid-template-columns: 1fr;
  }

  .contact01-button {
    font-size: 1.8rem;
    padding: 2rem 1.5rem;
  }

  .contact01-button::before {
    right: 17px;
  }

  .contact01-card {
    padding: 4rem 1rem;
  }

  .title01-container {
    width: 100%;
  }

  .contact01-title {
    font-size: 2rem;
    letter-spacing: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    text-align: center;
  }

  .title01-background {
    width: 100%;
    height: 22px;
  }

  .title01-container {
    height: 32px;
  }

  .contact01-method {
    gap: 2rem;
  }

  .phone01-number {
    font-size: 10vw;
  }

  .phone01-hours {
    margin-top: 1rem;
    line-height: 1.5;
  }

  .footer01-links {
    flex-direction: column;
  }

  .links01-section:first-child,
  .links01-section:last-child {
    width: 100%;
    gap: 1rem;
  }

  .footer__copyright img {
    max-width: 220px;
  }

  .main-content {
    margin-top: 0;
    gap: 2rem;
  }

  .feature-img {
    width: 100%;
  }

  .grip,
  .vet,
  .comparison-sec {
    padding: 3rem 15px;
  }

  .grip .inner,
  .vet .inner,
  .comparison-sec .inner {
    padding: 2rem 15px;
  }

  .ttl-fukidashi {
    font-size: 2rem;
  }

  .feature .container {
    padding: 4rem 2rem;
    gap: 3rem;
  }

  .feature-box {
    width: 100%;
  }

  .-mt-2 {
    margin-top: -2rem;
  }

  .description {
    line-height: 1.5;
  }

  .card {
    padding: 3rem 1.6rem;
  }

  .card-title {
    font-size: 1.6rem;
  }

  .comparison {
    grid-template-columns: 1fr;
  }

  .comparison-content::after {
    content: none;
  }

  .comparison-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
    padding: 1rem;
  }

  .info-text {
    margin-top: 1rem;
  }

  .test-results {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .test-title {
    margin-bottom: 1rem;
  }

  .card-img {
    margin-bottom: 0;
  }

  .mt6 {
    margin-top: 3rem;
  }

  .card-header {
    margin-bottom: 1.5rem;
  }

  .vet-img {
    width: 70%;
    margin: auto;
    margin-top: 2rem;
  }

  .point-card {
    width: 100%;
  }

  .flow-flex {
    flex-direction: column;
    gap: 2rem;
  }

  .flow-number {
    width: 5rem;
    height: 5rem;
  }

  .flow-line-track {
    left: 46px;
    top: 32px;
    height: 83%;
  }

  .flow-image img {
    width: 100%;
    height: 100%;
  }

  .flow-item {
    gap: 2rem;
  }

  .beforeafter {
    padding: 0 0 3rem;
  }

  .banner {
    margin: 4rem 0;
  }

  .ttl-blown {
    font-size: 2rem;
    padding: 1.5rem;
  }

  .service {
    padding: 4rem 0 6rem;
  }

  .condition {
    padding: 4rem 0 5rem;
  }

  .grid-col02.-col03 {
    grid-template-columns: 1fr;
  }

  .c-heading01::before {
    top: 5rem;
  }

  .strength-features {
    grid-template-columns: 1fr;
  }

  .home-mv__text.-label img {
    margin: 0;
  }

  .home-mv__text.-label {
    width: auto;
    left: 5%;
    right: auto;
    top: 18%;
  }

  .siaa-icon {
    max-width: 170px;
  }

  .comparison-content img {
    max-width: 7rem;
    max-height: 9rem;
  }

  .sub-archive-voice .sub-archive__container {
    grid-template-columns: 1fr;
  }

  .sub-archive-voice.sub-archive .page-numbers {
    background: none;
    font-size: 2rem;
    color: #ef867d;
    font-weight: 600;
  }

  .voice-txt::after {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translatex(-50%);
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #EF847D transparent;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
  }

  .voice-contents {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .voice-contents .voice-txt {
    padding: 1.5rem;
  }

  .sub-single .voice-contents img {
    max-width: 180px;
  }

  .voice_contents {
    grid-template-columns: 1fr;
  }

  .voice_lists02 .voice_list {
    padding: 10px 0px 10px 10px;
  }

  .voice_lists02 .voice_content_head {
    font-size: 1.8rem;
  }

  .score-lists {
    padding: 1rem;
  }

  .voice_lists03 .voice_list {
    padding: 0;
  }

  .voice_lists03 .voice_content_head {
    font-size: 2rem;
  }

  .sub-single-voice .sub-single__main {
    margin-top: 0;
  }

  .sub-single.sub-bg.sub-single-voice {
    padding-top: 4rem;
  }

  .works-grid {
    grid-template-columns: 1fr;
  }

  .sub-single.sub-bg.sub-case {
    padding-top: 4rem;
  }

  .sub-case .sub-shop__table th {
    width: 24vw;
  }

  .works_content .sub-shop__table th span {
    font-size: 1.8rem;
  }
}

/* mq */

/* スクロール後のスタイル：背景白 */
.header.scrolled {
      background: #ffffffd1;
    -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
    transition: all 0.3s;
    backdrop-filter: blur(8px);
}
.home-voice {
	padding: 6rem 0 ;
}
.home-works {
	padding: 6rem 0 0;
}
.home-voice .cta-button,
.home-works .cta-button{
	margin: 4rem auto 0;
}

/*会社概要*/
/*沿革*/

  .timeline {
    /*  max-width: 900px;*/
    width: 100%;
    /*  margin:50px auto;*/
    padding: 0 30px;
    margin-top: 4rem;
  }

  .timeline li {
    position: relative;
    list-style: none;
    padding: 0 0 20px 0;
  }

  .timeline dd strong {
    display: block;
    /*  padding:10px 0;*/
    font-size: 2rem;
    font-weight: 500;
  }

  .border-line {
    position: absolute;
    left: .55em;
    top: 0;
    width: 4px;
    height: 0;
    background: #fddfdd;
  }

  .timeline li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #ef857d;
    border-radius: 50%;
    /* background: url(../img/common/timeline.svg); */
    background-repeat: no-repeat;
  }

  .timeline_img_dd {
    display: grid;
    grid-template-columns: 0.3fr 1fr 1fr;
    margin-top: 2rem;
  }

  .timeline_img_dd img {
    padding-left: 3%;
  }

  .timeline_txt_dd {
    display: grid;
    grid-template-columns: 0.3fr 2fr;
    /*    align-items: center;*/
    margin-top: 2rem;
  }

  .timeline_year {
    font-weight: bold;
    color: #282828;
  }

  .timeline dl {
    margin: 0 0 20px 3em;
    display: grid;
    grid-template-columns: 0.25fr 2fr;
    display: flex;
    flex-direction: column;
  }

  .timeline dt {
    font-size: 3rem;
    font-weight: 600;
    color: #282828;
  }

  .timeline p {
    font-size: 15px;
    line-height: 1.7;
  }

  .timeline_day {
    font-weight: 600;
    font-size: 120%;
  }

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

    .timeline_img_dd,
    .timeline_txt_dd {
      grid-template-columns: 1fr;
    }

    .timeline dl {
      gap: 10px;
    }

    .timeline dd strong {
      padding-bottom: 10px;
    }

    .timeline_img_dd img {
      padding-left: 0;
      padding-top: 10px;
    }

    .timeline {
      padding: 0 10px;
    }

    .timeline_txt_dd,
    .timeline_img_dd {
      margin-top: 0;
    }

    .company_access {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3%;
      margin-top: 1rem;
    }

    .access_info li {
      grid-template-columns: 1fr 4fr;
      line-height: 1.7;
    }

    .timeline dt {
      font-size: 2.4rem;
    }
  }

.top-company {
  padding: 6rem 0;
}

.history {
    background: #fff;
    padding: 8rem 0;
}
.company_about {
    margin: 0;
}

.company_about.notation {
    background: #F9F7F7;
    padding: 8rem 0;
}
.company_about {
     padding: 8rem 0;
    background: #F8DCDB;
}
.test-ttl {
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 2px solid #85946F;
	padding-bottom: 7px;
	margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
.top-company {
    padding: 6rem 0 0;
}

.top-company .main-content {
    margin-top: 3rem;
    gap: 2rem;
}
}
