@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --primary-color: #09387A;
  --text-color:#282828;
  --transition: 0.3s ease-in-out;
}

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

pre {
  white-space: pre-wrap;
}

html {
  font-size: 62.5%;
}

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

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

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

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

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

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

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

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 116.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

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

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

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

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

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

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

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

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

.wpcf7-spinner {
  display: none;
}

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

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

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

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

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

.home-section__desc {
  color: #fff;
  line-height: 2;
  margin-top: 3rem;
  width: 50rem;
}

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

.home-section-title span {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: .8rem;
}

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

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

.home-section-title.-news span {
  color: var(--text-color);
}

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

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

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

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

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

.btn {
  background-color: #fff;
  display: inline-block;
  outline: none;
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  text-align: center;
  width: 23.4rem;
  z-index: 2;
	color: var(--primary-color);
    text-shadow: none;
}

.btn::after {
  height: 100%;
  top: -100%;
  width: 100%;
}

.btn::before, .btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.btn span {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
}

.btn span img {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.btn.-color {
  /* background: rgb(31,137,214);
    background: -moz-linear-gradient(left, rgba(31,137,214,1) 0%, rgba(46,43,143,1) 100%);
    background: -webkit-linear-gradient(left, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    background: linear-gradient(to right, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 ); */
  border: 1px solid var(--primary-color);
  color: #fff;
  font-size: 1.4rem;
  background: rgb(0,105,52);
  background: linear-gradient(90deg, rgba(0,105,52,0.774969362745098) 0%, rgba(0,105,52,0.8898153011204482) 36%, rgba(0,105,52,1) 100%);
}

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

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

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

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

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

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

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

.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: rgba(255, 255, 255, 0.8);
}

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

.header__logo {
  margin-left: 4rem;
  margin-top: 1.2rem;
  width: 25rem;
}

.header__logo img {
  width: 9rem;
}

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

.header__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* color: #232472; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2rem;
  padding-top: 1.2rem;
}

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

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

.header__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  height: 1.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 {
}

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

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

