@charset "UTF-8";

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

:root {
  --primary-color: #2b2b2b;
  --primary-color2: #0347a0;
  --bg-color: #FEFEF8;
  --text-color: #01090D;
  --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;
}

section {
  scroll-margin-top: 70px;
  /*  margin-bottom: 50px;*/
}

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: 769px) {
  html {
    font-size: 0.85616vw;
  }
}

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

body {
  color: var(--text-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  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: 105.5rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;

  &.inner--1300 {
    max-width: 1300px;
  }

  &.inner--1348 {
    max-width: 1348px;
  }
}

/*画像の中央寄せ*/
.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: 769px) {
  .sp-only {
    display: none !important;
  }
}

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

/* ==============================================================
*  共通パーツ
* ============================================================ */
.c-titA {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  @media screen and (max-width: 768px) {
    gap: 0;
  }
  .c-titA__en {
    font-size: 8rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
		color: #0347a0;
		opacity: 0.2;
    @media screen and (max-width: 768px) {
      font-size: 5rem;
			line-height: 1;
    }
  }

  .c-titA__jp {
    font-size: 16px;
    font-weight: bold;
		margin-top: -3rem;
    @media screen and (max-width: 768px) {
      font-size: 14px;
    }
  }

  &.c-titA--center {
    align-items: center;
    text-align: center;
  }
  &.c-titA--middle {
    .c-titA__en {
      font-size: 6rem;
      @media screen and (max-width: 768px) {
        font-size: 22px;
      }
    }
  }
  &.c-titA--white {
    color: #fff;
  }
}

.c-titB {
  display: flex;
  flex-direction: column;

  .c-titB__en {
    display: flex;
    align-items: flex-end;
    gap: 21px;

    .en {
      font-size: 30px;
      font-weight: bold;
      text-transform: uppercase;
      @media screen and (max-width: 768px) {
        font-size: 22px;
      } 
    }

    .num {
      font-size: 4.2rem;
      font-weight: bold;
			color: #0347a0;
      @media screen and (max-width: 768px) {
        font-size: 3rem;
      } 
    }
  }

  .c-titB__jp {
    margin-top: 30px;
    font-size: 26px;
    @media screen and (max-width: 768px) {
      font-size: 18px;
      margin-top: 2rem;
    }
  }
}

.c-text16 {
  font-size: 14px;
  line-height: 2;
  @media screen and (max-width: 768px) {
    font-size: 14px;
    line-height: 1.7;
  }
}

.c-btnB {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 40px;
  transition: all .4s;
  @media screen and (max-width: 768px) {
    padding: 15px 20px;
  }
  &:hover {
    opacity: .7;
  }

  .c-btnB__text {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1.5;
  }

  .c-btnB__arrow {
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;

    @media screen and (max-width: 768px) {
      right: 20px;
    }
  }
}

.c-btnC {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;

  svg {
    width: 16px;
  }
}

.c-cardA {
  position: relative;
  transition: .4s;
  &:hover {
    .c-cardA__image {
      img {
        transform: scale(1.1);
      }
    }
  }
  .c-cardA__image {
    img {
      transition: .4s;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .c-cardA__textArea {
    position: absolute;
    bottom: 30px;
    left: 20px;

    .tit {
      color: #fff;
      font-size: 2vw;
      font-weight: bold;
      margin: 0;
      @media screen and (max-width: 768px) {
        font-size: 22px;
        line-height: 1.5;
      }
    }
  }
  .c-btnC {
    position: absolute;
    right: 20px;
    bottom: 20px;
    svg {
      transition: .4s;
    }
  }
  &:hover {
    .c-btnC {
      svg {
        transform: translateX(5px);
      }
    }
  }
}
/* よくある質問 */
.c-question {
  background-color: #fafafa;
  padding: 8rem 0 16rem;

  .c-question-contents {
    margin-top: 40px;

    .c-question-contents__list {
      .listItem {
        border-bottom: 2px solid var(--primary-color);
        padding-bottom: 1.56rem;

        +.listItem {
          .question {
            padding-top: 2rem;
          }
        }

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

          &:hover {
            opacity: 1;
          }

          .title {
            font-size: 16px;
            font-weight: bold;
            line-height: 2;
            color: var(--primary-color);

            @media screen and (max-width: 768px) {
              font-size: 1.8rem;
              display: flex;
              line-height: 1.6666;
            }

            .head {
              margin-right: 1rem;
              font-weight: 900;
              
              @media screen and (max-width: 768px) {
                font-size: 2rem;
              }
            }
          }

          .icon {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;

            span {
              background-color: var(--primary-color);
              width: 2.6rem;
              height: 0.3rem;
              border-radius: 0.15rem;

              &:nth-child(2) {
                position: absolute;
                transform: rotate(270deg);
                transition: 0.4s ease;
              }
            }
          }

          &.is-open {
            .icon {
              span {
                &:nth-child(2) {
                  transform: rotate(0);
                }
              }
            }
          }
        }

        .answer {
          font-weight: bold;
          padding-top: 0.86rem;
          display: none;

          .flex {
            display: flex;

            .head {
              font-size: 2rem;
              margin-right: 1rem;
              margin-top: 5px;
              font-weight: bold;
            }

            .text {
              font-size: 14px;

              line-height: 1.9375;
              .link {
                color: var(--primary-color2);
              }
            }
          }
        }
      }
    }
  }
}

.c-wysywig {
  font-size: 16px;
  line-height: 1.8;

  *:first-child {
    margin-top: 0 !important;
  }

  *:last-child {
    margin-bottom: 0 !important;
  }

  h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 24px;
    color: var(--primary-color);

  }

  h2 {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-color2);
    line-height: 1.25;
    margin-bottom: 24px;
    border-left: 4px solid var(--primary-color2);
    border-bottom: 1px solid #B9B9B9;
    padding-left: 9px;
    padding-bottom: 6px;
  }

  h3 {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 2px solid #B9B9B9;
    margin-bottom: 30px;
    &::before {
      position: absolute;
      left: 0;
      bottom: -2px;
      z-index: 2;
      content: '';
      width: 10%;
      height: 2px;
      background-color: var(--primary-color);
    }
  }

  h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6666;
    border-bottom: 1px solid var(--primary-color2);
    padding-bottom: 5px;
    margin-bottom: 20px;

  }

  h5 {
    font-size: 22px;
    line-height: 1.71;
    color: var(--primary-color);
  }

  h6 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  h1,
  h2,
  p,
  pre,
  ul,
  ol,
  blockquote,
  table {

    +h1,
    +h2 {
      margin-top: 20px;

    }
  }

  p {
    line-height: 1.8;
    margin-bottom: 20px;
  }

  pre {
    margin-bottom: 20px;
  }

  ul {
    margin-bottom: 20px;
  }

  ul li {
    position: relative;
    padding-left: 25px;

    &::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #000;
      border-radius: 50%;
    }
  }

  ol {
    margin-bottom: 20px;
  }

  ol li {
    margin-left: 25px;
    list-style: decimal;
  }

  table {
    margin-bottom: 20px;

    tr {

      th,
      td {}
    }
  }

  a {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    color: #000;
  }

  hr {
    margin: 50px 0;
  }

  img {
    float: none !important;
    display: block !important;
    height: auto;
    border: 1px solid #ddd;
  }


  blockquote {
    border: 1px solid #ddd;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.3rem;
    padding-bottom: 2.1rem;
  }

  blockquote>p {
    margin-bottom: 0;
  }

  img {
    display: block;
    margin-top: 5rem;
    margin-bottom: 5rem;
    width: auto !important;
  }

  .aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .alignright {
    margin-left: auto;
  }

  .alignleft {
    margin-right: auto;
  }
}


/* ==============================================================
*  セクション(common)
* ============================================================ */


.home-section__desc {
  color: var(--text-color);
  line-height: calc(24 / 16);
  line-height: 1.7;
  margin-top: 3rem;
  width: 100%;
}

.home-section__desc.-center {
  width: 100%;
  color: var(--text-color);
}

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

.home-section-title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text-color);
}

.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(--text-color);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

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

.single .wp-block-image .alignleft {
  float: none;
}

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

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

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

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

.banner__link.-sub {
  width: auto;
}

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

  &.btn--middle {
    width: 200px;
  }
}

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

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

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

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

.btn.-color {
  border: 1px solid var(--primary-color);
  color: #fff;
  font-size: 1.4rem;
  background: var(--primary-color);
}

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

.btn.-color.-center {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 2rem;
}

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

.header-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.header__btn.email {
  position: relative;
  margin: 0;
  border-radius: 10px;
  padding: 0rem 1rem 0rem;
  font-size: 16px;
  color: #fff;
  height: 5.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}



.header__btn.email img {
  width: 21px;
  display: inline;
  margin-right: 8px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-list {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-right: 0px;
  }

  .header__btn.email {
    position: relative;
    margin: 0;
    border-radius: 0;
    /*    padding: 2rem 1rem 2rem 4.5rem;*/
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    position: relative;
    /*        height: 5vw;*/
  }

}

@media (min-width: 768px) and (max-width: 768px) {
  .header__top {
    padding-right: 1rem !important;
  }

  .header__nav {
    margin-right: 3rem !important;
  }

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

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 769px) {
  .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: #6db9bb;
  }

  .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;
    border: 1px solid #5dc3c5;
  }
}

.home-center__container.-price .btn:hover {
  color: var(--primary-color);
}

.header__main {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 94.58%;
  z-index: 20;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, .03);
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, .03);
  padding: 4px 30px;
}

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


.header__logo img {
  width: 24rem;
}

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

.header__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  padding: 0rem 2rem;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 6rem;
  max-height: 6rem;

  .header__tel {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    color: var(--text-color);
  }

  .header__time {
    font-size: 1.2rem;
    margin-left: 0.3rem;
    margin-top: 0.8rem;
    color: var(--text-color);
  }
}


.header__tel img {
  width: 14px;
  display: inline;
  margin-right: 7px;
}

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

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



.header__time span {}

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

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

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

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

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

.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: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd180', endColorstr='#de6443', GradientType=1);
  font-size: 1.2rem;
  font-weight: 500;
  /*   padding: 3rem 3.4rem; */
  padding: 5.5rem 3.5rem 1rem 3.5rem;
  color: #fff;
}

.header__link {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

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

.header {
  background-color: #fff;
  align-items: center;
}

.header__logo {
  margin-top: 0;
  margin-left: 0;
  border-radius: 0 0 10px 0px;
	width: 15rem;
}




.footer {
  background: #fff;
  padding-top: 30px;

  .footer-box {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 98px;
    @media screen and (max-width: 1120px) {
      gap: 40px;
      @media screen and (max-width: 768px) {
        flex-direction: column;
        gap: 40px;
      }
    }
    .infoArea {
      display: flex;
      gap: 60px;
      @media screen and (max-width: 1120px) {
        gap: 30px;
        @media screen and (max-width: 768px) {
          flex-direction: column-reverse;
        }
      }
      

      .footer_information_item {
        .footer__logo {
          img {
            width: 240px;
          }
        }

        .footer__address {

          span {
            font-size: 12px;
            line-height: 1.5;
            font-weight: 500;
            display: block;

            &.companyName {
              margin-bottom: 8px;
            }
          }

        }
      }

      .navArea {
        @media screen and (max-width: 768px) {
          display: grid;
          grid-template-columns: repeat(2,1fr);
          gap: 10px;
        }
        .listWrap {
          +.listWrap {
            margin-top: 21px;
            @media screen and (max-width: 768px) {
              margin-top: 0;
            }
          }

          .listTit {
            margin: 0 0 10px;
            color: var(--primary-color);
            font-size: 18px;
            font-weight: bold;

            @media screen and (max-width: 768px) {
              text-align: left;
              font-size: 20px;
              margin-bottom: 30px;
            }
          }

          .footer__list {
            display: flex;
            gap: 30px;

            @media screen and (max-width: 768px) {
              flex-direction: column;
              gap: 10px;
            }

            .footer__item {
              .footer__link {
                font-size: 14px;
                font-weight: 500;
                white-space: nowrap;
                @media screen and (max-width: 768px)  {
                  text-align: left;
                }
              }
            }
          }
        }
      }
    }

    .mapArea {
      width: 45%;
      height: 287px;
      @media screen and (max-width: 768px) {
        width: 100%;
      }
      iframe {
        width: 100%;
        height: 100%;
      }
    }
  }
}





.footer__copyright {
  background: var(--primary-color);
  color: #fff;
  display: block;
  font-size: 1.2rem;
  /*  margin-top: 3.1rem;*/
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  text-align: center;
  width: 100%;
}

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

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

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

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

.footer_cta {
  position: relative;
  background-color: #2b2b2b;
  padding: 60px 60px 40px;
  width: 93.61%;
  margin: -4rem auto 0;
  border-radius: 20px;
	z-index: 2;

  @media screen and (max-width: 768px) {
    padding: 30px 20px;
  margin: -4rem auto 0;
  }

  .footer_cta_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    @media screen and (max-width: 768px) {
      flex-direction: column;
    }

    .infoArea {
      .infoAreaText {
        margin-top: 20px;
        color: #fff;
      }
    }

    .btnArea {
      .telArea {
        display: flex;
        align-items: center;
        gap: 20px;

        @media screen and (max-width: 768px) {
          flex-direction: column;
          align-items: flex-start;
        }

        .tel {
          display: flex;
          align-items: center;
          gap: 14px;

          .icon {
            width: 36px;
            @media screen and (max-width: 768px) {
              width: 30px;
            }
          }

          .num {
            font-size: 45px;
            font-weight: bold;
            color: #fff;
            white-space: nowrap;
            @media screen and (max-width: 1200px) {
              font-size: 38px;
              @media screen and (max-width: 768px) {
                font-size: 34px;
              }
            }
            
          }
        }

        .telInfo {
          font-size: 12px;
          font-weight: bold;
          line-height: 1.5;
          color: #fff;
          @media screen and (max-width: 768px) {
            text-align: center;
          }
        }
      }

      .contactBtnArea {
        margin-top: 20px;
      }
    }
  }
}


.ttl_cover_20230406 {
  background-image: url(../img/common/bg001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0px right 0px;
  position: relative;
}
.ttl_cover_20230406::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	background: linear-gradient(90deg, #0347a0 0%, #f3f3f300 50%);
	position: absolute;
	top: 0;
	left: 0;
}
.ttl_cover_20230406.-company {
	background-image: url(../img/common/bg002.jpg);
}
.ttl_cover_20230406.-signboard {
	background-image: url(../img/common/bg003.jpg);
	background-position: top -160px right 0px;
}
.ttl_cover_20230406.-service {
	background-image: url(../img/common/bg004.jpg);
	background-position: top -160px right 0px;
}
.ttl_cover_20230406.-works {
	background-image: url(../img/common/bg005.jpg);
	background-position: top -160px right 0px;
}
.ttl_cover_20230406.-news {
	background-image: url(../img/common/bg006.jpg);
	background-position: top -160px right 0px;
}

@media screen and (min-width: 1440px) {
  .sub-section-title {
    font-size: 5rem !important;
  }
}

@media screen and (min-width: 769px) {
  .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;
  }
}

@media screen and (min-width:768px) and (max-width: 1023px) {
  .header__tel {
    font-size: 1.4rem;
  }

  .header__tel img {
    width: 10px;
  }

  .header__btn.email img {
    width: 14px;
    display: inline;
    margin-right: 2px;
  }
}

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

.sp_cta img {
  width: 20px;
}

.sp_cta a {
  display: block;
  height: 100%;
  text-align: center;
  width: 50%;
  font-size: 13px;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  /* font-weight: 500; */
  color: #fff;
  background: #0347a0;
  position: relative;
  margin: 5px;
  border: #0347a0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.sp_cta a:last-child {
  background: var(--primary-color);
  position: relative;
  margin: 5px;
  border: 2px solid var(--primary-color);
}

/*
.sp_cta a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/tel-white2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.8rem;
  left: 2rem;
  width: 2rem;
  height: 2rem;
}
.sp_cta a:last-child::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.5rem;
  left: 2rem;
  width: 2.5rem;
  height: 2.5rem;
}
*/
.sp_cta a span {
  font-weight: 500;
}

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

.home-mv__text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 900px;
  @media screen and (max-width: 768px) {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 20px;
  }
}

.home-mv__catch {

  .catchTit {
    font-size: 4vw;
    font-weight: 900;
    margin-bottom: 40px;
    @media screen and (max-width: 768px) {
      font-size: 9vw;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 20px;
    }
  }

  .catchText {
    font-size: 1.6vw;
    line-height: 2;
    font-weight: bold;
    @media screen and (max-width: 768px) {
      font-size: 3.6vw;
      line-height: 1.7;
      text-align: center;
    }
  }
}


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

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

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

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

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.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-mv__scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 60px;
}

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

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

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

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

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

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

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

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

.home-shop .home-section-title {
  color: var(--text-color);
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

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

.home-shop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -13.5rem;
}

.home-shop.type002 .home-shop__text {
  width: 100%;
  padding-right: calc(2.4rem + ((1vw - 11.69px) * (376 / 7.51)));
  padding-bottom: calc(36rem + ((1vw - 11.69px) * (40 / 7.51)));
  padding-top: calc(16.8rem + ((1vw - 11.69px) * (26 / 7.51)));
  text-align: center;
  overflow: hidden;
}

.home-shop.type002 .home-shop__container {
  flex-direction: column;
  top: -14rem;
  overflow: hidden;
}

.home-shop.type002 .home-shop__container::before {
  content: "";
  background: #ffeac3;
  width: 60rem;
  height: 60rem;
  position: absolute;
  top: -25%;
  right: -25%;
  z-index: 1;
  border-radius: 50%;
}

.home-shop.type002 .home-shop__text::before {
  content: "";
  background: #ffeac3;
  width: 60rem;
  height: 60rem;
  position: absolute;
  bottom: -25%;
  left: -25%;
  z-index: 1;
  border-radius: 50%;
}

.home-shop.type002 .home-shop__img {
  display: flex;
  justify-content: center;
  margin: -220px auto 0 auto;
  width: 100%;
  max-width: 58.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  gap: 3rem;
  position: relative;
  top: -100px;
  z-index: 2;
}

.home-shop.type002 .home-shop__intro {
  width: 100%;
}

.home-shop.type002 .home-section__desc {
  width: 100%;
}

.home-shop.type002 .home-section__desc span {
  margin: 4rem 0 4rem 0;
  display: block;
  font-weight: 500;
  color: #e16c46;
}

.home-shop.type002 .home-shop__img img {
  width: 100%;
  height: auto;
}

.home-shop__text {
  /* background: var(--primary-color); */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  /*       background: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%,#4fbe4f 100%);
    background: var(--primary-color);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf32', endColorstr='#4fbe4f',GradientType=1 ); */
  background: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

/* .home-shop__text::before {
  background: #141414;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
} */
.home-shop .home-section__desc {
  color: var(--text-color);
}

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

.home-shop__intro span {
  display: block;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.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: -20rem;*/
  padding-bottom: 1px;
  padding-top: 8rem;
  position: relative;
}

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

.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(--text-color);
  border-bottom: 2px solid var(--primary-color);
  padding: 0 0 10px 0;
  /*	font-weight: 500;*/
  font-family: "Noto Sans JP", sans-serif;
}