.header__time.-sub span:nth-of-type(1) {
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.header__nav {
  margin-right: 2rem;
      margin-top: 1rem;
    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;
}

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

.header__item:last-of-type a {
/*   -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  width: 1.995rem; */
}

.header__link {
  /* color: #232472; */
  font-size: 1.6rem;
}

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

.header__btn {
  /* background: rgb(31,137,214);
    background: -moz-linear-gradient(left, rgba(31,137,214,1) 0%, rgba(46,43,143,1) 100%);
    background: -webkit-linear-gradient(left, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    background: linear-gradient(to right, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 ); */
  font-size: 1.6rem;
  font-weight: 700;
  padding: 3.3rem 3.4rem;
	color: #fff;
  background: rgb(0,105,52);
  background: linear-gradient(90deg, rgba(0,105,52,0.774969362745098) 0%, rgba(0,105,52,0.8898153011204482) 36%, rgba(0,105,52,1) 100%);
}

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

.footer {
  background-color: #f8f8f8;
  padding-top: 5.1rem;
}

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

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

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

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

.footer_link_banner {
	background: rgb(31,137,214);
    background: -moz-linear-gradient(left, rgba(31,137,214,1) 0%, rgba(46,43,143,1) 100%);
    background: -webkit-linear-gradient(left, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    background: linear-gradient(to right, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 );
    padding: 50px 0 50px 0;
}
.footer_link_banner .footer_link_banner_inner {
	    max-width: 116.8rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	    gap: 2%;
}
.footer_link_banner .footer_link_banner_inner a {
	    width: 23.5%;
	background: #fff;
}

.footer__link {
  font-size: 1.6rem;
  line-height: 1.2;
}

.footer__logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.1rem;
  width: 28rem;
  display: flex;
  justify-content: center;
}

.footer__logo img {
  width: 16rem;
}

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

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

.footer__copyright {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  margin-top: 3.1rem;
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  text-align: center;
  width: 100%;
  background: #09387A;
}

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

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

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

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

.ttl_cover_20230406 {
    background-image: url(../img/common/bg001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 40%;
}
.sub-section-title {
    color: #fff;
    font-size: 8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: calc(58 / 40);
    text-align: center;
    padding: 160px 0 100px 0;
    background: rgba(9,56,122,0.8);
}

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

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

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

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

.home-mv__catch {
  font-size: clamp(30px, 4rem, 40px);
}
.home-mv__catch img {
	max-width: 700px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

}

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

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

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

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

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

.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: var(--primary-color); */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background: rgb(0,105,52);
  background: linear-gradient(90deg, rgba(0,105,52,0.774969362745098) 0%, rgba(0,105,52,0.8898153011204482) 36%, rgba(0,105,52,1) 100%);
}

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

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

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

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

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

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

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

/* .home-center::before {
  background-image: url(../img/home/home-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
	opacity: 0.7;
} */

.home-center__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

.home-center__text .btn span {
  right: 3.3rem;
}
.home-center__container.-service .home-section-title {
	color: var(--primary-color);
	    border-bottom: 2px solid var(--primary-color);
    padding: 0 0 10px 0;
}
.home-center__container.-service .home-section-title span {
	color: var(--text-color);
}
.home-center__container.-service .home-section__desc {
	color: #000;
}
.home-center__container.-service .btn {
	/* background: rgb(31,137,214);
    background: -moz-linear-gradient(left, rgba(31,137,214,1) 0%, rgba(46,43,143,1) 100%);
    background: -webkit-linear-gradient(left, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    background: linear-gradient(to right, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 ); */
    color: #fff;
    background: rgb(0,105,52);
background: linear-gradient(90deg, rgba(0,105,52,0.774969362745098) 0%, rgba(0,105,52,0.8898153011204482) 36%, rgba(0,105,52,1) 100%);
}
.home-center__container.-price .home-section-title {
	color: var(--primary-color);
	    border-bottom: 2px solid var(--primary-color);
    padding: 0 0 10px 0;
}
.home-center__container.-price .home-section-title span {
	color: var(--text-color);
}
.home-center__container.-price .home-section__desc {
	color: #000;
}
.home-center__container.-price .btn {
	/* background: rgb(31,137,214);
    background: -moz-linear-gradient(left, rgba(31,137,214,1) 0%, rgba(46,43,143,1) 100%);
    background: -webkit-linear-gradient(left, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    background: linear-gradient(to right, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 ); */
    color: #fff;
    background: rgb(0,105,52);
background: linear-gradient(90deg, rgba(0,105,52,0.774969362745098) 0%, rgba(0,105,52,0.8898153011204482) 36%, rgba(0,105,52,1) 100%);
}

.home-center__img {
  width: 56rem;
}

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

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

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

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

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

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

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

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

.home-gallery__item:hover {
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

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

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

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

.home-news {
      background-image: url(../img/home/top_bg001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  padding-bottom: 8rem;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
	    margin: 0;
	background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
}
.home-news .inner {
	padding: 0;
}

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

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

.home-news__link {
  display: block;
	width: 31.5%;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
	    /* border-radius: 1rem; */
}
.home-news__thumbnail {
	overflow: hidden;
    /* border-radius: 1rem 1rem 0 0; */
}
.home-news__thumbnail img {
	    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

.sub-section-title span {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.sub-section-subtitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.8rem;
}

.sub-section-subtitle::after, .sub-section-subtitle::before {
  background: radial-gradient(#baab00, #9c7800);
  content: "";
  height: 1px;
  width: 34rem;
}

.sub-section-subtitle.-color {
  color: #0c3b2c;
}

.sub-section-subtitle.-color::after, .sub-section-subtitle.-color::before {
  width: 33rem;
}

.sub-section-subtitle span {
  display: block;
}

.breadcrumb {
  background-color: #fff;
  font-size: 14px;
  padding-bottom: 2.4rem;
  padding-top: 11.2rem;
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-archive__select {
  border: 1px solid #0c3b2c;
  font-size: 1.4rem;
  margin-left: .9rem;
  position: relative;
}

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

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

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

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

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

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

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

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

.sub-archive__category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background: rgb(31,137,214);
    background: -moz-linear-gradient(left, rgba(31,137,214,1) 0%, rgba(46,43,143,1) 100%);
    background: -webkit-linear-gradient(left, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    background: linear-gradient(to right, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 ); */
  color: #fff;
  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;
  background: rgb(0,105,52);
  background: linear-gradient(90deg, rgba(0,105,52,0.774969362745098) 0%, rgba(0,105,52,0.8898153011204482) 36%, rgba(0,105,52,1) 100%);
}

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

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

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

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

.sub-archive .pagination .page-numbers {
	color: #666;
	margin: 0px 3px;
	padding: 6px 3px;
}

.sub-archive .page-numbers.current {
  color: #333;
	font-weight: bold;
}

.sub-archive .page-numbers.next, .sub-archive .page-numbers.prev {
  border: 1px solid var(--primary-color);
  width: 50px;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.sub-contact__tel {
  color: var(--primary-color);
  font-size: 4.4rem;
  font-weight: 700;
  margin-top: 6.8rem;
  /* padding-left: 2.3rem; */
  pointer-events: none;
  position: relative;
}

.sub-contact__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.744rem;
  left: 1rem;
  margin: auto;
  position: absolute;
  top: .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: .4rem;
  margin-top: 1.2rem;
}

.sub-contact__time span {
  color: var(--primary-color);
}

.sub-contact__time span:nth-of-type(1) {
  border: 1px solid var(--primary-color);
  font-size: 1.6rem;
  padding: .4rem 1.2rem;
}

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

.sub-contact__box {
  padding: 10rem 0;
}
.sub-contact__btm {
  padding: 8rem 0;
  background: #f8f8f8;
}

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

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

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

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

.sub-contact__item {
  align-items: center;
  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: 28.3rem;
}

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

.sub-contact__item dt .required {
  background-color: var(--primary-color);
}

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

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

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


.sub-contact__item .select {
  background-color: #f8f8f8;
  border: 1px solid #9da3a7;
  border-radius: .4rem;
  padding: .75rem;
}

.sub-contact__item select {
	background-color: #f8f8f8;
  border: 1px solid #9da3a7;
  border-radius: .4rem;
  padding: .5rem;
}

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

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

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

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

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

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

.sub-contact__submit input {
  background-color: var(--primary-color);
  border-radius: .5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.8rem 10.7rem;
}

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

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

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

.sub-contact__privacy-text::-webkit-scrollbar-thumb {
  background: #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: .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 .3s;
    transition: opacity .3s;
  }
  .sub-contact__submit input:hover {
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-service__item {
  /* background-color: #fff; */
  position: relative;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-service__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50rem;
}
.sub-service__img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sub-service__text {
  margin-top: -0.2rem;
  width: 50rem;
}
.main_lead {
	    text-align: center;
    line-height: 2;
}
.main_lead.-lg {
	    font-size: 3rem;
    line-height: calc(40 / 24);
    padding: 0 0 5px 0;
    color: var(--primary-color);
		font-weight: 600;
}

.sub-service__text-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(40 / 24);
  position: relative;
	border-bottom: 2px solid var(--primary-color);
    padding: 0 0 5px 0;
    color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-reserve-faq__box {
  background-color: #fff;
  margin-top: 4.7rem;
  padding-bottom: 7.75rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-shop__container {
  display: block;
}

.contents_ttl_001 {
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    margin: 0 0 3rem 0;
  background: rgb(0,105,52);
  background: linear-gradient(90deg, rgba(0,105,52,0.774969362745098) 0%, rgba(0,105,52,0.8898153011204482) 36%, rgba(0,105,52,1) 100%);
}
.contents_ttl_001 span {
	color: #fff;
    font-size: 2.5rem;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
}
.construction_item + .construction_item {
	margin: 4rem 0 0 0;
}
.construction_item .year {
	    font-size: 2rem;
    color: #1f89d6;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    margin: 0 0 1.5rem 0;
}
.construction_item table {
	width: 100%;
	border-collapse: collapse;
}
.construction_item table th {
	padding: 1rem 1rem 1rem 1rem;
    background: #edf4fa;
    font-weight: 500;
	    border: 1px solid #cecece;
}
.construction_item table td {
	padding: 1rem 1rem 1rem 1rem;
	    border: 1px solid #cecece;
}

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

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

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

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

.sub-shop__table th {
  width: 13rem;
	color: var(--primary-color);
    font-weight: 500;
}

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

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

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

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

.sub-shop__map {
    margin: 4.3rem 0 7rem 0;
}

.sub-shop__map iframe {
  height: 40rem;
  width: 100%;
}

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

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

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

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

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

.sub-single__time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
	margin-right: 1.5rem;
}

.sub-single__category {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
/*   margin-left: 1.9rem; */
  padding: .35rem .7rem;
}

.sub-single__main {
  border-top: 1px solid var(--primary-color);
  line-height: calc(34 / 16);
  margin-top: 3rem;
}

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

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

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

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

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

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

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

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

.sub-single__main figure {
  margin-top: 8rem;
}
sub-single .inner {
	padding: 0 0 0 0;
}

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

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

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

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

.sub-single__btn {
  background: rgb(31,137,214);
    background: -moz-linear-gradient(left, rgba(31,137,214,1) 0%, rgba(46,43,143,1) 100%);
    background: -webkit-linear-gradient(left, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    background: linear-gradient(to right, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 );
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-terms__desc span {
  display: block;
}

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

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

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

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

.sub-thanks__desc span {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .header-sp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
	  background: #fff;
  }
  .header-sp.-sub {
    background-color: #fff;
  }
  .header-sp__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding-bottom: 3vw; */
    padding-left: 5vw;
    /* padding-top: 3vw; */
    height: 15vw;
  }
  .header-sp__logo {
    position: relative;
    width: 15vw;
    z-index: 1;
  }
  .hamburger {
    border: none;
    cursor: pointer;
    height: 15vw;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    width: 15vw;
    z-index: 40;
	  /* background: rgb(31,137,214);
    background: -moz-linear-gradient(left, rgba(31,137,214,1) 0%, rgba(46,43,143,1) 100%);
    background: -webkit-linear-gradient(left, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    background: linear-gradient(to right, rgba(31,137,214,1) 0%,rgba(46,43,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f89d6', endColorstr='#2e2b8f',GradientType=1 ); */
    background: #09387A;
  }
  .hamburger.-sub span {
    background-color: #fff;
  }
  .hamburger span {
    background-color: #fff;
    height: .35vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 4.7vw;
  }
  .hamburger__lineTop {
    top: 5.1vw;
  }
  .hamburger__lineCenter {
    top: 6.4vw;
  }
  .hamburger__lineBottom {
    top: 7.7vw;
  }
  .nav-drawer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: scroll;
    padding-bottom: 15vw;
    padding-top: 25vw;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 35;
  }
  .nav-drawer__nav {
    padding-left: 0;
    padding-top: 0;
  }
  .nav-drawer__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
	  color: var(--primary-color);
    padding: 0 2rem;
  }
  .nav-drawer__item {
    padding: 2rem;
    width: 100%;
    border-bottom: 1px solid #09387A;
  }
  .nav-drawer__link {
    font-size: 4.7vw;
    text-align: center;
    font-weight: bold;
  }
  .nav-drawer__btn {
    color: #fff;
    display: inline-block;
    font-size: 4vw;
    margin-top: 7vw;
    padding: 5vw;
    background: #09387A;
    width: 90%;
	  border-radius: 50px;
  }
  .nav-drawer__tel {
    font-size: 4vw;
    margin-top: 7vw;
	  color: var(--primary-color);
  }
  .nav-drawer__tel a {
    display: inline-block;
    margin-left: 4vw;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  }
  .nav-drawer__tel a::before {
    background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 4vw;
    left: -5vw;
    margin: auto;
    position: absolute;
    top: 0;
    width: 4vw;
  }
  .nav-drawer__time {
    font-size: 4vw;
    margin-top: 7vw;
	  color: var(--primary-color);
  }
  .nav-drawer__time span {
    border: 1px solid var(--primary-color);
    display: inline-block;
    margin-right: 2vw;
    padding: 1vw;
  }
  /* 表示された時用のCSS */
  .open .hamburger {
    background-color: #fff;
    -webkit-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
  }
  .open .hamburger__lineTop {
    top: 6.7vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open .hamburger__lineCenter {
    display: none;
  }
  .open .hamburger__lineBottom {
    top: 6.7vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .open .hamburger span {
    background-color: #fff;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 10vw;
  }
	.footer_link_banner {
		    padding: 40px 15px 40px 15px;
	}
	.footer_link_banner .footer_link_banner_inner {
		    gap: 0;
	}
	.footer_link_banner .footer_link_banner_inner a {
		width: 46%;
		margin: 0 2% 3% 2%;
	}
  .footer__list {
    display: block;
    text-align: center;
  }
  .footer__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10vw;
  }
  .footer__item:last-of-type {
    margin-left: 0;
    margin-top: 10vw;
  }
  .footer__item:last-of-type a {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__link {
    font-size: 4vw;
  }
  .footer__logo {
    margin-top: 10vw;
    width: 80vw;
  }
  .footer__address {
    margin-top: 10vw;
  }
  .footer__address span {
    font-size: 4.5vw;
    text-align: center;
  }
  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 10vw;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  .footer .page-top span {
    font-size: 2.5vw;
    margin-top: 1vw;
  }
  .footer .page-top__img {
    width: 4vw;
  }
  .footer .page-top a {
    bottom: 4vw;
    right: 3vw;
    z-index: 10;
  }
}

/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv__catch {
    font-size: clamp(20px, 5vw, 40px);
  }
  .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%;
    aspect-ratio: 1;
  }
  .home-mv .slide-dots li {
    margin: 0 2vw;
  }
  .home-mv .slide-dots li.slick-active button::before {
    height: 2vw;
    width: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .home-shop {
    padding-top: 8vw;
    background: var(--primary-color);
  }
  .home-shop .home-section__desc {
    margin-top: 5vw;
  }
  .home-shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 8vw;
    position: static;
  }
  .home-shop__img {
    position: static;
    width: 100%;
  }
  .home-shop__text {
    padding: 10vw;
    width: 100%;
  }
  .home-shop__intro {
    font-size: 5vw;
    width: 100%;
  }
  .home-shop .btn {
    margin-top: 8vw;
/*     padding-right: 3vw; */
  }
  .home-shop .btn span {
    right: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .home-center {
    margin-top: 15vw;
    padding-bottom: 0;
    padding-top: 10vw;
  }
  .home-center .inner {
    padding: 0;
  }
  .home-center__container.-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home-center__container.-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home-center__text {
    margin-top: 0;
    padding: 2rem 0;
  }
  .home-center__img {
    margin-top: 8vw;
    width: 100%;
  }
  .home-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-service .btn {
    margin-top: 8vw;
/*     padding-right: 3vw; */
  }
  .home-service .btn span {
    right: 4vw;
  }
  .home-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 5vw;
	  margin-bottom: 2rem;
  }
  .home-price .btn {
    margin-top: 8vw;
/*     padding-right: 3vw; */
  }
  .home-price .btn span {
    right: 11vw;
  }
}

@media screen and (max-width: 767px) {
  .home-gallery {
    padding-bottom: 15vw;
    padding-top: 10vw;
  }
  .home-gallery__list {
    gap: 5vw 5vw;
    -ms-grid-columns: (minmax(45%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    margin-top: 8vw;
  }
  .home-gallery__btn {
    margin-top: 10vw;
  }
  .home-gallery__btn .btn {
    padding-right: 2vw;
  }
  .home-gallery__btn .btn span {
    right: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .home-news {
    padding-bottom: 10vw;
    padding-top: 10vw;
	  margin: 0 0 0 0;
  }
  .home-news__box {
    padding: 10vw 5vw;
  }
  .home-news__container {
    margin-top: 8vw;
	  flex-direction: column;
	  gap: 0;
  }
  .home-news__link {
    display: block;
	      width: 100%;
  }
  .home-news__link:not(:first-of-type) {
    margin-top: 10vw;
  }
  .home-news__time {
    font-size: 4vw;
  }
  .home-news__category {
    font-size: 4vw;
    margin-left: 4vw;
    width: 35vw;
  }
  .home-news__title {
    font-size: 4vw;
    margin-left: 0;
    margin-top: 2vw;
  }
  .home-news__btn {
    margin-top: 10vw;
  }
  .home-news__btn a span {
    right: 8vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 3vw;
    padding-bottom: 3vw;
    padding-top: 19vw;
  }
  .sub-bg {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }
  .sub-bg::before {
    height: 90vw;
  }
  .sub-section-title {
    font-size: 10vw;
	  padding: 105px 0 60px 0;
  }
  .sub-section-title span {
    font-size: 4vw;
  }
  .sub-section-subtitle {
    font-size: 6vw;
    line-height: 1.5;
    margin-top: 5vw;
    text-align: center;
  }
  .sub-section-subtitle::before, .sub-section-subtitle::after {
    width: 16vw;
  }
  .sub-section-subtitle.-color::after, .sub-section-subtitle.-color::before {
    width: 16vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-404)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-404__box {
    margin-top: 0;
    padding-bottom: 12vw;
    padding-top: 0;
  }
  .sub-404__title {
    font-size: 4vw;
  }
  .sub-404__desc {
    font-size: 2.6vw;
    margin-top: 6vw;
  }
  .sub-404__link {
    margin-top: 9vw;
  }
  .sub-404__link a {
    font-size: 4vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-archive)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-archive__box {
	margin-top: 0;
    padding: 5vw 0;
  }
  .sub-archive__container {
    margin-top: 8vw;
	  flex-direction: column;
  }
  .sub-archive__category-name {
    font-size: 4vw;
  }
  .sub-archive__select-title {
    font-size: 3vw;
  }
  .sub-archive__select {
    font-size: 3vw;
    margin-left: 2vw;
  }
  .sub-archive__select::before {
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.5vw solid #1e1d1d;
    right: 1vw;
    top: 2vw;
  }
  .sub-archive select {
    padding-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 4vw;
    padding-top: 1vw;
  }
  .sub-archive__link {
    display: block;
    padding-bottom: 5vw;
    padding-right: 0;
    padding-top: 5vw;
	  padding: 0 0 0 0;
    width: 100%;
  }
  .sub-archive__time {
    font-size: 4vw;
  }
  .sub-archive__category {
    font-size: 4vw;
    margin-left: 4vw;
    width: 35vw;
  
  }
  .sub-archive__title {
    font-size: 4vw;
    margin-left: 0;
    margin-top: 2vw;
  }
  .sub-archive .pagination-wrapper__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5vw;
  }
  .sub-archive .pagination-wrapper .page-numbers {
    font-size: 5vw;
    height: 9.5vw;
    margin-left: 2vw;
    margin-right: 2vw;
    width: 24vw;
  }
  .sub-archive .pagination-wrapper .page-numbers.next, .sub-archive .pagination-wrapper .page-numbers.prev {
    border: none;
  }
  .sub-archive .pagination-wrapper .page-numbers.next a, .sub-archive .pagination-wrapper .page-numbers.prev a {
    border: 1px solid #0c3b2c;
    padding: 2vw 6vw;
  }
}

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

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

/* 
==============================================================
*  レスポンシブSP(sub-service)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-service__list {
    margin-top: 8vw;
  }
  .sub-service__item {
    padding-bottom: 8vw;
/*     padding-left: 5vw;
    padding-right: 5vw; */
    padding-top: 5vw;
    width: 100%;
  }
  .sub-service__item:nth-of-type(odd)::before {
    left: auto;
    right: 2vw;
    top: 60vw;
  }
  .sub-service__item:nth-of-type(odd) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sub-service__item:nth-of-type(odd) .sub-service__text {
    margin-left: 0;
  }
  .sub-service__item:nth-of-type(even)::before {
    left: auto;
    right: 2vw;
    top: 62vw;
  }
  .sub-service__item:nth-of-type(even) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sub-service__item:nth-of-type(even) .sub-service__text {
    margin-right: 0;
  }
  .sub-service__item:not(:first-of-type) {
    margin-top: 4vw;
  }
  .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: 5vw;
  }
  .sub-service__text-desc span:not(:first-of-type) {
    margin-top: 5vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-reserve)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-reserve-flow__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 15vw;
  }
  .sub-reserve-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub-reserve-flow__item:not(:first-of-type) {
    border-top: 1px solid #9da3a7;
    margin-top: 15vw;
    padding-top: 15vw;
  }
  .sub-reserve-flow__item-text {
    margin-top: 0;
    width: 100%;
  }
  .sub-reserve-flow__item-title {
    border-left: 2.5vw solid #edbd21;
    font-size: 7vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-top: 3vw;
  }
  .sub-reserve-flow__item-title span {
    font-size: 12vw;
    left: 24vw;
    top: -1vw;
  }
  .sub-reserve-flow__item-intro {
    font-size: 5vw;
    margin-top: 4vw;
    white-space: normal;
  }
  .sub-reserve-flow__item-desc {
    font-size: 4vw;
    margin-top: 6vw;
  }
  .sub-reserve-flow__item-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    width: 50%;
  }
  .sub-reserve-flow__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }
  .sub-reserve-flow__line-btn {
    margin-inline: auto;
    margin-top: 8vw;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    padding-top: 20vw;
  }
  .sub-reserve-faq__box {
    margin-top: 8vw;
    padding-bottom: 7vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 3vw;
  }
  .sub-reserve-faq .accordion-title {
    font-size: 3.5vw;
    padding-bottom: 4vw;
    padding-left: 0;
    padding-right: 6vw;
    padding-top: 4vw;
  }
  .sub-reserve-faq .accordion-title span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 8vw;
    margin-right: 3vw;
    width: 8vw;
  }
  .sub-reserve-faq .accordion-content {
    -webkit-column-break-before: .6vw;
            break-before: .6vw;
    padding: 3vw;
  }
  .sub-reserve-faq .accordion-content p {
    font-size: 3vw;
  }
  .sub-reserve-faq .accordion-title::after {
    height: 2vw;
    right: 2vw;
    width: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .sub-reserve-cancel {
    margin-top: 20vw;
  }
  .sub-reserve-cancel__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vw;
  }
  .sub-reserve-cancel__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub-reserve-cancel__item-text-container {
    margin-top: 0;
    width: 100%;
  }
  .sub-reserve-cancel__item-text:not(:first-of-type) {
    margin-top: 10vw;
  }
  .sub-reserve-cancel__item-text:nth-of-type(2) .sub-reserve-cancel__item-desc {
    margin-top: 5vw;
  }
  .sub-reserve-cancel__item-title {
    font-size: 5vw;
  }
  .sub-reserve-cancel__item-desc {
    font-size: 4vw;
    margin-top: 5vw;
  }
  .sub-reserve-cancel__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-shop)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-shop__box {
    margin-top: 5vw;
    padding: 0vw;
  }
  .sub-shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sub-shop__img {
    width: 100%;
  }
  .sub-shop__text {
    margin-top: 10vw;
  }
  .sub-shop__table {
    font-size: 4vw;
    position: static;
    width: 100%;
	  padding: 0;
  }
  .sub-shop__table tr {
    padding-bottom: 3vw;
    padding-top: 3vw;
  }
  .sub-shop__table th {
    width: 22vw;
  }
  .sub-shop__map {
    margin-top: 5vw;
  }
  .sub-shop__map iframe {
    height: 60vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-single)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-single__box {
    padding: 0;
  }
  .sub-single__time {
    font-size: 4vw;
  }
  .sub-single__category {
    font-size: 4vw;
    margin-left: 4vw;
    padding: 1vw 2vw;
  }
  .sub-single__title {
    font-size: 6vw;
    margin-top: 3vw;
  }
  .sub-single__main {
    margin-top: 5vw;
  }
  .sub-single__main h2 {
    font-size: 5vw;
    margin-top: 6vw;
    padding: 2vw 3vw;
  }
  .sub-single__main h3 {
    border-bottom: 1.2vw solid #006947;
    font-size: 4.5vw;
    margin-top: 6vw;
    padding-bottom: 3vw;
  }
  .sub-single__main h4 {
    border-left: 1.5vw solid #006947;
    font-size: 4vw;
    margin-top: 6vw;
    padding: 1vw 2vw;
  }
  .sub-single__main h5 {
    font-size: 3.5vw;
    margin-top: 6vw;
  }
  .sub-single__main p {
    font-size: 3.6vw;
/*     margin-bottom: 10vw;
    margin-top: 6vw; */
  }
  .sub-single__main ul,
  .sub-single__main ol {
    margin-top: 6vw;
  }
  .sub-single__main li {
    font-size: 3vw;
/*     margin-left: 4vw; */
  }
  .sub-single__main li::before {
    height: 2vw;
    left: -3.5vw;
    top: 2.5vw;
    width: 2vw;
  }
  .sub-single__main figure {
    margin-top: 8vw;
  }
  .sub-single__main figcaption {
    font-size: 3vw;
    margin-top: 3vw;
  }
  .sub-single__main img {
/*     margin-top: 6vw; */
  }
  .sub-single__btn-group {
    margin-top: 8vw;
  }
  .sub-single__btn {
    font-size: 4vw;
    padding: 2vw 6vw;
  }
  .sub-single .nav-previous a,
  .sub-single .nav-next a {
    padding: 3vw;
  }
  .sub-single .nav-previous a img,
  .sub-single .nav-next a img {
    width: 3vw;
  }
  .sub-single .nav-previous {
    left: 16vw;
  }
  .sub-single .nav-next {
    right: 16vw;
  }
  .sub-single .banner.-sub {
    margin-top: 15vw;
  }
}

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

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

.home-shop .btn::before,
.home-shop .btn::after {
  content: none;
}
.home-shop .btn:hover {
  color: var(--primary-color);
  opacity: .8;
}

.c-txt {
  line-height: calc(24 / 16);
}

@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 4vw
  }
}

.home-blog {
  margin: 10rem 0 0 0;
  padding-bottom: 8rem;
  padding-top: 6rem;
}

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

.c-blog-item {
  border-bottom: 1px solid #e5e5e5;
}

.c-blog-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.c-blog-item .item__inner {
  display: flex;
  align-items: start;
  padding: 2rem 0;
}

.c-blog-item .item__link:hover {
  opacity: .8;
  transition: var(--transition);
}

.c-blog-item .item__img {
  width: 30%;
  padding-top: 20rem;
  position: relative;
  margin-right: 3rem;
}

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

.c-blog-item .item__body {
  flex: 1;
}

.c-blog-item .item__ttl {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
/*	-webkit-line-clamp: 1;*/
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.c-blog-item .item__time {
  display: block;
  color: #666666;
  font-size: 1.2rem;
  padding-top: 1rem;
}

.c-blog-item .item__txt {
  padding-top: 2rem;
}

.c-blog-item .item__txt p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.c-blog-item .item__txt p + p {
  display: none;
}

.home-blog__btn {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}



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

  .c-blog-item .item__img {
    width: 10rem;
    padding-top: 10rem;
    margin-right: 1rem;
  }

  .c-blog-item .item__ttl {
    font-size: 1.4rem;
        overflow: inherit;
        margin-bottom: 2rem;
        line-height: 1.5;
        -webkit-line-clamp: inherit;
  }
}

.p-company-top {
  display: flex;
  padding-bottom: 3rem;
}

.p-company-top__img {
  padding-right: 3rem;
  display: flex;
  justify-content: center;
}

.p-company-top__img img{
  width: 100%;
  max-width: 32rem;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: right center;
}

.p-company-top__body {
  flex: 1;
}

.p-company-top__txt {
  line-height: 2;
}

.p-company-top__name {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.p-company-top__name span {
  line-height: calc(24 / 16);
}

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

.p-company-map__head {
  display: inline-block;
  width: 10rem;
  max-width: 100%;
  color: var(--primary-color);
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .p-real-estate-item-wrap {
    flex-direction: column;
    margin-top: -10vw;
  }
  
  .p-real-estate-item {
    width: 100%;
    margin-right: 0;
    margin-top: 10vw;
  }  
  
  .p-real-estate-item__body {
    font-size: 4vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

.p-reno-pattern__table-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-color);
  padding-top: 5rem;
}
.table-note {
	line-height: 1.3;
	text-align: center;
}
.table-additional {
	text-align: center;
	line-height: 1.5;
	color: #09387A;
	font-weight: bold;
}
.service-subtitle {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #09387A;
	border: 1px solid #09387A;
	padding: 1rem;
	margin-top: 4rem;
}

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

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

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

.p-reno-pattern__table th {
  font-weight: bold;
  font-size: 1.8rem;
	vertical-align: middle;
}
.p-reno-pattern__table td {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #09387A;
}
.p-reno-pattern__table th,
.p-reno-pattern__table td {
  padding: 2rem 1rem;
  line-height: 1.3;
}
.p-reno-pattern__table td.td__txt {
	font-size: 1.6rem;
    color: #282828;
	text-align: left;
}
.p-reno-pattern__table td.td__menu {
	font-size: 2rem;
    color: #282828;
	vertical-align: middle;
	text-align: center;
}
.p-reno-pattern__table .th__first {
  width: 20%;
}

.p-reno-pattern__table .td__first {
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #282828;
}

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

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

.p-reno-contact__tel {
  font-weight: bold;
  font-size: 3rem;
  color: var(--primary-color);
  padding-top: 1rem;
  position: relative;
}

.p-reno-contact__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2rem;
  left: -3rem;
  margin: auto;
  position: absolute;
  top: 1rem;
  width: 2rem;
}


.p-reno-contact__time {
  display: block;
  padding-top: 1rem;
}

.p-reno-contact__btn-wrap {
  padding-top: 2rem;
}