.home-center__container.-service .home-section-title span {
  color: var(--text-color);
  font-weight: 500;
}

.home-center__container.-service .home-section__desc {
  color: var(--text-color);
  line-height: 1.7;
  font-size: 1.5rem;
}

.home-center__container.-service .btn {
  color: #fff;
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
}

.home-center__container.-price .home-section-title {
  color: var(--text-color);
  border-bottom: 2px solid var(--primary-color);
  padding: 0 0 10px 0;
  /*	font-weight: 500;*/
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;

}

.home-center__container.-price .home-section-title span {
  color: var(--text-color);
  font-weight: 500;
}

.home-center__container.-price .home-section__desc {
  color: var(--text-color);
  line-height: 1.7;
  font-size: 1.5rem;
}

.home-center__container.-price .btn {
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
  color: #fff;
}

.home-center__img {
  width: 56rem;
}

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

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

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

.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-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 8rem;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-blend-mode: lighten;
}

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

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

.home-news__container {
  margin-top: 3.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;

  @media screen and (max-width: 768px) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-news__link {
  display: block;
  background: #fff;

  .home-news__thumbnail {
    overflow: hidden;
    aspect-ratio: 3 / 2;

    img {
      width: 100%;
      max-height: 250px;
      object-fit: cover;
    }
  }

  .infoArea {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 15px;

    .item__time {
      font-size: 14px;
      font-weight: bold;
    }
  }

  .home-news__title {
    span {
      font-size: 14px;
      font-weight: bold;
      line-height: 1.5;
    }
  }
}




.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: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', 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: auto;
  padding: 10px;
}
.home-news__title {
  line-height: 1.5;
  margin: 1rem 0 0;
}

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

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

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

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

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

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

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

.p-home-sec03__item {
  width: 33.333%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.p-home-sec03 .item__link01 {
  background-image: url(../img/sub/new/new04.jpg);
}

.p-home-sec03 .item__link02 {
  background-image: url(../img/sub/new/new05.jpg);
}

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

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

.p-home-sec03 .item__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8rem 2rem;
}

.p-home-sec03 .item__inner {
  padding: 13rem 5rem;
}

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

.p-home-sec03 .item__ttl {
  font-size: 6vw;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

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

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

.p-home-sec03 .item__link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (min-width: 769px) {
  .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-single {
    padding-bottom: 21rem;
  }
}



.sub-section-title {
  width: auto;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: left;
  position: relative;
  left: 4%;
  color: #fff;
  font-size: 8rem;
  padding: 187px 0 117px 0;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: uppercase;
	z-index: 2;
}


.sub-section-title span {
  color: #fff;
  display: block;
  font-size: 16px;
  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: 6rem;
  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;
  color: var(--primary-color);
  font-weight: 500;
}

.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;
  color: var(--primary-color);
  font-weight: 500;
}

.sub-archive__select {
  border: 1px solid #c8c8c8;
  font-size: 1.4rem;
  margin-left: .9rem;
  position: relative;
  padding: 4px 8px;
  border-radius: 4px;
}

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

.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: 2rem;
  justify-content: space-between;
  justify-content: flex-start;
}

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

/*
.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: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
  width: auto;
  padding: 10px;
}
*/
.sub-archive__category {
  display: flex;
  margin-left: 2rem;
}

.sub-archive__category span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 2.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  width: 10rem;
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
  width: auto;
  padding: 10px;
}

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

.sub-archive .page-numbers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  width: 40px;
}

.sub-archive .page-numbers.current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #37a137;
  background: -moz-linear-gradient(left, #37a137 0%, #222222 100%);
  background: -webkit-linear-gradient(left, #37a137 0%, #222222 100%);
  background: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37a137', endColorstr='#222222', GradientType=1);
}

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

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

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

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

.single_youtube {
  text-align: center;
  margin: 3rem 0 0 0;
}

.single_youtube iframe {
  max-width: 100%;
}

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 769px) {
  .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: 600px;
  margin: 0 auto;
  margin-top: 6rem;
  background: #fff;
  padding: 3rem;
  border-radius: 10px;
}

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

.sub-contact__top-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 500;
  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(--text-color);
  font-size: 4.4rem;
  font-weight: 500;
  /*  margin-top: 6.8rem;*/
  padding-left: 0;
  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(--text-color);
}

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

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

.sub-contact__box {
  background-color: #fff;
  padding-top: 8rem;
}

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

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

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

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

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

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

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

.sub-contact__item dt span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  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 #cccccc;
  border-radius: .4rem;
}

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

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

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

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

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

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

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

.sub-contact__submit input {
  background: #8bcf32;
  */ background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
  border-radius: .5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2.8rem 10.7rem;
}

.sub-contact__privacy-wrapper {
  border: 1px solid #cccccc;
  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 #cccccc;
}

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

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

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

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

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

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

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

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

.infomation .p-works-item-wrap {
  margin-bottom: 8rem;
}

.infomation .p-works-item p {
  font-size: 1.5rem;
  margin: 1.5rem 0 0 0;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .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: 500;
}

.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: #148b35;
  font-weight: 500;
  font-size: 2rem;
  padding: 0 0 15px 0;
  text-align: center;
}

.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 {
  text-align: left;
}

.sub-price__title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 500;
  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: 500;
  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: 500;
  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: 500;
  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: 500;
}

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

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

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

.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__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8rem;
  padding-top: 1rem;
  position: relative;
}

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

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

.main_lead {
  text-align: center;
  line-height: 2;
}

.sub-service__text-title {
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  padding: 0 0 5px 0;
  color: #222222;
}

.sub-service__text-title span {
  /*  font-weight: 500;*/
  display: block;
}

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

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

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

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

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

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

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

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

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

.sub-reserve-flow__item-intro {
  font-size: 2.4rem;
  font-weight: 500;
  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: 0rem 0 0rem 0;
  margin-bottom: 5rem;
  margin-top: 4rem;
  /* 矢印 */
}

.sub-reserve-faq__box {
  max-width: 112rem;
  margin: 0 auto;
  padding: 2.4rem 0;
  background-color: #fff;
}

.sub-reserve-faq .accordion {
  position: relative;
  width: 100%;
  max-width: 105.5rem;
  margin: 0 auto;

}

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

.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: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: var(--primary-color);
*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 3.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem;
  width: 3.3rem;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--primary-color);
  font-size: 130%;
}

.accordion-container {
  margin-top: 3rem;
}

.sub-reserve-faq .accordion-content {
  background-color: #e8f6dc;
  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: 500;
}

.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: 0;
  /*   padding-left: 4rem;
  padding-right: 4rem; */
  padding-top: 0;
}

.sub-shop__container {
  display: block;
  /*  margin: 0 0 8rem 0;*/
  margin-top: 3rem;
}

.contents_ttl_001 {
  max-width: 105.5rem;
  padding: 0.5em 1em 0.5em 2.5em;
  margin: 0 auto 3rem auto;
  position: relative;
  border-bottom: var(--primary-color) solid 1px;
}

.contents_ttl_001 span {
  color: var(--text-color);
  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 #e5e5e5;
  display: block;
  padding: 1.8rem;
}

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

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

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

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

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

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

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

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

.table_simple {
  padding: 0 0 0 0;
}

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

.table_simple th {
  padding: 1.8rem;
  background: #fafafa;
  width: 25rem;
}

.table_simple td {
  padding: 1.8rem;
}

.company_sdgs {
  margin: 8rem 0 0 0;
}

.company_sdgs a img {
  max-width: 800px;
  margin: 0 auto;
}

.ISO9001 {
  margin: 8rem 0 5rem 0;
}

.ISO9001 .img img {
  max-width: 250px;
  margin: 0 0 2rem 0;
}

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

.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(--text-color);
  font-size: 3.2rem;
  font-weight: 500;
  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: 500;
}

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


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




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