.p-door-top {
  margin-top: 5rem;
  position: relative;
  background-image: url(../img/sub/door/top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding: 20rem 2rem;
}

.p-door-top::after {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-door-top__inner {
  position: relative;
  color: #fff;
  z-index: 10;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-door-top__ttl {
  font-size: 5rem;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-door-top {
    padding: 10rem 2rem;
  }
  
  .p-door-top__ttl {
    font-size: 2rem;
  }
  
  .p-door-top__txt {
    font-size: 1.6rem;
  }
  
  .p-door-top__txt span {
    font-size: 2rem;
  }
    
  .p-door-top__btn {
    font-size: 1.6rem;
  }  

  .p-door-step__wrap {
    flex-direction: column;
  }
  
  .p-door-step__slider {
    width: 100%;
    margin-right: 0;
  }
  
  .p-door-step__desc {
    padding-top: 3rem;
  }
  
}

.p-works-before-after {
  padding-top: 5rem;
}

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

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

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

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

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

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

.header__item-child {
  position: relative;
}

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

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

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

.child__link:hover {
  opacity: .8;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_price_table {
  padding-top: 3rem;
}

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

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

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

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

.list_add_table {
  padding-top: 3rem;
}

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

.list_add th {
  border: 1px solid #cccccc;
  background: #eef4f2;
  padding: 10px 10px 10px 10px;
  width: 170px;
  line-height: 2.5rem;
}

.list_add td {
  border: 1px solid #cccccc;
  padding: 10px 10px 10px 10px;
  line-height: 2.5rem;
}


.list_other_table {
  padding-top: 3rem;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .property-slider .slider-img-wrap {
    padding-top: 25rem;
  }
    
  .property-slider__arw {
    top: 30%;
  }
  
  .list_price th {
    padding: 10px 5px 10px 5px;
    width: 80px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .list_add th {
    padding: 10px 5px 10px 5px;
    width: 80px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .list_other th {
    padding: 10px 5px 10px 5px;
    width: 80px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .list_price td {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .list_add td {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .list_other td {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-real-estate-item__area {
    font-size: 1.5rem !important;
  }

  }
  
}

.sub-service__movie {
  width: 79.8rem;
  max-width: 100%;
  padding-top: 44.9rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.sub-service__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sub-service__movie {
    padding-top: 56.25%;
  }  
}

/* 0821追加 */
.sub-single__info .post-password-form p:first-of-type {
  text-align: center;
  line-height: 1.7;
  padding-top: 5rem;
}

.sub-single__info .post-password-form p:nth-of-type(2) {
  padding-top: 5rem;
  display: flex;
  justify-content: center;
}

.sub-single__info .post-password-form label {
  padding-right: 2rem;
}

.sub-single__info .post-password-form label input {
  border: 1px solid #000;
}

.sub-single__info .post-password-form input[type="submit"] {
  border: 1px solid #000;
  background-color: #eee;
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  .sub-single__info .post-password-form label input {
    width: 13rem;
  }
}
/* 0821追加ここまで */
/* 1225追加 */
.contents_desc {
    font-size: 1.8rem;
    margin: 3rem 0;
    line-height: 1.4;
}

/*PC*/
iframe {
    width: 100%;
    height: 30vw;
}
.map_iframe {
    margin: 0 auto;
    border: 1px solid #ccc;
}
.list_other_table {
    margin-bottom: 8rem;
}

@media (min-width: 1168px) {
	.contents_desc {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    line-height: 1.4;
}
} 

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
	.contents_desc {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 1.4;
}
	iframe {
    height: 60vw;
}
}

/*top_banner*/
.banner_01 {
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 8rem;
    margin-bottom: 10rem;
}
main.home .home-center {
	padding-top: 0rem;
}
.banner_01:hover {
    opacity: .5;
    transition: opacity .3s;
}
.video-responsive{
    padding-bottom:10rem;
    max-width:55vw;
    margin:auto;
}
.campaign-banner{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}
.campaign-banner-sp{
	display: none;
}
.home .campaign-banner{
	margin-top: 10rem;
}
.page-id-3566 .home-section-title span,
.page-id-3566 .home-section-title {
	color: #09387A;
	margin-bottom: 3.5rem;
}
.campaign-banner a {
	 opacity: 1;
	transition: opacity 0.3s;
}
.campaign-banner a:hover {
   opacity: 0.5;
	transition: opacity 0.3s;
}
.oh-slider {
	width: 50%;
}
.oh-table {
    width: 100%;
    border-collapse: collapse;
		margin-top: 3rem;
}
.oh-table th,
.oh-table td {
    padding: 15px 0;
    border-bottom: 1px solid #007a33; 
    text-align: left;
}
.oh-table td {
	padding-left: 15px;
	border-bottom: 1px solid #ccc; 
}
.oh-table th {
    font-weight: bold;
    white-space: nowrap;
}
.oh-table a {
    color: #007a33;
    text-decoration: none;
}
.oh-table a:hover {
    text-decoration: underline;
}
.oh-flex {
	display: flex;
	gap: 3rem;
	margin-top: 4rem;
	justify-content: center;
}
.oh-slider .slick-dots li button:before {
font-size: 12px;
color: #09387A;
}
.oh-map {
	margin-top: 3rem;
}
.oh-map iframe{
	height: 100%;
    aspect-ratio: 4 / 1;
    width: 100%;
    object-fit: cover;
}
.oh-txt {
	margin-top: 4rem;
	line-height: 2;
}
.oh-gallery {
    width: 100%;
    padding: 20px 0;
}

.oh-gallery .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
		margin-top: 3rem;
}

.gallery-grid div {
    overflow: hidden;
}

.gallery-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.gallery-grid div:first-child {
    grid-column: span 2;
}
.oh-reserve {
    color: #09387A;
		margin-top: 4rem;
}
.oh-reserve h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.oh-contact__item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.oh-contact__item.-time {
	margin-top: 2rem;
}
.oh-label {
    background: #09387A;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
		width: 12rem;
		text-align: center;
}
.oh-tel {
    font-size: 22px;
    font-weight: bold;
		color: #282828;
		position: relative;
		padding-left: 3rem;
}
.oh-tel::before {
	background-image: url(../img/common/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
    height: 2.4rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 3px;
    width: 2.4rem;
}
.oh-time {
    font-size: 14px;
		color: #282828;
		font-weight: bold;
}
.oh-reserve-title {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 4rem;
		text-align: center;
}
.oh-reserve-text {
    font-size: 14px;
    margin-top: 5px;
		text-align: center;
		margin-top: 2rem;
		line-height: 2;
		color: #282828;
}
.oh-reserve-btn {
    margin-top: 20px;
		text-align: center;
		margin-bottom: 4rem;
}

.oh-button {
    display: inline-block;
    background: #09387A;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.oh-button:hover {
    opacity: 0.7;
}
.sub-contact__item.-noflex {
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}
.sub-contact__item.-noflex dt {
	width: 100%;
	justify-content: flex-start;
	gap: 1rem;
	align-items: center;
	line-height: 1.5;
}
.sub-contact__item.-noflex dt span {
	padding: .4rem .6rem .2rem;
	white-space: nowrap;
}
.sub-contact__item.-noflex .wpcf7-list-item {
	display: flex;
	margin-top: 5px;
}
.sub-contact__item.-noflex .wpcf7-list-item label{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.oh-box {
    border: 1px solid #0F601E;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.oh-box__title {
    font-weight: bold;
    color: #0F601E;
    font-size: 1.8rem;
		line-height: 2;
}
.oh-box__date {
    font-weight: bold;
    font-size: 1.6rem;
		line-height: 2;
}
.oh-box__time {
    font-weight: bold;
    font-size: 1.6rem;
		line-height: 2;
}
.instagram {
	margin-top: 6rem;
}
.insta-wrap {
	margin-top: 2rem;
}
.event-status {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	max-width: 800px;
	margin: auto;
}
.event-status a {
	padding: 1.5rem;
	color: #09387A;
	font-weight: 600;
	text-align: center;
	background: #fff;
	border: 1px solid #09387A;
	transition: all 0.3s;
}
.event-status a:hover {
	background: #09387A;
	color: #fff;
}
.event-status a.active {
	color: #fff;
	background: #09387A;
}
.-event .sub-archive__box {
	padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
	.banner_01 {
    margin-top: 10vw;
    margin-bottom: 4rem;
    padding: 0 5vw;
}
    .video-responsive{
    max-width:100%;
}
	.campaign-banner-sp{
		display: block;
		margin-top: 8vw;
		padding-left: 5vw;
		padding-right: 5vw;
}
	.campaign-banner-sp img{
		margin-top:15px;
	}
	.campaign-banner{
		display: none;
	}
	.page-id-3566 .inner{
		padding: 0;
	}
	.main_lead.-lg {
		font-size: 2rem;
	}
	.oh-flex {
		flex-direction: column;
		gap: 1rem;
	}
	.oh-slider {
		width: 100%;
	}
	.oh-table td {
    word-break: break-word; 
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 100%;
		line-height: 1.5;
}
.oh-table {
	margin-top: 0;
}
.oh-map iframe {
	aspect-ratio: 3 / 2;
}
.oh-label {
	width: 9rem;
}
.sub-contact__item.-noflex dt span {
	padding: 1px 5px;
}
.sub-contact__item.-noflex dt {
	gap: 0;
}
	.oh-reserve-title {
		font-size: 2.2rem;
		line-height: 1.5;
		margin-top: 1rem;
	}
	.oh-reserve {
		margin-top: 2rem;
	}
.event-status {
	grid-template-columns: 1fr;
	gap: 1rem;
}
}


.slider_item {
    width:94%;
    margin:0 auto;
}

.slider_item img {
    width:100%;
    height:auto;
		aspect-ratio: 1 / 1;
		object-fit: cover;
}
.slider_item li {
	width: 20vw;
}

.slider_item li p {
	white-space: normal; /* 折り返しを有効にする */
	word-wrap: break-word; /* 長い単語を折り返す */
	overflow: hidden; /* オーバーフローを隠す */
	text-align: center; /* テキストを中央揃えにする */
}


.slider_item .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
/*	opacity: 0.5;*/
}

.slider_item .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}
.slider_item .slick-slide a:hover {
    opacity: .7;
    transition: 0.3s;
}
.slider_item .slick-slide .slick-center a:hover {
    opacity: .7;
    transition: 0.3s;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
/*
    border-top: 2px solid #666;
    border-right: 2px solid #666;
*/
    height: 15px;
    width: 15px;
    z-index: 10;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -2%;
/*    transform: rotate(-135deg);*/
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 0%;
/*    transform: rotate(45deg);*/
}

/*ドットナビゲーションの設定*/

.slider_item .slick-dots {
    text-align:center;
	margin:20px 0 0 0;
	    display: none!important;
}

.slider_item .slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slider_item .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slider_item .slick-dots .slick-active button{
    background:#22AC38;/*ドットボタンの現在地表示の色*/
}
.slider_item .slick-slide p {
    margin: 0 auto;
    margin-top: 2rem;
    line-height: 1.5;
    font-weight: 600;
        font-size: 1.8rem;
}
.sub-single .nav-previous a{
	background-image: url(../img/sub/single/arrow-left.svg);
		background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	}
.sub-single .nav-next a{
	background-image: url(../img/sub/single/arrow-right.svg);
		background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	}


@media screen and (max-width: 767px) {
	.slider_item img {
    width: 100vw;
    height: auto;
    margin: 0 auto;
}
}

.slick-prev:before, .slick-next:before {
    color: #09387A;
    z-index: 10;
    font-size: 30px;
    position: absolute;
}
.slick-prev:after, .slick-next:after {
    color: #09387A;
    z-index: 10;
    font-size: 30px;
    position: absolute;
}
.unique-btn2,
a.unique-btn2,
button.unique-btn2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #09387A;
  border-radius: 0.5rem;
	font-family: 'Montserrat', sans-serif;

}

a.unique-btn2-border {
  border-radius: 0;
  border: 2px solid transparent;
}

a.unique-btn2-border:before,
a.unique-btn2-border:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #09387A;
  transition: all 0.3s;
}

a.unique-btn2-border:before {
  top: 0;
  left: 0;
}

a.unique-btn2-border:after {
  bottom: 0;
  right: 0;
}

a.unique-btn2-border:hover:before,
a.unique-btn2-border:hover:after {
  width: 0;
}
.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.grid-col02_text {
  line-height: 2;
}
.grid-item-txt {
  line-height: 2;
}
.grid-item-txt h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #09387A;
  display: block;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.grid-item-txt h3 span {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.grid-col02 {
	grid-template-columns: 1fr;
	gap: 1rem;
	}
	.p-new-order {
		padding-top: 4rem;
	}
	.slick-dotted.slick-slider.slider_item {
		margin-bottom: 0;
	}
}

/* テスト用CSS */


  .header {
    background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
		align-items: center;
  }
  .header__logo {
    width: auto;
		margin-top: 0;
  }
.header__item:not(:first-of-type) {
	margin-left: 2rem;
}
  .header__btn {
    background: #09387A;
  }
	.header__link {
		font-size: 15px;
    text-align: center;
	}
	.header__link:hover {
		opacity: 1;
		color: #09387A;
	}
	.footer-flex {
		display: grid;
		grid-template-columns: 33% 64%;
		gap: 3rem;
		max-width: 900px;
		@media screen and (max-width: 768px) {
			display: flex;
			flex-direction: column-reverse;
			gap: 5rem;
		}
	}
	.footer-flex-left .footer__address{
		text-align: left;
		margin-top: 3rem;
	}
	.footer__logo {
		margin-left: 0;
		justify-content: flex-start;
		margin-top: 0;
	}
	.footer__copyright {
		margin-top: 20rem;
		@media screen and (max-width: 768px) {
			margin-top: 5rem;
		}
	}
	.footer__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		@media screen and (max-width: 768px) {
			text-align:left;
		}
	}
	.footer__item:not(:first-of-type) {
		margin-left: 0;
		@media screen and (max-width: 768px) {
			margin-top: 7vw;
		}
	}
	.footer__item {
		margin-top: 0;
		@media screen and (max-width: 768px) {
			margin-top: 7vw;
		}
	}
	.footer__link {
		position: relative;
		padding-left: 3rem;
		@media screen and (max-width: 768px) {
			display:inline-block;
		}
	}
	.footer__link::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #09387A;
  background-size: contain;
  background-repeat: no-repeat;
	}
	.footer__link:hover {
color: #09387A;
	}
.-white .unique-btn2 {
	color: #fff;
}
.-white a.unique-btn2-border:before, .-white a.unique-btn2-border:after {
	background: #fff;
}


.design02 {
.home-section-title {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #282828;
}
	.home-section-title.-white {
		color: #fff ;
	}
.event {
	padding: 4rem 0;
}
.home-center__img img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}
.home-center__container.-service .btn,
.home-center__container.-price .btn {
	background: #f3f3f3;
	color: #151d19;
}
.btn:hover::after {
	background-color: #09387A;
}
.home-center__container.-service .btn:hover,
.home-center__container.-price .btn:hover {
	color: #fff;
}
.btn.-color {
	background: #f3f3f3;
	color: #151d19;
	border: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.btn.-color:hover {
	color: #fff;
}
.home-section__desc {
	line-height: 2;
	font-size: 15px;
}
.home-event__btn {
	text-align: center;
	margin-top: 0;
}
.home-service-btn {
	margin-top: 4rem;
}
.home-news {
	background-image: none;
	background: #f3f3f3;
}
main.home .home-center {
	padding-bottom: 0;
}
.home-news__thumbnail img {
	aspect-ratio: 3 / 2;
}
.home-news__category,
.sub-archive__category{
	background: transparent;
	border: 1px solid #09387A;
	margin-left: 0;
	color: #09387A;
	height: 2.4rem;
}
.home-news__link,
.sub-archive__link{
	background: none;
	box-shadow: none;
}
.home-news__time-category,
.sub-archive__time-category{
	padding: 0;
	margin-top: 2rem;
}
	.home-news__title,
	.sub-archive__title{
		padding-left: 0;
	}
	.home-news__title span {
		font-size: 16px;
	}
	.home-news__thumbnail {
  overflow: hidden;
  position: relative;
}

.home-news__thumbnail img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home-news__link:hover .home-news__thumbnail img,
	.sub-archive__link:hover .home-news__thumbnail img{
  transform: scale(1.1); /* 5%拡大 */
}
	.home-news__link:hover .home-news__title span,
	.sub-archive__link:hover .sub-archive__title span{
		background: none;
	}
.home-works__btn {
	text-align: center;
	margin-top: 4rem;
}
.home-shop__text {
	background: transparent;
}
.company-btn {
	margin-top: 4rem;
}

.home-shop__text {
	padding-bottom: calc(11rem + ((1vw - 11.69px) * (40 / 7.51)));
}
.home-blog {
	margin-top: 0;
	@media screen and (max-width: 768px) {
			margin-top: 2rem;
		}
}
	
.c-blog-item .item__img {
	width: 100%;
	max-width: 150px;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	padding-top: 0;
}
.c-blog-item .item__img img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.c-blog-item .item__ttl {
	font-size: 1.6rem;
}
.home-blog__inner {
	max-width: 800px;
}
.sub-section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding: 20rem 0 17rem;
}
.contents_ttl_001 {
	background: none;
	border-bottom: 1px solid #09387A;
	border-left: 1px solid #09387A;
	@media screen and (max-width: 768px) {
		padding: 1rem 1.5rem ;
	}
}
.contents_ttl_001 span {
	color: #09387A;
	@media screen and (max-width: 768px) {
		line-height: 1.5;
	}
}
	.p-reno-pattern__table tr:nth-child(even) {
		background-color: #f9f9f9;
	}
.c-txt {
	line-height: 2;
}
.p-reno-kinds,
.p-reno-pattern {
	padding-top: 7rem;
}
.p-reno-kinds__table th, .p-reno-kinds__table td {
	padding: 2rem 1rem;
}
.p-reno-pattern__table th, .p-reno-pattern__table td {
	padding: 2rem 1rem;
}
.p-reno-contact {
	box-shadow: none;
}
	.product-lineup .home-center__img img {
		aspect-ratio: 3 / 2;
	}
	.p-company-top__txt {
		line-height: 2;
	}
	.p-company-top__txt .small {
		font-size: 2rem;
		display: block;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.p-company-top__img img {
		width: 30vw;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position:right center;
		@media screen and (max-width: 768px) {
			width: 100vw;
		}
	}
	.p-company-top {
		padding-bottom: 8rem;
	}
	.p-company-map {
		padding-top: 8rem;
	}
	.sub-shop__map iframe {
		height: 40rem;
	}
	
	.p-new-top-img {
		padding-top: 40vw;
		@media screen and (max-width: 768px) {
      padding-top: 10vw;
    }
	}
	.p-new-top__ttl {
		font-weight: 400;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
	}
	.p-new-top__txt {
		text-align: center;
		line-height: 2;
		@media screen and (max-width: 768px) {
      text-align: left;
		line-height: 1.7;
    }
	}
	.sub-service__text-title {
		font-weight: 400;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		font-size: 3.4rem;
		@media screen and (max-width: 768px) {
			font-size: 2.4rem;
		}
	}
	.sub-service__text-title span {
		font-weight: 400;
	}
	.sub-service__text-desc span {
		line-height: 2;
	}
	.sub-service__img img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
	.p-new-flow::after {
		background-color: #000;
	}
	.p-new-flow__ttl {
		font-size: 4rem;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
	}
	.p-new-flow__item .num {
		background: #09387A;
		border-radius: 0;
		font-size: 2rem;
		font-family: 'Montserrat', sans-serif;
	}
	.p-new-flow__item {
		border-radius: 0;
	}
	.sub-center {
		@media screen and (max-width: 768px) {
		padding-top: 4rem;
		padding-bottom: 4rem;
		}
	}
	.home-center__text {
		@media screen and (max-width: 768px) {
			padding-left: 0;
			padding-right: 0;
		}
	}
	.slick-next {
		right: 6%;
	}
	.instagram {
		@media screen and (max-width: 768px) {
			margin-top: 3rem;
		}
	}
	.home-service,
	.home-price{
		@media screen and (max-width: 768px) {
			padding-left: 5vw;
			padding-right: 5vw;
		}
	}
	.home-mv__slide img {
		@media screen and (max-width: 768px) {
			height: 70vh;
		}
	}

	.contact-visual {
  position: relative;
  background-image: url(../img/home/home-shop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  text-align: center;
  padding: 4rem 2rem 8rem;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.contact-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* ← 透過黒で暗くする */
  z-index: 0;
}

.contact-inner {
  position: relative;
  z-index: 1;
}


.contact-label {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.contact-title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.contact-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
	margin: 4rem 0;
}
	.contact-section {
		background: #f8f8f8;
	}
.contact-box {
  background: #fff;
  margin-top: -8rem;
  padding: 4rem 2rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  max-width: 900px;
  margin-inline: auto;
	position: relative;
	z-index: 2;
	@media screen and (max-width: 768px) {
		width:95vw;
		padding: 2rem 1rem;
	}
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
	@media screen and (max-width: 768px) {
		flex-direction: column;
		}
}

.contact-office {
  flex: 1 1;
  text-align: center;
	border-right: 1px solid #F3F3F3;
	@media screen and (max-width: 768px) {
		border-right: none;
		}
}
	.contact-button-txt {
		color: #666;
		margin-bottom: 1rem;
		text-align: center:
	}
.office-label {
  display: inline-block;
  background: #09387A;
  color: #fff;
  padding: 0.4em 0.8em;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.phone {
  font-size: 3rem;
  color: #333;
  margin: 0.5rem 0;
	font-weight: 600;	
}
	.phone a {
position: relative;	
		display: inline-block;
		transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	}
	.phone a:hover {
		opacity: 0.7;
	}
.phone a:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 57%;
  left: -17%;
	transform: translateY(-50%);
  background-image: url(../img/common/tel-color.svg);
  background-size: contain;
  background-repeat: no-repeat;
	}
.hours {
  font-size: 1.4rem;
  color: #666;
}

.contact-button-wrap {
  flex: 1 1;
  text-align: center;
}

.contact-button {
  display: inline-block;
  background: #09387A;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 4.5em;
  border-radius: 999px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  text-decoration: none;
	transition: all 0.3s;
}
	.contact-button:hover {
		opacity: 0.7;
	}

.footer-links {
  background: #f3f5f6;
  padding: 2rem 1rem;
  text-align: center;
}

.footer-nav {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.footer-nav li a {
  color: #333;
  font-size: 0.95rem;
  text-decoration: none;
}

.footer-icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.line-btn {
  background: #00c300;
  color: white;
  font-weight: bold;
  padding: 0.4em 1em;
  border-radius: 5px;
  text-decoration: none;
}

.footer-icons img {
  max-height: 40px;
}

.copyright {
  font-size: 0.75rem;
  color: #888;
}
	.image-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  margin: 0 auto 6rem;
		@media screen and (max-width: 768px) {
		grid-template-columns:  1fr;
		}
}

.image-grid__item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.image-grid__item.large {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
	.home-company {
		background-image: url(../img/home/home-shop.jpg);
		padding: 8rem 0;
		position: relative;
		background-size: cover;
		background-position: center 10%;
		background-repeat: no-repeat;
	}
	.home-company::before {
		content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 0;
	}
	.home-center__container {
		align-items: center;
	}

}
main.home.design02 .home-center {
	padding-bottom: 0;
}

.page-id-3566 .design02 {
  .contact-visual {
     .home-section-title span, .home-section-title {
      color: #fff;
    }
  }
}

.item_found {
  text-align: center;
  margin: 3rem 0 0;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  color: #bababa;
}
@media screen and (max-width: 767px) {
  .item_found {
    margin: 3rem 0 3rem;
}
}
.section-ttl01{
  position:relative;
  text-align:center;
}
.section-ttl01.-wh .section-ttl01__en,
.section-ttl01.-wh .section-ttl01__jp{
  color: #fff;
}

.section-ttl01::before{
  content:attr(data-bg);
  position:absolute;
  left:50%;
  top:40%;
  transform:translate(-50%,-50%);
  font-size:11vw;
  font-weight:700;
  white-space:nowrap;
  color: #fff;
  text-shadow:
1px 1px 0 rgba(9,56,122,.2),
-1px -1px 0 rgba(9,56,122,.2),
-1px 1px 0 rgba(9,56,122,.2),
1px -1px 0 rgba(9,56,122,.2),
0px 1px 0 rgba(9,56,122,.2),
0 -1px 0 rgba(9,56,122,.2),
-1px 0 0 rgba(9,56,122,.2),
1px 0 0 rgba(9,56,122,.2);
opacity: 0.3;
font-family: 'Montserrat', sans-serif;
}
.section-ttl01.-gray::before {
  color: #f8f8f8;
}
.section-ttl01.-wh::before {
  color: #09387a;
  text-shadow:
1px 1px 0 rgba(255,255,255,.2),
-1px -1px 0 rgba(255,255,255,.2),
-1px 1px 0 rgba(255,255,255,.2),
1px -1px 0 rgba(255,255,255,.2),
0px 1px 0 rgba(255,255,255,.2),
0 -1px 0 rgba(255,255,255,.2),
-1px 0 0 rgba(255,255,255,.2),
1px 0 0 rgba(255,255,255,.2);
}

.section-ttl01__en{
  position:relative;
  display:block;
  font-size:6rem;
  font-weight:900;
  letter-spacing:.08em;
  color: #09387A;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.section-ttl01__jp{
  display:block;
  margin-top:2rem;
  font-size:1.6rem;
  font-weight: bold;
  color: #09387A;
  position: relative;
}
.lead-txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  padding: 4rem 15px;
}
.lead-txt span {
  font-size: 3rem;
  font-weight: bold;
  color: #09387A;
  display: block;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.p-company-top {
  margin-top: 6rem;
}
.p-company-top__txt .big {
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  color: #09387A;
  display: block;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 3rem;
}
.company02 .home-section-title {
  font-size: 3rem;
}
.company02,
.company04 {
  padding: 8rem 0;
  background: #f8f8f8;
}
.company02-items {
  margin-top: 6rem;
}
.company03,
.company05 {
  padding: 8rem 0;
}
.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
.grid-col03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
.grid-col04 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
.grid-item {
  padding: 2rem;
  border: 1px solid #d2d7dc;
}
.grid-item h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2rem;
}
.grid-item p {
  line-height: 1.7;
  margin-top: 1rem;
}
.company03-items {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5rem;
}
.company03-items .grid-item {
  width: 30%;
}
.company03-items .grid-item h3 {
  color: #09387A;
  text-align: center;
}
.company03-items .grid-item img {
  max-width: 140px;
  margin: auto;
}
.sub-shop__text {
  margin-top: 6rem;
}
.company05-txt {
  text-align: center;
  line-height: 2;
  padding: 3rem 0;
}
.support01 {
  padding: 0 0 8rem;
  background: #f8f8f8;
}
.support01 .grid-item-txt {
  max-width: 500px;
  padding: 0 15px;
}
.support02 {
  padding: 8rem 0;
}
.support02-grid .grid-item {
  padding: 1rem;
}
.flow_design07 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow07 {
  padding-left: 0;
  max-width: 900px;
  margin: auto;
  margin-top: 4rem;
}

.flow07 > li {
  list-style-type: none;
  display: flex;
}

.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow07 > li .icon07 {
  width: 90px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #09387A;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
}
.flow07 > li .icon07::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 20px solid #09387A;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}

.flow07 > li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 4px solid #CCCCCC;
  position: relative;
}
.flow07 > li dl dt::after {
  content: '';
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #09387A;
}

.flow07 > li dl dd {
  margin: 0;
  line-height: 2;
}
.support03,
.support06 {
  padding: 8rem 0;
  background: #f8f8f8;
}
.support04,
.support05 {
  padding: 8rem 0;
}
.support04-txt {
  margin-top: 2rem;
}
.support05 .home-section-title {
  font-size: 3rem;
}
.support06-grid .grid-item{
  background: #fff;
  border: none;
  padding: 3rem;
}
.support06-grid h3 {
  color: #09387A;
  font-size: 2.4rem;
}
.slider2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.slider2 .slick-slide {
  margin: 0 10px;
}
.purchase01 {
  padding: 8rem 0;
}
.purchase01-grid .grid-item-txt{
  max-width: 600px;
  padding: 0 15px;
  margin: auto;
}
.purchase01-grid img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.purchase01-grid {
  margin-top: 4rem;
}
.purchase02{
  padding: 8rem 0 6rem;
  background: #f8f8f8;
  margin-top: 4rem;
}
.purchase04,
.purchase06 {
  padding: 8rem 0;
  background: #f8f8f8;
}
.purchase03,
.purchase05 {
  padding: 8rem 0;
}

.feature-number {
  position: absolute;
  top: -5rem;
  left: -4rem;
  width: 82px;
  height: 82px;
  border: 1px solid #09387A;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.32px;
  line-height: 21px;
  color: #09387A;
}
.point-box {
  padding: 3rem;
  border: 1px solid #09387A;
  margin-top: 6rem;
  text-align: center;
  position: relative;
}
.point-box.-flow {
	margin-top: 8rem;
}
.point-box h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #09387A;
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.point-box.-flow h3 {
	background: #f8f8f8;
}
.point-box-txt {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 1.5;
  font-size: 2rem;
}
.point-inner {
  width: 95%;
  background: #09387A;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  margin-top: 4rem;
  padding: 2rem;
  color: #fff;
  text-align: left;
  line-height: 2;
  align-items: center;
}
.point-inner h4 {
  font-size: 2.4rem;
  font-weight: bold;
}

.accordion .js-accordion-title {
  /* background-color: #ebf6fc; */
  border-bottom: 1px solid #09387A;
  cursor: pointer;
  padding: 15px 20px 23px;
  position: relative;
  font-size: 3rem;
  margin-top: 2rem;
  position: relative;
}
.accordion .js-accordion-title::before {
  content: "Q";
  position: absolute;
  display: block;
  width: 2.8rem;
  height: 4rem;
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
    /* background-image: url(../img/common/Q.svg); */
  left: 2.2rem;
  font-size: 3rem;
  color: #09387A;
  font-weight: 900;
}
.accordion .js-accordion-title span {
  font-size: 16px;
  margin-left: 5rem;
  margin-bottom: 5px;
}

.accordion .js-accordion-title i.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #09387A;
  border-right: 4px solid #09387A;
  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: #fff;
  padding: 25px 20px;
  font-size: 16px;
  position: relative;
  padding-left: 7rem;
  line-height: 1.5;
}
.accordion-content::before {
  content: "A";
  position: absolute;
  display: block;
  width: 3.3rem; /* 画像の幅 */
  height: 3.5rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/common/A.svg);
  left: 2.5rem;
  top: 1rem;
    font-size: 3rem;
  color: #09387A;
  font-weight: 900;
}
.faq .inner {
  max-width: 1000px;
}
.faq {
  padding-top: 8rem;
  padding-bottom: 13rem;
}

@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: 1.2rem;
    top: 1rem;
  }
  .accordion .js-accordion-title i.arrow {
    right: 11px;
    border-top: 3px solid #09387A;
    border-right: 3px solid #09387A;
  }
  .accordion .js-accordion-title span {
    font-size: 14px;
  }
  .accordion {
    margin-top: 3rem;
  }
    .accordion-content {
    padding: 15px 10px;
    padding-left: 4rem;
    font-size: 15px;
  }
  .accordion-content::before {
    font-size: 2.4rem;
    left: 1.2rem;
  }
}
.loan01 .grid-item-txt {
  max-width: 500px;
  margin: auto;
}
.loan01-grid {
  gap: 0;
  position: relative;
}
.loan01-grid::before {
  content: "Loan";
  font-size: 22vw;
  color: #b3c6e0;
  position: absolute;
  bottom: -5rem;
  left: 0;
  opacity: 0.1;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.loan01-lead-img img {
  object-fit: cover;
  aspect-ratio: 3 / 1;
  object-position: top;
}
.loan01 {
  padding-bottom: 8rem;
}
.loan02,
.loan04,
.loan06 {
  padding: 8rem 0;
  background: #f8f8f8;
}
.loan03,
.loan05 {
  padding: 8rem 0;
}
.loan04-grid h3 {
  color: #fff;
  background: #09387A;
  padding: 1rem;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.loan04-grid {
  margin-top: 6rem;
}
.loan04-grid .grid-item {
  border: none;
  background: #fff;
  text-align: center;
}
.loan05-grid {
  margin-top: 4rem;
}
.loan05-grid .grid-item h3 {
  color: #09387A;
}
.all01,
.all03,
.all05 {
  padding: 8rem 0;
  background: #f8f8f8;
}
.all02,
.all04 {
  padding: 8rem 0;
}
.all01-grid {
  gap: 0;
}
.all02-grid {
  margin-top: 4rem;
}
.all02-grid h3 {
  text-align: center;
  color: #09387A;
}
.all02-grid img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.all04-grid img {
  max-width: 150px;
  margin: auto;
}
.all04-grid h3 {
  color: #09387A;
  position: relative;
  padding-left: 2rem;
  font-size: 2.2rem;
}
.all04-grid h3::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #09387A;
}
.all05-grid {
  margin-top: 4rem;
}
.all05-grid .grid-item {
  border: none;
  background: #fff;
}
.car-card{
display:grid;
grid-template-columns: 0.7fr 1fr 1fr;
gap:30px;
padding:30px;
border-bottom:1px solid #ddd;
align-items:flex-start;
}

.car-card__left{
flex-shrink:0;
	position: relative;
}

.car-card__left img{
width:100%;
height:auto;
}

.car-card__center{
flex:1;
}

.car-card__maker{
font-size:14px;
color:#777;
}

.car-card__title{
font-size:24px;
font-weight:bold;
margin:5px 0 15px;
}
.car-card__title span {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.car-card__shop{
font-size:14px;
margin-bottom:20px;
margin-top: 1rem;
color: #777;
}

.car-card__price{
display:flex;
gap: 2rem;
align-items:flex-end;
justify-content: space-around;
}

.price-main{
font-size:3.4rem;
font-weight:bold;
color:#ff6a00;
}

.price-main span{
font-size:16px;
}

.price-sub{
font-size:2.4rem;
font-weight:bold;
}

.price-sub span{
font-size:14px;
}

.price-label{
font-size:12px;
color:#666;
margin-bottom:5px;
}

.car-card__right{
flex-shrink:0;
}

.car-spec{
display:grid;
grid-template-columns:repeat(2,1fr);
border:1px solid #ddd;
}

.spec-item{
padding:1rem 1.5rem;
border-right:1px solid #eee;
border-bottom:1px solid #eee;
font-size:13px;
}

.spec-item span{
display:block;
color:#777;
font-size:12px;
margin-bottom:5px;
}

.spec-item strong{
font-size: 1.8rem;
line-height: 1.2;
}

.car-buttons{
margin-top:15px;
display:flex;
gap:10px;
}

.btn-detail{
flex:1;
border:1px solid #ccc;
padding:12px;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
}

.btn-contact{
flex:1;
background:#ff6a00;
color:#fff;
padding:12px;
text-align:center;
line-height: 1.1;
font-weight: bold;
}
.car-warranty {
  padding: 7px;
  background: #f8f8f8;
  margin-top: 1rem;
}
.car-warranty span {
  font-size: 14px;
  display: block;
  line-height: 1.3;
  margin-top: 4px;
}
.car-card__rating {
  margin-top: 2rem;
}
.car-card__rating strong {
  font-size: 3rem;
}
.car-card__catch {
  line-height: 1.2;
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}
.car-main-img img {
  aspect-ratio: 3 /2;
  object-fit: cover;
}
.car-badge{
position:absolute;
top:10px;
left:10px;
background:#ff5a00;
color:#fff;
padding:4px 10px;
font-size:12px;
font-weight:700;
}
.car-card__status {
  color: #fff;
  background: #09387A;
  padding: 8px;
  margin-top: 1rem;
  text-align: center;
}

.status-商談中{
background:#fe6a00;
}

.status-売約済み{
background:#909090;
}
.home-mv__slides {
  position: relative;
}

.home-mv__slide {
  position: relative;
}

.home-mv__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 黒のオーバーレイ (40%の透過) */
  z-index: 1; /* スライド画像の上、テキストの下に配置 */
}

.home-mv__slide img {
  position: relative;
  z-index: 0;
}
.home-mv__catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}
.home-mv__catch span {
  font-size: 6vw;
  font-weight: bold;
  display: block;
  font-family: 'Montserrat', sans-serif;
}
.home01 {
  padding: 6rem 0 8rem;
background: linear-gradient(
to bottom,
#ffffff 0%,
#ffffff 50%,
#f8f8f8 50%,
#f8f8f8 100%
);
}
.home01-grid {
  max-width: 740px;
  margin: 6rem auto 0;
  gap: 2rem;
}
.home02 {
  padding: 8rem 0;
}
.home03 {
   background: #f8f8f8;
   padding: 8rem 0;
}
.item_group {
  margin-top: 4rem;
}
.btn__center {
  text-align: center;
}
.home03-lists {
  margin-top: 2rem;
  max-width: 500px;
  margin: 4rem auto 0;
}
.home03-lists li {
  position: relative;
  padding: 2rem;
  padding-left: 4rem;
  background: #fff;
  font-weight: bold;
  font-size: 2.2rem;
}
.home03-lists li + li {
  margin-top: 2rem;
}
.home03-lists li::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background: #09387A;
  border-radius: 50px;
}
.home03 .section-ttl01::before {
  left: 100%;
}
.home03-grid {
  align-items: start;
  gap: 0;
}
.home03-grid img {
  margin-top: 4rem;
}
.home04-grid {
  margin-top: 6rem;
}
.home04 {
  padding: 8rem 0;
  background: #09387a;
}
.home04-grid h3 {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
.home04-grid img {
  max-width: 180px;
  margin: auto;
}
.home04-grid .btn__center {
  margin-top: 2rem;
}
.home04-grid .grid-item p {
  color: #fff;
}
.home05 {
  padding: 8rem 0 0;
}
.home-service-btn {
  margin-top: 4rem;
}
.home06 {
  padding: 8rem 0;
  position: relative;
  background-image: url(../img/home/company-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.home06::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(9 56 122 / 83%);
  z-index: 0;
}
.company-txt {
  line-height: 2;
  margin-top: 4rem;
  text-align: center;
}
.home06 .section-ttl01::before {
  left: 20%;
}
.home06 .btn__center {
  margin-top: 4rem;
}
/* =========================
車両詳細
========================= */

.car-detail{
display:flex;
gap:40px;
margin-bottom:60px;
}
.car-detail__right {
  width: 50%;
}


/* =========================
画像
========================= */

.car-main-image img{
width:100%;
height:auto;
display:block;
}

.car-gallery{
display:flex;
gap:10px;
margin-top:10px;
}

.car-gallery img{
width:90px;
height:60px;
object-fit:cover;
cursor:pointer;
border:1px solid #ddd;
}


/* =========================
タイトル
========================= */

.car-title{
font-size:28px;
font-weight:700;
margin-bottom:20px;
}


/* =========================
価格エリア
========================= */

.car-price-area{
display:flex;
gap:30px;
margin-bottom:25px;
border-bottom:1px solid #eee;
padding-bottom:20px;
margin-top: 3rem;
}

.price-box{
flex:1;
}

.price-label{
font-size:14px;
color:#666;
margin-bottom:6px;
}

.price-main{
font-size:32px;
font-weight:700;
}

.price-main span{
font-size:18px;
margin-left:4px;
}

.price-total .total{
color:#ff6a00;
}


/* =========================
上部スペック
========================= */

.car-top-spec{
display:grid;
grid-template-columns:repeat(5,1fr);
border-top:1px solid #eee;
border-bottom:1px solid #eee;
padding:20px 0;
margin-bottom:20px;
margin-top: 2rem;
}

.car-top-spec .spec{
text-align:center;
}

.car-top-spec span{
display:block;
font-size:12px;
color:#777;
margin-bottom:1rem;
}

@media(max-width:768px){
.car-top-spec{
grid-template-columns:repeat(2,1fr);
gap:10px;
}
}


/* =========================
評価
========================= */

.car-evaluation{
margin-bottom:20px;
font-size:16px;
}

.car-evaluation strong{
font-size:22px;
font-weight:700;
margin:0 5px;
}

.car-evaluation .interior{
margin-left:15px;
}


/* =========================
見積ボタン
========================= */

.car-estimate-btn{
display:block;
background:#ff6a00;
color:#fff;
text-align:center;
padding:16px;
font-size:18px;
font-weight:700;
text-decoration:none;
border-radius:4px;
}

.car-estimate-btn:hover{
opacity:.85;
}


/* =========================
車両情報
========================= */

.car-section-title{
font-size:22px;
font-weight:700;
margin:5rem 0 20px;
border-left:4px solid #09387A;
padding-left:10px;
}


/* =========================
車両スペックテーブル
========================= */

.car-spec-table{
width:100%;
border-collapse:collapse;
background:#fff;
}

.car-spec-table th{
background:#09387a;
padding:14px;
border:1px solid #09387a;
font-weight:700;
width:18%;
color: #fff;
}

.car-spec-table td{
padding:14px;
border:1px solid #ddd;
width:32%;
line-height: 1.5;
}

@media(max-width:768px){

.car-spec-table tr{
display:block;
border-bottom:1px solid #ddd;
}

.car-spec-table th,
.car-spec-table td{
display:block;
width:100%;
border:none;
padding:10px 12px;
}

}
.sub-single p {
  line-height: 1.5;
}

.car-equipment{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
margin-top:20px;
}

.car-equipment span{
background:#eaf0f9;
padding:17px 12px;
text-align:center;
font-weight:600;
}
.sub-single .car-card__title {
  font-size: 3rem;
}
.car-files{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:4rem;
justify-content: center;
}

.car-file-btn{
display:inline-block;
padding:22px 30px;
background:#09387A;
color:#fff;
text-decoration:none;
font-weight:600;
border-radius: 50px;
}

.car-file-btn:hover{
opacity:.8;
}
.car-slider img{
width:100%;
display:block;
}

.car-slider{
margin-bottom:10px;
}

.car-slider-nav .slick-slide{
padding:0 5px;
cursor:pointer;
}

.car-slider-nav img{
width:100%;
height:80px;
object-fit:cover;
}
.car-detail__left {
  width: 50%;
}
.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
}
.slick-prev:before, .slick-next:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-next {
  right: -2%;
}
.warranty01 {
  padding: 4rem 0 8rem;
  background: #f8f8f8;
}
.warranty01-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}
.warranty01-txtBox {
  padding: 2rem;
  background: #09387A;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-top: 3rem;
}
.warranty01-txtBox h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.warranty01-img03 {
  max-width: 100px;
  margin: auto;
}
.warranty02 {
  padding: 8rem 0;
}
.warranty04 {
  padding: 8rem 0;
  background: #f8f8f8;
}
.warranty07 {
  background: #f8f8f8;
}
.warranty02-grid {
  gap: 2rem;
  margin-top: 4rem;
}
.warranty02-grid h3 {
  font-size: 18px;
  color: #09387A;
}
.warranty02-grid img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.warranty02-grid .grid-item {
  padding: 0;
}
.warranty02-body {
  padding: 0 1.5rem 1.5rem;
}
.warranty03 {
  padding: 8rem 0;
}
.warranty03-item {
  border: 1px solid #09387A;
  gap: 4rem;
}
.warranty03-item img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
}
.warranty03-body {
  padding-right: 4rem;
}
.warranty03-body h3 {
  color: #09387A;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.warranty03-body h3 span {
  font-size: 14px;
  color: #afafaf;
  display: block;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.warranty03-body p {
  line-height: 1.5;
}
.warranty03-item + .warranty03-item {
  margin-top: 3rem;
}
.warranty04-grid {
  gap: 0;
}
.warranty04-grid .grid-item-txt {
  padding: 0 4rem;
}
.warranty04-grid img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.warranty04-plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4rem;
}
.warranty04-plan .grid-item {
  width: 30%;
  background: #fff;
  border: none;
}
.warranty04-plan .grid-item h3 {
  color: #09387A;
  text-align: center;
  font-size: 3rem;
  margin-top: 1rem;
}
.warranty04-plan .grid-item h4 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.warranty04-plan .grid-item h4 span {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  color: #fff;
  background: #09387A;
  padding: 1rem;
  border-radius: 50px;
  line-height: 1.2;
  margin-top: 7px;
}
.warranty04-plan .grid-item h4.bronze span{
  background: #9a4913;
}
.warranty04-plan .grid-item h4.silver span{
  background: #777777;
}
.warranty04-plan .grid-item h4.gold span{
  background: #dda41d;
}
.warranty04-plan .grid-item h4.platina span{
  background: #249ce1;
}
.warranty04-plan .grid-item h4.ev span{
  background: #11185b;
}
.car-conditions{
background:#eef2f6;
padding: 4rem;
padding-bottom: 1rem;
border-radius:10px;
margin-bottom: 6rem;
}

.car-conditions__title{
background:#2f6fb3;
color:#fff;
text-align:center;
padding:12px;
border-radius:6px;
margin-bottom:30px;
font-size:20px;
}

.car-conditions__block{
margin-bottom:20px;
line-height:1.8;
}

.car-conditions h4{
font-weight:bold;
margin-bottom:8px;
color: #09387A;
font-size: 2rem;
border-bottom: 1px solid #09387A;
}
.car-conditions .grid-col02 {
  align-items: start;
}
.warranty04-grid .btn__left {
  margin-top: 2rem;
}
.warranty05 {
  padding: 8rem 0;
}
.warranty06 {
  padding: 8rem 0;
  background: #f8f8f8;
}
.warranty06-txtBox {
  border: 2px solid #09387A;
  margin-top: 4rem;
}
.plan-filter{
display:flex;
gap:20px;
margin-bottom:30px;
align-items: flex-end;
max-width: 700px;
}
.plan-filter-item {
  flex: 1;
}
.plan-filter select{
padding:10px 15px;
font-size:16px;
border: 1px solid #ccc;
border-radius: 6px;
width: 100%;
}

.plan-filter button{
background:#e60023;
color:#fff;
border:0;
padding:17px 30px;
font-weight:bold;
cursor:pointer;
border-radius: 6px;
}