.sub-single__btn {
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', 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: 500;
  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: 500;
  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: 768px) {
  .p-home-sec03__item-wrap {
    flex-direction: column;
    padding-top: 0;
  }

  .p-home-sec03 .item__inner {
    padding: 9rem 5rem;
    text-align: center;
    line-height: 1.3;
  }

  .p-home-sec03 .item {
    width: 100%;
  }

  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .home-section-title.type001 {
    color: var(--text-color);
    /*    font-weight: 500;*/
  }

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

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

  .home-section__desc {
    font-size: 4vw;
    margin-top: 0;
    width: 100%;
  }

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

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

  .banner.-sub {
    margin-top: 0vw;
    background: #fff;
  }

  .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: 768px) {
  .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: 2vw;
    /* padding-top: 3vw; */
    height: 15vw;
  }

  .header-sp__logo {
    position: relative;
    width: 30vw;
    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: #ffc85e;
    background: -moz-linear-gradient(left, #fbd180 0%, #de6443 100%);
    background: -webkit-linear-gradient(left, #ffc85e 0%, #de6443 100%);
    background: var(--primary-color);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc85e', endColorstr='#de6443', GradientType=1);
  }

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

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

  .hamburger__lineTop {
    top: 5.1vw;
  }

  .hamburger__lineCenter {
    top: 6.4vw;
  }

  .hamburger__lineBottom {
    top: 7.7vw;
  }

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

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

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

  .nav-drawer__item:not(:first-of-type) {
    margin-top: 7vw;
  }

  .nav-drawer__item:last-of-type {
    /*     width: 10vw; */
  }

  .nav-drawer__link {
    font-size: 4.2vw;
    text-align: center;
  }

  .nav-drawer__link>img {
    width: 4rem;
  }

  .nav-drawer__btn {
    color: #fff;
    display: inline-block;
    font-size: 4vw;
    margin-top: 7vw;
    padding: 3vw;
    background: #ffc85e;
    background: -moz-linear-gradient(left, #fbd180 0%, #de6443 100%);
    background: -webkit-linear-gradient(left, #ffc85e 0%, #de6443 100%);
    background: linear-gradient(to right, #ffc85e 0%, #de6443 100%);
    background: var(--primary-color);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc85e', endColorstr='#de6443', GradientType=1);
  }

  .nav-drawer__tel {
    font-size: 20px;
    margin-top: 7vw;
    color: var(--text-color);
  }

  .nav-drawer__time {
    font-size: 4vw;
    margin-top: 7vw;
    color: var(--text-color);
  }

  .nav-drawer__time span {
    border: 1px solid var(--text-color);
    display: inline-block;
    margin-right: 2vw;
    padding: 1vw;
  }

  /* 表示された時用のCSS */
  .open .hamburger {
    background-color: var(--primary-color);
    -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: 768px) {
  .footer_cta_inner {
    padding: 0;
    grid-template-columns: 1fr;
  }

  .footer_cta_txt {
    line-height: 1.7;
  }

  .footer {
    padding-top: 15vw;
    margin-bottom: 55px;
  }

  .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: 4vw;
  }

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

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

  .footer__link {
    font-size: 4vw;
  }

  .footer__logo {
    
    width: 80vw;
    img {

    }
  }

  .footer__address {
    margin-top: 10vw;
  }

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

  .footer__copyright {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10vw;
    padding-bottom: 14vw;
    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: 768px) {
  /*
  .home-mv__catch {
    font-size: clamp(20px, 5vw, 40px);
  }
  */


  .home-mv__catch span {
    display: block;
  }

  .home-shop.type002 .home-shop__text {
    padding: 3rem 1rem 35rem 1rem;
    z-index: 1;
    background: transparent;
  }

  .home-shop.type002 .home-shop__container::before {
    width: 20rem;
    height: 20rem;
    top: -10%;
    right: -25%;
  }

  .home-shop.type002 .home-shop__text::before {
    z-index: -1;
    width: 20rem;
    height: 20rem;
    bottom: 25%;
    left: -25%;
  }

  .home-shop.type002 .home-shop__img {
    gap: 1rem;
  }

  .home .home-center {
    padding-top: 15vw;
  }

  .home-shop.type002 .home-section__desc span {
    margin: 2rem 0 2rem 0;
  }

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

  .home-mv .slide-dots li {
    margin: 0 2vw;
  }

  .home-mv .slide-dots li.slick-active button::before {
    height: 2vw;
    width: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .home-shop {
    padding-top: 8vw;
    /*         background: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%,#4fbe4f 100%);
    background: var(--primary-color);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf32', endColorstr='#4fbe4f',GradientType=1 ); */
    background: #fff;
  }

  .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: 768px) {
  .home-center {
    /*     margin-top: 10vw; */
    padding-bottom: 0;
    padding-top: 10vw;
  }

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

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

  .home-center__text {
    margin-top: 0;
    padding: 7vw 5vw;
  }

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

  .home-blog__item-wrap {
    padding-top: 2rem !important;
  }

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .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: 768px) {
  .home-news {
    padding-bottom: 10vw;
    padding-top: 10vw;
    margin: 0 0 0 0;
  }

  .home-news__box {
    padding: 0vw 5vw 3vw;
  }

  .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: auto;
    padding: 10px;
  }

  .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: 768px) {
  .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: 7vw;
    background: #ffffff;
    background-clip: text;
    background-size: 200%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    width: 100%;
    padding: 120px 0 60px 0;
  }

  .sub-section-title::before {
    display: none;
  }

  .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: 768px) {
  .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: 768px) {
  .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: 4vw;
    margin-left: 2vw;
  }

  .sub-archive__select::before {
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.5vw solid #1e1d1d;
    right: 2vw;
    top: 40%;
  }

  .sub-archive select {
    padding-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 4vw;
    padding-top: 1vw;
    font-size: 3vw;
  }

  .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: auto;
    /*    padding: 10px;*/
  }

  .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: 768px) {
  .sub-contact__top {
    margin-top: 0;
    padding-bottom: 10vw;
    padding-top: 5vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sub-contact__intro span {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sub-contact__submit input {
    border-radius: 1.8vw;
    font-size: 5vw;
    padding: 5vw 18vw;
  }

  .sub-contact__privacy-wrapper {
    height: 50vw;
    margin-top: 10vw;
    max-width: none;
    padding: 5vw 3vw;
  }

  .sub-contact__privacy-text {
    height: 40vw;
    padding-right: 2vw;
  }

  .sub-contact__privacy-text::-webkit-scrollbar {
    width: 1.8vw;
  }

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

  .sub-contact__privacy-title {
    font-size: 3vw;
  }

  .sub-contact__privacy-desc {
    font-size: 3vw;
    margin-top: 2vw;
  }

  .sub-contact .wpcf7-not-valid-tip {
    border-radius: .6vw;
    font-size: 3vw;
    height: 6vw;
    margin-top: 3vw;
    padding-left: 3vw;
    width: 54vw;
  }

  .sub-contact .wpcf7-not-valid-tip::before {
    height: 2vw;
    left: 4vw;
    top: -7.8vw;
    width: 3vw;
  }

  .wpcf7 {
    margin-top: 3rem;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-price)
* ============================================================ */
@media screen and (max-width: 768px) {
  .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: 768px) {
  .sub-service__list {
    margin-top: 8vw;
  }

  .sub-service__item {
    padding-bottom: 5vw;
    /*     padding-left: 5vw;
    padding-right: 5vw; */
    padding-top: 0vw;
    width: 100%;
  }

  .sub-service__item:nth-of-type(odd)::before {
    left: auto;
    right: 2vw;
    top: 60vw;
  }

  .sub-service__item:nth-of-type(odd) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .sub-service__item:nth-of-type(even)::before {
    left: auto;
    right: 2vw;
    top: 62vw;
  }

  .sub-service__item:nth-of-type(even) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

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

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

  .sub-service__container {
    padding: 0;
    position: static;
  }

  .sub-service__img {
    width: 100%;
  }

  .sub-service__text {
    margin-top: 5vw;
    width: 100%;
  }

  .sub-service__text-title {
    font-size: 4vw;
  }

  .sub-service__text-desc {
    font-size: 4vw;
    margin-top: 2vw;
  }

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

  .p-new-order {
    padding-bottom: 4rem !important;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-reserve)
* ============================================================ */
@media screen and (max-width: 768px) {
  .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 #cccccc;
    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: 768px) {
  .sub-reserve-faq {
    margin-bottom: 4rem;
    padding: 10px;
    margin-top: 0;
  }

  .p-flow-sec02 .flow_content {
    padding: 0px !important;
  }

  .p-flow-sec02 .flow_content .row {
    flex-direction: column-reverse !important;
  }

  .p-flow-sec02 .flow_content .detail {
    width: 100% !important;
    padding: 0 0px 0 0px !important;
  }

  .p-flow-sec02 .flow_content .detail .head {
    font-size: 2rem !important;
    padding: 5px 0 15px 0 !important;
  }

  .p-flow-sec02 .flow_content .detail .text {
    font-size: 1.5rem;
  }

  .p-flow-sec02 .flow_content .img {
    width: 100% !important;
    margin: 20px 0 0 0 !important;
  }

  .p-flow-sec02 .flow_content .detail .num {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 1.8rem !important;
  }

  .sub-reserve-faq__box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 0vw;
  }

  .p-flow-sec02 {
    padding: 4rem 1rem 4rem 1rem !important;
  }

  .sub-reserve-faq__box .contents_ttl_001 {
    margin: 0 auto 1rem auto;
  }

  .sub-reserve-faq .accordion-title {
    font-size: 3.5vw;
    padding-bottom: 4vw;
    padding-left: 0;
    padding-right: 6vw;
    padding-top: 4vw;
  }

  .sub-reserve-faq .accordion-title span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 8vw;
    margin-right: 3vw;
    width: 8vw;
  }

  .sub-reserve-faq .accordion-content {
    -webkit-column-break-before: .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;
  }
}

.mowing_lead {
  text-align: center;
  line-height: 1.7;
  margin: 4rem 0 4rem 0;
  ;
}

.service .mowing_lead {
  margin: 2rem 0 0 0;
}

.service .car_price {
  display: flex;
  align-items: center;
  padding: 0 8rem 0 8rem;
  margin: -2rem 0 0 0;
}

.service .car_price .item {
  width: 50%;
  text-align: center;
}

/*
.service .car_price .item:first-child img {
	    padding: 5rem 13rem 0 13rem;
}
*/
/*
.service .car_price .item:last-child img {
	        margin-bottom: -5rem;
    padding-top: 1rem;
}
*/
.service .car_price .item img {
  /*	padding: 5rem 9rem 0 9rem;*/
}

.service .car_price .item .ttl {
  font-size: 2.5rem;
  font-weight: 500;
}

.service .car_price .item .price {
  font-size: 3rem;
  font-weight: 500;
  margin: 2rem 0 0 0;
  color: #e5003e;
}

.service .car_price_lead {
  padding: 40px 30px 40px 30px;
}

.service .car_price_lead p {
  background: #fff8eb;
  color: #de6744;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  padding: 2rem 0 2rem 0;
}

.service .car_price.kaden {
  padding: 0 5rem 0 5rem;
  margin: 2rem 0 8rem 0;
}

.service .car_price.kaden .item {
  width: 25%;
}

.service .car_price.kaden .item img {
  padding: 5rem 3rem 0 3rem !important;
  margin-bottom: 0 !important;
}

.service .car_price.kaden .item .ttl {
  font-size: 1.8rem;
  margin-top: 3rem;
}

.service .car_price.kaden .item .price {
  font-size: 2rem;
  font-weight: 500;
  margin: 2rem 0 0 0;
  color: #e5003e;
}

.mowing .p-sec03 {
  padding: 12.5rem 0 8rem;
  background: -o-linear-gradient(-135deg, #fffdf9, #f6f1e9);
  background: linear-gradient(-135deg, #fffdf9, #f6f1e9);
  margin: 0 0 3rem 0;
}

.mowing .c-inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.mowing .p-sec03-contents {
  padding: 0 30px 61px;
  border: 6px solid #fd919e;
  border-radius: 20px;
}

.mowing .p-sec03-contents {
  border: none;
  background: #fff;
  padding: 0 0 61px;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
}

.mowing .p-sec03-contents__tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  min-height: 80px;
  margin: -44px auto 40px;
  border-radius: 20px;
  background: #fbd180;
  background: -moz-linear-gradient(left, #fbd180 0%, #fab4a2 100%);
  background: -webkit-linear-gradient(left, #fbd180 0%, #fab4a2 100%);
  background: linear-gradient(to right, #fbd180 0%, #fab4a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd180', endColorstr='#fab4a2', GradientType=1);
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4375;
  text-align: center;
}

.mowing .p-sec03-contents__tit {
  border-radius: 0 0 0 0;
  width: 100%;
}

.mowing .p-sec03-contents__box {
  display: flex;
}

.mowing .p-sec03-contents__box {
  padding: 0 30px 0 30px;
}

.mowing .p-sec03-contents__box .textArea .priceTit {
  margin-bottom: 10px;
  padding: 5px 0;
  background-color: #eaeaea;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4444444444;
  text-align: center;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listTit {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.45;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice {
  display: flex;
  align-items: flex-end;
  color: #e5003e;
  margin: 1rem 0 1rem 0;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .num {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .yen {
  font-size: 20px;
  font-weight: 500;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4444444444;
}

.mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .text {
  font-size: 18px;
}

.mowing .p-sec03-contents__box .textArea .detailText {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}

.mowing .p-sec03-contents__box .textArea .featureBox {
  -ms-grid-columns: (1fr)[3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  gap: 12px;
}

.mowing .p-sec03-contents__box .textArea .featureBox .featureItem {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 6px;
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3333333333;
}

.mowing .p-sec03-contents__box .imageArea {
  flex-shrink: 0;
  margin-left: 40px;
}

.mowing .p-sec03-contents__box .imageArea .before {
  position: relative;
}

.mowing .p-sec03-contents__box .imageArea .before .beforeText {
  display: flex;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 28px;
  border-bottom-right-radius: 14px;
  background-color: #7b7b7b;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.mowing .p-sec03-contents__box .imageArea .before img {
  -o-object-fit: cover;
  width: 289px;
  height: 193px;
  object-fit: cover;
}

.mowing .p-sec03-contents__box .imageArea .before:after {
  z-index: 3;
  position: absolute;
  top: 121px;
  left: 288px;
  width: 60px;
  height: 76px;
  background: url(../images/top_cross_arrow.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  content: "";
}

.mowing .p-sec03-contents__box .imageArea .after {
  position: relative;
  margin-top: 17px;
  margin-left: 48px;
}

.mowing .p-sec03-contents__box .imageArea .after .afterText {
  display: flex;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 28px;
  border-bottom-right-radius: 12px;
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.mowing .p-sec03-contents__box .imageArea .after img {
  -o-object-fit: cover;
  width: 481px;
  height: 320px;
  object-fit: cover;
}

.mowing .p-sec03-contents__picture {
  margin-top: 30px;
}

.mowing .p-sec03-contents__picture {
  padding: 0 30px 0 30px;
}

.mowing .pictureTit {
  padding: 10px 0;
  border-image: linear-gradient(to right, #8bcf32, #4fbe4f) 1;
  border-top: 4px solid;
  border-bottom: 4px solid;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4375;
  text-align: center;
  margin: 0 30px 0 30px;
}

.mowing .p-sec03-contents__picture .pictureTit {
  margin: 0;
}

.mowing .p-sec03-contents__picture .pictureBox {
  -ms-grid-columns: (1fr)[3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  gap: 30px;
  position: relative;
}

.mowing .p-sec03-contents__picture .pictureBox::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 118px;
  height: 47px;
  transform: translate(-50%, -50%);
  background: url(../img/home/beforeafter_icon_arrow01.svg) no-repeat;
  content: "";
}

.p-flow-sec02 {
  padding: 8rem 0 8rem 0;
  background: -o-linear-gradient(-135deg, #fffdf9, #f6f1e9);
  background: linear-gradient(-135deg, #fffdf9, #f6f1e9);
  background: #f3f3f3;
}

.p-flow-sec02 .inner {
  background: #fff;
  padding-top: 2.4rem;
  filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  /*  border-radius: 10px;*/
}

.p-flow-sec02 .flow_content {
  padding: 40px 80px;
}

.p-flow-sec02 .flow_content .row {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}

.p-flow-sec02 .flow_content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}

.p-flow-sec02 .flow_content .img {
  width: 40%;
}

.p-flow-sec02 .flow_content .detail {
  padding: 0 0 0 50px;
  margin-top: 10px;
  position: relative;
}

.p-flow-sec02 .flow_content .detail {
  width: 80%;
  padding: 0 20px 0 40px;
}

.p-flow-sec02 .flow_content .detail .num {
  width: 60px;
  height: 60px;
  line-height: 0;
  font-size: 2rem;
  /*  border-radius: 50%;*/
  color: var(--primary-color);
  /*
  background: #8bcf32;
  background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: -webkit-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
  background: var(--primary-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcf32', endColorstr='#4fbe4f', GradientType=1);
*/
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: contents;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.p-flow-sec02 .flow_content .detail .num span {
  font-size: 140%;
  padding-left: 6px;
  font-weight: 600;
}

.p-flow-sec02 .flow_content .detail .head {
  font-size: 2rem;
  padding: 10px 0 20px 0;
}

.p-flow-sec02 .flow_content .detail .head {
  font-size: 2.4rem;
  padding: 20px 0;
  /*  font-weight: 500;*/
  color: var(--text-color);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

.p-flow-sec02 .flow_content .detail .text {
  line-height: 1.5;
}

.p-flow-sec02 .flow_content .row+.row {
  margin-top: 30px;
}

.renovation_list {
  margin-bottom: 8rem;
}

.renovation_list .contents_ttl_001 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .sub-reserve-cancel {
    margin-top: 20vw;
  }

  .sub-reserve-cancel__box {
    margin-top: 8vw;
    padding-bottom: 15vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vw;
  }

  .sub-reserve-cancel__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-reserve-cancel__item-text-container {
    margin-top: 0;
    width: 100%;
  }

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

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

  .sub-reserve-cancel__item-title {
    font-size: 5vw;
  }

  .sub-reserve-cancel__item-desc {
    font-size: 4vw;
    margin-top: 5vw;
  }

  .sub-reserve-cancel__img {
    margin: auto;
    margin-top: 10vw;
    width: 70%;
  }

  .p-new-top-img {
    margin-bottom: 4rem !important;
  }

  .p-new-top__txt {
    padding-bottom: 6rem !important;
  }

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

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

  .sub-shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sub-shop__img {
    width: 100%;
  }

  .sub-shop__text {
    margin-top: 10vw;
  }

  .sub-shop__table {
    font-size: 4vw;
    position: static;
    width: 100%;
    padding: 0;
  }

  .sub-single__main .sub-shop__table {
    padding: 4rem 0rem 0 0rem;
  }

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

  .sub-single__main .sub-shop__table th {
    width: 17rem;
  }

  .sub-single__main .sub-shop__table tr.bikou th {
    display: block;
  }

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

  .table_simple th {
    padding: 2vw;
    font-size: 3.8vw;
    line-height: 1.3;
  }

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

  .sub-shop__map {
    margin: 10vw 0 4rem 0;
  }

  .sub-shop__map iframe {
    height: 60vw;
  }

  .contents_ttl_001 span {
    font-size: 2.0rem;
    line-height: 1.3;
  }

  .sub-shop__container {
    margin: 0 0 4rem 0;
  }

  .ISO9001 {
    margin: 0rem 0 4rem 0;
  }

  .company_sdgs {
    margin: 4rem 0 0 0;
  }

  .infomation .p-works-item-wrap {
    margin-bottom: 4rem;
  }

  .infomation .p-works-item p {
    font-size: 1.4rem;
  }

  .service .car_price {
    padding: 0 0rem 0 0rem;
    margin: 0rem 0 0 0;
    flex-direction: column;
  }

  .service .car_price .item {
    width: 100%;
  }

  /*
	.service .car_price .item:first-child img {
		padding: 2rem 10rem 0 10rem;
	}
*/
  .service .car_price .item img {
    /*		padding: 5rem 8rem 0 8rem;*/
  }

  .service .car_price .item .ttl {
    font-size: 1.8rem;
  }

  .service .car_price .item .price {
    font-size: 2.5rem;
    margin: 1rem 0 0 0;
  }

  .service .car_price_lead p {
    font-size: 1.5rem;
    padding: 1rem 0 1rem 0;
  }

  .service .car_price_lead {
    padding: 40px 20px 40px 20px;
  }

  /*
	.service .car_price .item:last-child img {
		margin-bottom: -3rem;
	}
*/
  .service .car_price.kaden .item {
    width: 100%;
  }

  .service .car_price.kaden .item img {
    padding: 3rem 5rem 0 5rem !important;
  }

  .service .car_price.kaden .item .ttl {
    margin-top: 2rem;
  }

  .service .car_price.kaden .item .price {
    margin: 1rem 0 0 0;
  }

  .service .car_price.kaden {
    margin: 2rem 0 4rem 0;
  }

  .mowing .p-sec03-contents__picture .pictureBox::before {
    width: 68px;
    height: 27px;
    background-size: contain;
  }

  .mowing .p-sec03-contents__box {
    flex-direction: column;
  }

  .mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .num {
    font-size: 30px;
  }

  .mowing .p-sec03-contents__box .textArea .priceList .listItem .listPrice .yen {
    font-size: 18px;
  }

  .mowing .p-sec03-contents__box .textArea .priceList .listItem .listTit {
    margin: 1rem 0 2rem 0;
  }

  .mowing .p-sec03-contents__box .textArea .priceList .listItem .listTit span {
    display: block;
    text-align: center;
  }

  .mowing .p-sec03-contents__box .textArea .featureBox .featureItem {
    font-size: 16px;
  }

  .mowing .p-sec03-contents__tit {
    font-size: 19px;
    min-height: 60px;
    margin: -44px auto 20px;
  }

  .mowing .p-sec03-contents__box {
    padding: 0 10px 0 10px;
  }

  .mowing .p-sec03 {
    padding: 9.5rem 0 6rem;
    margin: 0 0 4rem 0;
  }

  .mowing .p-sec03-contents__box .imageArea {
    margin: 30px 0 0 0;
  }

  .mowing .p-sec03-contents__box .imageArea .before img {
    width: 269px;
    height: 173px;
  }

  .mowing .p-sec03-contents__box .imageArea .after {
    margin: 15px 0 0 0;
  }

  .mowing .p-sec03-contents__picture {
    padding: 0 10px 0 10px;
  }

  .mowing .pictureTit {
    font-size: 20px;
    margin: 0 20px 0 20px;
    padding: 5px 0;
    border-top: 3px solid;
    border-bottom: 3px solid;
  }

  .mowing .p-sec03-contents__picture .pictureBox {
    margin-top: 20px;
    gap: 15px;
  }

  .mowing .p-sec03-contents {
    padding: 0 0 20px;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-single)
* ============================================================ */
@media screen and (max-width: 768px) {
  .sub-single__box {
    padding: 0;
  }

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

  .sub-single__category li {
    font-size: 3.2vw;
    margin-left: 4vw;
    padding: 0.5vw 2vw;
  }

  .sub-single__title {
    font-size: 5vw;
    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: 768px) {
  .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: 768px) {
  .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);
  color: #fff;
  opacity: .8;
}

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

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

.home-blog {
  margin: 0;
  padding-bottom: 8rem;
  padding-top: 6rem;
  background: #fff;

  .home-blog-box {
    display: flex;
    align-items: center;
    gap: 40px;

    @media screen and (max-width: 768px) {
      flex-direction: column;
      display: flex;
      align-items: flex-start;
      gap: 0;
    }
  }

  .titArea {
    @media screen and (max-width: 768px) {
      display: contents;
    }

    .c-titA {
      @media screen and (max-width: 768px) {
            flex-direction: column;
            display: flex;
            align-items: flex-start;
            gap: 0;
        }
    }

    .home-blog__btn {
      margin-top: 24px;

      @media screen and (max-width: 768px) {
        order: 2;
      }
    }
  }

  .home-blog__item-wrap {
    @media screen and (max-width: 768px) {
      order: 1;
    }
  }
}


.c-blog-item+.c-blog-item {
  margin-top: 2rem;
}



.c-blog-item .item__inner {
  display: flex;
  align-items: start;
}

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

.c-blog-item .item__img {
  width: 10%;
  padding-top: 7rem;
  position: relative;
  margin-right: 3rem;
  margin-right: 3rem;
  margin-left: 2rem;
}

.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;
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.c-blog-item .item__ttl {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  display: -webkit-box;
  /* 	-webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--primary-color2);
}

.c-blog-item .item__time {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 1rem;
}

.c-blog-item .item__txt {
  padding-top: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

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

.c-blog-item .item__ttl {
  padding-bottom: 5px;
  position: relative;
}

.c-blog-item .item__ttl::before {
  background: var(--primary-color);
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .4s;
}

.c-blog-item .item__ttl:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

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

  .home .home-blog {
    padding-bottom: 20vw;
    padding-top: 15vw;
    margin: 0 0 0 0;
  }

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

  .c-blog-item .item__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

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

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

.p-company-top__img img {
  width: 30.59rem;
}

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .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: 768px) {
  .p-contact-top__txt {
    font-size: 4vw
  }

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

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

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

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

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

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

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

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

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

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

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

.p-real-estate-item__body span {
  font-size: 1.8rem;
  font-weight: 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: 768px) {
  .p-real-estate-item-wrap {
    flex-direction: column;
    margin-top: -10vw;
  }

  .p-real-estate-item {
    width: 100%;
    margin-right: 0;
    margin-top: 10vw;
  }

  .p-real-estate-item__body {
    font-size: 4vw;
  }
}

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

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

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

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

.p-new-top__txt {
  padding-bottom: 8rem;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .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-bottom: 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: 768px) {
  .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;
}

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

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

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

.p-reno-pattern__table th {
  font-weight: bold;
}

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

.p-reno-pattern__table .th__first {
  width: 20%;
}

.p-reno-pattern__table .td__first {
  text-align: center;
  vertical-align: middle;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .p-reno-pattern__table .td__first {
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .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: 3rem;
}

.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: 768px) {
  .p-works-item__img {
    padding-top: 58vh;
  }
}

.header__item-child {
  position: relative;
}

/* .header__item-child::after {
  content: '';
  display: inline-block;
  width: .8rem;
  height: .8rem;
  border-top: 1px solid --primary-color;
  border-right: 1px solid --primary-color;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%) rotate(135deg);
} */
.child__wrap {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  min-width: 20rem;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.8rem;
  background-color: rgba(255, 255, 255, 0.8);
}

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

.child__link:hover {
  opacity: .8;
}

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

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

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

.property-slider__arw {
  position: absolute;
  z-index: 1;
  top: 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;
}

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

.list_other_table {
  padding-top: 3rem;
}

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

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

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

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

.service .car_price.kaden .item img {
  padding: 3rem 3rem 0 3rem !important;
  margin-bottom: 0 !important;
  width: 35%;
}

.item_p {
  width: 60%;
}

.service .car_price.kaden .item {
  width: 48%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .property-slider .slider-img-wrap {
    padding-top: 25rem;
  }

  .property-slider__arw {
    top: 30%;
  }

  .list_price th {
    padding: 10px 5px 10px 5px;
    width: 80px;
  }

  .list_add th {
    padding: 10px 5px 10px 5px;
    width: 80px;
  }

  .list_other th {
    padding: 10px 5px 10px 5px;
    width: 80px;
  }

  .single_youtube iframe {
    height: 50vw;
  }

  .mowing_lead {
    padding: 0 1rem 0 1rem;
    margin: 3rem 0 5rem 0;
  }

  .mowing .c-inner {
    width: calc(100% - 30px);
  }

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

  .p-works-item {
    width: 100%;
  }

  .sub-works-single .sub-single__main p {
    font-size: 3.8vw;
    margin: 1rem 0 0 0;
    line-height: 1.7;
  }
}

/*追加*/
.service .car_price {
  display: flex;
  padding: 0 8rem 0 8rem;
  margin: 3rem 0 0 0;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
}

.service .car_price .item {
  width: 49%;
  text-align: center;
}

.car_price_etc {
  display: flex;
  padding: 2rem 3rem 2rem 3rem;
  margin: 2rem 4rem 10rem;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 1rem;
  background: #fff8eb;
}

p.item_txt {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1vw;
}

h4.ttl_f01 {
  position: relative;
  padding: 0.8rem 0;
  margin: 3rem auto 0.2rem;
  border-bottom: 4px solid;
  color: #de6744;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  width: 90%;
}

h4.ttl_f01:before,
h4.ttl_f01:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

h4.ttl_f01:before {
  border: 13px solid;
  border-color: transparent;
  border-top-color: #de6744;
  margin-left: -17px;
}

h4.ttl_f01:after {
  border: 8px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -12px;
}

/*SP*/
@media screen and (max-width: 768px) {
  .service .car_price .item {
    width: auto;
    text-align: center;
  }

  .service .car_price {
    display: flex;
    padding: 0 3vw 0;
    margin: 1rem 0 5rem 0;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
  }

  .car_price_etc {
    display: flex;
    padding: 0 2vw 0 2vw;
    margin: 1rem 0 10rem 0;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .car_price_etc .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }

  .car_price_etc {
    display: flex;
    padding: 0 2vw 0 2vw;
    margin: 0 auto;
    gap: 1rem;
    width: 100%;
  }

  .car_price_etc .item {
    display: flex;
    align-items: center;
    width: 40%;
    flex-direction: column;
    margin: 0 auto;
  }

  .car_price_etc {
    display: flex;
    padding: 6vw 2vw 6vw 2vw;
    margin: 7vw 0 auto;
    gap: 1rem;
    width: 100%;
  }

  h4.ttl_f01 {
    font-size: 20px;
  }
}

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

.flex-container h2 {
  padding-left: 0;
  font-size: 24px;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}

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

/*# sourceMappingURL=style.css.map */
/*========メガメニュー========*/
.header {
  background-color: #fff;
}

.header-item {
  transition: background-color .3s;
}

.header-item a {
  display: inline-block;
  color: var(--text-color);
  text-decoration: none;
  position: relative;
  transition: .3s;
  padding-bottom: 8px;
  font-size: 14px;
  /*        color: #fff;*/
  font-weight: 500;
}

.header-item a:hover {
  color: var(--text-color);
}

.home .scrolled .header-item a:hover {
  color: var(--text-color);
}

.scrolled .header-item a:hover {
  color: var(--text-color);
}

.header-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #222222;
  transition: .3s;
  color: #222222;
  background: #0347a0;
}

.home .header-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: .3s;
  color: var(--text-color);
}

.scrolled .header-item a::after {
  background-color: var(--text-color);
  color: var(--text-color);
  background: linear-gradient(120deg, #08207e 0%, #57bfc2 100%);
}

.header-item a:hover::after {
  width: 100%;
  color: var(--primary-color);
}

.header-item a {
  color: var(--text-color);
}

.header-item a:hover {
  color: var(--text-color);
}

.scrolled .header-item a {
  color: var(--text-color);
}

/*header調整*/
.header__link {
  color: var(--text-color);
}

.header__tel {
  color: var(--text-color);
}

.header__time_contents {
  color: var(--text-color);
}


/*header_scroll調整*/
.header {
  box-shadow: none;
}

/*
.home .header.scrolled .header__tel {
    color: #3e2c28;
}
.home .header.scrolled .header__time_contents {
    color: #3e2c28;
}
*/
.header.scrolled .header__link {
  color: var(--text-color);
}

.footer_flex .left {
  padding: 0;
  /*	 display: flex;*/
  gap: 0rem;
}

.beforeafter__container {
  margin-top: 3.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 6rem;

}

/* 初期スタイル：背景透明 */
.header {
  background-color: #fff;
  transition: background-color 0.3s;
  /* 背景色の変化を滑らかに */
}

/* スクロール後のスタイル：背景白 */
.header.scrolled {
      background: #ffffffd1;
    -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
    transition: all 0.3s;
    backdrop-filter: blur(8px);

}

/*border*/
.pageBg {
  position: fixed;
  z-index: 20;
  width: 2rem;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0D5F76), to(#00A556));
  background: -webkit-linear-gradient(bottom, #0D5F76, #00A556);
  background: linear-gradient(0deg, #0D5F76, #00A556);
}

@media only screen and (max-width: 768px) {
  .pageBg {
    width: 1rem;
  }
}

/*==========フローティング==========*/
/*fixed_banner*/
.fixed_banner {
  position: fixed;
  z-index: 99999;
  top: 130px;
  right: -1px;
  background-color: #ff9648;
  padding: 6px 5px;
  border-radius: 10px 0 0 10px;
  /*  border: 2px solid #fff;*/
  border-right: none;
  box-shadow: 0px 0px 10px 0px rgb(106 106 106 / 30%);
  background: -webkit-linear-gradient(137deg, #ffbe49 0%, #ff934d 30%, #e62c91 70%, #df035f 100%);
}

.fixed_banner_pc {
  width: 60px;
}

.floating-banner:hover {
  opacity: 0.8;
}

.fixed_banner_sp {
  display: none;
}

.fixed_banner.-line_banner {
  top: 320px;
  background: #03c755;
}

.header-nav {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .fixed_banner_sp {
    display: inline-block;
    width: 75%;
  }

  .fixed_banner_pc {
    display: none;
  }

  .fixed_banner {
    position: static;
    padding: 4px 8px;
    border-radius: 10px;
    border: 3px solid #04b34d;
    margin-top: 7vw;
    max-width: 300px;
  }

  .sp-display-none {
    display: none;
  }
}

/*==========top==========*/
.inner.-wide {
  max-width: 266.8rem;
  padding-right: 0;
  padding-left: 0;
}

.intro {
  text-align: center;
  line-height: 1.7;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 4rem;
}

.intro span {
  font-size: 3.5rem;
  font-weight: 600;
}

.txt_green {
  color: #0347a0;
}

.txt_blue {
  color: var(--primary-color);
}

.intro.-center {
  font-size: 3rem;
}

.intro.-center span {
  font-size: 4rem;
  font-weight: 600;
}

.intro.-center {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 20px #4e7b2c;
}

.intro.-center .txt_green {
  color: #eeff1c;
}

.greeting_ttl {
  text-align: left;
  line-height: 1.7;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  /*	background: linear-gradient(transparent 70%, #fff796 70%);*/
  display: inline;
  z-index: 2;
  position: relative;
}

.greeting_ttl span {
  font-weight: 600;
  font-size: 3rem;

}

.greeting {
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  align-items: center;
}

.img-greeting {
  width: 90%;
  position: relative;
  z-index: 3;
}

.greeting_content {
  z-index: 10;
  width: 60%;
  padding-left: 0;
  left: 10%;
  position: relative;
  top: 40px;
}

.greeting_content .home-section-title.-center {
  text-align: left;
  margin-bottom: 4rem;
  color: var(--text-color);
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 3;
}

.greeting_content .home-section-title span {
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 20px;
}

.greeting_content .bg {
  width: 94%;
  height: 88%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0px 0px 50px 0px rgb(48 63 47 / 4%);
}

.greeting_content p {
  z-index: 3;
  position: relative;
  line-height: 1.7;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.greeting_content p.ttl {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.service_wrap_group a {
  transition-duration: .3s;
}

.service_wrap_group a:hover {
  opacity: .6;
  z-index: 4;
}

.service_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 10rem;
  margin-top: 6rem;
}

.service_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2%;
}

.service_wrap_group {
  background: #fff;
  /* padding: 40px 20px; */
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgb(48 63 47 / 11%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.service_wrap_group p {
  line-height: 1.7;
  margin-top: 2rem;
  padding: 0 20px 20px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 12px #3c3c3c;
}

h3.service_wrap_ttl {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0rem;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0 0 12px #3c3c3c;
  line-height: 1.3;
}

.home-section-title.-center {
  text-align: center;
  margin-bottom: 4rem;
  color: var(--text-color);
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 3;
  font-weight: 500;
}

.home-point {
  padding-bottom: 8rem;
  padding-top: 8rem;
  background: url(../img/home/point_01_bg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto;
}

.point_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem 2rem;
  margin-top: 0rem;
  margin-bottom: 10rem;
}

/*
.item1 {
    grid-column-start: 1;
    grid-column-end: 4;
}
.point_group.item1 {
    display: flex;
    flex-direction: row;
}
*/
.home-service_contents {
  padding-bottom: 8rem;
  padding-top: 0rem;
  position: relative;
}

.service_wrap_group .btn {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

p.service_txt {
  margin-top: 0;
  background-color: #d3bc72;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 19px 4px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  text-align: center;
}

.emphasis_txt {
  color: #ff3535;
  font-weight: 600;
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.home-center {
  padding-top: 8rem;
}

.home-center__container.-service .bg {
  width: 94%;
  height: 88%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
}

.home-center__container.-service .bg {
  width: 100%;
  height: 110%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #effbf6;
  border-radius: 5px;
}

.home-center__container.-price .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  /*  background-color: #effbf6;*/
  border-radius: 5px;
}

.home-center__container.-service .home-center__text,
.home-center__container.-price .home-center__text {
  margin-bottom: 4.3rem;
  z-index: 4;
  padding: 4rem;
}

.home-center__container.-service .home-center__img {
  width: 56rem;
  z-index: 4;
  left: -50px;
  position: absolute;
  box-shadow: 0px 0px 20px 0px rgb(48 63 47 / 11%);
}

.inner.-wide_rigth_bg {
  max-width: none;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.home-center__container.-price .home-center__img {
  width: 55%;
  z-index: 4;
  right: -50px;
  position: absolute;
  /*    box-shadow: 0px 0px 20px 0px rgb(48 63 47 / 11%);*/
  height: auto;
  max-width: 800px;
  top: 0;
}

.inner.-wide_rigth_bg .home-center__text {
  width: 46%;
}

.home-center__container.-price .home-section__desc {
  width: auto;
}


.point_ttl {
  font-size: 2.6rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

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

.point_icon {
  max-width: 180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgb(48 63 47 / 7%);
}

.point_ttl {
  position: relative;
  display: block;
  padding: 0 30px;
  margin-top: 2rem;
  text-align: center;
  color: var(--primary-color);
}

/*
.point_ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: var(--primary-color);
}
.point_ttl:before {
  left: 0;
}
*/
.point_ttl:after {
  right: 0;
}

h3.sdgs_ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 1rem;
  line-height: calc(24 / 16);
}

.sdgs_img {
  width: 50%;
}

.sdgs_group {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.sdgs_txt h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
}

.sdgs_icon {
  display: inline-block;
  width: 20px;
}

.sdgs_img_logo {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 3rem;

}

.link_01 {
  color: var(--primary-color);
  font-weight: 500;
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

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

.sdgs_txt p {
  line-height: calc(24 / 16);
  margin-top: 3rem;
  width: 50rem;
}

.sdgs_icon {
  display: inline-block;
  width: 20px;
  margin-left: 10px;
}

.sub-shop__sdgs {
  background: #fff;
  padding: 5rem;
  /*  margin: 10rem 0;*/
}

.home-service_payment {
  background: #fff;
}

.payment_group {
  display: flex;
  gap: 20px;
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.payment_item {
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 3rem 2rem;
  margin-top: 3rem;
}

.payment_item h3 {
  text-align: center;
  font-size: 2rem;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.home-service_payment .home-point {
  padding-bottom: 6rem;
  padding-top: 8rem;
}

/*
.home-service_contents.type002.-homeservice {
    background-color: #f3f3f3;
	margin-top: 0rem;
	padding-top: 8rem;
        padding-bottom: 0rem;
        background: linear-gradient(135deg, #fff 20%, #f3f3f3 20%, #f3f3f3 70%, #fff 70%);
        background: linear-gradient(90deg, var(--primary-color)00 6%, var(--primary-color)00 6%, #009b4400 6%, #009b4400 10%, #fff0 7%, #fff0 80%);
}
*/


/*==========footer==========*/
.contact_group {
  display: flex;
  gap: 0;
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.left__tel.tel {
  margin: 0;
  text-align: center;
  padding-left: 0;
  transition: 0.3s;
  line-height: 1.1;
  max-width: 600px;
  width: 100%;
  /* min-height: 200px; */
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.tel__link {
  color: #fff;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.tel__opentime {
  margin-top: 1.2rem;
  text-shadow: 0 0 6px rgb(20 20 20 / 67%);
  color: #ffffff;
}

.tel__link {
  font-size: 4.8rem;
  padding-left: 10px;
}

.left__btn-wrap {
  margin: 0;
  display: flex;
  flex-direction: column;
  /*    gap: 20px;*/
  max-width: 600px;
  width: 100%;
  /*    min-height: 200px;*/
  border-radius: 0px;
  padding: 0;
  align-items: center;
}

.btn.-color.mail {
  width: 400px;
  max-width: 500px;
  height: 70px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  /* max-width: 200px; */
  background: var(--primary-color);
  border: 2px solid #f0f0f0;
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 600;
}

.contact_group h3 {
  color: var(--text-color);
  font-size: 2rem;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.5;
}

.tel__link_02 {
  color: #fff;
  background: var(--primary-color);
  padding: 10px 40px;
  margin-top: 2rem;
}

.footer_information {
  background: #fff;
  padding-top: 6rem;
}

.footer_information_group {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 6rem;
  gap: 30px;
  flex-direction: row-reverse;
}

.footer_information_item iframe {
  width: 100%;
  height: 100%;
  /* min-width: 300px; */
  min-height: 300px;
}

.footer_information_item {
  width: 50%;
}

.footer_information_item {
  width: 50%;
}

.footer_sns {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.footer_sns_icon {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}

.footer_sns_icon {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 20px;
  margin-top: 1rem;
}

.footer_sns_icon img {
  width: 50px;
}

.footer_sns p {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary-color);
}

.footer_banner {
  margin-top: 2rem;
  background: #f4f8f0;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer_banner_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 105.5rem;
  margin: 0 auto;
}

.footer_banner img {
  width: 300px;
}

.footer_banner img:hover {
  opacity: .7;
  transition: opacity .3s;
}

.footer .inner {
  /*    padding-bottom: 4rem;*/
}

.megaMenu .megaMenu-list .megaMenu-item a {
  color: #fff;
  padding: 8px 20px;
  position: relative;
}

.megaMenu-item a::before {
  content: "";
  padding-right: 10px;
  background-image: url(../img/common/arrow_white.svg);
  position: absolute;
  z-index: 6;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2rem;
  left: -10px;
  margin: auto;
  position: absolute;
  top: 8px;
  width: 1.6rem;
}

.tel_group .tel__link_02:hover {
  opacity: 0.7;
  transition: opacity .3s;
}

.btn.-color.mail img {
  max-width: 3rem;
  margin-right: 10px;
}

.tel_link {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transition: .3s;
}

.tel_link img {
  width: 3.3vw;
}

.btn.-color.mail.tel {
  background: #5dc3c5;
}

@media screen and (min-width: 769px) {
  .btn.-color.mail:hover {
    color: #fff;
  }

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

@media screen and (min-width:481px) and (max-width: 1024px) {
  .left__tel.tel {
    /*	background-color: #ffffffbd;*/
    width: 100%;
  }

  .tel__link {
    font-size: 4rem;
  }
}

@media screen and (min-width:481px) and (max-width: 770px) {
  .left__tel.tel {
    /*	background-color: #ffffffbd;*/
    width: 100%;
  }

  .tel__link {
    font-size: 3rem;
  }

  .left__btn-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer_information_item iframe {
    height: 100%;
    min-width: 0;
    min-height: 200px;
  }

  .home-point {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .footer_information_item {
    width: 100%;
  }

  .footer_information_group {
    margin-bottom: 4rem;
    gap: 0px;
  }
}

@media screen and (max-width: 480px) {
  .tel_link img {
    width: 7vw;
  }
}

/*==========会社概要==========*/

.sub_company_box_1 {
  display: flex;
  gap: 40px;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 6rem;
  margin-top: 3rem;
}

.sub_company_item {
  width: 50%;
}

.sub_company_img {
  max-width: 560px;
}

.sub_company_text {
  margin-top: 2rem;
}

.sub_company_text h3 {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}

.sub_company_text p {
  line-height: 1.7;
  margin-top: 2rem;
}

.sub_company_box_2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3rem;
}

.sub_greeting {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 2fr;
  margin-top: 3rem;
}

.sub_greeting_img {
  max-width: 500px;
}

.sub_greeting_text p {
  line-height: 1.7;
  margin-top: 2rem;
}

.name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 2rem;
}

.name span {
  font-size: 1.8rem;
  margin-right: 20px;
}

.img_primary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 3rem;
}

.service_type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.service_type_text h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2rem;
  font-size: 2rem;
  color: #9b7606;
}

.service_type_text p {
  line-height: 1.7;
  margin-top: 2rem;
}

.consultation_type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem 20px;
  margin: 0 auto;
  margin-top: 3rem;
  max-width: 105.5rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.consultation_type_text h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  margin-top: 2rem;
  line-height: 1.7;
  color: var(--text-color);
  font-weight: 600;
}

.consultation_type_text p {
  line-height: 1.7;
  margin-top: 2rem;
}

.sub-bg.-greeting {
  background: #f3f3f3;
  margin-top: 0rem;
  padding-top: 0rem;
}

.sub-bg.-greeting .sub-shop__box {
  background-color: #f3f3f3;
  padding-bottom: 6rem;
}

.sub-bg.-map {
  background: #fafafa;
  padding-bottom: 10rem;
}

.sub-bg.-map .sub-shop__box {
  background-color: #f3f3f3;
  padding-bottom: 12rem;
}

.service_type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 3rem;
}

.service_type_text h3 {
  font-size: 2rem;
  text-align: center;
}

.service_type_text p span {
  color: #ea2929;
  font-weight: 600;
  font-size: 2.3rem;
}

.service_type_text p {
  font-weight: 500;
  text-align: center;
  margin-top: 2rem;
}

.etc_service {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
  margin-top: 3rem;
}

.etc_item .num {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  background: #e3d3a1;
  padding: 10px;
}

.etc_item .detail {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.etc_item .text {
  line-height: 1.7;
}

.etc_item .head span {
  color: #ff3535;
  font-weight: 600;
  font-size: 1.9rem;
  margin-left: 10px;
}

.recruit_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 3rem;
}

.recruit_txt {
  line-height: 1.7;
  text-align: center;
  background: #f4eaca;
  padding: 20px;
  margin-top: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}

.banner__link.-sub {
  width: 100%;
  max-width: 900px;
}

.home-mv__slides .slick-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #3d3d3d8a 10%, #ffffff00 100%);
  background: #00000033;
}

.menu_sns {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.menu_sns p {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary-color);
}

.menu_sns_icon {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 20px;
  margin-top: 1rem;
}

.menu_sns_icon img {
  width: 40px;
}

.service_type_text {
  margin-top: 2rem;
}

@media screen and (max-width: 480px) {
  .greeting {
    flex-direction: column;
  }

  .img-greeting {
    width: 100%;
  }

  /*
  .inner.-wide {
    padding-right: 5vw;
  }
*/
  .greeting_content {
    z-index: 0;
    width: 100%;
    padding-right: 0;
    padding: 0 4vw;
  }

  .greeting_content .bg {
    width: 100%;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgb(48 63 47 / 4%);
  }

  .sub-bg.-greeting .sub-shop__box {
    padding-bottom: 6rem;
    padding-top: 3rem;
  }

  .service_wrap {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    margin-bottom: 5rem;
  }

  .home-center__container.-price .home-center__img,
  .home-center__container.-service .home-center__img {
    width: 100%;
    left: 0;
    right: 0;
  }

  .home-center__container.-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10rem;
  }

  .home-section-title.-center {
    margin-bottom: 0rem;
    z-index: 5;
  }

  .home .home-center {
    padding-top: 0;
    margin-top: 20vw;
  }

  h2.home-section-title.-center.sp-only.type001 {
    background: #d3bc72;
    padding: 10px;
    color: #fff;
  }

  .point_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6rem 2rem;
    margin-top: 4rem;
    margin-bottom: 10rem;
  }

  .point_icon {
    max-width: 140px;
  }

  .point_ttl {
    font-size: 2rem;
  }

  .point_img {
    margin-top: 3rem;
  }

  .payment_group {
    gap: 0px;
    margin-bottom: 2rem;
    flex-direction: column;
    margin-top: 0;
  }

  .sdgs_txt p {
    line-height: calc(24 / 16);
    margin-top: 3rem;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sdgs_group {
    flex-direction: column;
  }

  .sub-shop__sdgs {
    background: #fff;
    padding: 3rem 0 20px;
  }

  .sub-shop__sdgs .home-section-title.-center {
    margin-bottom: 0rem;
    z-index: 5;
    padding-top: 6rem;
  }

  .sdgs_img_logo {
    margin-top: 3rem;
  }

  .sdgs_img {
    width: 100%;
  }

  .link_01 {
    justify-content: center;
  }

  .sdgs_group {
    margin-top: 2rem;
  }

  .tel__link {
    font-size: 2.6rem;
  }

  .left__tel.tel {
    /*    background: url(../img/common/tel-color.svg) no-repeat left 11% top 7.3rem / 3rem auto;*/
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    /*    background-color: #ffffffbd;*/
    width: 100%;
  }

  .btn.-color.mail {
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    margin-top: 10px;
  }

  .footer_banner_group {
    grid-template-columns: 1fr;
    margin: 0 auto;
    justify-items: center;
  }

  .footer_information_group {
    flex-direction: column-reverse;
  }

  .footer_information_item iframe {
    margin-top: 4rem;
    width: 100%;
    /* padding: 4vw; */
  }

  .footer_information {
    padding-top: 1rem;
  }

  .home-service_contents.type002.-homegreeting {
    padding-top: 0;
    padding-bottom: 0rem;
  }

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

  .greeting_content .home-section-title span {
    display: block;
    font-size: 1.6rem;
    margin-left: 20px;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .service_type {
    grid-template-columns: 1fr;
    margin-bottom: 5rem;
  }

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

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

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

  .etc_service {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 20px;
    margin-top: 3rem;
    margin-bottom: 6rem;
  }

  .sub_company_img {
    max-width: 200px;
    margin: 0 auto;
  }

  .sub_company_box_1 .sub_company_item .sub_company_img {
    max-width: 600px;
  }

  .inner.-wide_rigth_bg .home-center__text {
    width: 100%;
  }
}

@media screen and (min-width:481px) and (max-width: 1200px) {
  .header-item a {
    padding: 10px 4px;
    font-size: 12px;
  }

  .greeting_content .bg {
    height: 96%;
  }
}

@media screen and (max-width: 900px) {
  .header-item a {
    padding: 10px 0 !important;
    font-size: 12px !important;
  }

  .header-list {
    gap: 10px;
  }
}

@media screen and (min-width: 1141px) {
  .header-list {
    gap: 2.4rem !important;
  }
}

/*見出し*/
.contents_ttl_001::after {
  position: absolute;
  content: '';
  top: 20%;
  left: 0;
  width: 0;
  height: 0;
  background-image: url(../img/sub/service/service_icon01.png);
  background-attachment: fixed;
  width: 60%;
  z-index: 30;
  height: 60%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contents_ttl_001.-icon02::after {
  background-image: url(../img/sub/service/service_icon02.png);
}

.contents_ttl_001.-icon03::after {
  background-image: url(../img/sub/service/service_icon03.png);
}

.contents_ttl_001.-icon04::after {
  background-image: url(../img/sub/service/service_icon04.png);
}

.contents_ttl_001.-icon05::after {
  background-image: url(../img/sub/service/service_icon05.png);
}

.contents_ttl_001.-icon06::after {
  background-image: url(../img/sub/service/service_icon06.png);
}

.contents_ttl_001.-icon07::after {
  background-image: url(../img/sub/aboutus/aboutus_icon01.png);
}

.contents_ttl_001 span {
  color: var(--primary-color);
  font-weight: 600;
}

.contents_ttl_002 {
  position: relative;
  text-align: center;
  padding: 1em;
  color: var(--text-color);
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

.contents_ttl_002:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-color) 50%, #0347a0 50%);
}

h2.contents_ttl_002 span {
  font-weight: 600;
  font-size: 3.6rem;
}

@media screen and (max-width: 424px) {
  .tbl-r05.tbl-r05 {
    width: 100%;
  }

  .inner.-wide_rigth_bg .home-center__text {
    width: 100%;
  }

  .left__btn-wrap {
    width: 100%;
  }

  .home-center__container.-service .home-center__text,
  .home-center__container.-price .home-center__text {
    padding: 0;
    margin-top: 3rem;
  }

  .home-service_contents {
    padding-bottom: 6rem;
  }

  /*
    .inner.-wide_rigth_bg .home-section-title.-center {
        margin-bottom: 0rem;
        z-index: 5;
        background: var(--primary-color);
        padding: 20px 10px;
        color: #fff;
    }
*/
  .intro {
    font-size: 4vw;
    text-align: left;
    margin-top: 2rem;
  }

  .intro.-center span {
    font-size: 3rem;
  }

  .intro span {
    font-size: 5vw;
    font-weight: 600;
  }

  .intro.-center {
    font-size: 3rem;
    text-align: center;
  }

  .greeting_ttl span {
    font-size: 2.6rem;
  }

  .contents_ttl_002 {
    padding: 0.5em;
  }

  h2.contents_ttl_002 span {
    font-size: 5vw;
  }

  .philosophy .intro {
    margin: 0 auto;
    text-align: center;
  }
}

.price_payment {
  margin-top: 6rem;
}

/*==========banner area==========*/

/*
.banner_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
*/
.banner__img {
  max-width: 600px;
}

.banner_area {
  padding-bottom: 6rem;
  padding-top: 6rem;
  background: #fff;
}

.banner_area .banner__link.-sub {
  width: 100%;
  max-width: 1400px;
}

.banner_area .banner__link.-sub:hover {
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 768px) {
  .banner_area {
    margin-bottom: 0;
  }

  .banner_main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-top: 5rem;
  }
}



/*
.banner_main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
	
.banner__link.-sub {
    width: calc(100% / 2);
}
*/
/*料金table*/
.tbl-r05 {
  margin: 20px auto;
}

.tbl-r05 th {
  background: var(--primary-color);
  border: solid 0px #0aad55;
  color: #fff;
  padding: 10px;
}

td {
  /*    border: solid 1px #ccc;*/
  padding: 10px;
}

/*
.tbl-r05 td:first-child {
  background: #fbf5f5;
}
*/
.tbl-r05.tbl-r05 {
  margin: 20px auto;
  width: 90%;
}

.tbl-r05 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

.tbl-r05 tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 0px solid var(--primary-color);
}

.tbl-r05 th,
.tbl-r05 td {
  padding: 1em 10px 1em 1em;
  /*  border-right: 2px solid #7dba99;*/
}

.tbl-r05 th {
  /*  font-size: 100%;*/
}

.tbl-r05 thead tr {
  background-color: #167F92;
  color: #fff;
}

.tbl-r05 tbody th {
  background: #effbf6;
  color: var(--text-color);
  text-align: center;
}

.txt {
  text-align: center;
  font-size: 100%;
}

.price {
  text-align: right;
  color: #ff3535;
  font-weight: bold;
  font-size: 2.2rem;
}

.price .en {
  font-size: 1.1rem;
}

.non {
  background: #fff
}

table tbody th.ttl {
  background: #e3d3a1;
  font-family: "Noto Sans JP", sans-serif;
}

th.ttl.-\30 1 {
  width: 20%;
  color: var(--text-color);
}

th.ttl.-\30 2 {
  width: 20%;
  color: var(--text-color);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;

}

th.ttl.-\30 3 {
  width: 20%;
  color: var(--text-color);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

th.ttl.-\30 4 {
  width: 20%;
  color: var(--text-color);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.note {
  line-height: 1.7;
}

.price_sub {
  margin-bottom: 0;
  margin-top: 8rem;
  padding: 8rem 0;
  background: #f3f3f3;
}

.tbl-r05 tr:nth-child(even) {
  background: #f9f8f6;
}

.tbl-r05 table tbody td {
  border-left: 1px solid #707070;
}

.tbl-r05 td:first-child {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #a47c01;
  font-size: 1.8rem;

}

td.txt,
td.price {
  border-left: 1px solid #707070;
}

.table_group {
  background: #fff;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 80%;
  }

  .tbl-r05 .thead {
    display: none;
  }

  .tbl-r05 tr {
    width: 100%;
  }

  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }

  .tbl-r05 td:first-child {
    background: #e3d3a1;
    color: var(--text-color);
    font-weight: bold;
    text-align: center;
    border-bottom: 0px solid #bbb;
  }

  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }

  .tbl-r05 {
    border: 0;
    width: 100%
  }

  .tbl-r05 th {
    background-color: #167F92;
    display: block;
    border-right: solid 2px #0aad55;
  }

  .tbl-r05 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .tbl-r05 tr {
    display: block;
    margin-bottom: .625em;
    padding: 0;
  }

  .tbl-r05 td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 1em;
    border-right: none;
  }

  .tbl-r05 tr:nth-child(even) {
    background: #fff;
  }

  .tbl-r05 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    color: #a47c01;
  }

  .tbl-r05 td:last-child {
    border-bottom: 0;
  }

  .tbl-r05 tbody th {
    color: var(--text-color);
  }

  .sub_company_box_1 {
    flex-direction: column;
  }

  .sub_company_item {
    width: 100%;
  }

  .sub_company_box_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .sub_company_text {
    margin-top: 1rem;
  }

  .sub_company_box_1 .sub_company_text {
    margin-top: 3rem;
  }

  .sub_company_box_2 .sub_company_text h3 {
    font-size: 1.7rem;
    font-weight: inherit;
    line-height: 1.3;
  }

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

  /*
.sub_company_list img {
    width: 100%!important;
    margin-top: 0rem!important;
}
*/
  p.price {
    display: inline-block;
    font-size: 2.4rem;
  }

  .table_group {
    background: #fff;
    padding: 10px 0;
  }

  .price_sub.-v001 .table_group {
    background: none;
  }

  .price_sub {
    margin-bottom: 0;
    margin-top: 8rem;
    padding: 2rem 0;
    background: #f9f8f6;
  }

  td.txt,
  td.price {
    border-left: 0px solid #707070;
  }

  .sub_company_list .img_primary img {
    width: 100%;
  }
}



/**/
.table_price2 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.table_price2 tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

.table_price2 tr:nth-child(even) {
  background-color: #f9f8f6;
}

.table_price2 th,
.table_price2 td {
  padding: 1em 1em;
  border-left: none;
}

.table_price2 thead th {
  font-size: 1.8rem;
  padding: 1em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.table_price2 thead tr {
  background-color: #e3d3a1;
  color: var(--text-color);
}

.table_price2 tbody th {
  text-align: left;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

.table_price2 .txt {
  text-align: left;
  font-size: .75em;
}

.table_price2 .price {
  text-align: right;
  color: #ff3535;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .table_price2 {
    border: 0;
    width: 100%
  }

  .table_price2 th {
    background-color: var(--primary-color);
    display: block;
    border-right: none;
  }

  .table_price2 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table_price2 tr {
    display: block;
    margin-bottom: .625em;
    border: 1px solid #e3d3a1;
  }

  .table_price2 td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 1.5em 1em 1.5em 4em;
    border-right: none;
  }

  .table_price2 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    color: #a47c01;
  }

  .table_price2 td:last-child {
    border-bottom: 0;
  }

  .table_price2 tbody th {
    color: var(--text-color);
    padding: 1em;
    background: #e3d3a1;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    text-align: center;
  }

  .table_price2 tr:nth-child(even) {
    background-color: #fff;
  }
}

.table_price_group+.table_price_group {
  margin-bottom: 4rem;
}

.price_note {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
  color: var(--text-color);
}

.table_price_group {
  margin-bottom: 4rem;
}


/*============動き==============*/
.displayed {
  animation: fadeUp 3s forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

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

/* 画面外 */
.fade-block2 {
  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;
}

/* 画面に入った時の動き */
.fade-block2.blockIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*
.scroll-block {
  height: 100vh;

}
*/


/*============動き==============*/


.page-id-2371 .p-flow-sec02.u-pt80 .inner {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .contact_group {
    gap: 4vh;
    flex-direction: column;
  }

  .left__btn-wrap {
    width: 100%;
  }

  .left__tel.tel {
    /*        background-color: #ffffff00;*/
    width: 100%;
  }

  .page-id-2371 .sub-service__text-desc {
    margin-bottom: 0rem;
  }

  .contents_ttl_001 {
    margin: 0 auto 1rem auto;
  }

  .service_type_item {
    margin-bottom: 3rem;
  }

  .page-id-2663 .payment_item {
    padding: 3rem 0 0;
    margin-top: 3rem;
  }

  .table_price_group+.table_price_group {
    margin-bottom: 0rem;
  }
}

.txt_btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

span.green {
  display: block;
  color: var(--primary-color);
  font-weight: 500;
}

/*----sp_menu----*/
.nav-drawer_accordion {
  /*  margin: 2em 0;*/
  transition:
    line-height .3s ease-out,
    opacity .1s linear .1s,
    visibility .1s linear .1s;
  width: 100%;
}

.accordion__summary {
  display: block;
  background: #f3f3f3;
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 20px 38px 20px 10px;
  width: 100%;
  /* 	border: 1px solid #94b8ac; */
  text-align: left;
  padding: 20px;
  font-size: 4.2vw;

}

.accordion__summary::-webkit-details-marker {
  display: none;
}

.accordion__summary::after {
  content: "";
  font-size: 1.4em;
  /* 記号のサイズ */
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-image: url(../img/common/arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 16px;
  height: 16px;
  z-index: 10;
}

.nav-drawer_accordion[open] .accordion__summary::after {
  content: "";
  background-position: center center;
  background-image: url(../img/common/arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 16px;
  height: 16px;
  z-index: 10;
}

.accordion__detail {
  padding: 0vw 4vw 0vw 10vw;
  margin: 0;
  /*     border: solid #94b8ac; */
  border-width: 0px 1px 1px 1px;
}

.accordion__detail .nav-drawer__item:last-child {
  border: none;
}

.accordion__text {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .nav-drawer__item:not(:first-of-type) {
    margin-top: 0;
  }

  .nav-drawer__item {
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #94b8ac;
    width: 100%;
    position: relative;
  }

  .nav-drawer {
    padding-left: 8vw;
    padding-right: 8vw;
    /*            background: linear-gradient(135deg, #f3f3f3 10%, #fff 10%, #fff 90%, #f3f3f3 90%);*/
  }

  .nav-drawer__link {
    text-align: left;
    font-weight: 500;
  }

  .nav-drawer__item::after {
    content: "";
    top: 15px;
    position: absolute;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 10;
    background-position: center center;
    background-image: url(../img/common/arrow2.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .accordion__detail .nav-drawer__item::after {
    left: -30px;
  }

  .accordion__detail .nav-drawer__item {
    padding: 20px 0;
  }

  .nav-drawer__list .accordion {
    width: 100%;
  }

  .nav-drawer_logo {
    width: 65%;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
}

/*----voice お客様の声----*/
.single-voice .sub-single__main h2 {
  background-color: #fff;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1;
  margin-top: 3rem;
  padding: 1.3rem 0.5rem;
  font-size: 2.6rem;
}

.nav-previous,
.nav-next {
  max-width: 10px;
}

.sub-single .nav-next {
  right: 35%;
}

.sub-single .nav-previous {
  left: 35%;
}

@media screen and (max-width: 768px) {
  .flex-item {
    grid-template-columns: 1fr;
  }

  .single-voice .sub-single__main h2 {
    font-size: 6vw;
  }

  .single .sub-single__main h2 {
    font-size: 6vw;
    padding: 0.8rem 0.5rem;
  }

  .single .sub-single__main h3 {
    font-size: 5vw;
    line-height: 1.2;
    margin-top: 3.5rem;
    padding-bottom: 0.6rem;
  }

  .single .sub-single__main h4 {
    font-size: 4.8vw;
    line-height: 1.2;
    margin-top: 3.5rem;
  }
}

.toggle_title:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.2s;
}

.toggle_title.selected:after {
  transform: translateY(-50%) rotateX(180deg);
}


.service_img {
  /*    padding: 0 20px;*/
  width: 100%;
  margin: 0 auto;
  /*    margin-top: 3rem;*/
  overflow: hidden;
}

.service_img img {
  transition: 1s all;
}

.service_img img:hover {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

.service_img:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: #1f89d6;
}

.img-greeting.-right {
  bottom: 0%;
  right: 0;
  position: absolute;
  max-width: 440px;
  opacity: .6;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .img-greeting.-right {
    max-width: 300px;
    bottom: -20%;
  }
}

@media screen and (min-width:768px) and (max-width: 1023px) {
  .img-greeting.-right {
    max-width: 300px;
    bottom: -30%;
  }
}

/*スライド*/
.xslider_wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 0rem;
  /*
	background: #e2ffc4;
	box-shadow: 0 2px 5px #999;
*/
}

.xslider1,
.xslider2 {
  display: inline-flex;
  flex: none;
  animation: xslider 80s 2s linear infinite;
}

/*
.xslider_wrap:hover div {
	animation-play-state: paused!important;
}
*/
.xslider1 div,
.xslider2 div {
  flex: none;
  /*	padding: 10px;*/
}

/*
.xslider1 div:hover , .xslider2 div:hover {
	transform: translateY(-5px);
}
*/
.sec05#blooming .xslider_wrap {
  margin-bottom: 5rem;
}

@keyframes xslider {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.xslider_wrap img {
  width: 300px;
}

.sec03 .sec_inner.inner {
  margin-top: 6rem;
  /*    background: #fff;*/
  border-radius: 10px;
  padding-bottom: 6rem;
}

@media screen and (min-width: 769px) {
  .xslider_wrap img {
    width: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .xslider_wrap img {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .xslider_wrap img {
    width: 200px;
  }
}

.home-section-title span::after {
  content: "◆◆";
  color: #222222;
  display: flex;
  font-size: 16px;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #08207e 50%, #009b44 50%);
  background: linear-gradient(90deg, #08207e 50%, #5dc3c5 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

/*--固定背景01--*/
.cd-fixed-bg.cd-bg-1 {
  background-image: url('../img/common/bg001.jpg');
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url('../img/common/bg002.jpg');
  background-color: #181818b5;
  background-blend-mode: soft-light;
}

.cd-fixed-bg.cd-bg-3 {
  background-image: url('../img/common/bg003.jpg');
  background-color: #5266ae;
  background-blend-mode: soft-light;
}

.cd-fixed-bg.cd-bg-4 {
  background-image: url('../img/common/bg004.jpg');
  padding: 2rem 0 1rem;
  background-color: #ffffff7a;
  background-blend-mode: soft-light;
}

.cd-fixed-bg.cd-bg-5 {
  background-image: url('../img/common/bg005.jpg');
  background-color: #3d3d3d;
  background-blend-mode: soft-light;
}

.cd-fixed-bg.cd-bg-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: #3d3d3d80;
}

.cd-fixed-bg.cd-bg-4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #fff0 0%, #fff 0%, #fff 40%, #fff0 40%);
}

@media screen and (max-width: 736px) {
  .cd-fixed-bg {
    background-size: cover;
    background-attachment: scroll;
  }

  .cd-fixed-bg.cd-bg-2 {
    background-image: url(../img/common/bg002_sp.jpg);
  }

  .cd-fixed-bg.cd-bg-3 {
    background-image: url(../img/common/bg003_sp.jpg);
  }
}

.cd-fixed-bg.cd-bg-5 .inner.-wide_rigth_bg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.home-section-title.-center.-white {
  color: #fff;
}

.home-section-title.-center.-white span {
  color: #fff;
}

.home-center.-recruit {
  padding-top: 0;
}

.home-center.-recruit .home-section__desc.-center {
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.btn.-color.-center.-link_btn {
  background: #fff;
  color: #08207e;
  border: 1px solid #fff;
}

.btn.-color.-center.-link_btn::after {
  color: var(--primary-color);
  border: 1px solid #5dc3c5;
}

.btn.-color.-center.-link_btn:hover::after {
  background: var(--primary-color);
}

.btn.-color.-center.-link_btn:hover {
  color: #fff;
}

.home-section-title.-white span::after {
  color: #fff;
}




/*==========会社概要==========*/
.table_design03 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 3rem;
}

.table_design03 th,
.table_design03 td {
  border-bottom: 2px solid #ddd;
  padding: 1.4em;

  line-height: 1.7;
}

.table_design03 th {
  border-bottom: 2px solid var(--primary-color);
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.philosophy {
  padding: 20px;
  background: #fff;
  margin-top: 3rem;
  border: 2px solid #222222;
  margin-left: 5%;
  margin-right: 5%;
}

.philosophy .intro {
  font-weight: 600;
}

.philosophy p {
  line-height: 1.7;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.philosophy .intro:before {
  content: "“";
  color: #8dc390;
  font-weight: 500;
}

.philosophy .intro:after {
  content: "”";
  color: #8dc390;
  font-weight: 500;
}

.our_story {
  margin-top: 6rem;
}




ol.list1 {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin-top: 3rem;
}

ol.list1 li {
  position: relative;
  color: var(--text-color);
  padding: 10px 0 12px 20px;
  margin: 5px 0px;
  line-height: 1.3;
  border-bottom: dashed 1px #cccccc;
  display: flex;
  align-content: flex-start;
  align-items: baseline;
}

ol.list1 li:before {
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  position: absolute;
  left: 0px;
  /*  font-weight: bold;*/
  /*
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
*/
}

.list1_group {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}

.list1_group a img {
  width: 100%;
}

.list1_group a img:hover {
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.page_banner {
  margin-top: 4rem;
}

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

.sub_company_box_3 {
  margin-top: 3rem;
}

.sub_company_box_3 .sub_company_item {
  width: 100%;
}

.sub_company_box_3 .sub_company_item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  width: 100%;
  gap: 30px;
}

.sub_company_box_3 .sub_company_text {
  margin-top: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.sub_company_box_3 .sub_company_text h3 {
  font-size: 2rem;
  text-align: center;
  background: #2d1a71;
  padding: 6px;
  color: #fff;
  width: 30%;
}

.sub_company_box_3 .sub_company_item.-emphasis {
  margin-top: 4rem;
  display: block;
}


.sub_company_text_2:before {
  content: "“";
  color: #998dc3;
  font-weight: 500;
}

.sub_company_text_2:after {
  content: "”";
  color: #998dc3;
  font-weight: 500;
}

.sub_company_text_2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 600;
}

.sub_company_text_3 {
  line-height: 1.7;
}

.sub_company_list {
  margin-top: 4rem;
}

/*
.sub_company_box_3.-iso {
    background: #ffffff;
    padding: 4rem 0;
}
*/

.-bg02 {
  background: #f3f3f3;
}

.sub_company_box_3 .sub_company_item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  width: 80%;
  gap: 30px;
  margin: 0 auto;
}

.sub_company_box_3 .sub_company_item.-emphasis {
  margin-top: 3rem;
  display: block;
  background: #ffffff;
  padding: 5%;
  border: 2px solid #2d1a71;
  width: 100%;
}

.sub_company_list p {
  font-weight: 600;
}

.sub_company_list p {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 2rem;
  line-height: 1.7;
}

div#company05 img {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 3rem;
}


.consultation_type.-columns2 {
  grid-template-columns: 1fr 1fr;
}


.consultation_type.-columns3 {
  grid-template-columns: 1fr 1fr 1fr;
}

h3.contents_ttl_002 span {
  font-weight: 600;
  font-size: 2.6rem;
}




.column_contents.-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
  align-items: center;
}

.mvv li {
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
}

.mvv li h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #222222;
  display: inline-block;
  margin-top: 10px;
}

.mvv li:nth-child(1) h3 {
  color: #08207e;
}

.mvv li:nth-child(2) h3 {
  color: #3ab580;
}

.mvv li:nth-child(3) h3 {
  color: #578071;
}

.mvv li p {
  margin-top: 10px;
  padding-bottom: 7px;
  /*    margin-right: 30px;*/
  line-height: 1.5;
}

.mvv li:first-child h3 {
  margin-top: 0;
}

.mvv li p span {
  background: #578071;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
  width: 20%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

.-bg_color {
  background: #f3f3f3;
}

.contents_group {
  margin-top: 3rem;
}

.ttl_lead {
  text-align: center;
  line-height: 1.7;
  margin-top: 3rem;
}

h3.contents_ttl_003 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 1rem;
  /* border-bottom: 2px solid; */
  /* border-image-source: linear-gradient(90deg, var(--primary-color) 0%, #0347a0 60%); */
  /* border-image-slice: 1; */
  background: linear-gradient(90deg, var(--primary-color) 0%, #0347a0 60%);
  background: #0347a0;
  color: #fff;
}

.contents_txt p {
  margin-top: 3rem;
  line-height: 1.5;
}

.contents_img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 3rem;
}


.contents_group+.contents_group {
  margin: 8rem 0;
}

@media screen and (max-width: 768px) {
  .table_design03 {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    margin-top: 3rem;
  }

  .table_design03 tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .table_design03 th,
  .table_design03 td {
    border-bottom: 2px solid #c1c7c6;
    padding: 0px 8px 8px;
    word-break: break-word;
  }

  .table_design03 th {
    border-bottom: 0px solid #4d9bc1;
    font-weight: bold;
    text-align: left;
    width: 50%;
    min-width: 4em;
    padding: 0 8px;
    color: var(--primary-color);
  }

  section#company06 img {
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
  }

  section#company06 .sub_company_list .list1_group a img {
    width: 60%;
  }

  .sub_company_box_3 .sub_company_item {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
    margin: 0 auto;
  }

  .sub_company_box_3 .sub_company_text {
    margin-top: 0;
    display: flex;
    gap: 0px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .sub_company_box_3 .sub_company_text h3 {
    font-size: 4vw;
    padding: 6px;
    width: 100%;
  }

  .sub_company_text p {
    line-height: 1.7;
    margin-top: 10px;
  }

  .sub_company_text_2 {
    font-size: 5vw;
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1.5;
  }

  ol.list1 li {
    position: relative;
    color: var(--text-color);
    padding: 0 0 0 20px;
    margin: 5px 0px;
    line-height: 30px;
    border-bottom: dashed 1px #cccccc;
  }

  .list1_group {
    display: grid;
    grid-template-columns: 1fr;
  }

  section#company05 {
    padding-top: 0;
  }

  .philosophy {
    margin-left: 0;
    margin-right: 0;
  }

  section#company03 {
    padding-top: 0;
  }

  .sub-bg.-map {
    padding-bottom: 10rem;
  }

  .sub-shop__box {
    margin-top: 0vw;
    padding: 0vw;
  }

  section#company03 {
    padding-top: 0vw;
  }
}

/*スタッフ　staff*/
div#staff .h2_002 {
  margin-top: 5rem;
}

.p-flow-sec02.-color_bg {
  background: #f1fff6;
}

.bg_01.-color_bg {
  background: #ebf6ef;
  padding: 4rem 0 8rem;
}

.basic_txt.-center {
  text-align: center;
  line-height: calc(24 / 16);
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.ttl_002 {
  padding: 20px;
  background: #171c61;
  color: #fff;
  font-weight: 600;
  margin: 2rem 0 3rem;
}

.project_area+.project_area {
  margin-bottom: 4rem;
}

.project_area {
  margin-bottom: 8rem;
  margin-top: 3rem;
}

.project_inner .item .txt span {
  display: inline-grid;
  background: #043192;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  width: 37%;
  text-align: center;
  justify-items: start;
  justify-content: center;
}

.project_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
}

.project_inner .item {
  width: auto;
  margin: 0 0 2rem 0;
  background: #fff;
}

.project_inner .item .item_ttl {
  color: #148b35;
  font-weight: 500;
  font-size: 2rem;
  padding: 0 0 15px 0;
  margin: 0;
  position: relative;
  padding: 0.6em;
  background: #c6e8d2;
}

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

.project_inner .item .txt ul li {
  position: relative;
  padding: 1rem 0rem 1rem 0rem;
}


.bg_01.-bg02 {
  padding: 5rem 0 1rem;
}


.sub_company_list img {
  width: 60%;
  margin: 0 auto;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .project_inner {
    display: flex;
    flex-direction: column;
  }

  .project_inner .item .img {
    width: 100%;
    margin: 0 auto;
  }

  .bg_01.-color_bg {
    padding: 0rem 0 4rem;
  }

  .p-service-sec01__txt {
    line-height: 1.5;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 6rem;
  }

  .column_contents.-group {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    align-items: center;
  }

  .mvv li p {
    margin-top: 10px;
    padding-bottom: 7px;
    margin-right: 0;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
  }

  .mvv li p span {
    color: #fff;
    padding: 3px 10px;
    margin-right: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
  }

  .mvv li h3 {
    display: block;
    text-align: center;
  }

  h3.contents_ttl_003 {
    font-size: 6vw;
  }

  .contents_img {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 3rem;
  }

  .sub_company_box_3 .sub_company_item {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 20px;
  }

  .sub_company_box_3 .sub_company_text h3 {
    font-size: 5vw;
    width: 100%;
  }

  .sub_company_text p {
    line-height: 1.7;
    margin-top: 0;
  }

  .sub_company_box_3 .sub_company_text {
    margin-top: 0;
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .page_link {
    padding: 1rem;
    border-radius: 5px;
  }

  .bg_01.-bg02 {
    padding: 1rem 0 1rem;
  }

  .consultation_type.-columns2,
  .consultation_type.-columns3 {
    grid-template-columns: 1fr;
  }

  h3.contents_ttl_002 span {
    font-size: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .home-center__container {
    display: flex;
    grid-template-columns: 1fr;
    flex-direction: column-reverse;
  }

  .home-center__container.-price .home-center__img,
  .home-center__container.-service .home-center__img {
    width: 100%;
    left: 0;
    right: 0;
    display: contents;
  }

  .cd-fixed-bg.cd-bg-5 .inner.-wide_rigth_bg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  h3.service_wrap_ttl {
    font-size: 5vw;
  }

  .home-service_contents.type002.-homeservice {
    background-color: #f3f3f3;
    margin-top: 8rem;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  main.home .home-section-title.-center {
    margin-bottom: 2rem;
  }

  .cd-fixed-bg.cd-bg-1 {
    background-image: url('../img/common/bg001_sp.jpg');
  }

  .cd-fixed-bg.cd-bg-2 {
    background-image: url('../img/common/bg002_sp.jpg');
  }

  .cd-fixed-bg.cd-bg-3 {
    background-image: url('../img/common/bg003_sp.jpg');
  }

  .cd-fixed-bg.cd-bg-4 {
    background-image: url('../img/common/bg004_sp.jpg');
  }

  .cd-fixed-bg.cd-bg-5 {
    background-image: url('../img/common/bg005_sp.jpg');
  }

  .left__btn-wrap {
    gap: 10px;
    min-height: auto;
    padding: 30px;
  }

  main.home .banner_area {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .c-blog-item+.c-blog-item {
    margin-top: 2rem;
  }

  .sub_company_list p {
    font-size: 5vw;
  }
}

@media screen and (min-width: 1168px) {
  .tel_link img {
    width: 40px;
  }
}

.column_grid_group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 10px;
}

.column01 {
  grid-area: 1 / 1 / 2 / 3;
}

.column02 {
  grid-area: 1 / 3 / 2 / 5;
}

.column03 {
  grid-area: 2 / 1 / 4 / 2;
}

.column04 {
  grid-area: 2 / 2 / 4 / 3;
}

.column05 {
  grid-area: 2 / 3 / 4 / 4;
}

.column06 {
  grid-area: 2 / 4 / 4 / 5;
}

.service_img_txt {
  position: relative;
}

.service_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.home-service_contents.type002.-homeservice {
  background-color: #f3f3f3;
  margin-top: 0rem;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: linear-gradient(135deg, #fff 20%, #f3f3f3 20%, #f3f3f3 70%, #fff 70%);
  position: relative;
  z-index: 0;
  background: linear-gradient(90deg, var(--primary-color)00 6%, var(--primary-color)00 6%, #009b4400 6%, #009b4400 10%, #fff0 7%, #fff0 80%);
}

.home-service_contents.type002.-homeservice:after {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  /*
    background: linear-gradient(180deg, var(--primary-color) 10%, var(--primary-color) 10%, #009b44 10%, #009b44 13%, #fff0 7%, #fff0 80%);
    background: linear-gradient(135deg, #fff0 20%, #fff 20%, #fff 70%, #fff0 70%);
    background: linear-gradient(135deg, #fff0 10%, #fff 10%, #fff 60%, #fff0 60%);
*/
}

.greeting:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #fff 0%, #fff 60%, #fff0 60%);
  background-position-x: center;
  background-position-y: 0px;
  top: 10%;
  left: 0%;
  z-index: 2;
}

img.ttl_icon {
  width: 60px;
}

.service_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.home-news.home_blog {
  background-color: #fff;
}

.top_border {
  background: linear-gradient(180deg, var(--primary-color) 4%, var(--primary-color) 4%, #009b44 4%, #009b44 6%, #fff 6%, #fff 100%);
}

.home-news.top_border {
  padding-top: 10rem;
}

.greeting_content img {
  width: 60%;
  padding-bottom: 2rem;
}

.home-center__container.-company {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  -webkit-box-pack: justify;
  gap: 40px;
  justify-items: end;
  align-items: center;
}

.home-center__container.-company .home-center__text {
  left: 10%;
  position: relative;
  width: 100%;
}

.home-center__container.-company .home-center__img {
  padding: 0;
  width: 90%;
  right: 0;
  position: relative;
}

/*
.page-id-2730,.page-id-2657,.page-id-14 {
    background: linear-gradient(90deg, var(--primary-color) 3%, var(--primary-color) 3%, #009b44 3%, #009b44 5%, #ffffff 5%, #ffffff 80%);
}     
*/
.page-id-2730 main.sub,
.page-id-2657 main.sub,
.page-id-14 main.sub {
  /*    background-color: #fff0;*/
}

section#company05 {
  background: #fff;
}

.home-news.-service {
  background: #f3f3f3;
}

/*----service----*/

.page-id-2657 .sub-service__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
}




/*見出し*/
.page-id-2657 .contents_ttl_001::after {
  position: absolute;
  content: '';
  top: 20%;
  left: 0;
  width: 0;
  height: 0;
  background-image: url(../img/sub/service/service_icon01.png);
  background-attachment: fixed;
  width: 60%;
  z-index: 30;
  height: 60%;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-id-2657 .contents_ttl_001.-icon02::after {
  background-image: url(../img/sub/service/service_icon02.png);
}

.page-id-2657 .contents_ttl_001.-icon03::after {
  background-image: url(../img/sub/service/service_icon03.png);
}

.page-id-2657 .contents_ttl_001.-icon04::after {
  background-image: url(../img/sub/service/service_icon04.png);
}

.page-id-2657 .contents_ttl_001.-icon05::after {
  background-image: url(../img/sub/service/service_icon05.png);
}

.page-id-2657 .contents_ttl_001.-icon06::after {
  background-image: url(../img/sub/service/service_icon06.png);
}

.contents_ttl_001.-icon07::after {
  background-image: url(../img/sub/aboutus/aboutus_icon01.png);
}

.page-id-2657 .contents_ttl_001 span {
  color: var(--primary-color);
  font-weight: 600;
}

.page-id-2657 .sub-service__item {
  background-color: #fff0;
  position: relative;
  width: 100%;
  padding: 0 1rem 0 1rem;
}



.page-id-2657 .sub-service__container {
  gap: 20px;
}

.page-id-2657 section.sub-service.sub-bg.mowing.service:nth-child(even) .sub-service__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tel_link:hover {
  /*    opacity: 0.6;*/
  /*    transform: scale(1.05);*/
  transition: .3s;
}

.page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(odd) .sub-service__item .sub-service__text:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 0;
  right: -38%;
  background: #ffffff;
  z-index: -1;
  border-radius: 5px;
  opacity: .8;
  top: 45%;
  left: revert-layer;
  transform: translate(-50%, -50%);
}

.page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(even) .sub-service__item .sub-service__text:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 0;
  right: 18%;
  background: #f3f3f3;
  z-index: -1;
  border-radius: 5px;
  opacity: .8;
  top: 45%;
  left: revert-layer;
  transform: translate(-50%, -50%);
}


.page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(odd) {
  background: #f3f3f3;
}

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

  .page-id-2730,
  .page-id-2657,
  .page-id-14 {
    background: transparent;
  }

  .page-id-2657 section.sub-service.sub-bg.mowing.service:nth-child(even) .sub-service__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    flex-direction: column;
  }

  .page-id-2657 .sub-service__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
  }

  .page-id-2657 section.sub-service.sub-bg.mowing.service:nth-child(odd)::before {
    position: absolute;
    content: '';
    top: 4%;
    right: 0;
    background-color: #08207e;
    width: 100%;
    z-index: -1;
    height: 20%;
  }

  .page-id-2657 section.sub-service.sub-bg.mowing.service:nth-child(even)::before {
    position: absolute;
    content: '';
    top: 4%;
    left: 0;
    background-color: #08207e;
    width: 100%;
    z-index: -1;
    height: 20%;
  }

  .page-id-2657 .sub-bg {
    padding-bottom: 0vw;
    padding-top: 10vw;
  }

  .page-id-2657 .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;
    display: flex;
  }

  .page-id-2657 .home-news.-service {
    margin-top: 6rem;
    padding-top: 0vw;
  }

  .page-id-2657 .mowing_lead {
    padding: 0 1rem 0 1rem;
    margin: 3rem 0 0rem 0;
  }
}

@media screen and (max-width: 768px) {
  .page-id-2730 .bg_01.-bg02 {
    padding: 4rem 0 1rem;
  }

  .page-id-2730 .project_area {
    margin-bottom: 0rem;
    margin-top: 3rem;
  }

  .page-id-2730 .renovation_list {
    margin-bottom: 3rem;
  }
}



@media screen and (max-width: 768px) {
  section#company03 {
    padding-top: 10vw;
  }

  section#company05 {
    padding-top: 10vw;
  }
}


@media screen and (max-width: 768px) {
  .home .greeting {
    flex-direction: column-reverse;
    gap: 0px;
    padding-bottom: 6rem;
  }

  .home .greeting:before {
    z-index: 0;
    background: linear-gradient(45deg, #fff 0%, #fff 60%, #fff0 60%);
    background-position-x: center;
    background-position-y: 0px;
    top: 0;
    left: 0;
  }

  .home .inner.-wide {
    padding-right: 0;
    z-index: 10;
  }

  .home .greeting_content {
    z-index: 0;
    width: 100%;
    padding-right: 0;
    padding: 0 4vw;
    top: 20px;
    left: 0;
  }

  .home .home-service_contents.type002.-homegreeting .inner.-wide {
    padding-right: 0;
    z-index: 10;
  }

  .home .intro span {
    font-size: 2rem;
    font-weight: 600;
  }

  .home .intro {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-top: 4rem;
    text-align: center;
  }

  .home .greeting_ttl span {
    font-size: 2rem;
  }

  .home .greeting_ttl {
    text-align: left;
    line-height: 1.7;
    font-size: 2rem;
  }

  .column_grid_group {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .column01 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .column02 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .column03 {
    grid-area: 3 / 1 / 4 / 2;
  }

  .column04 {
    grid-area: 4 / 1 / 5 / 2;
  }

  .column05 {
    grid-area: 5 / 1 / 6 / 2;
  }

  .column06 {
    grid-area: 6 / 1 / 7 / 2;
  }

  .home .service_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .home img.ttl_icon {
    width: 40px;
  }

  .home .home-center__container.-company {
    display: flex;
    -webkit-box-pack: justify;
    gap: 0;
    justify-items: end;
    align-items: center;
  }

  .home .home-center__container.-company .home-center__text {
    left: 0;
    margin-bottom: 3rem;
    margin-top: 2rem;
    padding-bottom: 3rem;
  }

  .home-center__container.-company .home-center__img {
    width: 100%;
  }

  .home .home-section__desc {
    margin-top: 6vw;
  }

  .home .home-price {
    margin-top: 0vw;
  }

  .home .home-center.-company {
    padding-top: 0;
    margin-bottom: 0;
  }

  .home .home-center {
    padding-top: 14vw;
    margin-top: 0vw;
    margin-bottom: 20vw;
  }

  .home .home-center.-recruit {
    margin-bottom: 0;
    padding-top: 0;
  }

  .c-blog-item .item__body {
    flex: 1;
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-direction: column;
  }
}

.page_link {
  padding: 2rem;
  margin-bottom: 0rem;
  border-radius: 5px;
}

.p-service-sec01__txt {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 3rem;
  margin-bottom: 6rem;
  text-align: center;
}

.page_link {
  padding: 1rem;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.2s 0.2s ease-in-out;
  transform: scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.page_link:hover {
  opacity: 0.6;
  transform: scale(1.05);
  transition: all 0.2s 0.2s ease-in-out;
}

.page_link:nth-child(odd) {
  color: #fff;
}

.page_link:nth-child(even) {
  color: #fff;
}

.pagelink {
  background: #154b88;
  background: #222;
}

.pagelink .p-service-sec01__txt {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0rem;
  text-align: center;
  padding: 0rem;
}

.page_link img {
  width: 12px;
}

.pagelink.-col6 .p-service-sec01__txt {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.pagelink.-col2 .p-service-sec01__txt {
  grid-template-columns: 1fr 1fr;
}

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

  .pagelink.-col6 .p-service-sec01__txt,
  .pagelink .p-service-sec01__txt {
    line-height: 1.5;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 6px;
    margin-bottom: 0rem;
  }

  .pagelink.-col2 .p-service-sec01__txt {
    grid-template-columns: 1fr;
  }

  .nav-drawer__contact {
    background-color: var(--primary-color);
    border-radius: 5px;
    margin-top: 1rem;
  }

  .nav-drawer__contact img {
    width: 20px;
  }

  .nav-drawer__contact span {
    color: #fff;
    font-weight: 500;
  }

  .nav-drawer__contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    gap: 8px;
    font-size: 20px;
  }

  .nav-drawer__tel {
    background-color: #0347a0;
    border-radius: 5px;
    margin-top: 2rem;
  }

  .nav-drawer__tel img {
    width: 20px;
  }

  .nav-drawer__tel span {
    color: #fff;
    font-weight: 500;
  }

  .nav-drawer__tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    gap: 8px;
    font-size: 20px;
  }
}

/*----ブログ----*/


.sub-archive__category.-blog {
  margin-left: 0;
  position: absolute;
}


/*----施工実績----*/
.sub-archive__category.-works {
  display: flex;
  margin-left: 0;
  justify-content: center;
}

.sub-archive__category.-works span {
  width: 100%;
  padding: 2px 4px;
  margin-right: 0;
  height: 3rem;
  background: var(--primary-color2);
}

.single-post .sub-shop__table th {
  width: 13rem;
  color: #ffffff;
  font-weight: 500;
  background: var(--primary-color2);
  padding-left: 10px;
}

.single-post .sub-shop__table tr {
  border-top: 1px solid #e5e5e5;
  display: block;
  /* padding: 1.8rem; */
}

.single-post .sub-single__main .sub-shop__table {
  padding: 5rem 0 0 0;
}

.single-post .sub-shop__table tr {
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 0;
}

.single-post .sub-single__category li {
  margin-left: 0rem;
  color: #fff;
  background: var(--primary-color2);
}

@media screen and (max-width: 768px) {
  .single-post .sub-shop__table tr {
    border-top: 1px solid #e5e5e5;
    display: block;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .single-post .sub-shop__table th {
    width: 100%;
    padding: 3vw;
  }
}


.footer__banner a {
  max-width: 350px;
  margin: 0 auto;
  margin-top: 2rem;
}

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

.footer_cta_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  padding: 0 10rem;
  align-items: start;
  margin-top: 2rem;
  padding-bottom: 6rem;
  text-shadow: 0 0 6px rgb(20 20 20 / 67%);
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .home-section-title span::after {
    font-size: 13px;
    top: -20%;
  }

  .footer_cta_main {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0;
    margin-top: 2rem;
    padding-bottom: 5rem;
    gap: 10px;
  }

  .tel_link {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: .3s;
    width: 100%;
  }

  .left__tel.tel {
    padding: 20px;
  }

  .left__btn-wrap {
    gap: 0;
    min-height: auto;
    padding: 0 20px;
  }
}

.page-id-2657 .sub-service__item:nth-of-type(odd) .sub-service__text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10%;
  left: -40%;
  background: #0347a0;
  z-index: -1;
  opacity: .3;
  border-radius: 5px;
}

.page-id-2657 .sub-service__item:nth-of-type(odd) .sub-service__text {
  margin-left: 0rem;
  z-index: 2;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}
}

.page-id-2657 .sub-service__item:nth-of-type(even) .sub-service__text {
  margin-left: 0rem;
  z-index: 2;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}


.page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(odd) .sub-service__text {
  margin-right: 2rem;
}

.page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(even) .sub-service__text {
  margin-left: 2rem;
}

.page-id-2657 .sub-service__list {
  margin-top: 3rem;
}


.page-id-2657 .contents_ttl_001 {
  margin: 0 0 2rem;
}

.page-id-2657 .sub-service__text {
  padding-top: 3rem;
}

.sub-service__text_top {
  font-size: 2rem;
  color: #08207e;
  font-weight: 500;
  opacity: 1;
  position: relative;
  top: 0%;
}

.sub-service__text_top span {
  font-size: 130%;
  color: #08207e;
  font-weight: 500;
  margin-left: 10px;
}

.footer_top_banner_group {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  margin: 5rem 0;
}

@media screen and (max-width: 768px) {
  .page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(even) .sub-service__text {
    margin: 4vw;
    width: 100%;
  }

  .page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(odd) .sub-service__item .sub-service__text:before,
  .page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(even) .sub-service__item .sub-service__text:before {
    width: 100%;
    height: 80%;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: .8;
    top: 0;
    transform: translate(0%, 0%);
  }

  .page-id-2657 .inner.-wide {
    padding-right: 0;
  }

  .page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(even) .sub-service__text {
    margin: 0vw;
    width: 100%;
    z-index: -1;
  }

  .page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(odd) .sub-service__text {
    margin: 0vw;
    z-index: -1;
  }

  .page-id-2657 .sub-service__item:nth-of-type(odd) .sub-service__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  .page-id-2657 .sub-service__text-desc {
    font-size: 4vw;
    margin-top: 2vw;
    margin-bottom: 1rem;
  }

  .page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(odd) {
    background: #f3f3f3;
    margin-top: 20vw;
    padding-top: 1vw;
    padding-bottom: 20vw;
  }

  .page-id-2657 .sub-service.sub-bg.mowing.service:nth-child(even) {
    padding-top: 0;
  }

  .page-id-2657 .contents_ttl_002 {
    padding: 0.5em;
    margin-top: 10vw;
  }

  .consultation_type {
    padding: 0 1rem 0 1rem;
  }

  .consultation_type_text h3 {
    font-size: 5vw;
  }

  .page-id-2657 .home-news__box .contents_ttl_002 {
    margin-top: 0;
  }

  .page-id-2657 .home-news.-service {
    margin-top: 0;
    padding-top: 0vw;
  }

  .page_link {
    border-radius: 0;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
  }

  .page_link:last-child {
    border-bottom: none;
  }

  .footer_top_banner_group {
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
    margin: 2rem 0;
  }
}

@media screen and (min-width:1440px) {
  .footer_cta_main {
    padding: 0 30rem;
    padding-bottom: 6rem;
  }
}

@media screen and (min-width:768px) and (max-width: 1023px) {
  .btn.-color.mail {
    width: 280px;
  }

  .footer_cta_main {
    padding: 0 10vw;
    padding-bottom: 6rem;
  }
}

/*----過去実績_アコーディオン----*/
.work_archive_accordion {
  margin: 3em auto;
  /*max-width: 60vw;*/
}

.toggle {
  display: none;
}

.work_archive_option {
  position: relative;
  margin-bottom: 1em;
}

.title,
.work_archive_content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}



.work_archive_content {
  max-height: 0;
  overflow: hidden;
}

.work_archive_content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle:checked+.title+.work_archive_content {
  max-height: 30000px;
  transition: all 1.5s;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

.work_archive_list {
  display: flex;
}

.work_archive_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  margin-top: 2rem;
}

.work_archive_list dt {
  padding: 1rem;
  background: #f3f3f3;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
  font-weight: 600;
}

/*
.work_archive_group:nth-child(even) .work_archive_list dt {
    background: #d5e9ea;
}
*/

.work_archive_list dd {
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.work_archive_group h3 {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 2rem;
  padding-left: 15px;
  color: #08207e;
  line-height: 1.5;
}

/*
.work_archive_group:nth-child(even) h3 {
        color: #5dc3c5;
}
*/
.work_archive_group h3:before {
  content: "";
  position: absolute;
  display: inline;
  width: 10px;
  height: 2vw;
  top: 2px;
  left: 0;
  background: #08207e;
}

/*
.work_archive_group:nth-child(even) h3:before {
    background: #5dc3c5;
}
*/
.work_archive_container h2 {
  font-size: 3rem;
  margin-top: 3rem;
  font-weight: 500;
  background: #08207e;
  padding: 1rem;
  color: #fff;
}

.work_archive_container {
  padding: 0 2vw 2vw;
  border: 1px solid #f3f3f3;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 5vw;
  }

  .work_archive_container h2 {
    font-size: 4vw;
    margin-top: 1rem;
  }

  .work_archive_group h3 {
    font-size: 4vw;
  }

  .work_archive_group h3:before {
    width: 10px;
    height: 10vw;
  }

  .work_archive_list {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    margin-top: 2rem;
  }

  .work_archive_list dd {
    padding: 1rem;
    font-size: 4vw;
  }

  .work_archive_list dt {
    font-size: 4vw;
  }
}

/*----過去実績_タブ----*/
.tab01 {
  width: 100%;
  margin: 0 auto 50px;
  margin-top: 3rem;
}

/*タブのスタイル*/
.tab_menu {
  width: calc(100%/3);
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #000;
  border-bottom: 3px solid #222222;
  background-color: #f3f3f3;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_menu:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_menu"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_contents {
  display: none;
  clear: both;
  overflow: hidden;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/*選択されているタブを表示*/
#menu01:checked~#menu01,
#menu02:checked~#menu02,
#menu03:checked~#menu03 {
  display: block;
}

/*選択されているタブのスタイル*/
.tab01 input:checked+.tab_menu {
  background-color: #222222;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tab_menu {
    font-size: 4vw;
    height: 50px;
    line-height: 50px;
  }
}


/*----フォーム----*/
.page-template-page-contact .sub-bg {
  padding-bottom: 13rem;
  padding-top: 0;
}

.sub-contact__btm {
  background: #fafafa;
  padding: 6rem 3rem;
}


@media screen and (max-width: 768px) {
  .sub-contact__btm {
    /*background: #f3f3f3;*/
    padding: 4rem 2rem 3rem;
  }
}

.sub-archive__category.-news {
  margin-left: 0;
}

.sub-archive__category.-news span {
  margin-right: 0;
}

.sub-single__category.-news li {
  color: #fff;
  background: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .c-blog-item .item__body.-news {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .item__body.-news .item__ttl {
    font-size: 4vw;
  }

  .sub-archive__category span {
    font-size: 3.2vw;
  }

  .sub-archive__category.-news span {
    margin-right: 5rem;
    padding: 0vw 2vw;
    height: 5vw;
  }
}

/*csr*/
.sub_csr_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 3rem;
  align-items: center;
}

.sub_csr_text {
  line-height: 1.7;
}

.sub_sdgs_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.sub_sdgs_img {
  width: 10rem;
}

.sub_sdgs_text {
  width: 100%;
  line-height: 1.7;
}

.sub_sdgs_box_ {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3rem;
  padding: 20px;
}

.sub_sdgs_cont {
  background: #f3f3f3;
  padding: 2rem;
}

.sub_sdgs_group:not(:first-of-type) {
  margin-top: 2rem;
}

.sdgs_ttl {
  color: var(--primary-color);
  font-size: 2.3rem;
  line-height: 1.7;
  font-weight: 600;
}

.sdgs_ttl span {
  padding-left: 1rem;
  font-size: 70%;
}

.sub_csr_box_1 {
  margin-top: 3rem;
}

.sub_sdgs_box_2 .sub_sdgs_img {
  width: 100%;
}

.sub_sdgs_box_2 .sub_sdgs_img {
  width: 100%;
  border: 2px solid #2d1a71;
}

.sub_sdgs_box_2 {
  margin-top: 3rem;
}

.sub_sdgs_box_2 .sub_sdgs_text p {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.7;
  background: #6cbbd4;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}

.sub_sdgs_box_2 .sub_sdgs_text {
  gap: 40px;
  display: grid;
}

.sub_sdgs_box_2 .sub_sdgs_text p:before {
  content: "01";
  position: absolute;
  left: -10px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #08207e;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
}

.sub_sdgs_box_2 .sub_sdgs_text p:nth-child(2):before {
  content: "02";
}

.sub_sdgs_box_2 .sub_sdgs_text p {
  color: var(--text-color);
  font-size: 1.6rem;
  line-height: 1.7;
  background: #f3f3f3;
  border-radius: 0;
  padding: 20px;
  position: relative;
  z-index: 0;
  margin: 0 0 0 10px;
}

.-col5 .p-service-sec01__txt {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.home-recruit-banner {
  background: #fff;
}

.home-recruit-banner.-recruit {
  background: none;
}

.home-recruit-banner__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 160rem;
}

.home-recruit-banner a:hover {
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.header-item {
  position: relative;
}

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 170%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 5px;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 16rem;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.home .header-item a.dropdown-link,
.dropdown-link {
  display: block;
  padding: 10px 15px;
  color: var(--text-color);
  text-decoration: none;
}

.dropdown-link a {
  color: var(--text-color);
}

.dropdown-link:hover {
  background-color: #f5f5f5;
}

.header-item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 100%;
}

@media screen and (max-width: 1140px) {
  .header-list {
    /*gap: 1rem;*/
    /*width: 15%;*/
  }

  .header__logo {
    padding: 9px 9px;
    width: 18rem;
  }

  .header-nav {
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .-col5 .p-service-sec01__txt {
    grid-template-columns: 1fr;
  }

  .sub_csr_item {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
  }

  .sub_csr_item .sub_csr_text {
    order: 2;
  }

  .sub_csr_img {
    order: 1;
  }

  .sub_sdgs_box_ {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    display: grid;
    align-items: start;
    padding: 0;
    margin-top: 2rem;
  }

  .sub_sdgs_box_2 .sub_csr_item {
    padding-top: 2rem;
  }

  .home-recruit-banner__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .home-center .inner.home-recruit-banner__grid {
    padding-top: 2rem;
  }
}

/* ==============================================================
*  セクション(top aboutus)
* ============================================================ */
.p-aboutus {
  padding: 3rem 0 ;
	background: #f1f6ff;

  .p-aboutus-box {
    display: flex;
    justify-content: space-between;
    gap: 78px;
    padding-left: 11.18%;
    align-items: center;

    @media screen and (max-width: 768px) {
      flex-direction: column;
      padding: 0 20px;
              gap: 30px;
    }

    .p-aboutus-box__textArea {
      max-width: 481px;
      .c-text16 {
        margin-top: 30px;
      }
    }

    .p-aboutus-box__imageArea {
      width: 50%;

      @media screen and (max-width: 768px) {
        width: 100%;
      }

      img {
        width: 100%;
      }
    }
  }
}

.p-service {
  padding: 50px 0 30px;
  background: linear-gradient(180deg, var(--primary-color2) 0%, var(--primary-color2) 50%, #fff 50%, #fff 100%);
  @media screen and (max-width: 767px) {
    .p-service {
      padding: 50px 0 0;
    }
  }

  .p-service__text {
    color: #fff;
    width: 1000px;
    margin: 0 auto;
    margin-top: 3rem;
		text-align: center;
    @media screen and (max-width: 767px) {
      width: auto;
    }
  }

  .p-service-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 62px;

    @media screen and (max-width: 768px) {
      grid-template-columns: repeat(1, 1fr);
      margin-top: 3rem;
    }

    .p-service-box__item {
      position: relative;
      transition: .4s;
      .c-btnC {
        svg {
          transition: .4s;
        }
      }
      &:hover {
        .itemImg {
          img {
            transform: scale(1.1);
          }
        }
        .c-btnC {
          svg {
            transform: translateX(5px);
          }
        }
      }

      .itemImg {
        overflow: hidden;
        border-radius: 20px;
        img {
          transition: .4s;
          @media screen and (max-width: 768px) {
            aspect-ratio: 1 / 1;
            object-fit: cover;
          }
        }
      }

      .contentsWrap {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: flex-end;
        gap: 37px;
        padding: 20px;

        .itemText {
          color: #fff;
          .tit {
            font-size: 2vw;
            font-weight: bold;
            margin-bottom: 22px;
            line-height: 1.5;
            @media screen and (max-width: 768px) {
              font-size: 22px;
              
            }
          }
          .c-text16 {
            font-size: 1.1vw;
            @media screen and (max-width: 768px) {
              font-size: 3vw;
            }
          }

        }

        .c-btnC {
          flex-shrink: 0;
          @media screen and (max-width: 1200px) {
            width: 4vw;
            height: 4vw;
            @media screen and (max-width: 768px) {
              width: 40px;
              height: 40px;
            }
          }
        }
      }
    }
  }
}
  @media screen and (max-width: 767px) {
    .p-service {
      padding: 50px 0 0;
    }
    }
.p-info {
  padding: 7rem 0 60px;
  /* background: linear-gradient(180deg, #fff 0%, #fff 72.35%, #D8EBF0 72.35%, #D8EBF0 100%); */

  .p-info-box {
    display: grid;
		grid-template-columns: 0.6fr 1fr;
    justify-content: space-between;
    gap:0;
    padding-left: 4.86%;

    @media screen and (max-width: 768px) {
      grid-template-columns: 1fr;
      padding: 0 20px;
			gap: 2rem;
    }

    .p-info-box__textArea {
      .c-text16 {
        margin-top: 30px;
        max-width: 381px;
      }

      .btnArea {
        margin-top: 50px;
      }
    }

    .p-info-box__linkArea {
      display: flex;
      width: 64.44%;

      @media screen and (max-width: 768px) {
        width: 100%;
        flex-direction: column;
        
      }

      .c-cardA {
        overflow: hidden;
        &:first-child {
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px;
          @media screen and (max-width: 768px) {
            border-bottom-left-radius: 0;
            border-top-right-radius: 20px;
          }
        }
        &:nth-child(2) {
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px;
          @media screen and (max-width: 768px) {
            border-top-right-radius: 0;
            border-bottom-left-radius: 20px;
          }
        }

        .c-cardA__image {
          height: 409px;
          @media screen and (max-width: 768px) {
            height: 300px;
          }
        }
      }
    }
  }
}

.p-company {
  background: url(../img/top/company_bg.jpg) no-repeat;
  background-size: cover;
  padding: 5rem 0 5rem;

  .p-company-box {
    width: 660px;
    padding: 76px 60px;
    background-color: #fff;
    border-radius: 20px;
    margin-left: auto;

    @media screen and (max-width: 768px) {
      width: 100%;
      padding: 30px;
    }

    .c-text16 {
      margin-top: 30px;
    }

    .btnArea {
      margin-top: 50px;
    }
  }
}

/* ==============================================================
*  セクション(serviceページ)
* ============================================================ */
.sub {
  .p-sec01 {
    .p-sec01-box {
      padding: 76px 0;
      display: flex;
      gap: 25px;
      padding-left: 6.94%;
      align-items: center;

      @media screen and (max-width: 768px) {
        flex-direction: column;
        padding: 70px 20px 70px;
      }
      
      .p-sec01-box__textArea {
        width: 50%;

        @media screen and (max-width: 768px) {
          width: 100%;
        }

        .boxTit {
          font-size: 20px;
          line-height: 1.875;
          margin-bottom: 30px;
          font-weight: 700;
          @media screen and (max-width: 768px) {
            font-size: 20px;
            margin-bottom: 30px;
          }
        }

      }

      .p-sec01-box__imageArea {
        width: 50%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        overflow: hidden;

        @media screen and (max-width: 768px) {
          width: 100%;
          border-radius: 10px;
        }

        img {
          width: 100%;
        }
      }
    }
  }

  .p-anchor {
    padding: 76px 0 90px;

      @media screen and (max-width: 768px) {
        padding: 4rem 0 4rem;
      }
    .p-anchor-box {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 40px;

      @media screen and (max-width: 768px) {
        grid-template-columns: repeat(1, 1fr);
      }

      .p-service-box__item {
        position: relative;
        &:hover {
          .itemImg {
            img {
              transform: scale(1.1);
            }
          }
          .contentsWrap {
            .c-btnC {
              svg {
                transform: translateX(5px);
              }
            }
          }
        }
        .itemImg {
          border-radius: 20px;
          overflow: hidden;
          img {
            transition: .4s;
          }
        }

        .contentsWrap {
          position: absolute;
          bottom: 20px;
          left: 15px;
          right: 15px;
          display: flex;
          justify-content: space-between;
          align-items: flex-end;

          .itemText {
            .tit {
              color: #fff;
              font-size: 2vw;
              font-weight: bold;
              line-height: 1.1;
              margin: 0;
              @media screen and (max-width: 768px) {
                font-size: 22px;
                line-height: 1.5;
              }
            }
          }

          .c-btnC {
            svg {
              transition: .4s;
            }
          }
        }
      }
    }
  }

  .p-serviceContents {

		+ .p-serviceContents {
			margin-top: 14rem;
		}

    &.p-serviceContents--02 {
      margin-top: 70px;
      background-color: #fafafa;
      flex-direction: row-reverse;
      padding: 5rem 0;
    }
    &.p-serviceContents--03 {
      margin-top: 70px;
      padding-bottom: 230px;
    }

    .p-serviceContents-topArea {
      margin-top: 74px;
      display: grid;
      gap: 6rem;
      grid-template-columns: 1fr 1fr;
      @media screen and (max-width: 768px) {
        flex-direction: column;
        gap: 40px;
        grid-template-columns: 1fr;
        margin-top: 0;
      }
      .p-serviceContents-topArea__textArea {
        .c-text16 {
          margin-top: 40px;

          @media screen and (max-width: 768px) {
            margin-top: 2rem;
          }
        }

        .linkArea {
          margin-top: 2rem;
          display: grid;
					grid-template-columns: 1fr;
          align-items: center;
          gap: 10px;

          .linkTit {
            border: 1px solid var(--primary-color2);
            color: var(--primary-color2);
            padding: 10px;
						font-weight: bold;
						font-size: 18px;
						margin-top: 1rem;
            @media screen and (max-width: 768px) {
              padding: 18px;
							
            }
          }

          .link {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            gap: 13px;

            .linkText {
              font-size: 16px;
              line-height: 1.5;
              /*font-weight: bold;*/
              /* flex-shrink: 0; */
            }

            .linkIcon {
              width: 20px;
            }
          }
        }

        .listArea {
          margin-top: 30px;

          .listTit {
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            padding: 7px 10px;
            background-color: var(--primary-color);
            /* border-top-left-radius: 18px;
            border-top-right-radius: 18px; */
            margin: 0;
          }

          .list {
            /* background-color: #fafafa; */
            /* border-bottom-left-radius: 18px;
            border-bottom-right-radius: 18px; */
            padding: 13px 0;
						display: flex;
						flex-wrap: wrap;
						gap: 1rem;

            .listItem {
              display: flex;
              align-items: center;
              gap: 15px;

              

              .icon {
                width: 20px;
              }

              .text {
                background: #0347a0;
								border-radius: 50px;
								padding: 7px 15px;
								color: #fff;
              }
            }
          }
        }
      }

      .p-serviceContents-topArea__imageArea {
        border-radius: 20px;
        overflow: hidden;
        max-height: 534px;

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

    .p-serviceContents-productArea {
      margin-top: 5rem;

      .p-serviceContents-productArea__tit {
        display: flex;
        align-items: center;
        gap: 31px;
        margin-bottom: 30px;

        .en {
          font-size: 32px;
          font-weight: bold;
          text-transform: uppercase;
        }

        .jp {
          font-size: 16px;
          font-weight: bold;
        }
      }

      .p-serviceContents-productArea__box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 26px;
        row-gap: 50px;
        @media screen and (max-width: 768px) {
          grid-template-columns: repeat(1, 1fr);
          gap: 50px;
        } 
        .boxItem {
          .imageArea {
            height: 250px;
            overflow: hidden;
            
            @media screen and (max-width: 768px) {
              height: 170px;
            }
            img {
              width: 100%;
              height: 100%;
              object-fit: contain;
            }
          }
          .textArea {
            margin-top: 37px;

            @media screen and (max-width: 768px) {
              margin-top: 1rem;
            }
            .itemTit {
              font-size: 24px;
              line-height: 1.5;
              margin: 0 0 32px;
              font-weight: 400;
              @media screen and (max-width: 768px) {
                font-size: 20px;
                margin: 0 0 1rem;
              }
            }

            .linkArea {
              margin-top: 40px;
              display: flex;
              gap: 10px;
              
            @media screen and (max-width: 768px) {
              margin-top: 2rem;
            }

              .linkText {
                color: var(--primary-color2);
              }

              .linkIcon {
                width: 20px;
              }
            }
          }
        }
      }
    }

    .p-serviceContents-etcArea {
      margin-top: 60px;
      background-color: #fafafa;
      padding: 30px 20px;

      .p-serviceContents-etcArea__tit {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        
      @media screen and (max-width: 768px) {
        font-size: 5vw;
        margin-bottom: 20px;
        line-height: 1.4;
      }
      }

      .p-serviceContents-etcArea__box {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 19px;
        @media screen and (max-width: 768px) {
          grid-template-columns: repeat(2, 1fr);
        }
        &.p-serviceContents-etcArea__box--grid3 {
          grid-template-columns: repeat(3, 1fr);
          @media screen and (max-width: 768px) {
            grid-template-columns: repeat(2, 1fr);
          }
          .boxItem {
            .imageArea {
              img {
                aspect-ratio: 1 / 1;
                object-fit: cover;
              }
            }
          }
        }

        .boxItem {
          .itemTit {
            margin-top: 34px;
            text-align: center;
            font-size: 16px;
            
            @media screen and (max-width: 768px) {
              margin-top: 1rem;
              font-size: 14px;
            }
          }
          .imageArea {
            img {
              aspect-ratio: 1 / 1;
              object-fit: cover;
            }
          }
        }
      }
    }

    .p-serviceContents-photoArea {
      background-color: #fff;
      border-radius: 20px;
      padding: 22px 20px 45px;
      margin-top: 50px;
      .p-serviceContents-photoArea__wrap {
        +.p-serviceContents-photoArea__wrap {
          margin-top: 39px;
        }

        .tit {
          font-size: 18px;
          font-weight: 500;
          margin-bottom: 18px;
          @media screen and (max-width: 767px) {
                    font-size: 16px;
}
        }

        .photoBox {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 24px;

          @media screen and (max-width: 740px) {
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
          }

          .boxItem {
            img {
              object-fit: cover;
              aspect-ratio: 16 / 10;
            }
          }
        }
      }
    }
  }
}

/* ==============================================================
*  お知らせ　シングルページ
* ============================================================ */
.sub-single {
  .sub-single__custom {
    margin-top: 100px;
    @media screen and (max-width: 768px) {
      padding-bottom: 2rem;
      margin-top: 2rem;
    }
    .contentsWrap {
      + .contentsWrap {
        margin-top: 70px;
      }
      .contentsTit {
        background-color: var(--primary-color);
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        padding: 10px 20px;
        margin-bottom: 30px;
      }
      .contentsList {
        .listItem {
          display: grid;
          grid-template-columns: 1fr 4fr;
          @media screen and (max-width: 768px) {
            grid-template-columns: 1fr 3fr;
            gap: 5px;
          }
          &:nth-child(odd) {
            background-color: #f2f2f2;
          }
          .itemTit {
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 0;
            @media screen and (max-width: 768px) {
              font-size: 14px;
              line-height: 1.5;
            }
          }
          .itemcontents {
            font-size: 16px;
            line-height: 1.5;
            padding: 10px 0;
            @media screen and (max-width: 768px) {
              font-size: 14px;
            }
            .dlArea {
              .dlLink {
                margin-top: 5px;
                display: flex;
                align-items: center;
                &:hover {
                  opacity: .7;
                }
                img {
                  width: 30px;
                }
                .linkText {
                  color: var(--primary-color2);
                }
              }
            }
          }
        }
      }
      .contentsArea {
        .placeName {
          font-size: 18px;
          font-weight: bold;
          color: var(--primary-color);
          padding-bottom: 10px;
          border-bottom: 1px solid var(--primary-color);
          margin-bottom: 20px;
        }
        .mapArea {
          .address {
            font-size: 16px;
            line-height: 1.5;
            @media screen and (max-width: 768px) {
              font-size: 14px;
            }
          }
          .map {
            margin-top: 5px;
            iframe {
              width: 100%;
              height: 300px;
            }
          }
        }
      }
    }
  }
}
/* ==============================================================
*  仕様・よくある質問
* ============================================================ */
.sub {
  .p-specification {
    padding: 70px 0 100px;
    .p-specification-fileArea {
      margin-top: 40px;
      .p-specification-fileArea__link {
        display: flex;
        align-items: center;
        border-radius: 10px;
        padding: 20px;
        background-color: #fafafa;
        img {
          width: 50px;
        }
        .linkText {
          color: var(--primary-color);
          font-size: 16px;
          @media screen and (max-width: 768px) {
            font-size: 14px;
            line-height: 1.5;
          }
        }
      }
    }
  }
}

/* 追加 */
.footer__address {
    margin-top: 1rem;
}

.footer_cta {
    & .footer_cta_box {
        & .btnArea {
            .telArea {
              @media screen and (min-width:481px) and (max-width: 1079px)  {
                display: flex;
                align-items: center;
                gap: 20px;
                flex-direction: column;
            }
            }
        }
    }
}

.p-aboutus {
  & .p-aboutus-box {
    .p-aboutus-box__textArea {
      @media screen and (min-width: 481px) and (max-width: 768px) {
        padding-top: 45px;
        max-width: 100%;
      }
    }
  }
}
.p-info {
    & .p-info-box {
        & .p-info-box__textArea {
            .c-text16 {
          @media screen and (min-width: 481px) and (max-width: 768px) {
                margin-top: 30px;
                max-width: 100%;
            }
            }
        }
    }
}
    .sub-archive__category span {
@media screen and (min-width: 481px) and (max-width: 768px) {
        font-size: 2.2vw;
    }
    }
   .home-news__link {
    & .home-news__thumbnail {
        img { 
          @media screen and (min-width: 481px) and (max-width: 768px) {
            width: 100%;
            max-height: 100%;
            object-fit: cover;
        }
        }
    }
}
   .p-service {
    & .p-service-box {
        & .p-service-box__item {
            & .itemImg {
                & img {
                  @media screen and (min-width: 481px) and (max-width: 768px) {
                        aspect-ratio: 2 / 1;
                        object-fit: cover;
                }
                }
            }
        }
    }
         .item__body.-news .item__ttl { 
           @media screen and (min-width: 481px) and (max-width: 768px) {
        font-size: 14px!important;
    }
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .item__body.-news .item__ttl {
        font-size: 14px;
    }
}

.footer {
  & .footer-box {
    & .infoArea {
      & .footer_information_item {
        & .footer__address {
          span {
            @media screen and (max-width: 767px) {
              font-size: 14px;
              line-height: 1.5;
              font-weight: 400;
              display: block;
            }
          }
        }
      }
    }
  }
}

.sub {
    & .p-serviceContents {
        & .p-serviceContents-photoArea {
            & .p-serviceContents-photoArea__wrap.-col03{
                .photoBox {
                    grid-template-columns: repeat(3, 1fr);
                }
            }
        }
    }
}
.home-mv__catch span {
    /* line-height: calc(58 / 40); */
    text-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
    font-size: 7rem;
    font-weight: 700;
}
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
      color: #fff;
    position: absolute;
    bottom: 100px;
    left: 0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}


/*上から下*/
.bgUDextend::before{
	animation-name:bgUDextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 105%;
    height: 105%;
    background-color: #136c94;/*伸びる背景色の設定*/
}
@keyframes bgUDextendAnime{
	0% {
		transform-origin:top;
		transform:scaleY(0);
	}
	50% {
		transform-origin:top;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:bottom;
	}
	100% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger {
    opacity: 0;
}


span.bgextend.bgUDextendTrigger.bgUDextend {
    width: 100rem;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
span.bgextend.bgUDextendTrigger.bgUDextend {
    width: 100%;
    text-align: center;
}
  .bgUDextend::before {
    display: none;
  }
}

.home-news__thumbnail img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.flow04 > li {
  list-style-type: none;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #0347a0;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #0347a0;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04 > li dl {
  padding: 30px 14px;
  margin: 0;
  border: 3px solid #0347a0;
  position: relative;
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #0347a0;
  border-right: 4px solid #0347a0;
  position: absolute;
  top: calc(50% - 14px);
  left: -23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #0347a0;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow04 > li dl dd {
  margin-left: 0;
	line-height: 1.5;
}

@media(max-width: 767px){
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
}
.link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 4rem;
}
.link-item {
  text-align: center;
}

.link-item__title {
  display: inline-block;
  padding: 10px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  background: white;
  color: #002b4b;
  min-width: 180px;
}

.link-item__title::before,
.link-item__title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  background: white;
}

.link-item__title::before {
  left: -10px;
  transform: skewX(-20deg);
}
.link-item__title::after {
  right: -10px;
  transform: skewX(20deg);
}
.link-item__body {
  background: #fff;
  margin-top: -3rem;
  border: 2px solid #0347a0;
  padding: 0 2rem 2rem 2rem;
  border-radius: 14px;
}
.link-item__txt {
  line-height: 2;
  text-align: left;
  position: relative;
  margin-top: 2rem;
}
.link-item__txt::before {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #0347a0;
}
.link-item img {
  border-radius: 14px 14px 0 0;
	aspect-ratio: 3/ 2;
	object-fit: cover;
}
.link-grid .link-item .link-item__body {
  border: 2px solid #0347a0;
}
.link-grid .link-item:nth-child(1) {
  margin-top: 4rem;
}
.link-grid .link-item:nth-child(3) {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .link-grid {
    grid-template-columns: 1fr;
  }
  .link-grid .link-item:nth-child(1),
  .link-grid .link-item:nth-child(3) {
    margin-top: 0;
  }
}
.p-point {
	padding: 6rem 0;
}
.point-txt {
	line-height: 1.7;
	text-align: center;
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.point-txt span {
	font-size: 2rem;
	font-weight: bold;
}
.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.grid-item {
  padding: 2rem;
  border: 1px solid #d2d7dc;
}
.grid-item h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
	color: #0347a0;
}
.grid-item p {
  line-height: 1.7;
  margin-top: 1rem;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
.grid-col03 {
  grid-template-columns: 1fr;
  gap: 2rem;
}
}
.-choice-grid {
	margin-top: 4rem;
}
.-choice-grid .grid-item {
	display: flex;
	gap: 2rem;
}
.-choice-grid img {
	aspect-ratio: 1;
	object-fit: cover;
	max-width: 160px;
	width: 100%;
	border-radius: 100px;
}
.-reason-grid {
	margin-top: 4rem;
	gap: 4rem;
	align-items: center;
}
.-reason-grid h3 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 2rem;
	border-bottom: 1px solid #0347a0;
	padding-bottom: 1rem;
}
.grid-col02_text p{
	line-height: 2;
}
.reason {
	padding: 6rem 0 15rem;
}
.about-catch {
	font-weight: bold;
	font-size: 2.6rem;
	display: block;
	margin-bottom: 2rem;
	line-height: 1.5;
}
.category-filters {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.parent-category {
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 5px;
  background: #f9f9f9;
}
.parent-btn {
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  background: #101075;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.child-buttons {
  margin-top: 0.5rem;
}
.child-btn {
  margin: 0.3rem;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  cursor: pointer;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.category-btn,
.child-category-btn {
  margin: 0.5rem;
  padding: 0.7rem 2rem;
  background-color: #2b2b2b;
	color: #fff;
	border: 2px solid #2b2b2b;
	border-radius: 7px;
  cursor: pointer;
}
.child-category-btn {
	background-color: #fff;
	color:#2b2b2b;
}

.child-category-buttons {
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.privacy-policy {
	height: 200px;
	max-width: 90rem;
	width: 100%;
	padding: 0 2em 2em 1em;
	border: 2px solid #9da3a7;
	overflow-y: scroll;
	text-align: left;
	font-size: 14px;
	background-color: #fff;
	color: #141414;
	margin: 6rem auto 0;
}
.privacy-policy__head {
margin-top: 14px;
margin-bottom: 2px;
font-weight: 700;
}
.privacy-policy p{
line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.about-catch {
		font-size: 2rem;
	}
	.p-info {
		padding: 4rem 0 6rem;
	}
	.ttl_cover_20230406.-signboard {
		background-position: top -10px right 0px;
	}
	.grid-col02 {
		grid-template-columns: 1fr;
	}
	.-choice-grid .grid-item {
		flex-direction: column;
		align-items: center;
	}
	.-reason-grid h3 {
		font-size: 2.4rem;
	}
	.grid-col02.-reason-grid:nth-of-type(even) {
		flex-direction: column-reverse;
		display: flex;
	}
	.sub-archive__top {
		flex-direction: column;
	}
}
/* mq */