.warranty-table{
width:100%;
border-collapse:collapse;
background: #fff;
}
.warranty-table tbody tr:nth-child(even){
background:#f5f5f5;
}

.warranty-table th{
background:#111;
color:#fff;
padding:10px;
vertical-align: middle;
font-weight: bold;
font-size: 1.8rem;
}

.warranty-table td{
border:1px solid #ddd;
padding:13px;
text-align:center;
vertical-align: middle;
font-size: 16px;
font-weight: 500;

}
.warranty-table td.head{
font-weight:bold;
font-size: 1.8rem;
background: #fff;
width: 170px;
}
.warranty-table .ev .head{
color:#24840d;
}
.warranty-table .bronze .head{
color:#c46a1f;
}

.warranty-table .silver .head{
color:#777;
}

.warranty-table .gold .head{
color:#d4a500;
}

.warranty-table .platinum .head{
color:#1e9fd6;
}
.filter-txt {
  font-size: 14px;
  margin-bottom: 7px;
}
/* .warranty-table tbody{
display:none;
}
.warranty-table tbody.default-table{
display:table-row-group;
} */
.table-set{
display:none;
}

.table-set.default{
display:block;
}

.car-search{
background:#f8f8f8;
padding:40px;
margin-bottom:40px;
border-radius:6px;
	max-width: 940px;
	margin: auto;
}

.search-row{
display:flex;
flex-wrap:wrap;
gap:20px 30px;
align-items:flex-end;
}

.car-search select{
width:200px;
height:44px;
padding:0 12px;
border:1px solid #ccc;
border-radius:4px;
background:#fff;
font-size:14px;
}

.car-search label{
margin-right:16px;
font-size:14px;
cursor:pointer;
}

.car-search input[type="radio"]{
margin-right:6px;
}

.btn-search{
background:#ff6a00;
color:#fff;
border:none;
padding:16px 40px;
font-size:16px;
font-weight:bold;
border-radius:4px;
cursor:pointer;
transition:0.3s;
	display: block;
	margin: 3rem auto 0;
}

.btn-search:hover{
background:#e35d00;
}
.search-row{
display:flex;
flex-wrap:wrap;
gap:20px;
}

.search-item{
display:flex;
flex-direction:column;
gap:6px;
}

.search-label{
font-size:14px;
font-weight:bold;
}
.radio-group{
display:flex;
flex-wrap:wrap;
}

.radio-group label{
position:relative;
cursor:pointer;
}

.radio-group input{
display:none;
}

.radio-group span{
display:inline-block;
padding:8px 18px;
border:1px solid #ccc;
border-radius:6px;
background:#fff;
font-size:14px;
transition:.2s;
}

/* hover */
.radio-group label:hover span{
border-color:#999;
}

/* 選択時 */
.radio-group input:checked + span{
background:#09387A;
color:#fff;
border-color:#09387A;
}
.archive-result-bar{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
border-bottom:4px solid #f26522;
margin-bottom:30px;
}

.result-count{
font-size:14px;
color:#555;
}

.result-count strong{
font-size:28px;
font-weight:bold;
margin-right:6px;
}

.pagination{
font-size:14px;
}

.pagination .page-numbers{
display:inline-block;
margin:0 6px;
padding:6px 10px;
color:#333;
text-decoration:none;
}

.pagination .current{
font-weight:bold;
border-bottom:2px solid #333;
}

.pagination a:hover{
opacity:.7;
}
.table-scroll{
  width:100%;
}
.support04-grid .grid-item h3{
	color: #fff;
	background: #09387A;
	text-align: center;
}
.loan08 {
	padding: 8rem 0;
  border-bottom: 1px solid #09387A;
}
.requirement {
  max-width: 77rem;
  margin: auto;
  padding: 4rem;
  border: 1px solid #09387A;

}

.requirement-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.requirement-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}

.requirement-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #09387A;
  font-weight: bold;
}

.requirement-note {
  margin-top: 20px;
  color: #666;
  line-height: 1.6;
  text-align: center;
}
/* mq */

@media only screen and (max-width: 767px) {
  .grid-col03 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .home01 {
    padding:4rem 0 6rem;
  }
  .home01 .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .home01-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin-top: 4rem;
    max-width: 30rem;
    margin: 3rem auto;
  }
  .section-ttl01__en {
    font-size: 3rem;
  }
  .section-ttl01__jp {
    margin-top: 1rem;
  }
  .section-ttl01::before {
    font-size: 18vw;
  }
  .home02,
  .home03,
  .home04,
  .home05,
  .home06 {
    padding: 6rem 0;
  }
  .item_group {
    margin-top: 0;
  }
  .home03-grid {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 15px;
  }
  .home03-lists li {
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
    padding-left: 3rem;
  }
  .home03-lists li + li {
    margin-top: 1rem;
  }
  .home04-grid {
    margin-top: 4rem;
  }
  .company02-items {
    margin-top: 2rem;
  }
  .home-service-btn {
    margin-top: 2rem;
  }
  .grid-col02 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .home06-grid {
    gap: 3rem;
  }
  .home06 .section-ttl01::before {
    left: 50%;
  }
  .footer__logo {
    margin-left: auto;
    justify-content: center;
  }
  .car-card {
    padding: 1rem;
    padding-bottom: 3rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .spec-item strong {
    font-size: 1.6rem;
  }
  .price-main {
    font-size: 28px;
  }
  .price-main span {
    font-size: 14px;
    margin-left: 0;
  }
  .price-sub {
    font-size: 2.2rem;
  }
  .car-card__rating {
    margin-top: 1rem;
  }
  .car-detail {
    flex-direction: column;
  }
  .car-detail__left {
    width: 100%;
  }
  .car-detail__right {
    width: 100%;
  }
  .car-equipment {
    grid-template-columns: 1fr 1fr;
  }
  .lead-txt {
    line-height: 1.5;
    padding: 3rem 15px;
  }
  .lead-txt span {
    font-size: 2rem;
    line-height: 1.5;
  }
  .grid-item-txt h3 span {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .grid-item-txt h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .grid-col04 {
    grid-template-columns: 1fr;
  }
  .flow07 > li .icon07 {
    width: 60px;
    padding: 2rem 0;
    font-size: 14px;
  }
  .flow07 > li .icon07::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
  .flow07 > li dl {
    width: calc(100% - 60px);
    padding-left: 20px;
  }
  .p-reno-pattern__table td {
    font-size: 1.6rem;
    padding: 1rem 0;
    vertical-align: middle;
  }
  .p-reno-pattern__table th {
    font-size: 1.4rem;
    padding: 1.2rem 0;
  }
  .support04-txt {
    line-height: 1.3;
  }
  .support01 {
    padding: 0 0 6rem;
  }
  .support02,
  .support03,
  .support04,
  .support05,
  .support06 {
    padding: 6rem 0;
  }
  .support05 .home-section-title {
    font-size: 2.4rem;
  }
  .support06-grid .grid-item {
    padding: 2rem;
  }
  .support06-grid h3 {
    font-size: 2.2rem;
  }
  .purchase01-grid02 {
    display: flex;
    flex-direction: column-reverse;
  }
  .feature-number {
    background: #ffffff91;
    top: -8rem;
    left: -1rem;
  }
  .purchase01,
  .purchase02,
  .purchase03,
  .purchase04,
  .purchase05 {
    padding: 6rem 0;
  }
  .point-box h3 {
    position: static;
    font-size: 2.4rem;
    transform: none;
    line-height: 1.3;
  }
  .point-box {
    padding: 2rem;
    margin-top: 4rem;
  }
  .point-box-txt {
    font-size: 1.6rem;
  }
  .point-inner {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .point-inner h4 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .faq {
    padding: 6rem 0 10rem;
  }
  .loan01-grid {
    padding: 0 15px;
  }
  .loan01,
  .warranty01 {
    padding: 4rem 0 6rem;
  }
  .loan02,
  .loan03,
  .loan04,
  .loan05,
  .loan06,
  .warranty02,
  .warranty03,
  .warranty04,
  .warranty05 {
    padding: 6rem 0;
  }
  .loan02-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .loan04-grid h3 {
    padding: 7px;
  }
  .loan04-grid .grid-item {
    padding: 1rem;
  }
  .warranty01-wrap {
    grid-template-columns: 1fr;
  }
  .warranty01-txtBox h2 {
    font-size: 2rem;
  }
  .warranty03-body {
    padding: 2rem;
  }
  .warranty03-item {
    gap: 0;
  }
  .warranty03-body h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .warranty04-grid .grid-item-txt {
    padding: 0 2rem;
  }
  .warranty04-grid02 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 3rem;
  }
  .warranty04-plan {
    flex-direction: column;
  }
  .warranty04-plan .grid-item {
    width: 100%;
  }
  .warranty04-plan .grid-item h3 {
    font-size: 2.4rem;
  }
  .car-conditions {
    padding: 2rem;
  }
  .plan-filter {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    
  }
  .plan-filter-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    align-items: center;
  }
  .plan-filter button {
    width: 100%;
  }
  .table-set{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .table-set table{
    /* min-width:900px; */
  }
  .warranty-table td.head {
    width: 110px;
    padding: 10px 0;
  }
  .warranty-table th {
    font-size: 14px;
    white-space: nowrap;
  }
  .warranty-table td {
    padding: 13px 0;
  }
  .all01 {
    padding: 4rem 0 6rem;
  } 
  .all02,
  .all03,
  .all04, 
  .all05,
  .all06 {
    padding: 6rem 0;
  }
  .all01-grid02 {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-company-top__txt .big {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .company02,
  .company03,
  .company04,
  .company05 {
    padding: 6rem 0;
  }
  .company02 .home-section-title {
    font-size: 2.4rem;
  }
  .company03-items {
    flex-direction: column;
  }
  .company03-items .grid-item {
    width: 100%;
  }
  .company03-items .grid-item img {
    max-width: 120px;
  }
  .sub-shop__text {
    margin-top: 4rem;
  }
  .sub-contact__time {
    flex-direction: column;
    gap: 6px;
  }
  .sub-contact__btm {
    padding: 4rem 0;
  }
	.car-search {
		padding: 2rem;
	}
	.search-row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
	.radio-group span {
		padding: 6px;
	}
	.radio-group {
		gap: 6px;
	}
	.car-search label {
		margin: 0;
	}
	.car-search select {
		width: auto;
	}
	.archive-result-bar {
		flex-direction: column;
		gap: 1rem;
		align-items: flex-start;
	}
	.pagination {
		margin-left: auto;
	}
	.p-reno-pattern__table .td__first,
	.p-reno-pattern__table .th__first{
		font-size: 1.4rem;
	}
	.table-scroll{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  .table-scroll table{
    min-width:600px;
  }
	.service-subtitle {
		font-size: 2rem;
		padding: 7px;
	}
	.p-reno-pattern__table td.td__menu {
		font-size: 1.4rem;
	}
	.p-reno-pattern__table .th__first {
		width: 70px;
	}
	.p-reno-pattern__table .th__menu {
		width: 190px;
	}
	.p-reno-pattern__table td.td__txt {
		font-size: 1.4rem;
		padding: 1.5rem 1rem;
	}
	.p-reno-pattern__table td.td__price {
		white-space: nowrap;
	}
  .requirement {
    padding: 2rem;
  }
}
/* mq */
/* ============================================================
   エアコン洗浄専用セクション（.support-aircon）2026/04/22
   既存 .support04/.support06 の偶数背景パターンに合わせて白背景
   .support04-grid と同じ見出しデザインを踏襲
   ============================================================ */
.support-aircon {
  padding: 8rem 0;
  background: #f8f8f8;
}
.support-aircon .lead-txt {
  margin-top: 2rem;
}
.support-aircon__grid {
  margin-top: 4rem;
}
.support-aircon__grid .grid-item h3 {
  color: #fff;
  background: #09387A;
  text-align: center;
}
.support-aircon .service-subtitle {
  margin-top: 6rem;
}
.support-aircon .table-scroll {
  width: 100%;
  background: #fff;
}
