@charset "UTF-8";

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

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

pre {
  white-space: pre-wrap;
}

html {
  font-size: 62.5%;
  /*    scroll-behavior: smooth;*/
}

:root {
  --color-main: #3d3dff;
  --color-blown: #67331B;
}

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

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

body {
  color: #333;
  font-family: "Inter", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック体",
    YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.55rem;
  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: 120rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
  &.inner--1080 {
    max-width: 108rem;
  }
  &.inner--1360 {
    max-width: 136rem;
  }
}

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

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

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

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

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

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

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

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

.wpcf7-spinner {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner.-sub {
  margin-bottom: 6rem;
  margin-top: 6rem;
  margin: 6rem auto;
  max-width: 900px;
}

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

.banner__link.-sub {
  width: 100%;
}

.banner.-sub .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

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

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

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

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

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

.btn.-color {
  background: var(--color-blown);
  border: 1px solid var(--color-blown);
  border-radius: 6px;
  color: #fff;
  font-size: 100%;
}

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

.btn_02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  transition: 0.3s;
}

.btn_02 a::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #2285b1;
  transition: 0.3s;
}

.btn_02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #2285b1;
  transition: 0.3s;
}

.btn_02 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.btn_02 a:hover::before,
.btn_02 a:hover::after {
  right: -2.5em;
}

/*== 線の上を別の線が伸びる */

.btn_03 {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  color: #333;
  padding: 20px 50px 20px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  font-size: 110%;
  margin-top: 3rem;
}

/*線の設定*/
.btn_03::before,
.btn_03::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /*線の形状*/
  background: #333;
  width: 100%;
  height: 1px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}

/*hover時に伸びる線の形状*/
.btn_03::after {
  width: 0;
  background: #fff;
}

/*hover時に100%に伸びる*/
.btn_03:hover::after {
  width: 100%;
}

/*矢印の設定*/
.btn_03 span::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 50%;
  right: 20px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hover時に矢印が移動*/
.btn_03:hover span::after {
  right: 15px;
}

.btn_03 span:hover {
  opacity: 0.75;
  transition: all 0.3s;
}

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

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

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

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

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

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

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

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

  .btn:hover {
    color: #fff;
  }

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

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

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

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

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

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

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

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

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  z-index: 20;
  color: #392d2f;
  background: #ffffff;
  /*	    border-top: 3px solid #f0a8c5;*/
  align-items: center;
  border-radius: 10px;
}

.header.scrolled {
  background: #ffffffb5;
  -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);
}

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

.header__logo {
  margin-left: 1rem;
  margin-top: 0rem;
  width: 24rem;
  margin-left: 2rem;
  position: relative;
}
.header__logo img {
border-radius: 10px;
}

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

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

.header__top.-sub {
  color: #1d1d1d;
}

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

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

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

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

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

.header__time span {}

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

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

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

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

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

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

.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: #000;
  font-size: 1.6rem;
  line-height: 2;
}

.header__link.-sub {
  color: #1d1d1d;
}

.header__btn {
  background: linear-gradient(to right, var(--color-blown), var(--color-blown));
  margin: 0 0 0 1px;
  border-radius: 0%;
  padding: 2rem 2rem 2rem 5rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  transition: 0.3s;
  margin: 1rem;
  border-radius: 10px;
}

.header__btn:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.header__btn::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/instagram.svg);
  background-repeat: no-repeat;
  background-size: 3.5rem;
  top: 19%;
  left: 13%;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  transition: 0.3s;
}

.header__btn.email::before {
  background-image: url(../img/home/header_icon001.svg);
}

.header__btn.line::before {
  background-image: url(../img/common/line.svg);
}

.header__btn.ig::before {
  background-image: url(../img/common/instagram.svg);
}

.header__btn.fb::before {
  background-image: url(../img/common/facebook.png);
}

.nav-sns .header__btn.fb::before {
  background-image: url(../img/common/facebook_color.svg);
}

.nav-sns .header__btn.ig::before {
  background-image: url(../img/common/instagram-gray.svg);
}

.nav-sns .header__btn.line::before {
  background-image: url(../img/common/line-gray.svg);
}

.nav-sns .header__btn::before {
  width: 5rem;
  height: 5rem;
}

.nav-sns .header__btn {
  background: none;
}

.header__item.-sns {
  width: 1.995rem;
  margin-left: 1.5rem;
}

.header__item .ig {
  width: 20px;
}

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

  .header__link:hover {
    /* opacity: 0.6; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #67331B;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .header__logo {
    margin-left: 2rem;
    width: 15rem;
  }
}

.footer {
  padding-top: 2rem;
}

.footer__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

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

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

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

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

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

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

.footer__link {
  font-size: 1.6rem;
  font-weight: 600;
}

.footer__logo {
  margin-top: 1rem;
  width: 30rem;
}

.footer__address {
  margin-top: 2rem;
}

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

.footer__details img {
  width: 27px;
}

.footer__details-num {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
}

.footer__details {
  margin-top: 2rem;
}

.footer__details-time {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  margin-top: 8px;
  margin-left: 20px;
}

.footer__details-time span {
  color: #fff;
  background: #585858;
  padding: 1px 8px 2px;
  font-weight: 600;
  margin-right: 10px;
}

.footer__details {
  display: flex;
}

.footer__copyright {
  background: #fff;
  color: #1d1d1d;
  display: block;
  font-size: 1.4rem;
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  text-align: center;
  width: 100%;
}

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

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

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

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

.footer_top {
  /*    background-image: url(../img/common/bg001.jpg);*/
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  background: #fff;
  .contact_bnrArea {
    &.contact_bnrArea--top {
      margin-top: -9rem;

      @media screen and (max-width: 767px) {
        margin-top: 4rem;
      }
    }
    
  }
}

.footer_top .sec_ttl {
  color: #fff;
  padding-top: 4rem;
}

.footer_top .sec_ttl .en {
  color: #ad6168;
  font-size: 30px;
  font-weight: 500;
}

.footer_text {
  /*     font-weight: 500;*/
  color: #000;
  padding-top: 20px;
  font-size: 100%;
  line-height: 1.7;
  background: #fff;
  padding: 20px;
  padding-top: 0;
  border-radius: 0 0 12px 12px;
  text-align: center;
}

.footer_flex {
  display: flex;
  justify-content: center;
  margin: 2rem auto 0;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: 30px;
  width: 100%;
}

.footer_flex .left,
.footer_flex .right {
  width: calc((100% - 30px) / 2);
  /*  background-color: #fff;*/
  border-radius: 6px;
  /*  padding: 30px 20px 24px;*/
  width: 100%;
}

.footer_flex .tel {
  font-size: 34px;
  font-weight: bold;
  /*    padding-left: 4.3rem;*/
  /*    background: url(../img/common/tel-color.svg) no-repeat left 10% top 1.5rem/3rem auto;*/
  transition: 0.3s;
  line-height: 1.1;
}

.footer_flex .tel span {
  font-weight: 900;
  font-size: 55px;
}

a.tel {
  display: flex;
  justify-content: center;
}

.footer_flex .tel img {
  width: 24px;
  bottom: -2px;
  position: relative;
}

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

.footer_flex .tel_text .text01 {
  font-size: 15px;
  margin-right: 0px;
  border: 1px solid #f0a8c5;
  padding: 0px 3px;
}

.tel_text {
  margin: 0;
  margin-top: -1rem;
}

.footer_flex .tel_text .text02 {
  font-size: 16px;
  font-weight: bold;
}

.footer_flex .tel_text .text03 {
  font-size: 16px;
}

.tel_text02 {
  font-size: 24px;
  font-weight: bold;
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.footer_flex .mail {
  display: block;
  background: #67331B;
  color: #fff;
  width: 100%;
  max-width: 560px;
  width: 418px;
  text-align: center;
  padding: 22px 10px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  margin: auto 0 auto;
  margin-bottom: 20px;
  border-radius: 50px;
}

.footer_flex .tel {
  text-align: center;
  padding: 10px 10px;
}

.footer_flex .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer_flex .mail span,
.footer_flex .tel span {
  padding-left: 25px;
  position: relative;
  font-weight: 600;
}

.footer_flex .mail span::after,
.footer_flex .mail span::before,
.footer_flex .tel span::after,
.footer_flex .tel span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.footer_flex .mail span::after {
  background: url(../img/common/header_icon001.svg) no-repeat center/contain;
  width: 40px;
  height: 32px;
  top: 54%;
  left: -17px;
}

.footer_flex .tel span::after {
  background: url(../img/common/tel-bk.svg) no-repeat center/contain;
  width: 60px;
  height: 60px;
  left: -4rem;
}

/* .footer_flex .mail span::before {
  background: url(../img/common/mail.svg) no-repeat center/contain;
  opacity: 0;
} */
.footer_flex .tel span::before {
  background: url(../img/common/tel_white.svg) no-repeat center/contain;
  opacity: 0;
}

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

.footer_flex .mail:hover span::after,
.footer_flex .tel:hover span::after {
  /* opacity: 0; */
}

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

.footer_flex .mail_text {
  margin-top: 5px;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

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

.footer_flex .contact_other span::after,
.footer_flex .contact_other span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  transition: 0.3s;
}

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

.footer_flex .contact_other span::before {
  background: url(../img/common/line_color.svg) no-repeat center/contain;
  opacity: 0;
}

.footer_flex .contact_other:hover {
  background-color: #fff;
  color: #f0a8c5;
}

.footer_flex .contact_other:hover span::after {
  opacity: 0;
}

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

.txt p {
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
}

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

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

.footer_flex .right {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}

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

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

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

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

  .footer_flex .tel_text .text01 {
    font-size: 10px;
  }
}

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

.sp_cta a {
  display: block;
  height: 100%;
  text-align: center;
  width: 50%;
  font-size: 16px;
  padding: 11px 0 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: var(--color-blown);
  position: relative;
  margin: 5px;
  border-radius: 5px;
}

.sp_cta a:last-child {
  background: var(--color-blown);
}

.sp_cta a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/tel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  left: 2rem;
  width: 2.1rem;
  height: 2.1rem;
}

.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: 8px;
  left: 10px;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 12px;
}

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

/* ==============================================================
*  セクション(home)
* ============================================================ */
.home-mv {
  position: relative;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}

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

.home-mv__catch {
  font-size: clamp(30px, 4rem, 40px);
}

.home-mv__catch img {
  max-width: 700px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-mv__scrolldown {
  position: absolute;
  left: 50%;
  -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 {
  padding-top: 10.1rem;
}

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

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

.home-shop__text {
  background: var(--color-blown);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

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

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

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

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

.home-shop__img img {}

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

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

.home-shop .p-home-sec02__ttl {
  color: #ffe353;
  font-size: 3rem;
  top: 2rem;
}

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

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

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

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

.home-center__container.-service {
  margin: 6rem 0 0rem 0;
  background: #fff;
  border-radius: 6px;
  padding: 5rem;
  /*
	-webkit-box-shadow: 1px 0px 15px 5px rgb(117 117 117 / 10%);
    box-shadow: 1px 0px 15px 5px rgb(117 117 117 / 10%);
*/
}

.home-center__text {
  /*   margin-top: 4.3rem; */
  width: 50%;
  padding: 0 0 0 5rem;
}

.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(--color-blown);
  /* 	    border-bottom: 2px solid var(--color-blown); */
  padding: 0 0 10px 0;
  font-size: 3rem;
}

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

.home-center__container.-service .home-section__desc {
  color: #333;
  width: 100%;
}

.home-center__container.-service .btn {
  background: #80bef1;
  background: -moz-linear-gradient(left, #80bef1 0%, #3165bf 100%);
  background: -webkit-linear-gradient(left, #80bef1 0%, #3165bf 100%);
  background: linear-gradient(to right, #80bef1 0%, #3165bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80bef1', endColorstr='#3165bf', GradientType=1);
  border-radius: 6px;
  color: #fff;
}

.home-center__container.-price .home-section-title {
  color: var(--color-blown);
  border-bottom: 2px solid var(--color-blown);
  padding: 0 0 10px 0;
}

.home-center__container.-price .home-section-title span {
  color: var(--color-blown);
}

.home-center__container.-price .home-section__desc {
  color: #333;
}

.home-center__container.-price .btn {
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: #f0a8c5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-blown)', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
}

.home-center__img {
  width: 50%;
}

.home-center__img img {
  /* 	border-radius: 6px; */
}

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

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

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

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

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

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

.home-gallery__list {
  display: -ms-grid;
  display: grid;
  gap: 1rem 1rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 3.9rem;
}

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

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

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

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

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

.home-news {
  /*        background: linear-gradient(180deg, white 0%, #fdf7ee 100%);*/
  padding-bottom: 8rem;
  padding-top: 8rem;
  position: relative;
  z-index: 1;
  /* 	    margin: 8rem 0 0 0; */
  /*	background-color: rgba(255,255,255,0.3);*/
  background-blend-mode: lighten;
  background: #fff;
}

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

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

.home-news__box .btn_03 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-news__container {
  margin-top: 3.9rem;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: 0 15px;
}

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

.home-news__thumbnail {
  overflow: hidden;
  border-radius: 6px 10px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-feature {
  background: linear-gradient(180deg, white 0%, #edf3f9 100%);
  margin-top: 8rem;
  padding: 0 0 8rem 0;
}

@media screen and (min-width: 768px) {
  .home-news__title span {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(var(--color-blown)),
        to(var(--color-blown))) 0 100%/0 1px no-repeat;
    background: linear-gradient(var(--color-blown), var(--color-blown)) 0 100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==============================================================
*  セクション(sub-archive)
* ============================================================ */
.sub-archive__box {
  /* background-color: #fff; */
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.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: 3.2rem;
  color: #606060;
}

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

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

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

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

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

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

.sub-archive__container {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.post-type-archive-whats_new .sub-archive__container,
.tax-whats_new_cat .sub-archive__container {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

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

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

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

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

.sub-archive__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-blown);
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  min-width: 0;
  padding: 0.45rem 2rem;
  text-align: center;
  border-radius: 50px;
}

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

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

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

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

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

.sub-archive .page-numbers.current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: #67331B;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-blown)', endColorstr='#2e2b8f', GradientType=1);
  color: #fff;
}

.sub-archive .page-numbers.next,
.sub-archive .page-numbers.prev {
  width: 80px;
}

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

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

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

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
  .sub-archive__title span {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(var(--color-blown)),
        to(var(--color-blown))) 0 100%/0 1px no-repeat;
    background: linear-gradient(#f0a8c5, #f0a8c5) 0 100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }

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

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

.sub-contact__list-top {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 1000px;
  background: #F8F6F1;
  padding: 27px 15px 36px;
  margin: 30px auto 0;
  border-radius: 30px;
}

.sub-contact__item-top {
  max-width: 400px;
  margin: 0 auto;
}

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

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

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

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

.sub-contact__tel {
  color: #1d1d1d;
  font-size: 5rem;
  font-weight: 500;
  padding-left: 2.3rem;
  pointer-events: none;
  position: relative;
}

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

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

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

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

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

.sub-contact__box {
  background-color: #fff;
  padding-bottom: 0rem;
}

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

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

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

.sub-contact__form {
  margin-top: 1rem;
  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;
  width: 26.3rem;
  justify-content: space-between;
}

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

.sub-contact__item dt .required {
  background-color: #67331B;
  color: #fff;
  margin-right: 10px;
}

.sub-contact__item dt .optional {
  background-color: #adadad;
  color: #fff;
  margin-right: 10px;
}

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

.sub-contact__item input,
.sub-contact__item textarea,
.wpcf7-select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
}

.wpcf7-select {
  padding: 0.75rem;
  width: 29rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-price__box {
  /*  background-color: #fff;*/
  margin-top: 0;
  padding: 0 0 0 0;
  border-radius: 30px;
  /*	 box-shadow: 1px 0px 15px 5px rgb(117 117 117 / 10%);*/
  padding-bottom: 4rem;
}

.project_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

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

.project_inner.-column2 .item {
  width: 100%;
  margin: 0 0 2rem 0;
}

.project_inner .item .item_ttl {
  color: #1d1d1d;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
}

.project_inner .item .txt {
  padding: 2rem 1rem 3rem 1rem;
  text-align: left;
}

.project_inner .item .txt ul li {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
}

.project_inner .item .txt ul li::before {
  content: "●";
  color: var(--color-blown);
  position: absolute;
  font-size: 10px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-reserve-faq__box {
  background-color: #fffbf4;
  margin-top: 2.7rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 5rem;
  border-radius: 30px;
  box-shadow: 1px 0px 15px 5px rgb(117 117 117 / 10%);
}

.sub-reserve-faq .accordion {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.philosophy_img img {
  max-width: 600px;
  display: block;
  margin: 5rem auto 7rem auto;
}

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

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

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

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

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

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

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

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

.sub-shop__container {
  display: block;
}

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

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

.contents_ttl_001 {
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: #f0a8c5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-blown)', endColorstr='#2e2b8f', GradientType=1);
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  margin: 0 0 3rem 0;
}

.contents_ttl_001 span {
  color: #fff;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.construction_item+.construction_item {
  margin: 4rem 0 0 0;
}

.construction_item .year {
  font-size: 2rem;
  color: var(--color-blown);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
}

.construction_item table {
  width: 100%;
  border-collapse: collapse;
}

.construction_item table th {
  padding: 1rem 1rem 1rem 1rem;
  background: #edf4fa;
  font-weight: 500;
  border: 1px solid #cecece;
}

.construction_item table td {
  padding: 1rem 1rem 1rem 1rem;
  border: 1px solid #cecece;
}

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

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

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

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

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

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

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

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

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

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

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

/* ==============================================================
*  セクション(sub-single)
* ============================================================ */
.sub-single img {
  width: 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: 700;
  line-height: 1.5;
  margin-top: 1.1rem;
}

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

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

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

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

.sub-single__main h2 {
  /* background-color: var(--color-blown); */
  color: #333;
  font-weight: 700;
  line-height: 1;
  margin-top: 3rem;
  padding: 1.3rem 0.5rem;
}

.single .sub-single__main h2 {
  background-color: #67331B;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 3rem;
  padding: 1.3rem 0.5rem;
  font-size: 3rem;
}

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

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

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

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

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

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

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

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

.sub-single__main ul,
.sub-single__main ol {
  margin-top: 2rem;
  list-style: inside;
  list-style-type: disc;
}
.p-news-cont {
    margin-top: 2rem;
}
.sub-single__main li {
  font-size: 14px;
  /*   margin-left: 2.5rem; */
  position: relative;
}

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

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

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

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

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

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

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

.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: #07207e;
  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: -0.3rem;
}

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

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

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

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

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

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

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

.sub-terms__desc span {
  display: block;
}

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

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

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

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

.sub-thanks__desc span {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-thanks__link a {
  border-bottom: 1px solid var(--color-blown);
  color: var(--color-blown);
  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))); */
    padding-top: calc(13.8rem + ((1vw - 1.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))); */
    top: calc(13.9rem + ((1vw - 1.69px) * (25 / 7.51)));
    width: calc(58.4rem + ((1vw - 11.69px) * (376 / 7.51)));
  }
}

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

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

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

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

  .home-section-title.type001 {
    color: var(--color-blown);
  }

  .home-section-title.type001 span {
    color: var(--color-blown);
  }

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

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

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

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

  .banner.-sub {
    margin-top: 0;
    padding: 4vw;
  }

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

  .banner__link {
    width: 100%;
  }

  .banner__link.-sub {
    width: 100%;
  }

  .btn {
    font-size: 3vw;
    padding-bottom: 3.5vw;
    padding-top: 3.5vw;
    width: 42vw;
  }

  .btn span {
    width: 2.5vw;
  }

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

@media screen and (max-width: 767px) {
  .l-page-cover__ttl {
    /* font-size: 8vw !important; */
    /* 		background: linear-gradient(to right, #64b3f4, #2159ba 100%) !important;
		background-clip: text !important;
		background-size: 200% !important;
		-webkit-text-fill-color: transparent !important;
		-webkit-background-clip: text !important; */
    width: 100% !important;
    padding: 70px 0 70px 0 !important;
  }

  .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: 0vw;
    padding-top: 3vw;
    background: #ffffff;
  }

  .header-sp__logo {
    position: relative;
    width: 45vw;
    z-index: 1;
    margin-left: 10px;
    img {
      border-radius: 12px;
    }
  }

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

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

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

  .hamburger__lineTop {
    top: 5.1vw;
  }

  .hamburger__lineCenter {
    top: 6.4vw;
  }

  .hamburger__lineBottom {
    top: 7.7vw;
  }

  .nav-drawer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding-bottom: 35vw;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #2e2b8f;
    gap: 8px;
    padding: 0 16px;
  }

  /*
  .nav-drawer__item:not(:first-of-type) {
    margin-top: 7vw;
        background: #f0a8c5;
        padding: 10px;
  }
*/
  .nav-drawer__item {
    margin-top: 0vw;
    background: #ffffff;
    padding: 15px 10px 15px;
    position: relative;
    margin: auto;
    border-bottom: 1px solid var(--color-blown);
  }

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

  .nav-drawer__item:hover {
    opacity: 0.7;
  }

  .nav-drawer__link {
    font-size: 3.5vw;
    font-weight: 300;
    padding-bottom: 0;
    text-align: left;
    padding-left: 10px;
    color: var(--color-blown);
  }

  .nav-drawer__btn {
    background: rgb(31, 137, 214);
    background: -moz-linear-gradient(left,
        rgba(31, 137, 214, 1) 0%,
        rgba(46, 43, 143, 1) 100%);
    background: -webkit-linear-gradient(left,
        rgba(31, 137, 214, 1) 0%,
        rgba(46, 43, 143, 1) 100%);
    background: #f0a8c5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-blown)', endColorstr='#2e2b8f', GradientType=1);
    color: #fff;
    display: inline-block;
    font-size: 4.5vw;
    margin-top: 7vw;
    padding: 3vw;
  }

  /*
    a.nav-drawer__link:before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        background-image: url(../img/common/arrow_menu.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 20px;
        left: 10px;
    }
*/
  .home_menu {
    margin-bottom: 2rem;
    display: flex;
    gap: 30px;
    justify-content: center;
  }

  .nav-drawer__link-home {
    position: relative;
    font-size: 2rem;
    color: #f0a8c5;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }

  .nav-drawer__link-home img {
    width: 30px;
  }

  .home_menu-sns img {
    width: 40px;
  }

  .home_menu-sns {
    display: flex;
    gap: 10px;
  }

  .nav-drawer__link.ig,
  .nav-drawer__link.line {
    padding-left: 0;
  }

  .menu_banner {
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  /*
    a.nav-drawer__link-home:before {
                content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../img/common/home.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 100px;
    }
*/
  .nav-drawer__link span {
    font-size: 16px;
    letter-spacing: 0.03em;
    padding-bottom: 7px;
    padding-right: 10px;
    color: #333;
    font-weight: 700;
  }
  .nav-drawer__tel {
    font-size: 5vw;
    margin-top: 2vw;
    color: #2e2b8f;
  }

  .nav-drawer__tel a {
    display: inline-block;
    margin-left: 4vw;
    position: relative;
    font-size: 20px;
  }

  .nav-drawer__tel.shop a {
    font-size: 28px;
    font-weight: 700;
  }

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

  .nav-drawer__shop {
    margin-top: 3rem;
  }

  .nav-drawer__tel.shop .nav-drawer__time {
    margin-bottom: 2vw;
  }

  .nav-drawer__tel.shop a::before {
    height: 7vw;
    left: -8vw;
    width: 7vw;
  }

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

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

  .nav-drawer__time:nth-of-type(2) {
    margin-top: 3vw;
  }

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

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

  .open .hamburger__lineCenter {
    display: none;
  }

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

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

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

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

  .footer_link_banner .footer_link_banner_inner {
    gap: 0;
  }

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

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

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

  .footer__item:last-of-type {
    &:not(:first-child) {
      margin-left: 0;
      /* margin-top: 7px; */
    }
    
  }

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

  .footer__link {
    font-size: 4vw;
  }

  .footer__logo {
    margin-top: 10vw;
    width: 80vw;
  }

  .footer__address {
    margin-top: 3vw;
  }

  .footer__address span {
    font-size: 14px;
  }

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

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

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

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

/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv__catch {
    font-size: clamp(20px, 5vw, 40px);
  }

  .home-mv__catch span {
    display: block;
  }

  .home-mv__slide img {
    height: 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: 767px) {
  .home-shop {
    padding-top: 8vw;
    background: var(--color-blown);
  }

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

  .home-shop__intro {
    font-size: 5vw;
    width: 100%;
  }

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

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

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

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

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

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

  .home-center__text {
    margin-top: 0rem;
    padding: 6vw 0vw 3vw 0vw;
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .home-gallery__list {
    gap: 5vw 5vw;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 8vw;
  }

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

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

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

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

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

  .home-news__container {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .home-news__category {
    font-size: 4.5vw;
    margin-left: 4vw;
    width: 35vw;
  }

  .home-news__title {
    font-size: 4.5vw;
    margin-left: 0;
    margin-top: 2vw;
  }

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

  .home-news__btn a span {
    right: 8vw;
  }
}

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

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

  .single-news .sub-bg {
    padding-bottom: 10vw;
    padding-top: 2vw;
  }

  .sub-bg::before {
    height: 90vw;
  }

  .sub-section-title {
    font-size: 12vw;
  }

  .sub-section-title span {
    font-size: 4.5vw;
  }

  .sub-section-subtitle {
    font-size: 6vw;
    line-height: 1.5;
    margin-top: 5vw;
    text-align: center;
  }

  .sub-section-subtitle::before,
  .sub-section-subtitle::after {
    width: 16vw;
  }

  .sub-section-subtitle.-color::after,
  .sub-section-subtitle.-color::before {
    width: 16vw;
  }
}

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

  .sub-404__title {
    font-size: 4.5vw;
  }

  .sub-404__desc {
    font-size: 2.6vw;
    margin-top: 6vw;
  }

  .sub-404__link {
    margin-top: 9vw;
  }

  .sub-404__link a {
    font-size: 4.5vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-archive)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-archive__box {
    grid-template-columns: 1fr;
    padding: 5vw 0 0;
  }

  .sub-archive__container {
    margin-top: 8vw;
    flex-direction: column;
  }

  .sub-archive__category-name {
    font-size: 4.5vw;
  }

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

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

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

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

  .sub-archive__link {
    display: block;
    padding-bottom: 5vw;
    padding-right: 0;
    padding-top: 5vw;
    padding: 0 0 0 0;
    width: 100%;
  }

  .sub-archive__time {
    font-size: 4.5vw;
  }

  .sub-archive__category {
    font-size: 4.5vw;
    margin-left: 0;
    padding: 1vw 2vw;
  }

  .sub-archive__title {
    font-size: 4.5vw;
    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 #67331B;
    padding: 2vw 6vw;
  }
}

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

  .sub-contact__list-top {
    display: block;
    padding: 20px 15px 26px;
  }

  .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: 4.5vw;
    line-height: 1.5;
    margin-top: 6vw;
    text-align: center;
  }

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

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

  .sub-contact__time {
    margin-left: 0;
    margin-top: 5vw;
    flex-direction: column;
    gap: 5px;
  }

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

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

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

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

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

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

  .sub-contact__item dt span {
    font-size: 3vw;
    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: 4.5vw;
    padding: 2vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==============================================================
*  レスポンシブSP(sub-price)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-price__intro {
    font-size: 4.5vw;
    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: 0vw;
    padding-bottom: 12vw;
    /*     padding-left: 5vw;
    padding-right: 5vw; */
  }

  .sub-price__price {
    border-radius: 0.6vw;
    font-size: 10vw;
    margin-top: 10vw;
    padding-bottom: 5vw;
    padding-top: 4vw;
  }

  .sub-price__price span {
    font-size: 4.5vw;
    top: 0.2vw;
  }

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

  .sub-price__group {
    display: block;
    margin-top: 8vw;
  }

  .sub-price__plan {
    width: 100%;
  }

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

  .sub-price__plan-title {
    border-radius: 0.8vw 0.8vw 0 0;
    font-size: 7vw;
    padding-bottom: 4vw;
    padding-top: 3vw;
  }

  .sub-price__plan-title span {
    font-size: 4.5vw;
  }

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

  .sub-price__item-desc {
    font-size: 8vw;
    margin-top: 3vw;
  }

  .sub-price__item-desc span {
    font-size: 4.5vw;
  }

  .sub-price__attention-list {
    margin-top: 6vw;
  }

  .sub-price__attention-item {
    font-size: 4.5vw;
    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: 4.5vw;
    margin-top: 8vw;
    text-align: left;
  }

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

/* 
==============================================================
*  レスポンシブSP(sub-service)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-service__list {
    margin-top: 8vw;
  }

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

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

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

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

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

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

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

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

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

  .sub-service__item:nth-of-type(1)::before {
    height: 18vw;
    width: 23vw;
  }

  .sub-service__item:nth-of-type(2)::before {
    height: 18vw;
    width: 23vw;
  }

  .sub-service__item:nth-of-type(3)::before {
    height: 18vw;
    width: 23vw;
  }

  .sub-service__item:nth-of-type(4)::before {
    height: 18vw;
    width: 23vw;
  }

  .sub-service__item:nth-of-type(5)::before {
    height: 18vw;
    width: 23vw;
  }

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

  .sub-service__img {
    width: 100%;
  }

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

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

  .sub-service__text-desc {
    font-size: 4.5vw;
    margin-top: 8vw;
  }

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

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

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

  .sub-reserve-flow__item:not(:first-of-type) {
    border-top: 1px solid #9da3a7;
    margin-top: 15vw;
    padding-top: 15vw;
  }

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

  .sub-reserve-flow__item-title {
    border-left: 2.5vw solid #edbd21;
    font-size: 7vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-top: 3vw;
  }

  .sub-reserve-flow__item-title span {
    font-size: 12vw;
    left: 24vw;
    top: -1vw;
  }

  .sub-reserve-flow__item-intro {
    font-size: 5vw;
    margin-top: 4vw;
    white-space: normal;
  }

  .sub-reserve-flow__item-desc {
    font-size: 4.5vw;
    margin-top: 6vw;
  }

  .sub-reserve-flow__item-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    width: 50%;
  }

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

  .sub-reserve-flow__line-btn {
    margin-inline: auto;
    margin-top: 8vw;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    padding-top: 0vw;
  }

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

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

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

  .sub-reserve-faq .accordion-content {
    -webkit-column-break-before: 0.6vw;
    break-before: 0.6vw;
    padding: 3vw;
  }

  .sub-reserve-faq .accordion-content p {
    font-size: 3vw;
  }

  .sub-reserve-faq .accordion-title::after {
    height: 2vw;
    right: 2vw;
    width: 2vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

  .sub-shop__img {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .sub-single__category {
    font-size: 14px;
    padding: 1vw 2vw;
  }

  .sub-single__title {
    font-size: 5vw;
    margin-top: 3vw;
  }

  .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: 4.5vw;
    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: 4.5vw;
    padding: 2vw 6vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=style.css.map */

/* --------------20230719--------------------- */

/* --------------------------------
l-page
----------------------------------- */
.l-page-cover {
  background-image: url(../img/common/cover.jpg);
  background-repeat: no-repeat;
  background-position: bottom 20% center;
  background-size: cover;
  position: relative;
  border-radius: 0 0 0 100px;
  margin-left: 5rem;
}

/* .l-page-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
} */
.l-page-cover__inner {
  padding: 50px 0 0px 0;
  position: relative;
  z-index: 1;
}

.l-page-cover__ttl {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  line-height: calc(58 / 40);
  position: relative;
  border-radius: 0 20px 0 0;
  text-align: left;
  margin-left: 6%;
  /* font-family: "Mochiy Pop One", sans-serif; */
  text-transform: capitalize;
}

.l-page-cover__ttl span {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.l-page-cover__ttl span {
  position: relative;
}

/* --------------------------------
header
----------------------------------- */
.header-sp__top {
  height: 14vw;
  /*	    border-top: 2px solid #f0a8c5;*/
}

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

.header-sp .nav-drawer__btn {
  background: var(--color-blown);
  padding: 14px 80px;
}

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

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

.header-sp .nav-drawer__time span {
  border-color: #333;
  font-size: 3.5vw;
}

.header-sp .hamburger {
  background: var(--color-blown);
}

/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  color: #1d1d1d;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.07em;
  /* font-family: "Mochiy Pop One", sans-serif; */
  text-transform: uppercase;
}

.c-heading01 span {
  display: block;
  color: #4d96be;
  font-size: 20px;
  margin-top: 1vw;
  font-weight: 500;
}

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

.c-heading01_border {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-blown);
}

.c-heading02 {
  color: #67331B;
  background: transparent;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-heading02 span {
  display: block;
  text-align: center;
  color: #dfb265;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* --------------------------------
c-news
----------------------------------- */
.c-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 1rem 0;
}

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

.c-news__tag {
  display: block;
  width: 35vw;
  font-weight: 500;
  height: 2.6rem;
  background: #f2efec;
  color: #333;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.c-news__ttl {
  margin-top: 2vw;
  line-height: 1.5;
}

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

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

.btn:hover {
  color: #fff;
}

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

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

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

.c-card__body-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 2rem;
  gap: 1rem;
}

.c-card__time {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4vw;
  font-size: 16px;
  font-weight: 600;
  color: #797979;
}

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

/* --------------------------------
c-tag
----------------------------------- */
.c-tag span {
  background: #67331B;
  color: #fff;
  font-size: 14px;
  width: auto;
  padding: 10px;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 6px;
  font-weight: 400;
  margin-right: 10px;
}

.c-tag {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

/* --------------------------------
c-media
----------------------------------- */
.c-media__body {
  padding-top: 2rem;
}

.c-media__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #164a81;
  line-height: 1.5;
  border-bottom: 2px solid #64b3f4;
  padding-bottom: 5px;
}

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

.c-media__txt {
  line-height: 1.7;
  padding-top: 2.7rem;
}

/* --------------------------------
c-accordion
----------------------------------- */
.c-accordion {
  border-bottom: 1px solid #9da3a7;
}

.c-accordion__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 4vw 6vw 4vw 0;
  position: relative;
  font-size: 3.5vw;
  line-height: 1.75;
}

.c-accordion__title span {
  width: 8vw;
  height: 8vw;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgb(100, 179, 244)),
      to(rgb(33, 89, 186)));
  background: linear-gradient(90deg,
      rgb(100, 179, 244) 0%,
      rgb(33, 89, 186) 100%);
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3vw;
}

.c-accordion__title::after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 1px solid #141414;
  border-right: 1px solid #141414;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 45%;
  right: 2vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-accordion__title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-accordion__content {
  display: none;
  background-color: #edf4fa;
  padding: 3vw;
}

.c-accordion__content p {
  font-size: 3vw;
  line-height: 1.75;
}

/* --------------------------------
c-flexbox
----------------------------------- */
.c-flexbox01__body {
  padding-top: 3rem;
  text-align: center;
}

.c-flexbox02__body {
  padding-top: 2rem;
}

/* --------------------------------
c-table
----------------------------------- */
.c-table {
  width: 100%;
  text-align: left;
  tr {
    td {
      .tableBnr {
        transition: .3s;
        border-bottom: none;
        &:hover {
          opacity: .6;
        }
        img {
          width: 270px;
        }
      }
    }
  }
}

.c-table tr {
  display: block;
  line-height: 1.5;
  padding: 3vw 1.8rem;
}

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

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

/* --------------------------------
共通パーツ
----------------------------------- */
.c-titA {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;

  &.c-titA--left {
    justify-content: flex-start;
    align-items: flex-start;
    .bgEn {
      left: 0;
      transform: translate(0, -50%);
    }
  }

  &.c-titA--white {
    .en {
      color: #fff;
      background: transparent;
      background-clip: unset;

      -webkit-text-fill-color: #fff;
    }

    .jp {
      color: #fff;
    }

    .bgEn {
      color: #fff;
      opacity: .25;
    }
  }

  .en {
    text-transform: capitalize;
    position: relative;
    z-index: 3;
    font-size: 3.3rem;
    line-height: 1.5;
    font-weight: 600;
    background: #67331B;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .jp {
    position: relative;
    z-index: 3;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 900;
  }

  .bgEn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    font-weight: 900;
    text-transform: capitalize;
    color: #ECE6DC;
    opacity: .6;
    white-space: nowrap;
	  span {
		font-weight: 900;
	  }
    @media screen and (max-width: 767px) {
      font-size: 6rem;
    }
  }
  .bgEn.-wh {
    color: #fff;
    opacity: 0.5;
  }

}

.c-textA {
  font-size: 15px;
  line-height: 2;

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

.c-btnA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 55px;
  border-radius: 50px;
  color: #67331B;
  background-color: #fff;
  transition: .4s;
  border: 1px solid #fff;

  &:hover {
    background-color: #0FA7B5;
    color: #fff;
  }
}

.c-textGra {
  background: #67331B;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

/* --------------------------------
footer
----------------------------------- */
.footer {
  background: #ECE6DC;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
main {
  background-color:#ECE6DC;
  background-image: linear-gradient(#e9dfd5cf, #e9dfd5cf), url(../img/common/bg002.jpeg);
  background-repeat: repeat;
  background-size: 100px;
}

.p-home-sec01 {
  padding: 4rem 4rem 4rem 4rem;
}

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

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

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

.p-home-sec01__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2rem;
}

.p-home-sec02 {
  background: var(--color-blown);
  padding-top: 11rem;
}

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

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

.p-home-sec02 .home-shop__text {
  background: var(--color-blown);
  /* 	    border-radius: 0 15px 15px 0; */
  width: 100% !important;
}

.p-home-sec03 {
  /*
	    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
*/
}

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

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

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

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

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

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

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

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

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

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

.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__txt {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 2rem;
}

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

.p-home-sec03 .item__readmore::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

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

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

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

.p-home-sec04__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 5rem;
  margin-top: -2rem;
}

.p-home-sec04__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

.p-home-sec04__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5rem;
}

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

.p-home-sec05__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3rem;
  margin-top: -2rem;
}

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

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

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

.p-feature-sec01 .c-heading01 {
  color: var(--color-blown);
}

.p-feature-sec01 .c-heading01 span {
  color: var(--color-blown);
}

.p-feature-sec01 .c-heading01_border {
  border-bottom: 2px solid var(--color-blown);
}

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

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

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

.p-service-sec01 {
  text-align: center;
  margin-top: 4rem;
}

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

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

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

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

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

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

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

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

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

.sec05__inner {
  padding-top: 8rem;
}

.project_area {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.project_area .txt {
  line-height: 1.5;
  text-align: center;
}

.project_inner .item {
  /*       -webkit-box-shadow: 1px 0px 15px 5px rgba(42, 145, 209, 0.1);
    box-shadow: 1px 0px 15px 5px rgba(42, 145, 209, 0.1); */
  /*   padding: 2rem; */
}

.project_area .project_inner .item .item_ttl {
  color: #1d1d1d;
  border: none;
  text-align: center;
  padding: 0;
  font-size: 2.4rem;
}

.project_area .project_inner .item .img img {
  display: block;
  margin: 0 auto 3rem auto;
  aspect-ratio: 3 / 2;
  width: 100%;
  object-fit: cover;
}

.p-service-sec05 .project_area .project_inner .item .img img {
  display: block;
  margin: 0 auto 3rem auto;
}

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

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

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

.p-service-sec05 .project_inner .item {
  /*
  -webkit-box-shadow: 1px 0px 15px 5px rgba(42, 145, 209, 0.1);
    box-shadow: 1px 0px 15px 5px rgba(42, 145, 209, 0.1);
*/
}

.p-service-sec05 .project_area .project_inner .item .item_ttl {
  color: #006fce;
  border: none;
  text-align: center;
  padding: 0;
}

.p-service-sec06 {
  /*      background: #fff;*/
  padding: 10rem 0;
  padding-top: 8rem;
}

.p-service-sec06__ttl {
  color: #1ba2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  padding: 1.5rem;
}

.p-service-sec06__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 3rem;
  margin-top: -5rem;
}

.p-service-sec06__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5rem;
}

.p-service-sec06__item a img {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

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

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

.p-service-sec07__ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #1ba2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.p-company-sec01 .item__ttl {
  color: var(--color-blown);
  font-size: 5vw;
  font-weight: bold;
  border-bottom: 2px solid var(--color-blown);
  padding: 0 0 10px 0;
}

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

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

.p-company-sec02__cont {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

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

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

.p-company-sec02 .cont .item02__map {
  padding-top: 25rem;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0 5rem;
}

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

.p-company-sec03 {
  background: linear-gradient(180deg, white 0%, #edf3f9 100%);
}

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

.p-company-sec03 .cont__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-blown);
}

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

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

.p-company-sec03 .cont__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-company-sec03 .cont .top__img-wrap {
  padding-top: 2rem;
}

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

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

.p-company-sec03 .cont .btm__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8rem;
}

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

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

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

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

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

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

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

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

.p-company-sec04 .item .body .top__txt {
  color: var(--color-blown);
  font-size: 5vw;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

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

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

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

.p-company-sec04 .item .body .btm__txt {
  color: var(--color-blown);
  font-size: 5vw;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

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

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

.p-company-sec04 .item .body .btm__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3rem;
}

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

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

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

.p-topics-wrap .sub-single__title {
  color: #333;
  border-bottom: 1px solid #f0a8c5;
  padding-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-contact-sec01 .sub-contact__time span:nth-of-type(1) {
  color: #fff;
  background: #67331B;
  font-size: 15px;
}

.p-contact-sec01 .sub-contact__submit input {
  background: #67331B;
  border-radius: 50px;
  max-width: 400px;
  width: 100%;
}

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

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

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

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

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

.p-privacy-policy-sec01 .item__ttl {
  color: var(--color-blown);
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  position: relative;
}

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

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

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

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

.p-privacy-policy-sec01 .item .list__ttl {
  color: var(--color-blown);
  font-weight: 500;
  font-size: 4.5vw;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .l-page-cover__inner {
    padding: 0;
  }

  .l-page-cover__ttl {
    font-size: 9rem;
    padding: 160px 0 120px 0;
    letter-spacing: 0.05em;
  }

  .l-page-cover__ttl span {
    font-size: 20px;
  }

  .header__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3rem;
    top: 0;
    position: relative;
  }

  .header__nav {
    margin-right: 3rem;
  }

  .header__link {
    color: #392d2f;
    font-weight: 600;
  }

  .header__top {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

  .c-news__tag {
    width: 10rem;
    font-size: 1.2rem;
    margin-right: 2rem;
  }

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

  .c-news__ttl {
    margin-top: 0;
    font-weight: 500;
  }

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

  .c-card__body-bottom {
    font-size: 1.6rem;
    margin-top: 0;
  }

  .c-card_link .c-card__ttl {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#f0a8c5),
        to(#f0a8c5)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#67331B, #67331B) 0 100%/0 1px no-repeat;
    color: #67331B;
  }

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

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

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

  .c-media__img-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-right: 3.3333%;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  }

  .c-media__body {
    width: 50rem;
    padding-top: 0;
  }

  .c-media__ttl .ja {
    font-size: 2.4rem;
  }

  .c-media_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .c-media_reverse .c-media__img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-right: 0;
  }

  .c-media_reverse .c-media__body {
    margin-right: 3.3333%;
  }

  .c-accordion__title {
    font-size: 1.6rem;
    padding: 3rem 2rem;
  }

  .c-accordion__title span {
    width: 3.3rem;
    height: 3.3rem;
    margin-right: 1rem;
  }

  .c-accordion__title::after {
    width: 0.9rem;
    height: 0.9rem;
    right: 2.3rem;
  }

  .c-accordion__content {
    padding: 2.9rem 2rem;
  }

  .c-accordion__content p {
    font-size: 1.6rem;
  }

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

  .c-flexbox01__head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
    margin-right: 3.3333%;
  }

  .c-flexbox01__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0;
  }

  .c-flexbox02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .c-flexbox02__head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

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

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

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

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

  .p-home-sec01__box {
    padding: 2rem 11rem 6rem 11rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-service-sec02__ancLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sec05__inner {
    padding-top: 0rem;
  }

  .project_inner .item .txt {
    padding: 1rem 10px 2rem;
    text-align: left;
    line-height: calc(24 / 14);
  }

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

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

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

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

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

  .sec03-text {
    font-size: 1.6rem !important;
  }

  .flowList {
    flex-wrap: wrap;
    gap: 2.5rem;
  }

  .flowItem {
    width: 100% !important;
  }

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

  .p-company-sec02 .philosophy span {
    line-height: 1.5;
  }

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

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

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

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

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

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

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

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

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

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

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

  .c-news__ttl {
    font-size: 4.5vw;
  }

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

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

  .p-home-sec03__txt {
    font-size: 14px;
  }

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

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

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

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

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

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

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

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

  .home-center__container.-service {
    margin: 4rem 0 4rem 0;
    padding: 0rem 1rem;
  }

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

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

.home-works-area {
  background: linear-gradient(180deg, white 0%, #fffcf1 100%);
  padding: 0 0 8rem 0;
  margin-top: 5rem;
}

.home-works-area .img_area {
  display: flex;
  margin: 8rem 0 0 0;
}

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

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

.home-works-area .home-center__container.-service {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.home-works-area .home-center__img img {
  /* 	-webkit-box-shadow: 1px 0px 15px 5px rgba(42, 145, 209, 0.1);
	box-shadow: 1px 0px 15px 5px rgba(42, 145, 209, 0.1); */
}

.table_simple {
  padding: 0 0 0 0;
}

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

.table_simple th {
  padding: 2rem;
  width: 25rem;
  border-bottom: 3px solid var(--color-blown);
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.table_simple td {
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 1.8rem;
  border-bottom: 3px solid #f8f6f1;
  width: 80%;
}

.table_simple a {
  display: inline-block;
  color: #c10f0f;
  font-weight: 600;
  border-bottom: 1px solid #c10f0f;
}

.table_simple a:hover {
  opacity: 0.7;
}

.sub-shop .home-feature {
  background: linear-gradient(180deg, white 0%, #fffcf1 100%);
}

.recruit_list {
  margin: 3rem 0 4rem 0;
}

.recruit_list li {
  font-size: 1.8rem;
  color: #333;
  font-weight: 700;
  margin-top: 2rem;
}

.recruit_list li::before {
  content: "i";
  background: #ffc014;
  color: #fff;
  padding: 1px 10px 1px 10px;
  border-radius: 20px;
  font-weight: 700;
  margin: 0 10px 0 0;
  font-size: 1.5rem;
}

.recruit_list.type002 li {
  color: var(--color-blown);
}

.recruit_list.type002 li span {
  color: #333;
  display: block;
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 1.5rem 0 0 0;
}

.recruit_list.type002 li::before {
  display: none;
}

.recruit_staff {
  background-color: rgba(255, 255, 255, 0.8) !important;
  background-blend-mode: lighten;
  background: url(../img/home/recruit_bg001.jpg);
  margin: 7rem 0 0 0;
  padding: 4rem 0 4rem 0;
  background-size: 140%;
  background-position: top center;
  background-repeat: no-repeat;
}

.recruit_staff .staff_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  margin: 3rem 0 0 0;
}

.recruit_staff .staff_list li {
  width: 23.8%;
  background: #fff;
  padding: 1.4rem 1.4rem 3rem 1.4rem;
  line-height: 1.5;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 0 0 2% 0;
}

.recruit_staff .staff_list li .name {
  text-align: center;
  margin: 2rem 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #006fce;
}

.recruit_staff .staff_list li .img img {
  max-width: 150px;
  margin: 0 auto;
}

.sec04 {
  background-color: #fbf9f7;
  padding: 0rem 0 0 0;
  /*	background-image: url(../img/common/bg001.jpg);*/
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
  background-blend-mode: darken;
}

.aboutWrap {
  margin-top: 20px;
}

.aboutBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.aboutBox:nth-child(odd) {
  flex-direction: row-reverse;
}

.aboutBox:nth-child(odd) .about_body {
  border-radius: 6px 0 0 0;
  padding: 60px 0 60px 60px;
}

.aboutBox:nth-child(odd) .about_ttl {
  padding-right: 20px;
}

.aboutBox:nth-child(odd) .about_text {
  padding-right: 20px;
}

.aboutBox:nth-child(odd) .about_pic {
  margin-right: -5%;
}

.aboutBox:nth-child(odd) .about_pic img {
  border-radius: 0;
}

.aboutBox:nth-child(even) .about_body {
  border-radius: 0px 30px 30px 0px;
  padding: 60px 25% 60px 0px;
}

.aboutBox:nth-child(even) .about_ttl {
  margin-left: auto;
  padding-left: 20px;
}

.aboutBox:nth-child(even) .about_ttl::before {
  left: 20px;
}

.aboutBox:nth-child(even) .about_text {
  margin-left: auto;
  padding-left: 20px;
}

.aboutBox:nth-child(even) .about_pic {
  margin-left: -22%;
}

.aboutBox:nth-child(even) .about_pic img {
  border-radius: 6px 0px 0px 6px;
}

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

/*
.aboutBox:nth-child(1) .about_ttl::before {
  background-image: url(../img/home/num1.svg);
}
*/
.aboutBox:nth-child(2) .about_ttl {
  padding-top: 70px;
}

/*
.aboutBox:nth-child(2) .about_ttl::before {
  background-image: url(../img/home/num2.svg);
}
.aboutBox:nth-child(3) .about_ttl::before {
  background-image: url(../img/home/num3.svg);
}
*/

.about_body {
  background-color: #fff;
  width: 60%;
  min-height: 32vw;
  z-index: 2;
  height: 100%;
}

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

.about_ttl {
  font-size: 24px;
  line-height: 1.45833;
  color: #333;
  max-width: 575px;
  padding-top: 0;
  padding-bottom: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.about_ttl::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 100px;
  background: no-repeat left center/contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.about_text {
  margin: 0 auto;
  max-width: 575px;
  margin-top: 27px;
  line-height: 1.7;
}

.about_text span {
  display: block;
}

.about_text span .btn {
  margin-top: 3rem;
  background: #f0a8c5;
}

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

.about_btn {
  margin-top: 60px;
}

.aboutBox.-primary .about_pic.-primary {
  margin-right: 0;
}

.aboutBox.-primary .about_body.-primary {
  padding: 60px 0 60px 60px;
  border-radius: 0;
}

.aboutBox.-primary .about_pic img {
  border-radius: 0;
}

.sec03 {
  margin-top: 8rem;
  text-align: center;
  /* padding-bottom: 8rem; */
  text-align: center;
  background: url(../img/top/sec03_bg.svg) no-repeat bottom 100px right 43px/516px auto;
}

.sec03-text {
  font-size: 2.5rem;
  margin-top: 2rem;
  line-height: 1.7;
}

.sec03-text .marker {
  background: linear-gradient(transparent 60%, #ffebec 60%);
  font-weight: 500;
}

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

.sec03-text02 {
  margin-top: 3rem;
  line-height: 1.7;
}

.flowList {
  display: flex;
  margin: 40px -15px 0;
}

.flowItem {
  margin: 0 15px;
  position: relative;
  width: calc((100% - 0px) / 2);
  z-index: 1;
}

.flowItam_body {
  width: calc(100% - 10px);
  border-radius: 6px;
  padding: 30px 10px;
  position: relative;
}

.flowItam_body.blue {
  border: 2px solid #eeb8a2;
  background-color: #eeb8a2;
}

.flowItam_body.pink {
  border: 2px solid #fedfe6;
  background-color: #fedfe6;
}

.flowItam_body.orange {
  border: 2px solid #fedb99;
  background-color: #fedb99;
}

.flowItam_body.white {
  border: 2px solid #fff;
  background-color: #fff;
}

.flowItem_pic {
  min-height: 105px;
  display: flex;
  align-items: center;
}

.flow-ico {
  margin: 0 auto;
}

.flow-ttl {
  min-height: 70px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin-top: 20px;
  line-height: 2.4rem;
  flex-direction: column;
}

.flow-ttl .marker.yellow {
  font-size: 2rem;
  /*    background: linear-gradient(transparent 80%, #FCFFA7 80%);*/
  font-weight: 700;
  margin-bottom: 1rem;
}

.flow-ttl .marker.pink {
  font-size: 24px;
  background: linear-gradient(transparent 80%, #ffebec 80%);
}

.flow_btn {
  margin-top: 70px;
}

.p-company-sec02 .philosophy p {
  text-align: center;
  margin: 2rem 0 3rem 0;
  color: #f0a8c5;
  line-height: 2;
}

.p-company-sec02 .philosophy span {
  font-weight: 500;
  font-size: 3rem;
  line-height: 5rem;
  color: #f0a8c5;
}

.p-company-sec02 .philosophy .item01__table {
  margin: 0 0 4rem 0;
  padding: 0 !important;
}

.p-company-sec02 .philosophy .item01__table table tr {
  border: none !important;
  padding: 0rem 0 2rem 0;
}

.p-company-sec02 .philosophy .item01__table table tr td {
  display: block;
}

.p-company-sec02 .philosophy .table_simple td {
  padding: 0 0 2rem 0;
  line-height: 1.7;
  font-size: 1.4rem;
}

.p-company-sec02 .philosophy {
  margin: 0 0 7rem 0;
}

.philosophy .p-company-sec01 {
  margin: 5rem 0 0 0;
}

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

  .footer_flex {
    flex-direction: column;
    margin: 0;
    padding: 1rem 0;
  }

  .footer_flex .left,
  .footer_flex .right {
    width: 100%;
    margin: 0 auto 1rem auto !important;
  }

  .footer_flex .right {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-top: 2rem;
    padding-bottom: 4rem;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .footer_top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_flex .tel {
    font-size: 3rem !important;
    /*		background: url(../img/common/tel-color.svg) no-repeat left 15% top 1rem/2rem auto !important;*/
    width: 100%;
  }

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

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

  .p-home-sec01 {
    padding: 4rem 0rem 4rem 0rem;
  }

  .c-heading01 {
    font-size: 7vw;
  }

  .home-works-area {
    padding: 0 0 1rem 0;
  }

  .home-feature {
    margin-top: 6rem;
    padding: 0 0 1rem 0;
  }

  .home-shop .p-home-sec02__ttl {
    font-size: 2rem;
  }

  .footer_text {
    font-size: 14px;
  }

  .l-page-cover__ttl::before {
    display: none;
  }

  .project_inner {
    grid-template-columns: 1fr;
  }

  .project_inner .item {
    width: 100%;
    padding: 2rem;
    background-color: #fff;
    border-radius: 1vw;
  }

  .p-service-sec05 .project_inner .item {
    width: 100%;
  }

  .p-company-sec03 .cont .btm__item:first-child {
    margin-top: 0rem;
  }

  .p-company-sec03 .cont__btm {
    padding-top: 0rem;
  }

  .recruit_staff .staff_list {
    flex-direction: column;
  }

  .recruit_staff .staff_list li {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}

.sec05 .sec_inner__big {
  background-color: #fff;
  padding-top: 60px;
  /*    padding-bottom: 8rem;*/
  overflow: hidden;
  color: #262830;
  background-image: url(../img/home/advantagebg.png);
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-size: cover;
  background-position: center;
  background-color: #F8F6F1;
}

.scheduleWrap {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.scheduleWrap .left {
  width: 51%;
  margin-right: 3%;
}

.scheduleWrap .right {
  width: 46%;
}

.schedule_pic01 {
  width: 90%;
  border-radius: 6px;
  overflow: hidden;
}

.schedule_pic02 {
  width: 52.6%;
  margin-left: auto;
  margin-top: -75px;
  border-radius: 6px;
  overflow: hidden;
}

.programList {
  margin-top: 5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}

.programList::after {
  content: "";
  display: none;
  width: 1200px;
  height: 1000px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -35px;
  z-index: -1;
  border-radius: 50%;
}

.programItem {
  display: flex;
  align-items: center;
}

.programItem+.programItem {
  margin-top: 30px;
}

.programItem:nth-child(even) {
  flex-direction: row-reverse;
  align-items: flex-start;
}

.programItem:nth-child(odd) .program_pic {
  margin-right: 3%;
}

.programItem:nth-child(even) .program_pic {
  margin-left: 3%;
}

.program_body {
  width: 46%;
  padding-bottom: 13px;
  line-height: 1.7;
}

.program_ttl {
  font-size: 18px;
}

.program_ttl span {
  /*  background: linear-gradient(transparent 80%, #FCFFA7 80%);*/
  font-weight: 600;
}

.program_text {
  margin-top: 15px;
  /*  font-weight: 500;*/
  text-align: left;
}

.program_text span {
  color: #c10f0f;
}

.program-img {
  margin-top: 3rem;
}

.program_text span.hashira {
  font-size: 20px;
  margin-top: 2rem;
  text-align: center;
}

.program_text span.hashira_center {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.program_pic {
  border-radius: 0px;
  overflow: hidden;
  width: 51%;
}

.schedule_btn {
  margin-top: 45px;
  position: relative;
  z-index: 2;
}

section.sec04 h2.c-heading01.c-heading01_center {
  color: #f0a8c5;
}

@media screen and (max-width: 1168px) {
  /*
  .programItem {
    align-items: flex-start;
  }
*/
}

@media screen and (max-width: 767px) {
  .p-home-sec02__inner {
    padding-top: 5rem;
  }

  .about_body {
    width: calc(100% - 15px);
    min-height: 0px;
    margin-top: -60px;
  }

  .aboutBox {
    flex-direction: column-reverse !important;
  }

  .aboutBox:nth-child(odd) .about_body {
    padding: 70px 0 40px 20px;
    border-radius: 20px 0 0 20px;
  }

  .aboutBox:nth-child(even) .about_body {
    padding: 70px 20px 40px 0px;
    border-radius: 0px 20px 20px 0px;
  }

  .about_ttl {
    font-size: 19px;
    max-width: 100%;
    padding-top: 28px;
  }

  .about_ttl::before {
    height: 70px;
  }

  .aboutBox:nth-child(2) .about_ttl {
    padding-top: 40px;
  }

  .about_text {
    max-width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }

  .aboutBox:nth-child(odd) .about_pic img {
    border-radius: 0;
  }

  .about_btn {
    margin-top: 40px;
  }

  .about_pic {
    width: 90%;
    max-width: 690px;
    margin: 0;
  }

  .aboutBox:nth-child(odd) .about_body {
    margin-left: auto;
  }

  .aboutBox:nth-child(even) .about_pic {
    margin-left: auto;
  }

  .home-mv__catch img {
    max-width: 90vw;
  }

  .sec05 .sec_inner__big {
    /*    border-radius: 20px;*/
    padding: 30px 0 50px;
  }

  .scheduleWrap {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .scheduleWrap .left {
    width: 100%;
    margin-right: 0;
  }

  .scheduleWrap .right {
    width: 100%;
    margin-top: 3rem;
  }

  .schedule_pic01,
  .schedule_pic02,
  .program_pic {
    border-radius: 7px;
  }

  .programList {
    margin-top: 3rem;
    margin-bottom: 0rem;
  }

  .programList::after {
    width: 800px;
    height: 800px;
    left: -275px;
    top: 80px;
  }

  .programItem {
    flex-direction: column-reverse !important;
  }

  .programItem+.programItem {
    margin-top: 50px;
  }

  .program_pic {
    width: 100%;
    margin: 0;
  }

  .program_body {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .program_ttl {
    font-size: 17px;
  }

  .program_text {
    margin-top: 10px;
  }

  .programItem {
    flex-direction: column-reverse !important;
    position: static;
  }

  .program_body {
    margin: -50px 0px 0 auto;
  }

  .programItem.right .program_body {
    padding: 60px 10% 60px 4%;
  }

  .program_body {
    width: 100%;
    margin: -50px 0px 0 auto;
  }

  .programItem {
    display: flex;
    align-items: center;
  }

  .inner {
    position: relative;
  }

  .programItem.right .program_body {
    padding: 60px 10% 60px 4%;
  }

  .programItem.right .program_ttl {
    position: relative;
    font-size: 29px;
    /*    padding: 5vw 0px 20px 0;*/
    line-height: 1.8;
  }

  .programItem.right .program_body {
    padding: 70px 10% 50px 4%;
  }

  .programItem.right .program_ttl {
    font-size: 20px;
  }

  .p-service-sec05 table {
    border-collapse: collapse;
  }

  .p-service-sec05 table tr {
    display: table;
    width: 100%;
    text-align: center;
  }

  .p-service-sec05 table tr th {
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
  }

  .p-service-sec05 table tr td+td {
    border-left: 1px solid #cecece;
  }

  .p-service-sec05 table tr td:last-child {
    border-right: 1px solid #cecece;
  }

  .p-service-sec05 .note {
    line-height: 1.5;
    margin: 1.5rem 0 5rem 1.5rem;
  }

  .flowItem_pic_img {
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: auto;
  }

  .flowItem_pic_img img {
    border-radius: 6px;
  }

  .flowItem_pic {
    min-height: 105px;
    display: flex;
    align-items: center;
    width: 150px;
    margin: auto;
  }

  .p-service-sec05 table tr {
    table-layout: fixed;
  }

  .c-table th {
    color: #333;
  }

  .programItem.right h3.program_ttl.service-icon_02 {
    /*    padding: 10px 0px 30px 80px;*/
    text-align: center;
    font-size: 18px;
  }

  .programItem.left h3.program_ttl.service-icon_03 {
    /*    padding: 10px 0px 30px 60px;*/
    font-size: 18px;
    padding-left: 0;
    padding-bottom: 0;
  }

  .programItem.right h3.program_ttl.service-icon_04 {
    /*    padding: 10px 0 30px 80px;*/
  }

  .programItem.left h3.program_ttl.service-icon_05 {
    /*    padding: 10px 0 10px 80px;*/
    margin-bottom: 2rem;
  }

  h2.c-heading03 {
    font-size: 6vw;
  }
}

/*追加*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slider2 {
  padding-top: 5rem;
}

.slider2 img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 30px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 .slick-slide {
  margin: 0 10px;
  /*スライド左右の余白調整*/
}

.slider3 img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider3 .slick-slide {
  margin: 0 0px;
  /*スライド左右の余白調整*/
}

/*top*/
.aboutBox:nth-child(odd) .about_pic {
  margin-right: -80px;
}

.about_ttl::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: no-repeat left center/contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.img_001 {
  max-width: 800px;
  margin: 0 auto;
}

img.img_001 {
  padding-top: 4rem;
}

section {
  margin-bottom: 0rem;
}

.map {
  margin: 0 auto;
  max-width: 1000px;
  padding: 2vw 0;
}

iframe {
  height: 30rem;
  width: 100%;
  border-radius: 6px;
}

ul.home-gallery__list img {
  border-radius: 6px;
}

section.sec03.bg_01 {
  background-color: #fff8f9;
}

section.sec03.bg_01 h2.c-heading01.c-heading01_center {
  padding-top: 8rem;
}

.home .sec03 .flowItam_body.white a.btn.-color {
  margin-top: 2rem;
}

li.flowItem .flowItam_body.white .about_text {
  max-width: 575px;
  margin-top: 0px;
  line-height: 1.7;
}

li.flowItem .flowItam_body.white h3.about_ttl {
  padding-top: 2rem;
}

main.home article.home-news {
  background: #fff;
  padding-bottom: 4rem;
  position: relative;
}

.home-staff-coord {
  position: relative;
}

@media screen and (min-width: 768px) {
  .aboutBox:nth-child(odd) .about_pic {
    margin-right: -80px;
  }

  .about_ttl::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: no-repeat left center/contain;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .about_pic {
    width: 100%;
  }

  .aboutBox:nth-child(odd) .about_body {
    padding: 60px 20px 40px 20px;
    border-radius: 0vw;
  }

  .about_body {
    width: calc(100%);
    min-height: 0px;
    margin-top: -60px;
  }

  .aboutBox:nth-child(odd) .about_text {
    padding-right: 0px;
  }

  .aboutBox:nth-child(odd) .about_ttl {
    padding-right: 0px;
  }

  .about_ttl::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: no-repeat left center/contain;
    position: absolute;
    left: 230px;
    top: 40px;
    z-index: -1;
  }

  main.home article.home-news {
    padding-bottom: 0;
  }
}

.sec03,
.gallery {
  position: relative;
}

.sec03 {
  /*    margin-top: 8rem;*/
}

.custom-shape-divider-top-1701395521 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1701395521 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 16px;
}

.custom-shape-divider-top-1701395521 .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-bottom-1701396302 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1701396302 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 19px;
}

.custom-shape-divider-bottom-1701396302 .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-top-1701396362 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1701396362 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 19px;
}

.custom-shape-divider-bottom-1701396302 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.4px);
  height: 30px;
}

.custom-shape-divider-top-1701396362 .shape-fill {
  fill: #ffffff;
}

.inner.inner_gallery {
  padding-top: 6rem;
  padding-bottom: 0rem;
}

h2.c-heading01.c-heading01_center {
  padding-top: 10rem;
  text-align: center;
}

.footer-shop h2.c-heading01.c-heading01_center {
  text-align: left;
  background: #fff;
  padding: 18px;
  padding-bottom: 14px;
  border-radius: 12px 12px 0 0;
  text-align: center;
}

h2.instagram_banner img {
  max-width: 700px;
  margin: 0 auto;
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  .inner.inner_gallery {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  h2.c-heading01.c-heading01_center {
    padding-top: 2rem;
  }

  .custom-shape-divider-bottom-1701396302 svg {
    height: 12px;
  }

  .custom-shape-divider-top-1701396362 svg {
    height: 12px;
  }
}

/*illust*/
.illust_deco {
  position: absolute;
  top: 0;
  width: 210px;
}

.illust_deco.-right {
  right: 0;
}

.illust_deco.-left {
  left: 0;
}

.illust_deco.-deco01 {
  right: 0;
  z-index: 0;
  width: 100%;
}

.illust_deco.-bottom.-deco01 {
  position: absolute;
  top: 90%;
}

@media only screen and (max-width: 767px) {
  .p-home-sec03 .home-shop__text {
    -webkit-clip-path: none;
  }

  .illust_deco.-bottom.-deco01 {
    position: absolute;
    top: 97%;
    z-index: 0;
    width: 500px;
    left: 0;
  }
}

/*サービス*/
/*PC*/

.box__title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2rem;
}

.box__inner {
  margin: 15px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box__inner__item {
  width: 48%;
  margin: 0 1%;
  padding: 20px;
  border: 2px solid #f3b3b3;
  border-radius: 6px;
}

.box__inner__item {
  width: 48%;
  margin: 0 1%;
  padding: 20px;
  border: 2px solid #f3b3b3;
  border-radius: 6px;
  background: #fff1f1;
}

.inner__title {
  text-align: center;
  /* background-color: #f3b3b3; */
  padding: 6px 0;
  margin-bottom: 15px;
  color: #cd7171;
  font-size: 2rem;
  font-weight: 500;
}

.box__inner__item.type2 {
  border: 2px solid #c0e2a4;
  background: #f7fff0;
}

.box__inner__item.type2 .inner__title {
  /* background-color: #c0e2a4; */
  color: #7c9268;
}

.t-m10 {
  margin-top: 10px;
}

p.inner__txt {
  text-align: center;
}

.inner_pageArea {
  margin: 5rem 0 8rem 0;
  background: #fff;
  border-radius: 6px;
  padding: 5rem;
  box-shadow: 1px 0px 15px 5px rgb(117 117 117 / 10%);
}

.project_area .project_inner .item .img img {
  display: block;
  margin: 0 auto 3rem auto;
  border-radius: 0;
}

.project_inner .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.p-service-sec06 h2.c-heading01.c-heading01_center {
  padding-top: 4rem;
  padding: 0;
}

/*
h3.program_ttl::before {
    background: url(../img/home/service-icon_01.png) no-repeat;
    background-size: contain;
    width: 79px;
    height: 75px;
    position: absolute;
    content: '';
	top: 0;
    left: 0;
}
h3.program_ttl.service-icon_01::before {
    background: url(../img/home/service-icon_01.png) no-repeat;
}
h3.program_ttl.service-icon_02::before {
    background: url(../img/home/service-icon_02.png) no-repeat;
}
h3.program_ttl.service-icon_03::before {
    background: url(../img/home/service-icon_03.png) no-repeat;
}
h3.program_ttl.service-icon_04::before {
    background: url(../img/home/service-icon_04.png) no-repeat;
}
h3.program_ttl.service-icon_05::before {
    background: url(../img/home/service-icon_05.png) no-repeat;
}
*/

h3.program_ttl {
  position: relative;
  font-size: 28px;
  /*    padding: 0 0 40px 70px;*/
  line-height: 1.5;
  padding: 5px;
  padding-left: 0;
  position: relative;
  color: #1d1d1d;
  position: relative;
  z-index: 1;
  text-align: left;
  margin-top: 3.6rem;
}

.saoriori h3.program_ttl {
  background: none;
  border-left: none;
  border-bottom: 2px solid #f0a8c5;
}

.saoriori h3.program_ttl::before,
.saoriori h3.program_ttl::after {
  content: none;
}

section#sec04 .sub-price__box {
  box-shadow: none;
}

/*
.page-id-2358 h3.program_ttl::before {
    display: none;
}
*/

.page-id-2358 h3.program_ttl {
  font-size: 29px;
  padding: 0;
}

.programList::after {
  display: none;
}

.program_pic {
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  float: left;
  max-width: 600px;
  margin: 0 0px 0 0;
  z-index: 1;
  margin-right: -7%;
}

.program_body {
  width: 46%;
  padding-bottom: 13px;
  line-height: 1.7;
  width: 100%;
  margin: 0 0 0 auto;
  background: #fff;
  padding: 40px 4% 60px 10%;
  border-radius: 6px;
  z-index: -10;
  /* box-shadow: 1px 0px 15px 5px #ede3e491; */
  /* top: 40px; */
  position: relative;
}

.programItem.right .program_body {
  padding: 60px 80px 60px 100px;
  gap: 5rem;
  align-items: center;
  margin-top: 8rem;
}

/* .page-id-14 .programItem.right .program_body {
  padding: 5%;
  display: grid;
  grid-template-columns: 55% 40%;
  gap: 5rem;
  align-items: center;
} */
.page-id-14 .programItem.right .program_body {
  padding-top: 0;
}

.page-id-14 .programItem.right {
  margin-top: 3rem;
}

.programItem .program_pic {
  margin-right: -6%;
}

.programItem.right .program_pic {
  margin-left: 0;
  margin-right: -50px;
}

.programItem.left .program_pic {
  margin-right: 0%;
}

.programItem+.programItem {
  margin-top: 60px;
}

section#schedule {
  background: #ffeaec;
  padding-bottom: 8rem;
}

section#sec04 {
  background: #fffbf4;
}

section#sec04 .sub-price__box {
  background-color: #fffbf4;
  /* box-shadow: 1px 0px 15px 5px rgb(117 117 117 / 10%); */
}

section#sec04 .sec05__inner {
  padding-top: 0rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
}

article.home-news {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f9f7f4;
}

@media screen and (min-width: 1168px) {
  .programList::after {
    content: "";
    display: none;
    width: 1156px;
    height: 1368px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -35px;
    z-index: -1;
    border-radius: 40%;
  }

  .programList::after {
    content: "";
    display: none;
    width: 1200px;
    height: 1600px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -35px;
    z-index: -1;
    border-radius: 50%;
  }

  h2.instagram_banner img {
    max-width: 700px !important;
  }
}

/*TAB*/
@media screen and (min-width: 768px) {
  .page-id-2358 h3.program_ttl {
    font-size: 20px;
    /*    padding: 0 0 20px 0px!important;*/
  }

  /* h3.program_ttl.service-icon_02::before,
  h3.program_ttl.service-icon_03::before,
  h3.program_ttl.service-icon_04::before,
  h3.program_ttl.service-icon_05::before {
    top: -18px;
  } */
  h2.instagram_banner img {
    max-width: 480px;
  }
}

/*SP*/
@media screen and (max-width: 767px) {
  .programList::after {
    width: 830px;
    height: 1670px;
    left: -275px;
    top: 80px;
    border-radius: 50%;
  }

  .box__inner__item {
    width: 100%;
    margin: 0 1%;
    padding: 20px;
    border: 2px solid #f3b3b3;
    background: #fff0f0;
  }

  .inner_pageArea {
    margin: 6rem 0 0rem 0;
    border-radius: 6px;
    padding: 5vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }

  .box__title {
    font-size: 5.5vw;
    text-align: center;
    padding-bottom: 1rem;
  }

  .box__inner__item {
    width: 100%;
    padding: 0vw;
    border: 2px solid #f3b3b3;
  }

  .inner__title {
    text-align: center;
    padding: 6vw 0 2vw;
    margin-bottom: 4vw;
  }

  p.inner__txt {
    padding: 1vw 2vw 6vw;
    font-size: 4.5vw;
  }

  .t-m10 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 4.5vw;
  }

  .box__inner__item.type2 {
    margin: 4vw 0 0;
  }

  .inner_pageArea {
    margin: 2rem 0 3rem 0;
  }

  .pageArea__box {
    margin: 6vw 0 4vw;
  }

  .home-center__container.-service {
    margin: 2rem 0 4rem 0;
    padding: 0rem 1rem;
  }

  li.programItem:last-child {
    margin-bottom: 12vw;
  }

  .sub-price__box {
    border-radius: 6px;
  }

  .p-service-sec06 {
    /*    background: #fff;*/
  }

  .txt {
    font-size: 14px;
  }

  .txt p {
    font-weight: normal;
    font-size: 14px;
  }

  .program_ttl {
    font-size: 6vw;
  }

  .program_text {
    margin-top: 1rem;
    font-weight: normal;
    font-size: 14px;
  }

  .note_txt01 {
    font-size: 4.5vw;
  }

  h3.program_ttl {
    font-size: 20px;
  }

  .scheduleWrap .right {
    width: 100%;
    margin-top: 3rem;
  }

  .program_pic {
    width: 100%;
  }

  .program_body {
    width: 100%;
    margin: 0 0 0 auto;
    background: #fff;
    padding: 20% 4vw 40px 4vw;
    border-radius: 6px;
  }

  .programItem.left .program_pic,
  .programItem.right .program_pic {
    margin: 0 auto -15% auto;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .project_inner .item {
    padding: 1rem;
    margin: 0 0 20px 0;
  }

  .program_ttl span {
    /* background: linear-gradient(transparent 80%, #FCFFA7 80%); */
    font-size: 20px;
  }

  .project_inner.-column2 .item {
    width: 100%;
  }
}

/*concept*/
.page.page-id-2358 .programList::after {
  display: none;
}

.page-id-2358 p.program_text {
  text-align: left;
}

.page-id-2358 .program_ttl {
  font-size: 18px;
  text-align: left;
}

.page-id-2358 .programItem .program_body {
  padding: 40px 0px 60px 90px;
  box-shadow: none;
  border-radius: 180px;
  z-index: 2;
  width: 70%;
}

.page-id-2358 .programItem .program_pic {
  margin-right: -5%;
  width: 100%;
  max-width: fit-content;
}

.flowItem_pic img {
  width: 150px;
  margin: 0 auto;
}

section.sec03.bg_02 {
  background: #fffbf4;
  margin-top: 6rem;
}

.bg_02 {
  background: #fffbf4;
}

/*company*/
.company_img {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 0 4rem;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.company_img img {
  width: 420px;
  border-radius: 0px;
}

.p-company-sec02 .philosophy p {
  margin: 2rem 0 3rem 0;
}

section.p-company-sec01 .c-flexbox01 {
  display: flex;
  align-items: center;
}

.greeting-txt.txt {
  letter-spacing: 0.06em;
  line-height: 2.4rem;
  margin: 0 auto;
  /*    background-color: #fffbf4;*/
  border-radius: 6px;
}

.p-company-sec02 .philosophy p {
  margin: 2rem 0 3rem 0;
  padding: 0rem;
}

.c-flexbox01.cont__item.item {
  margin: 4rem 0;
  display: flex;
  align-items: center;
}

section#greeting {
  padding-bottom: 0;
  background: linear-gradient(360deg, #fff 50%, #f9f7f4 50%);
}

.greeting-txt.txt {
  /*    background-color: #fff;*/
  border-radius: 6px;
}

.sub-shop__box.p-company-sec02__inner.inner {
  /*    background: #fffbf4;*/
  border-radius: 6px;
  padding: 7rem 4rem 1rem;
  padding: 0;
}

.c-flexbox01__head img {
  /*    border-radius: 6px;*/
}

.home-center__img img {
  border-radius: 0;
}

.home-news.-home_01 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.sec03.-home_03 h2.c-heading01.c-heading01_center {
  padding-top: 6rem;
}

.sec03.-home_03 .contents_group {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 116.8rem;
  /* padding-left: 2.4rem; */
  /* padding-right: 2.4rem; */
  position: relative;
  width: 100%;
  padding-bottom: 8rem;
}

.sec03.-home_03 .item_group h2.c-heading01.c-heading01_center {
  padding-top: 4rem;
}

.sec04.-center.-home_04 h2.c-heading01.c-heading01_center {
  padding-top: 8rem;
  color: #f0a8c5;
}

.-home_03 .inner-wide {
  background: #fffbf4;
}

/*PC*/
@media screen and (min-width: 1168px) {
  .p-home-sec01 .p-home-sec01__box h2.c-heading01.c-heading01_center {
    padding-top: 3rem;
  }

  .p-home-sec03__inner h2.c-heading01.c-heading01_center {
    padding-top: 2rem;
  }

  .p-home-sec01__btn-wrap {
    padding-bottom: 5rem;
  }

  .footer_flex .tel_text .text03 {
    font-size: 16px !important;
  }

  .p-home-sec01__box {
    padding: 3rem 6rem 3rem 6rem !important;
  }
}

/*TAB*/
@media screen and (min-width: 768px) {
  section#schedule {
    padding-bottom: 6rem;
  }

  .header__nav {
    margin-right: 4rem !important;
  }

  .inner.news h2.c-heading01.c-heading01_center {
    padding-top: 2rem !important;
  }
}

/*SP*/
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 200px;
    margin: auto;
    margin-top: 3rem;
  }

  section.p-company-sec01 .c-flexbox01 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .p-company-sec02 .philosophy span {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .p-company-sec02 .philosophy p {
    padding: 2rem;
  }

  .company_img {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0 2rem;
  }

  .table_simple th {
    padding: 1rem 0;
    width: 9rem;
    font-size: 1.2rem;
  }

  .c-flexbox01.cont__item.item {
    margin: 4rem 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .sub-shop__box.p-company-sec02__inner.inner {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 1vw;
  }

  section#greeting .p-company-sec01__inner.inner {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .p-company-sec02 .philosophy p {
    padding: 0vw;
    margin-bottom: 0;
  }

  .p-company-sec02 .cont .item02__map .sub-single img {
    margin: 0;
  }

  .p-company-sec02 .cont .item02__map {
    margin: 0;
  }

  .page-id-2358 .programItem .program_body {
    padding: 5vw;
    box-shadow: none;
  }

  .page-id-2358 h3.program_ttl {
    font-size: 6vw;
    padding: 0;
    text-align: center;
    line-height: 1.2;
  }

  .page-id-2358 .programItem .program_pic {
    margin-right: 0;
    width: 100%;
  }

  .project_area {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 0rem;
    margin-top: 2rem;
  }

  .inner_pageArea {
    margin: 2rem 0 3rem 0;
    margin-bottom: 22vw;
  }

  section#schedule {
    padding-bottom: 0rem;
  }
}

section.sub-service.sub-bg {
  padding-bottom: 4rem;
  padding-top: 0;
}

.c-card__ttl {
  font-weight: 600;
  font-size: 16px;
}

.home-center__container.-service {
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
  box-shadow: 1px 0px 15px 5px #ede3e491;
}

.header__time_contents {
  position: relative;
  top: 0.6rem;
}

.header__time {
  padding-bottom: 0.4rem;
  margin-left: 0;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0rem;
  position: relative;
  top: 0px;
}

.header__tel {
  font-size: 1.5vw;
  font-weight: 500;
  font-weight: bold;
  position: relative;
}

.entry-content {
  margin-top: 15px;
}

.entry-content a {
  padding: 15px 15px 15px 30px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
  color: #333;
  position: relative;
  padding-left: 30px;
  display: block;
}

.entry-header {
  margin-top: 40px;
}

#evaluation .sub-shop__box.js-fadeUp.is-inview-mv.p-company-sec02__inner.inner {
  padding-top: 30px;
  padding-bottom: 60px;
  background: none;
}

.pdf-icon {
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 20px;
  background-image: url(../img/sub/archive/pdf.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -4px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider_item {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
}

.slider_item img {
  /* width: 30vw; */
  height: auto;
  /* box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1); */
}

.slider_item .slick-slide {
  /* transform: scale(0.8); 
  transition: all 0.5s;  */
  /*	opacity: 0.5;*/
  position: relative;
}

.slider_item .slick-slide a::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background-size: cover;
  vertical-align: middle;
  background-image: url(../img/common/btn.svg);
  right: 40px;
  bottom: 40px;
  z-index: 4;
}

.slider_item .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}

.slider_item .slick-slide a:hover {
  /* opacity: 0.7; */
  transition: 0.3s;
}

.slider_item .slick-slide .slick-center a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.item_slide a {
  position: relative;
}

.item_slide p {
  position: absolute;
  color: #fff;
  font-size: 18px;
  left: 20px;
  bottom: 20px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  /*
    border-top: 2px solid #666;
    border-right: 2px solid #666;
*/
  height: 15px;
  width: 15px;
  z-index: 10;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 15%;
  /*    transform: rotate(-135deg);*/
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 15%;
  /*    transform: rotate(45deg);*/
}

/*ドットナビゲーションの設定*/

.slider_item .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
  display: none !important;
}

.slider_item .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slider_item .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slider_item .slick-dots .slick-active button {
  background: #f0a8c5;
  /*ドットボタンの現在地表示の色*/
}

.slider_item .slick-slide .item_slide_info {
  margin: 0 auto;
  margin-top: 2rem;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #fff;
  z-index: 3;
}

.post-date {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

.property-area {
  display: flex;
  gap: 6px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin-top: 6px;
}

.item-title {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin-top: 6px;
}

.slider_item .property-area img {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  .slider_item img {
    /* width: 60vw; */
    height: auto;
    margin: 0 auto;
  }
}

.slick-prev:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-image: url(../img/common/arrow.svg);
  background-position: center;
  background-size: contain;
  opacity: 1;
}

.slick-next:before {
  content: "";
  display: inline-block;
  transform: rotate(180deg);
  margin-left: 10px;
  opacity: 1;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/common/arrow.svg);
  background-position: center;
  background-size: contain;
}

.sec03.bg_01 .sec_inner.inner {
  max-width: max-content;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

/*---slider_item2----*/
.slider_item2 {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 90%;
  margin: 0 auto;
  padding: 0 0%;
}

.slider_item2 img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider_item2 .slick-slide {
  margin: 0 10px;
}

.slider_item2 .slick-slide p {
  margin-top: 2rem;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.8rem;
}

.slider_item2 img {
  width: 20vw;
  /*スライダー内の画像を20vwにしてレスポンシブ化*/
  height: auto;
}

@media screen and (max-width: 767px) {
  .slider_item2 .slick-slide p {
    font-size: 4vw;
  }

  .slider_item2 img {
    width: 60vw;
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    top: 45%;
  }

  .slick-prev {
    left: 10%;
    top: 47%;
  }

  .slick-next {
    right: 10%;
  }

  .slick-prev:before {
    width: 30px;
    height: 30px;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.ttl_icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 2rem;
}

.ttl_icon span {
  font-size: 3rem;
}

.ttl_icon img {
  width: 50px;
  min-width: 20px;
}

.ttl_icon .blank_icon {
  margin-left: 0px;
  width: 30px;
}

.ttl_icon a:hover {
  opacity: 0.7;
}

/*----サービス----*/
.contents_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
}

.contents_item .contents_ttl {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
  color: #f0a8c5;
}

.contents_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
  margin-top: 8rem;
}

.contents_item {
  background: #ffffd4;
}

.contents_item p {
  color: #333;
  line-height: 1.7;
  font-size: 1.5rem;
  padding: 1rem 30px 3rem;
  text-align: left;
  margin-top: 2rem;
}

.icon_01 li p {
  color: #187ecf;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
}

.sec05 .item_group {
  padding-top: 6rem;
}

section#\30 1 {
  position: relative;
  z-index: 0;
}

section#\30 2 {
  padding-bottom: 0;
  position: relative;
  z-index: 0;
}

.contents_item a:hover {
  box-shadow: 2px 2px 8px rgb(185 161 161 / 30%);
}

.contents_item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 8px 8px 20px rgb(185 161 161 / 10%);
  transition: 0.2s ease-in-out;
  transition-property: box-shadow, color;
  background-color: #fff;
}

.contents_item a:hover .contents_img img {
  transform: scale(1.1);
}

.home .contents_img img {
  transition: 0.5s;
  margin: auto;
  max-width: 50vw;
}

.sp_cta a .contents_item .contents_img img {
  /*
	width: 100%;
    height: 100%;
*/
  vertical-align: bottom;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.17, 0.84, 0.44, 1);
}

.contents_item a:hover p {
  color: #949494;
}

.contents_img {
  height: auto;
  margin-bottom: 2rem;
  width: 80rem;
}

.fv-banner .contents_img {
  width: 90rem;
}

.contents_txt {
  height: calc(100% - 200px);
  box-sizing: border-box;
  text-align: left;
  background-color: #fff;
  position: relative;
  padding: 10px;
}

.home .contents_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.programList.-secondary .programItem.left .program_pic {
  margin-right: 0;
  width: 100%;
  max-width: fit-content;
  position: relative;
  border-radius: 0;
  margin-right: -6%;
}

.programList.-secondary .program_body {
  line-height: 1.7;
  width: 100%;
  margin: 0 0 0 auto;
  background: #fff;
  padding: 30px 4% 60px 4%;
  border-radius: 6px;
  z-index: 5;
  left: 0%;
  bottom: -40px;
  position: relative;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.programList.-secondary .programItem {
  display: flex;
  align-items: flex-end;
}

article.home-news .contents_group_02 .contents_item {
  box-shadow: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.contents_group_02 .contents_item a {
  box-shadow: none;
}

.contents_group_02 .contents_item {
  background: #fff;
  padding: 20px;
  padding-bottom: 4rem;
  border-radius: 6px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .contents_group {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0rem;
    padding: 4vw 0;
  }

  .contents_group {
    display: grid;
    grid-template-columns: 1fr;
    padding: 4vw;
  }

  .programList.-secondary .programItem.left .program_pic {
    margin-right: 0;
  }

  .programList.-secondary .program_body {
    margin: 0 0 0 auto;
    padding: 20px 4% 30px 4%;
    border-radius: 0 0 6px 6px;
    left: 0%;
    bottom: 0px;
  }

  .contents_group_02 .contents_item {
    padding: 0px;
  }

  .home .contents_group_02 .contents_item {
    padding: 0 0 10vw 0;
  }

  .home .sec03.-home_03 .contents_group {
    padding-bottom: 40vw;
  }

  .home .sec03.-home_03 .banner_contents {
    margin-bottom: 20vw;
  }

  .home .contents_group_02 .contents_item .btn_03 {
    margin-top: 1rem;
  }
}

.banner_contents {
  margin-top: 8rem;
}

.item_group {
  padding-bottom: 8rem;
  padding-top: 2rem;
  margin-top: 4rem;
  position: relative;
}

.cd-fixed-bg.cd-bg-1 {
  padding: 6rem 0;
  margin: 0 auto;
}

.cd-fixed-bg.cd-bg-1 .inner.p-home-sec03__inner {
  /*    background: #ffffffc9;*/
  border-radius: 6px;
  padding: 1rem 0 2rem;
  margin: 0 auto;
}

.cd-fixed-bg.cd-bg-1 .inner.p-home-sec03__inner .home__btn {
  margin: 0 auto;
  text-align: center;
  margin-top: 3rem;
}

.p-home-sec03 {
  margin-top: 10rem;
}

.cd-fixed-bg.cd-bg-1 .inner.p-home-sec03__inner .btn_03 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*==========パララックス==========*/
.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/contents_bg01.png");
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/common/contents_bg02.jpg");
  padding-bottom: 2rem;
  /* background-color: rgb(255 255 255 / 50%);
  background-blend-mode: lighten; */
  padding-top: 4rem;
}

@media screen and (min-width: 768px) {
  .cd-fixed-bg.cd-bg-2 {
    background-image: url("../img/common/contents_bg02.jpg");
    background-color: rgb(255 255 255 / 50%);
    background-blend-mode: lighten;
  }
}

.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/common/contents_bg03.png");
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-repeat: repeat;
  background-color: rgb(255 255 255 / 50%);
  background-blend-mode: lighten;
}

@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/contents_bg02_sp.jpg");
  } */
  .cd-fixed-bg.cd-bg-3 {
    padding-top: 2rem;
  }
}

.contents_group_02 {
  margin-top: 6rem;
}

.sec04.-center {
  background-image: url("../img/home/shop-bg.jpg");
  position: relative;
  padding-bottom: 6rem;
}

.sec04.-center .about_text {
  width: 100%;
  max-width: fit-content;
  text-align: center;
  color: #f0a8c5;
  display: inline-block;
}

.btn.-color.-white {
  background: #fff;
  color: #f0a8c5;
}

.contents_body h3 {
  text-align: center;
  margin-top: 2rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #f0a8c5;
}

/*==========footer==========*/
.contact_other {
  display: block;
  background: #f0a8c5;
  color: #fff;
  width: 360px;
  max-width: 100%;
  border-radius: 45px;
  text-align: center;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
  margin: auto 0 auto;
  border: 2px solid #f0a8c5;
}

/*==========会社概要　company==========*/
.name img {
  width: 50%;
}

.name {
  margin-top: 2rem;
}

.p-company-sec02 .philosophy .name span {
  font-size: 2rem;
}

/*==========会社概要　company==========*/
.contents_body ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.contents_body li {
  display: flex;
  gap: 10px;
  line-height: 1.7;
}

.contents_body li span {
  color: #fff;
  background: #f0a8c5;
  padding: 4px 10px;
  width: 27%;
  text-align: center;
}

.contents_map {
  margin-top: 2rem;
}

.page_link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  align-items: center;
  gap: 20px;
  align-items: stretch;
  max-width: 116.8rem;
  margin: 0 auto;
}

.page_link a {
  background: #dec193;
  padding: 20px 20px;
  border-radius: 6px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.page_link a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.p-service-sec01.-company {
  margin: 4rem 0;
}

.page-id-14 .p-company-sec02__cont {
  padding-top: 1rem;
  padding-bottom: 0rem;
}

@media screen and (max-width: 767px) {
  .contents_body li {
    flex-direction: column;
    font-size: 4vw;
  }

  .contents_body li span {
    width: 100%;
  }

  .name img {
    width: 80%;
    margin: 0 auto;
  }

  .page-id-14 .c-flexbox01.cont__item.item {
    margin: 0rem 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .c-flexbox01__head {
    margin-top: 2rem;
  }

  .p-company-sec02 .philosophy {
    margin: 0 0 0rem 0;
  }

  .cd-fixed-bg.cd-bg-3 .program_body {
    width: 100%;
    margin: 0 0 0 auto;
    background: none;
    padding: 6% 4vw 0px 4vw;
    border-radius: 0px;
    padding: 10% 4vw 30px 4vw;
    border-radius: 0px;
    background: #fff;
  }

  .page_link a {
    padding: 14px 20px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

/*==========デトックス　detox==========*/
.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.flow04>li {
  list-style-type: none;
  width: calc(100% / 4);
  max-width: 40rem;
  display: flex;
}

.flow04>li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #f0a8c5;
  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: #f0a8c5;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04>li dl {
  padding: 30px 20px;
  margin: 0;
  /* border: 3px solid #f0a8c5; */
  position: relative;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #f0a8c5;
}

.flow04>li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #f0a8c5;
  border-right: 4px solid #f0a8c5;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04>li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #f0a8c5;
  -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;
}

.flow_design04 {
  width: 100%;
  margin-top: 4rem;
}

.flow04>li dl dd img {
  margin-top: 2rem;
}

.flow_area h2.c-heading01.c-heading01_center {
  padding-top: 8rem;
}

@media (max-width: 767px) {
  .flow04 {
    gap: 20px;
  }

  .flow04>li {
    max-width: unset;
    display: block;
    width: 90%;
  }

  .flow04>li:not(:first-child) dl::before {
    display: none;
  }

  .flow04>li dl dd {
    font-size: 14px;
  }
}

/*----FAQ----*/
.sub-reserve-faq {
  padding: 0rem 0 0rem 0;
  margin-bottom: 5rem;
  margin-top: 00rem;
  /* 矢印 */
}

.p-flow-sec02 .sub-reserve-faq .inner {
  background: none;
}

.sub-reserve-faq__box {
  max-width: 112rem;
  margin: 0 auto;
  padding: 7rem 0 5rem 0;
  background-color: #fff;
}

.sub-reserve-faq .accordion {
  position: relative;
  width: 100%;
}

.sub-reserve-faq .accordion-item {
  border-bottom: 1px solid #9da3a7;
}

.sub-reserve-faq .accordion-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
}

.sub-reserve-faq .accordion-title span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0a8c5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 3.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem;
  width: 3.3rem;
}

.sub-reserve-faq .accordion-content {
  background-color: #fff9f9;
  border-radius: 0.4rem;
  display: none;
  padding-bottom: 2.9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.9rem;
}

.sub-reserve-faq .accordion-content a {
  color: #00e;
  display: inline-block;
  text-decoration: underline;
}

.sub-reserve-faq .accordion-content p {
  line-height: calc(28 / 16);
}

.sub-reserve-faq .accordion-title {
  position: relative;
}

.sub-reserve-faq .accordion-title::after {
  border-right: solid 1px #141414;
  border-top: solid 1px #141414;
  content: "";
  display: block;
  height: 0.9rem;
  position: absolute;
  right: 2.3rem;
  top: 45%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  width: 0.9rem;
}

.sub-reserve-faq .accordion-title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

div#FAQ {
  background: #fff;
  padding: 8rem 7rem 0rem;
}

@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    margin-bottom: 4rem;
    padding: 10px;
    margin-top: 2rem;
  }

  .p-flow-sec02 .flow_content {
    padding: 0px !important;
  }

  .p-flow-sec02 .flow_content .row {
    flex-direction: column-reverse !important;
  }

  .p-flow-sec02 .flow_content .row:last-child {
    border-bottom: none;
  }

  .p-flow-sec02 .flow_content .detail {
    width: 100% !important;
    padding: 0 0px 0 0px !important;
  }

  .p-flow-sec02 .flow_content .detail .head {
    font-size: 2rem !important;
    padding: 5px 0 15px 0 !important;
  }

  .p-flow-sec02 .flow_content .detail .text {
    font-size: 1.5rem;
  }

  .p-flow-sec02 .flow_content .img {
    width: 100% !important;
    margin: 20px 0 0 0 !important;
  }

  .p-flow-sec02 .flow_content .detail .num {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 4.8rem !important;
  }

  .sub-reserve-faq__box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 0vw;
  }

  .p-flow-sec02 {
    padding: 2rem 0 4rem 0 !important;
  }

  .sub-reserve-faq__box .contents_ttl_001 {
    margin: 0 auto 1rem auto;
  }

  .sub-reserve-faq .accordion-title {
    font-size: 3.5vw;
    padding-bottom: 4vw;
    padding-left: 0;
    padding-right: 6vw;
    padding-top: 4vw;
  }

  .sub-reserve-faq .accordion-title span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 8vw;
    margin-right: 3vw;
    width: 8vw;
  }

  .sub-reserve-faq .accordion-content {
    -webkit-column-break-before: 0.6vw;
    break-before: 0.6vw;
    padding: 3vw;
  }

  .sub-reserve-faq .accordion-content p {
    font-size: 3vw;
  }

  .sub-reserve-faq .accordion-title::after {
    height: 2vw;
    right: 2vw;
    width: 2vw;
  }

  div#FAQ {
    background: #fff;
  }
}

/*----　料金----*/
p.price {
  display: inline-block;
  font-size: 2.4rem;
}

.table_group {
  /*    background: #fff;*/
  /*    padding: 60px 0;*/
  margin-top: 4rem;
  border-radius: 6px;
}

.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;
}

.price_group {
  margin-top: 8rem;
  margin-bottom: 10rem;
}

/**/
.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;
}

.table_price2 thead tr {
  background-color: #f0a8c5;
  color: #fff;
}

.table_price2 tbody th {
  text-align: left;
  font-size: 1.8rem;
}

.table_price2 .txt {
  text-align: left;
  font-size: 0.75em;
}

.table_price2 .price {
  text-align: right;
  color: #ff3535;
  font-weight: bold;
}

.table_price2 {
  width: 90%;
  margin: 0 auto;
}

.pricedown {
  text-decoration: line-through;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .table_price2 {
    border: 0;
    width: 100%;
  }

  .table_price2 th {
    background-color: #137f36;
    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: 0.625em;
    border: 1px solid #dec193;
  }

  .table_price2 td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: 0.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;
    color: #a47c01;
  }

  .table_price2 td:last-child {
    border-bottom: 0;
  }

  .table_price2 tbody th {
    color: #333;
    padding: 1em;
    background: #dec193;
    line-height: 1.7;
    text-align: center;
  }

  .table_price2 tr:nth-child(even) {
    background-color: #fff;
  }

  .flow_design04.-column4 .flow04>li {
    width: 100%;
  }

  .table_ttl_sp {
    font-size: 6vw;
    text-align: center;
    color: #a98750;
  }
}

.price_note {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
  color: #333;
}

article.home-news .banner_contents {
  margin-top: 0;
}

.flow_design04 {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.page-id-2358 .page_link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  align-items: center;
  gap: 20px;
}

.sec04.-center .inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cd-fixed-bg.cd-bg-1 h2.c-heading01.c-heading01_center {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .about_pic {
    z-index: 2;
  }

  .aboutBox:nth-child(odd) .about_pic {
    margin-right: 0;
  }

  .item_group h2.c-heading01.c-heading01_center {
    padding-top: 5rem;
  }

  .home .sec03 .item_group .btn {
    margin-top: 0rem;
  }

  .banner_contents {
    margin-top: 4rem;
    padding: 0 4vw;
  }

  .sec03 {
    margin-top: 4rem;
  }

  .contents_group_02 {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .page-id-20000 .contents_group_02 {
    gap: 60px;
  }

  h2.c-heading01.c-heading01_center {
    padding-top: 4rem;
  }

  .contents_item p {
    padding: 0rem 20px 2rem;
    margin-top: 2rem;
    font-size: 14px;
  }

  .cd-fixed-bg.cd-bg-1 .inner.p-home-sec03__inner {
    border-radius: 0px;
    padding: 0rem 4vw 2rem;
  }

  .banner.-sub .inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .banner.-sub {
    margin-bottom: 4rem;
  }

  .map {
    margin-bottom: 4rem;
  }

  .contents_item .contents_ttl {
    font-size: 6vw;
  }

  .contents_body h3 {
    font-size: 6vw;
  }

  article.home-news {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .page_link {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    align-items: center;
    gap: 10px;
  }

  .programItem.left .program_pic,
  .programItem.right .program_pic {
    margin: 0 auto;
  }

  .sec05 .sec_inner__big {
    border-radius: 6px;
    padding: 30px 0 0;
  }
}

/*----フッター　footer----*/
.footer-contact .left__btn-wrap .btn.-color.mail:hover {
  color: var(--color-blown);
}

.footer_group {
  /* display: grid; */
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  margin-top: 2rem;
  padding-bottom: 8rem;
}

.footer_left {
  display: flex;
  text-align: left;
  gap: 20px;
  width: 100%;
}

.footer-contact__right {
  width: 100%;
  padding: 0;
  margin-top: 2rem;
  height: 100%;
}

iframe {
  height: 20vw;
  width: 100%;
}

.footer__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.5rem;
  justify-items: start;
  margin-top: 2rem;
  justify-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__item:not(:first-of-type) {
  margin-left: 0;
}

.footer__item {
  position: relative;
}

.footer_group .footer_banner {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  margin-top: 3rem;
  width: auto;
  flex-direction: column;
}

.footer_left_contents {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
  justify-items: center;
}

h3.footer_ttl {
  color: #333;
  font-weight: 700;
}

.footer_banner img {
  width: 100%;
}

.parallax_1.cd-fixed-bg.cd-bg-5 {
  height: 100%;
  display: inline-block;
  width: 100%;
}

.footer-contact__left {
  width: 100%;
}

.contact_group {
  display: flex;
  gap: 2%;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.footer-contact .left__btn-wrap {
  padding-top: 0;
}

.btn {
  padding-bottom: 2rem;
  padding-top: 2rem;
  width: 26rem;
}

.footer-contact__left {
  width: 80%;
  background: #fff;
  margin: 0 auto;
  color: #333;
  padding: 20px;
}

.footer__item:last-of-type a {
  width: auto;
}

.footer_rigth {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
}

.footer_banner img {
  width: 50px;
}

.footer_sns {
  margin-top: 2rem;
}

.footer_note {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.right__map {
  height: 26vw;
}

iframe {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer__link {
    display: inline-block;
    padding-right: 17px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact__left {
    width: 100%;
  }

  .footer-contact .left__btn-wrap .btn.-color.mail {
    width: 230px;
  }

  .footer-contact .left__btn-wrap {
    padding-top: 4vh;
  }

  .left__tel.tel {
    background: url(../img/common/tel-color.svg) no-repeat left 3% top 2.2rem / 3rem auto;
  }

  .footer {
    padding-top: 0;
  }

  .contact_group {
    flex-direction: column;
  }

  .footer_group {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 1rem;
    padding-bottom: 3rem;
  }

  .footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
    justify-items: center;
    gap: 2rem;
  }

  .footer__link {
    display: inline-block;
  }

  .footer__item+.footer__item {
    margin-top: 20px;
  }

  .footer_left {
    flex-direction: column;
    margin-top: 0;
  }

  iframe {
    height: 50vw;
  }

  .footer_rigth {
    margin-top: 3rem;
  }

  .footer_sns {
    margin-top: 2rem;
    padding-right: 30px;
    display: flex;
    gap: 20px;
  }

  .footer_note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    margin-top: 10px;
  }
}

/*----voice お客様の声----*/
.single-voice .sub-single__main h2 {
  background-color: #fff;
  color: #f0a8c5;
  font-weight: 600;
  line-height: 1;
  margin-top: 3rem;
  padding: 1.3rem 0.5rem;
  font-size: 2.6rem;
  border-bottom: 3px dotted #f0a8c5;
}

.nav-previous,
.nav-next {
  max-width: 10px;
}

.sub-single .nav-next {
  right: 30%;
}

.sub-single .nav-previous {
  left: 30%;
}

.flex-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.single-voice .sub-single img,
.single .sub-single img {
  width: 100%;
}

.sub-single__main p.single-voice_comment {
  font-size: 3rem;
  color: #f0a8c5;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .flex-item {
    grid-template-columns: 1fr;
  }

  .single-voice .sub-single__main h2 {
    font-size: 6vw;
  }

  .single .sub-single__main h2 {
    font-size: 5vw;
    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;
  }
}

/*----下層見出し----*/
.c-heading03 {
  font-weight: 700;
  font-size: 3.5rem;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
  line-height: 1.5;
  /* font-family: "Mochiy Pop One", sans-serif; */
  letter-spacing: 0.07em;
  color: #392d2f;
}

.c-heading03::after {
  content: "";
  background-color: #f0a8c5;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  h2.c-heading03 {
    font-size: 20px;
  }
}

.illust_deco {
  position: absolute;
  top: 0;
  width: 210px;
}

.illust_deco.-deco01 {
  right: 0;
  z-index: 0;
  width: 100%;
  opacity: 0.4;
}

.illust_deco.-bottom.-deco01 {
  position: absolute;
  top: 0;
  opacity: 0.1;
  transform: scale(1, -1);
}

@media only screen and (max-width: 767px) {
  .illust_deco.-bottom.-deco01 {
    position: absolute;
    top: 88%;
    z-index: 0;
    width: 500px;
    left: 0;
  }
}

/*----TOP SP----*/
@media only screen and (max-width: 767px) {
  .aboutBox.-primary .about_body.-primary {
    padding: 60px 20px 40px 20px;
  }

  .sec03.-home_03 h2.c-heading01.c-heading01_center {
    padding-top: 6rem;
  }

  .sec04.-center.-home_04 h2.c-heading01.c-heading01_center {
    padding-top: 6rem;
  }

  .aboutBox.-primary .about_body.-primary .btn_03 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .home .about_body.-primary .btn_03 {
    margin-top: 6rem;
  }

  .sec03.-home_03 h2.c-heading01.c-heading01_center {
    padding-top: 0rem;
  }

  .p-home-sec03 {
    margin-top: 4rem;
  }

  .sec03.-home_03 .contents_group {
    margin-top: 2rem;
  }

  main.home .contents_body .btn_03 {
    margin-top: 1rem;
  }

  .home section.sec03.-home_03 {
    padding-bottom: 0;
    margin-top: 0;
  }
}

/*----service SP----*/
@media only screen and (max-width: 767px) {
  .program_body {
    padding: 15px 4vw 40px 4vw;
    top: 0px;
  }

  .item_group.-service {
    margin-top: 3rem;
  }

  .page-id-2358 .page_link {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .programItem+.programItem {
    margin-top: 20px;
  }

  .programItem .program_ttl {
    padding: 0;
    line-height: 1.5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .page-id-14 .page_link {
    grid-template-columns: 1fr;
  }
}

/*----service SP----*/
@media only screen and (max-width: 767px) {
  .page-id-2358 .slick-slider {
    margin: 0;
  }

  .page-id-2358 .p-service-sec06 {
    margin-top: 6rem;
  }

  .table_price2 tbody th {
    color: #fff;
  }

  .table_price2 td::before {
    color: #141414;
  }

  .price_group {
    margin-bottom: 6rem;
  }

  .page-id-2358 .home-center__container.-service {
    margin-bottom: 0rem;
  }

  .page-id-2358 .home-news .banner_contents {
    margin-top: 0;
    padding-bottom: 4rem;
  }

  .table_price2 {
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  div#FAQ {
    padding: 1rem 1rem 0rem;
  }

  .table_ttl_sp {
    font-size: 6vw;
    text-align: left;
    color: #a98750;
    padding: 0 0 0 18px;
    position: relative;
  }

  .table_ttl_sp:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 120%;
    top: 0;
    left: 0;
    background: #dec193;
  }
}

/*----company SP----*/
@media only screen and (max-width: 767px) {
  .page-id-14 h2.c-heading03 span {
    font-size: 80%;
    line-height: 1.5;
    font-weight: 600;
  }

  .page-id-14 .programItem.right .program_ttl {
    position: relative;
    padding: 0vw 0px 0px 0;
    line-height: 1.8;
  }

  .page-id-14 .p-company-sec02__cont {
    padding-top: 0;
    padding-bottom: 0rem;
  }
}

/*============動き==============*/
.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 0.8s;
  transition: opacity 1.2s, -webkit-transform 0.8s;
  transition: opacity 1.2s, transform 0.8s;
  transition: opacity 1.2s, transform 0.8s, -webkit-transform 0.8s;
}

/* 画面に入った時の動き */
.fade-block2.blockIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*
.scroll-block {
  height: 100vh;
}
*/
/*============動き==============*/

/*----新着情報----*/
.c-card.-wn {
  width: 31.5%;
  width: 100%;
  display: flex;
  transition: 0.3s;
}

.c-card.-wn:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.c-card__time.-wn {
  font-size: 1.2rem;
  margin-right: 2rem;
}

.c-card__body-bottom.-wn {
  font-size: 1.6rem;
  margin-top: 0;
}

.c-card_link .c-card__ttl {
  color: #67331B;
}

.c-card_link .c-card__ttl.-wn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f0a8c5),
      to(#f0a8c5)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#f0a8c5, #f0a8c5) 0 100%/0 1px no-repeat;
  font-size: 16px;
  color: #67331B;
}

.c-card_link:hover .c-card__ttl.-wn {
  background-size: 100% 1px;
}

.c-card__img-wrap.-wn {
  border-radius: 0;
}

.c-card__img-wrap.-wn img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.c-card__body.-wn {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-card__body-bottom.-wn {
  font-size: 1.6rem;
  margin-top: 0;
  padding-top: 0;
}

.home-news__container.-wn {
  margin: 0 auto;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .home-news__container.-wn {
    margin: 0 auto;
    margin-top: 2.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .c-card__body.-wn {
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    flex-direction: column;
    width: 60%;
    padding-top: 20px;
  }

  .c-tag {
    font-size: 14px;
    /* height: 2rem; */
  }

  .c-card__img-wrap.-wn img {
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }

  .c-card__img-wrap.-wn {
    height: 30vw;
  }

  .c-card__body-top.-wn {
    flex-direction: row;
  }

  .c-card__body-bottom {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 0;
    padding-top: 1rem;
  }

  .c-card__body-bottom.-wn {
    font-size: 14px;
  }
}

.sub-archive__container.-item .c-card {
  width: 100%;
}

.sub-archive__container.-item {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-wrap: wrap;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .sub-archive__container.-item {
    margin-top: 3.2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/* 
section#\30 1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url(../img/common/illust05.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 200px;
  position: absolute;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}

section#\30 2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/illust08.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -20%;
  position: absolute;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}
section#\30 3 {
  position: relative;
}
section#\30 3:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url(../img/common/illust05.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 200px;
  position: absolute;
  right: 0;
  opacity: 0.3;
  z-index: 0;
} */

.programList.-secondary {
  z-index: 10;
}

.sec04.-center:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 200px;
  position: absolute;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}

.page-id-20000 section#\30 2 {
  padding-bottom: 6rem;
}

.page-id-20000 section#\30 2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/contents_bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  position: absolute;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}

.page-id-20000 section#\30 1:before {
  background: url(../img/common/illust08.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.page-id-2358 article.home-news {
  padding-top: 8rem;
  background-color: #fffbf4;
}

section.p-home-sec03.-home_06 .cd-fixed-bg.cd-bg-2 {
  width: 60%;
  padding: 0;
  margin: 0 auto;
  right: 0;
  display: flex;
}

.company_group {
  display: flex;
}

.company_img.-home img {
  width: 800px;
  border-radius: 0px;
}

section.p-home-sec03.-home_06 .cd-fixed-bg.cd-bg-2 {
  width: 50%;
  padding: 0;
  margin: 0 auto;
}

.company_img.-home {
  width: 60%;
  padding: 0;
  gap: 0;
  margin: 0;
  top: -30px;
  position: relative;
  margin-right: -7%;
}

.company_contents {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}

.company_contents h2.c-heading01.c-heading01_center {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .company_group {
    display: flex;
    flex-direction: column;
  }

  .company_img.-home {
    width: 100%;
    padding: 0;
    gap: 0;
    margin: 0;
    top: 0;
    position: relative;
    margin-right: 0;
  }

  section.p-home-sec03.-home_06 .cd-fixed-bg.cd-bg-2 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .slider_item .slick-slide p {
    width: 200px;
  }

  section.sec03.-home_03 h2.c-heading01.c-heading01_center {
    padding-top: 4rem;
  }

  .page-id-2358 article.home-news {
    padding-top: 1rem;
    background-color: #fffbf4;
  }

  .sub-single__main p.single-voice_comment {
    font-size: 18px;
  }

  .greeting-txt.txt {
    font-size: 4vw;
  }

  .company_contents {
    padding: 3rem 1rem;
  }
}

.c-card__img-wrap.-item img {
  aspect-ratio: 1 / 1;
}

.banner_contents.-banner2 {
  margin-top: 0;
  padding-bottom: 4rem;
}

.page-id-20000 .home-news {
  padding-top: 0;
}

/* 商品個別ページ */
.item-slider {
  width: 100%;
}

.property-slider__arw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  background-color: #f0a8c5;
  border-radius: 50%;
}

.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 {
  left: 0;
}

.property-slider__arw.prev::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 1.2rem;
}

.property-slider__arw.next {
  right: 0;
}

.property-slider__arw.next::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 1.2rem;
}

.property-slider__img-wrap img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: contain;
}

.property-slider {
  margin-top: 0;
}

.thumbnail-slider {
  margin-top: 3rem;
}

.thumbnail-slider .slick-slide {
  padding: 5px;
}

.item .sub-single__category li {
  background-color: #67331B;
  color: #fff;
  margin-left: 0;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  padding: 5px 10px;
}

.item .sub-single__category ul {
  display: flex;
  gap: 1rem;

}

.item .sub-single__main {
  border-top: none;
}

.item_price_wrap {
  display: flex;
  align-items: center;
}

.price_ttl {
  font-size: 16px;
  margin-right: 30px;
  border: 1px solid #9d845d;
  padding: 0 5px;
  color: #9d845d;
  line-height: 1.5;
}

.price_big {
  font-size: 4rem;
  line-height: 0.8;
  font-weight: 700;
}

.price_small {
  font-size: 14px;
  line-height: 1.5;
}

.item_detail {
  margin-top: 0;
}

.item_info .item-detail-ttl,
.item_remarks .item-detail-ttl {
  margin-top: 4rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 600;
  font-size: 16px;
}

.item_cta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 1rem;
}

.btn.-color.-item {
  width: 100%;
  padding: 10px;
  text-decoration: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
}

.btn.-color.-item::before,
.btn.-color.-item::after {
  display: none;
}

.btn.-color:hover {
  color: #67331B;
}

.btn_icon {
  width: 20px;
  height: 20px;
}

.single .sub-single img.btn_icon {
  width: 20px;
  height: 20px;
}

.item_cta_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 2rem;
  color: #9d845d;
}

@media screen and (max-width: 767px) {
  .item-slider {
    width: 100%;
    padding-right: 0;
  }

  .item-flex {
    display: block;
  }

  .item .sub-single__box {
    margin-top: 2rem;
  }

  .item .sub-single__box {
    max-width: 100%;
  }

  .price_ttl {
    font-size: 12px;
    margin-right: 20px;
  }

  .item_price_wrap {
    display: flex;
    align-items: flex-start;
  }

  .price_big {
    font-size: 10vw;
  }

  .sub-single__main {
    font-size: 14px;
    line-height: calc(28 / 14);
        margin-top: 1rem;
  }
.p-news-cont {
    padding-top: 2rem;
}
  .item_info,
  .item_remarks {
    margin-top: 3rem;
    padding-top: 2rem;
    line-height: calc(28 / 14);
    font-size: 14px;
  }

  .item_cta {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

aside.banner.-sub.-bottom {
  margin-top: 4rem;
}

/*20240719*/
/*ホバーエフェクト*/
.header__link::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #67331B;
  bottom: 4px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__link:hover::after {
  /*横方向等倍まで拡大*/
  transform: scale(1, 1);
}

/*TOP戻る*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #f0a8c5; */
  border-radius: 6px;
  /* width: 60px;
  height: 60px; */
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s;
  flex-direction: column;
  margin: 0 20px 0 0;
  padding: 15px 10px;
}

#page-top span {
  padding-top: 4px;
}

/*リンクを下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top .footer_flex .tel span {
  font-size: 38px;
  padding-top: 0;
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(200px);
  }
}

@media screen and (max-width: 767px) {
  #page-top {
    display: none;
  }
}

/*アクセス*/
/*フロー*/
.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.flow01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.flow01>li {
  position: relative;
  padding-left: 0;
  /* margin: 3rem 0 0; */
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  background: #fff;
  border: 1px solid #dec193;
  padding: 20px;
}

.flow01>li:not(:last-child):after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 10px solid #dec193;
  position: absolute;
  bottom: 0;
  top: 50%;
  right: 0;
  transform: translate(80%, -50%) rotate(270deg);
}

.flow01>li .icon01 {
  width: 40%;
  box-sizing: border-box;
  padding: 4px 10px 4px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #dec193;
  position: absolute;
  line-height: 125%;
  margin: 0;
  top: -10px;
  left: -1px;
  font-size: 2rem;
}

.flow01>li dl dt {
  padding: 0 0 5px;
  margin: 10px 0 15px;
  font-size: 1.2em;
  border-bottom: 4px solid #cccccc;
  position: relative;
  line-height: 1.5;
}

.flow01>li dl dt::after {
  content: "";
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #dec193;
}

.flow01>li dl dd {
  margin: 0;
}

.flow01 dl {
  display: grid;
  grid-template-columns: 1fr;
}

.flow_txt .list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.list .icon {
  max-width: 20px;
}

.secondary {
  margin-top: 20px;
  font-size: 120%;
}

.secondary span,
.secondary2 span {
  background-color: #dec193;
  padding: 4px 8px;
  margin-right: 10px;
  color: #fff;
  font-size: 80%;
}

.secondary2 {
  margin-top: 20px;
  font-size: 120%;
}

.flow_txt .list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-flow-sec02 .promise {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .flow01 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .flow01>li {
    list-style-type: none;
    display: flex;
  }

  .flow01 dl {
    display: flex;
    gap: 0px;
    flex-direction: column;
    width: 100%;
  }

  .flow_txt .list li {
    gap: 4px;
  }

  .secondary2,
  .secondary {
    font-size: 100%;
  }
}

.access_top {
  padding-top: 3rem;
}

.access_top_contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
  gap: 40px;
}

.access_top_txt ul {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.access_top_txt li:before {
  position: absolute;
  content: "01";
  top: 0;
  left: 0;
  z-index: 10;
  font-weight: 700;
  font-size: 110%;
  color: #fff;
  background: #dec193;
  padding: 4px;
}

.access_top_txt li:nth-child(2):before {
  content: "02";
}

.access_top_txt li:nth-child(3):before {
  content: "03";
}

.access_top_txt li:nth-child(4):before {
  content: "04";
}

.access_top_txt li {
  position: relative;
  padding: 0 0 0 40px;
  line-height: 1.5;
}

.access_ttl {
  font-weight: 500;
  font-family: "Noto Serif JP";
  border-bottom: 1px solid #dec193;
  margin-top: 3rem;
  font-size: 3rem;
  padding-bottom: 14px;
}

.access_top_img iframe,
.access_top iframe {
  aspect-ratio: 16 / 9;
}

.p-service-sec01.-access {
  margin: 4rem 0;
}

article#map3 {
  background-color: #f9f7f4;
  padding-left: 4vw;
  padding-right: 4vw;
}

@media screen and (max-width: 767px) {
  .access_top_contents {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2rem;
    gap: 30px;
    margin-bottom: 10vw;
  }

  .flow01>li:not(:last-child):after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #dec193;
    position: absolute;
    bottom: -20px;
    top: auto;
    right: 50%;
    transform: translate(80%, -50%) rotate(360deg);
  }

  .access_ttl {
    border-bottom: 1px solid #f0a8c5;
    margin-top: 1rem;
    font-size: 6vw;
    padding-bottom: 14px;
  }
}

.flow_design04.-column4 .flow04>li {
  list-style-type: none;
  width: calc(100% / 5);
  max-width: 40rem;
  display: flex;
}

.flow_design04.-column4 .flow04 {
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .flow_design04.-column4 .flow04>li {
    width: 90%;
  }

  .table_ttl_sp {
    font-size: 6vw;
    text-align: left;
    color: #a98750;
    padding: 0 0 0 18px;
    position: relative;
    font-family: "Noto Serif JP";
  }

  .table_price_group {
    margin-top: 2rem;
  }
}

section#\30 2 .sec_inner.sec_inner__big {
  background: #fffbf4;
}

a.banner__link.-sub.-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 116.8rem;
  position: relative;
  width: 100%;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1.5;
  /* font-family: "Mochiy Pop One", sans-serif; */
}
@media screen and (max-width: 767px) {
.slide-text {
    top: 45%;
}
}
.slide-text.fv-banner {
  top: auto;
  bottom: 4rem;
  left: auto;
  right: 4rem;
  transition: all 0.3s;
  transform: none;
}

.slide-text.fv-banner:hover {
  opacity: 0.7;
}

.home-staff-coord__box {
  text-align: center;
}

.home-staff-coord__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  row-gap: 3rem;
  margin: 5rem auto;
}

.home-staff-coord .c-card__img-wrap img {
  max-height: 300px;
  aspect-ratio: 3 / 2;
}

.home-staff-coord .c-card__body-bottom {
  text-align: left;
  font-size: 14px;
}

.limited-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 3em;
  text-overflow: ellipsis;
  color: #828282;
  margin-top: 1rem;
}

.slider_item img {
  /* width: 25vw; */
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.slider_item figure {
  margin: 10px;
  border-radius: 16px 16px 0 0;
  position: relative;
}

.slider_item figure::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  /* 必要に応じて調整 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(154, 154, 154, 0));
  pointer-events: none;
  /* グラデーションを透過してクリックイベントを通す */
}

.slider_item li p {
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  overflow: hidden;
}

.slider_item p {
  width: 20vw;
}

.footer_top .c-heading01 span {
  margin-top: 0;
}

.header__item {
  position: relative;
  list-style: none;
}

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 230%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 27rem;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.sub-single__thumbnail {
  margin-bottom: 20px;
}

.sub-single__thumbnail img {
  max-height: 400px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.post-type-archive-staff-coord .c-card,
.tax-staff_coord_category .c-card {
  width: 100%;
}

.post-type-archive-staff-coord .c-card__img-wrap img,
.tax-staff_coord_category .c-card__img-wrap img {
  max-height: 500px;
  aspect-ratio: 3 / 2;
}

.home-center__container {
  display: flex;
  flex-wrap: wrap;
}

.home-center__text,
.home-center__img {
  flex: 1;
}

.cont__item {
  flex-basis: 100%;
  display: block;
  margin-top: 3rem;
}

.cont__item iframe {
  border-radius: 0;
  height: 300px;
}

.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;
}

.item_group .btn_03 {
  margin-top: 0;
}

.shop-gallery {
  padding-bottom: 3rem;
}

.shop-gallery-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
}

.shop-gallery_img img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}

.footer-shop_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.footer-shop_ttl {
  font-size: 24px;
  font-weight: 600;
  color: #f0a8c5;
}

.footer-shop {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem; */
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .footer_left_contents {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .footer__item+.footer__item {
    margin-top: 0;
  }

  .sp-order {
    order: 2;
  }

  .footer__link {
    font-size: 14px;
  }

  .home-staff-coord__container {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .slider_item img {
    /* width: 60vw; */
  }

  .footer_flex .left {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .home-mv {
    margin-top: 14vw;
  }

  .nav-sns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 210px;
    margin: 2rem auto;
  }

  .post-type-archive-whats_new .sub-archive__container,
  .tax-whats_new_cat .sub-archive__container {
    margin-top: 3.2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .tax-whats_new_cat .sub-archive__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .home-center__container.-service {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 2rem;
  }

  .home-center__text,
  .home-center__img {
    order: 1;
  }

  .cont__item {
    margin-top: 1rem;
  }

  .sub-archive__container {
    grid-template-columns: 1fr;
  }

  .c-card__body-top {
    font-size: 10px;
    gap: 1rem;
    margin-top: 0;
  }

  .c-card__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .c-tag span {
    font-size: 14px;
    line-height: 1.2;
  }

  .post-type-archive-staff-coord .c-tag,
  .blog .c-tag {
    height: auto;
  }

  .item_info .item-detail-ttl,
  .item_remarks .item-detail-ttl {
    margin-top: 0;
  }

  .item_info,
  .item_remarks {
    margin-top: 1rem;
  }

  .btn.-color {
    width: 16rem;
    padding: 1rem 0;
    font-size: 100%;
  }

  .sub-single .nav-previous {
    left: 15%;
  }

  .sub-single .nav-next {
    right: 15%;
  }

  .shop-gallery-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .footer-shop {
    grid-template-columns: 1fr;
  }

  .right__map {
    height: auto;
  }

  .footer-shop_ttl {
    font-size: 20px;
  }

  .sub-single .inner {
    margin-top: 2rem;
  }
}

.mt60 {
  margin-top: 6rem;
}

.saoriori .programItem .program_pic img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.schedule-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 3rem;
}

.schedule-table table {
  width: 100%;
  text-align: center;
}

.schedule-table th,
.schedule-table td {
  padding: 15px 10px;
}

.schedule-table th {
  background-color: #f0a8c5;
  color: white;
  font-weight: 600;
}

.schedule-table td {
  background-color: #ffffff;
  color: #333;
}

.schedule-table .weekend {
  background-color: #ffeff1;
  font-weight: bold;
}

.schedule-table tbody tr:nth-child(even) td {
  background-color: #fff5f7;
}

.schedule-table td[rowspan] {
  vertical-align: middle;
}

.schedule-table td[colspan] {
  text-align: center;
}

.service .sec05 .sec_inner__big {
  background: none;
  padding-bottom: 3rem;
}

.schedule_button {
  padding: 15px;
  background: #f0a8c5;
  color: #fff;
  font-weight: 600;
  margin-top: 2rem;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.schedule_button:hover {
  opacity: 0.7;
}

.month_schedule {
  margin-top: 6rem;
}

.month_schedule__grid {
  max-width: 970px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.service_contents {
  margin-top: 8rem;
}

.button-43 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  margin: 0 auto;
  padding: 1.2em 2em;
  border: none;
  border-radius: 50px;
  background: #67331B;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
  transition: all 0.3s;
  position: relative;
}

/* .button-43::after {
  transform: rotate(45deg);
  width: 11px;
  height: 11px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  right: 10%;
} */

.button-43:hover {
  opacity: 0.7;
}

.p-service-about {
  text-align: center;
  font-weight: 600;
  color: #f0a8c5;
  font-size: 3.5rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}

.p-service-about img {
  max-width: 250px;
  margin: 0 auto 2rem;
}

.program_btn {
  margin-top: 3rem;
  margin-left: 0;
  width: 35rem;
}

.home .program_body {
  z-index: 1;
}

.home .programItem.left .program_pic {
  z-index: 2;
}

.home .programItem .program_pic img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  margin-bottom: 3rem;
}

.home .programList {
  margin-bottom: 11rem;
}

.p-home-sec03 .cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/common/contents_bg03.jpg");
  padding-bottom: 6rem;
}

.p-home-sec03 .program_btn {
  margin-left: auto;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

.company-grid img {
  max-width: 150px;
  margin: auto;
}

.company-grid h4 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #f0a8c5;
  margin: 1rem 0;
}

.company-grid__item {
  padding: 10px;
  border: 1px solid #f0a8c5;
}

.hashira {
  text-align: center;
}

.page-id-14 .programItem+.programItem {
  margin-top: 40px;
}

.footer-shop_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.page-id-2815 h3.program_ttl {
  font-size: 25px;
}

.programItem.left .program_body {
  position: relative;
}

.programItem.left .program_body::before {
  content: "";
  position: absolute;
  display: block;
  width: 14rem;
  height: 14rem;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/sub/solar-panel/solar-life_icon01.png);
  right: 32rem;
  top: -3rem;
  background-repeat: no-repeat;
}

.battery-merit .programItem.left .program_body::before {
  background-image: url(../img/sub/battery/merit_icon01.png);
  width: 11rem;
  height: 10rem;
  top: 0;
}

.programItem.left.-env .program_body::before {
  background-image: url(../img/sub/solar-panel/solar-life_icon03.png);
  height: 12rem;
}

.battery-merit .programItem.left.-env .program_body::before {
  background-image: url(../img/sub/battery/merit_icon03.png);
}

.programItem.right .program_body::before {
  content: "";
  position: absolute;
  display: block;
  width: 14rem;
  height: 13rem;
  background-size: cover;
  vertical-align: middle;
  background-image: url(../img/sub/solar-panel/solar-life_icon02.png);
  right: 7rem;
  top: -2rem;
}

.battery-merit .programItem.right .program_body::before {
  background-image: url(../img/sub/battery/merit_icon02.png);
}

.programItem.left.f2 .program_body::before {
  background-image: url(../img/common/flower02.svg);
  width: 20rem;
  height: 25rem;
  right: 2rem;
  bottom: -5rem;
  transform: rotate(17deg);
}

.programItem.left.align-no .program_body::before {
  transform: rotate(350deg);
  left: -3rem;
  bottom: -8rem;
}

.align-no {
  align-items: flex-start;
}

.align-no .program_body {
  padding-top: 0;
}

.home .programItem.left .program_body::before {
  content: none;
}

.header__banner {
  position: fixed;
  top: 13rem;
  right: 0px;
  z-index: 1000;
  width: 70px;
  background: -webkit-linear-gradient(137deg,
      #ffbe49 0%,
      #ff934d 30%,
      #e62c91 70%,
      #df035f 100%);
  padding: 6px 5px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 0px 10px 0px rgb(106 106 106 / 30%);
}

.header__banner:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.service_sns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  background: #fff;
  padding: 20px;
  padding-top: 0;
}

.insta-wrap {
  margin-top: 2rem;
}

.schedule-table {
  overflow-x: auto;
}

.schedule-table table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .item_group::before {
    width: 25rem;
    height: 25rem;
    left: -3rem;
    bottom: -2rem;
  }

  .footer_flex .mail {
    width: 100%;
    margin-bottom: 0;
    padding: 12px 10px 12px;
    font-size: 17px;
    margin-top: 10px;
  }

  .p-service-about img {
    width: 200px;
  }

  .p-service-about {
    font-size: 2rem;
  }

  .p-service-sec01__txt {
    font-size: 14px;
  }

  .program_ttl span {
    line-height: 1;
  }

  .programItem.right h3.program_ttl.service-icon_02 {
    text-align: left;
    padding-left: 0;
  }

  .home .programList {
    margin-bottom: 6rem;
  }

  .p-home-sec03 .cd-fixed-bg.cd-bg-2 {
    background-image: url("../img/common/contents_bg03-sp.jpg");
  }

  .banner.-sub {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .header__btn::before {
    top: 0;
    left: 0;
  }

  .saoriori h3.program_ttl {
    padding-bottom: 1rem;
    line-height: 1.2;
  }

  article.home-news .contents_group_02 .contents_item {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .page-id-14 .programItem.right .program_body {
    grid-template-columns: 1fr;
  }

  .order2 {
    display: grid;
    order: 2;
  }

  .order1 {
    display: grid;
    order: 1;
  }

  .company-grid img {
    max-width: 80px;
  }

  .company-grid h4 {
    font-size: 2rem;
    margin: 5px 0;
  }

  .company-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .page-id-14 .programItem.right .program_body {
    padding: 0;
  }

  .cd-fixed-bg.cd-bg-3 .program_body {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-shop_wrap {
    grid-template-columns: 1fr;
    padding: 1rem 0;
    gap: 0;
  }

  .programItem.left.align-no .program_body::before {
    left: -14rem;
  }

  .programItem.left .program_body::before {
    width: 30rem;
    height: 30rem;
    right: -8rem;
    bottom: -8rem;
  }

  .programItem.left.f2 .program_body::before {
    width: 16rem;
    height: 21rem;
    right: -1rem;
    bottom: -1rem;
  }

  .header__banner {
    display: none;
  }

  .nav-banner {
    padding: 0 5vw;
  }

  .contents_img {
    width: 100%;
  }

  .home-mv .contents_img {
    width: 90vw;
  }

  .service_sns {
    grid-template-columns: 1fr;
  }

  .month_schedule__grid {
    max-width: 350px;
    grid-template-columns: 1fr 1fr;
  }

  .schedule_button {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .inner.-item {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  h3.program_ttl::before {
    top: 30%;
  }

  h3.program_ttl.-second::before {
    left: 0;
  }

  .program_btn {
    margin-left: auto;
  }

  .project_area .project_inner .item .item_ttl {
    font-size: 20px;
  }

  .schedule-table th,
  .schedule-table td {
    font-size: 14px;
    padding: 11px 7px;
  }

  .service_contents {
    padding-left: 0;
    padding-right: 0;
  }
}

.works-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 8rem;
}

.home-about {
  color: #262830;
  background-color: #F8F6F1;
  background-image: url(../img/home/aboutus.png);
  text-align: center;
  padding: 8rem 0;
  margin-top: 3.75rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.home-about__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.home-about__text {
  background: #ffffffd9;
  border-radius: 14px;
  padding: 50px 30px 100px;
  position: relative;
}

.home-about__text::before {
  content: "";
  position: absolute;
  display: block;
  width: 40rem;
  height: 40rem;
  background-size: contain;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/home/aboutfront.png);
  right: -31rem;
  bottom: -12rem;
  background-repeat: no-repeat;
}

.home-about__text h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 2;
  margin-top: 5rem;
}

.home-about__text p {
  margin-top: 3rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
}

.advantage__item {
  text-align: center;
  background: #fff;
  border-radius: 14px;
  padding-bottom: 4rem;
}

.advantage__item .num {
  width: 100%;
  max-width: 68px;
  margin: auto;
  margin-top: -2.2rem;
}

.advantage__item .icon {
  width: 100%;
  max-width: 200px;
  margin: auto;
}

.advantage__item h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 15px;
}

.advantage__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin-top: 9rem;
}

.programItem {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.program_body {
  position: relative;
  z-index: 1;
  padding: 6rem 8rem 6.5rem 4rem;
  border-radius: 14px;
}

.program_pic {
  position: relative;
  z-index: 2;
  margin-left: -50px;
}

.program_pic img {
  max-width: 100%;
  height: auto;
}

.program_body .num {
  max-width: 68px;
  width: 100%;
  margin-top: -11rem;
}

.program_maker {
  border: 3px solid #67331B;
  border-radius: 6px;
  margin-top: 6rem;
  padding: 20px;
  text-align: left;
}

.program_maker h4 {
  font-size: 18px;
  color: #67331B;
  font-weight: 600;
  line-height: 1.5;
}

.program_maker p {
  margin-top: 10px;
}

.programItem.third {
  align-items: flex-start;
}

.programItem.third .program_body {
  margin-top: 7rem;
}

.contract-img {
  margin-top: 6rem;
}

.product {
  background-image: url(../img/home/product-bg.png);
  text-align: center;
  padding-top: 15rem;
  padding-bottom: 10rem;
  margin-top: 3.75rem;
  background-size: cover;
  background-position: top;
}

.product .c-heading01 {
  color: #fff;
  text-align: left;
  text-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.16);
}

.product .c-heading01 span {
  color: #ffea65;
}

.product-item h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}

.product-item_text {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  margin-top: 15px;
  align-items: center;
}

.product-item_text img {
  width: 6rem;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}

.construction {
  background: #F8F6F1;
  padding-bottom: 10rem;
}

.construction-title {
  position: relative;
  padding-bottom: 12.5rem;
}

.construction-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 12rem;
  height: 25rem;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/home/wf_il01.png);
  left: 6%;
  bottom: 0;
}

.construction-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 26rem;
  height: 19.5rem;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/home/wf_il02.png);
  right: 5%;
  bottom: -2rem;
}

.construction-step {
  width: 30%;
  background: #fff;
  border-radius: 14px;
  position: relative;
}

.construction-step::after {
  content: "";
  position: absolute;
  display: block;
  width: 19.6rem;
  height: 10rem;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/home/step01.png);
  left: 50%;
  transform: translateX(-50%);
  top: -6.5rem;
}

.construction-step.-sec::after {
  background-image: url(../img/home/step02.png);
}

.construction-step.-thi::after {
  background-image: url(../img/home/step03.png);
}

.construction-step.-for::after {
  background-image: url(../img/home/step04.png);
}

.construction-step.-fif::after {
  background-image: url(../img/home/step05.png);
}

.construction-step img {
  border-radius: 14px 14px 0 0;
}

.construction-arrow {
  width: 26px;
}

.construction-flex {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 11rem;
}

.construction-step__text {
  background: #fff;
  padding: 0 20px 40px;
  border-radius: 0 0 14px 14px;
}

.construction-step__text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 36px;
}

.construction-step__text p {
  margin-top: 20px;
  line-height: 1.5;
}

.youtube-icon {
  width: 85px;
}

.youtube {
  padding: 70px 15px 100px;
  background: #fff;
  margin-top: 100px;
  position: relative;
}

.youtube::before {
  content: "";
  position: absolute;
  display: block;
  width: 332px;
  height: 269px;
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/home/youtube_il01.png);
  right: -1rem;
  top: -14rem;
}

.youtube-ttl {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  gap: 20px;
  justify-content: center;
}

.youtube-video {
  margin: auto;
  margin-top: 35px;
  max-width: 940px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.company {
  background-image: url(../img/home/advantagebg.png);
  padding: 10rem 0;
  background-size: cover;
  background-position: center;
}

.company-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.company-body {
  width: 100%;
  max-width: 540px;
  margin: 0 60px 0 auto;
}

.company-body h3 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 4rem;
  line-height: 1.5;
}

.company-body p {
  margin-top: 2rem;
  line-height: 1.7;
  grid-template-columns: repeat(8, 1fr);
}

.home-staff {
  position: relative;
  z-index: 1;
}

.staff-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.02);
  border-radius: 14px;
  padding: 60px 30px 70px;
}

.home-staff .slider2 {
  padding-top: 0;
}

.footer-product__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-product__ttl {
  background: linear-gradient(45deg, #4fb8b9 0%, #4fb8b9 30%, #446cba 100%);
  padding: 80px 15px 50px;
}

.footer-product .c-heading01 {
  text-align: center;
  color: #fff;
}

.footer-product .c-heading01 span {
  color: #ffea65;
}

.footer-product__link {
  border: 1px solid #fff;
  position: relative;
  transition: all 0.3s;
}

.footer-product__link:hover {
  opacity: 0.7;
}

.footer-product__txt {
  position: absolute;
  display: flex;
  bottom: 40px;
  right: 40px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  align-items: center;
}

.footer-product__txt img {
  width: 40px;
  margin-left: 20px;
}

.footer-product__name {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 60px;
  color: #4fb8b9;
  font-weight: 600;
  opacity: 0.8;
}

.footer-product__link figure img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.mail_text .text02 {
  font-size: 40px;
  line-height: 1.5;
}

.mail_text .text02 span {
  font-size: 56px;
  font-weight: 600;
  color: #fff03f;
}

.footer_rigth_contents h3 {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 24px;
}

.company_sec01 .slider4 {
  padding-top: 8rem;
  background: #67331B;
}

.company_sec01__body {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  text-align: center;
  padding: 8rem 0;
  margin-top: -19rem;
}

.company_sec01__body-wrap {
  padding: 0 15px;
}

.company_sec01__body img {
  width: 36rem;
  margin: auto;
}

.company_sec01__body div {
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
  line-height: 1.5;
}

.company_sec01__body p {
  font-size: 16px;
  line-height: 2;
  max-width: 840px;
  margin: auto;
  margin-top: 30px;
  text-align: left;
  /*font-weight: 600;*/
  text-align: center;
}

.p-company-sec02 {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.c-table {
  border-collapse: separate;
  border-spacing: 20px 0;
}

.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.access .item02__map h3 {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 17px;
  background: #67331B;
}

.access__details {
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-top: 10px;
}

.access__details img {
  display: inline-block;
  width: 24px;
  margin-right: 10px;
}

.access .cont__item p {
  line-height: 1.7;
  margin-top: 1rem;
}

.group {
  padding-top: 6rem;
  padding-bottom: 10rem;
  margin-top: 10rem;
  background: #F8F6F1;
}

.group-grid {
  display: grid;
  grid-template-columns: 40% 56%;
  gap: 4rem;
  align-items: center;
  max-width: 1000px;
  margin-top: 5rem;
}

.group-grid__txt {
  line-height: 2;
}

.group-content {
  background: #fff;
  text-align: center;
  line-height: 1.5;
}

.group-content p {
  padding: 10px;
}

.group-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
  gap: 2rem;
  margin-top: 4rem;
}

.group-btn .button-43 {
  width: 100%;
  max-width: 52rem;
  margin-top: 6rem;
}

.group-btn .button-43::after {
  content: none;
}

.group-btn .button-43::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-size: cover;
  vertical-align: middle;
  background-image: url(../img/sub/company/external.svg);
  right: 3rem;
}

.staff_sec01 .company_sec01__body {
  margin-top: 4rem;
  box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 60%, #F8F6F1 60%);
}

.staff_sec01 .company_sec01__body img {
  max-width: 830px;
  width: 100%;
  margin-top: 3rem;
}

.staff_sec01.recruit_sec01 .company_sec01__body img {
  max-width: 1000px;
}

.staff_sec01 {
  color: #262830;
  background-image: url(../img/common/sub-bg.svg);
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-size: cover;
  background-position: center;
}

.staff_sec01 .company_sec01__body div {
  position: relative;
}

.staff_sec01 .company_sec01__body div::before {
  content: "STAFF";
  position: absolute;
  top: -185%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8rem;
  color: rgba(24, 58, 126, 0.1);
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 0;
}

.staff_sec01.recruit_sec01 .company_sec01__body div::before {
  content: "RECRUIT";
  top: -75%;
}

.staff_sec01 .company_sec01__body div * {
  position: relative;
  z-index: 1;
}

.staff_imgs {
  background: #F8F6F1;
  padding: 0 15px 10rem;
}

.staff_img01 {
  max-width: 928px;
  width: 100%;
  margin: auto;
  padding: 30px 15px;
  background: #fff;
  border-radius: 14px;
}

.staff_img01_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 678px;
  align-items: center;
  gap: 2rem;
  margin: auto;
}

.staff_img_txt {
  font-size: 24px;
  font-weight: 600;
  margin-top: 3rem;
}

.staff_img_txt span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 3rem;
  margin-left: 1rem;
}

.staff_img02__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 6rem;
}

.staff_img02__wrap h3,
.staff_img03 h3 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #67331B;
  padding: 17px;
  border-radius: 6px;
  width: 90%;
  margin: auto;
  margin-bottom: -3rem;
  position: relative;
}

.staff_img02__wrap h3::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 6rem;
  background-color: #4d96be;
}

.staff_img02__leader {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.staff_img02__leader span {
  font-size: 14px;
  font-weight: 600;
}

.staff_img02__leader img {
  max-width: 260px;
  margin: auto;
  padding-top: 8rem;
  padding-bottom: 1rem;
}

.staff_img02__left {
  background: #fff;
  padding: 0 20px 60px;
  height: 100%;
  border-radius: 14px;
}

.staff_img02__staffs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.8rem;
  margin-top: 6rem;
}

.staff_img02__staff {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.staff_img02__staff img {
  margin-bottom: 10px;
}

.staff_img03 {
  margin-top: 10rem;
}

.staff_img03__staffs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 726px;
  width: 100%;
  gap: 1.8rem;
  margin: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.staff_img03__wrap {
  background: #fff;
}

.staff-bottom-img {
  background: #F8F6F1;
  padding-bottom: 6rem;
}

.sub-single .inner {
  /*max-width: 100rem;*/
  margin-top: 5rem;
}

.sub-single__title-flex {
  display: flex;
}

.property-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 60px 0;
}

.property-table th,
.property-table td {
  padding: 15px;
  vertical-align: middle;
}

.property-table th {
  background-color: #67331B;
  color: white;
  font-weight: bold;
  width: 20%;
}

.property-table td {
  color: #333;
  text-align: left;
  border-bottom: 1px solid #67331B;
}

.property-table tr {
  border-bottom: 1px solid #67331B;
}

.property-table tr:nth-child(even) td {
  background-color: #ffffff;
  /* 奇数行と偶数行の背景色を分ける場合 */
}

.property-table th:first-child,
.property-table td:first-child {
  border-left: 0;
}

.property-table th:last-child,
.property-table td:last-child {
  border-right: 0;
}

.works-cat {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 4rem;
}

.works-cat-btn {
  border: 1px solid #67331B;
  border-radius: 10px;
  color: #67331B;
  font-size: 17px;
  padding: 17px;
  text-align: center;
  transition: all 0.3s;
}

.works-cat-btn.active {
  background: linear-gradient(45deg, #4fb8b9 0%, #4fb8b9 30%, #446cba 100%);
  color: #fff;
  border: none;
}

.works-cat-btn:hover {
  opacity: 0.6;
}

.recruit_sec02 {
  background: #F8F6F1;
  padding-top: 0;
}

.staff_sec01.recruit_sec01 .company_sec01__body {
  padding-bottom: 3rem;
}

.recruit-jobantenna {
  background: #F8F6F1;
  padding: 6rem 15px 6rem;
}

.recruit-jobantenna a {
  max-width: 1000px;
  margin: auto;
  transition: all 0.3s;
}

.recruit-jobantenna:hover {
  opacity: 0.7;
}

.recruit_sec02__inner {
  padding: 0;
  max-width: 1080px;
}

.contact-text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 2rem;
  text-align: center;
  line-height: 2;
}

.sub-contact__inner {
  max-width: 1000px;
  margin: auto;
}

.sub-contact__box {
  padding: 6rem 15px 10rem;
  background: #F8F6F1;
}

.sub-contact {
  padding-bottom: 0;
}

.wpcf7-list-item {
  display: block;
  margin: 10px;
  margin-left: 0;
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  position: relative;
  cursor: pointer;
  margin-bottom: -3px;
}

input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #a7a7a7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -45%);
}

.header__item {
  position: relative;
}

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 230%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 22rem;
  padding: 1rem;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.dropdown-link {
  display: block;
  padding: 12px 20px;
  color: #67331B;
  text-decoration: none;
  font-weight: 600;
}

.dropdown-link:hover {
  background-color: #67331B1a;
}

.header__item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 90%;
}

.sub-cta {
  background: #67331B;
  text-align: center;
}

.product-lp .footer_flex .tel span::after {
  background: url(../img/common/tel-color02.svg) no-repeat center/contain;
}

.product-lp .mail_text .text02 {
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.05em;
}

.product-lp .mail_text .text02 span {
  font-weight: 900;
  font-size: 6rem;
}

.product-lp .mail_text .text02 span span {
  font-size: 4rem;
}

.sub-cta_txt {
  color: #1d1d1d;
  font-size: 3rem;
  font-weight: 600;
  background: #fff03f;
  padding: 2rem;
  max-width: 110rem;
  margin: auto;
  border-radius: 10px;
  position: relative;
}

.sub-cta_txt .fwb {
  font-weight: 900;
}

.sub-cta_txt .fwb.big {
  font-weight: 900;
  font-size: 4rem;
  display: block;
  margin-top: 2rem;
}

.sub-cta_txt::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #fff03f;
}

.product-lp .footer_flex .mail span {
  font-weight: 600;
}

.solar-carport-ttl {
  width: 100%;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  background-image: url(../img/sub/solar-carport/ttl01.png);
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.carport-catch-txt {
  font-size: 3rem;
  color: #fff;
  background: linear-gradient(to right, #183d81, #1263a8, #119aa5);
  padding: 2rem 15px 2.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.03em;
}

.carport-catch-txt span {
  font-weight: 600;
  font-size: 4rem;
  color: #ffea65;
  letter-spacing: 0.1em;
}

.contents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-top: 4rem;
}

.contents-grid p {
  font-size: 1.8rem;
  line-height: 2;
}

.carport-support {
  margin-top: 6rem;
}

.carport-support-grid__item {
  text-align: center;
  padding: 3rem 2.5rem;
  border: 4px solid #67331B;
  border-radius: 6px;
  display: grid;
  gap: 2rem;
}

.carport-support-grid__item h3 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #67331B;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carport-support-grid__item p {
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: left;
}

.carport-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 120rem;
  margin: auto;
  margin-top: 3rem;
}

.eco-cute-riyou-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 120rem;
  margin: auto;
  margin-top: 6rem;
}

.sub-cta02 {
  background: linear-gradient(to bottom, #fff 30%, #67331B 30%);
}

.product-lp .sub-cta02 .mail_text .text02 {
  color: #1d1d1d;
  font-weight: 600;
}

.product-lp .sub-cta02 .mail_text .text02 span {
  color: #f79854;
  font-weight: 600;
}

.product-lp .sub-cta02 .footer_flex .mail {
  border-radius: 6px;
}

.carport-feature-txt,
.eco-cute-feature-txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  max-width: 100rem;
  margin: auto;
  margin-top: 2rem;
}

.eco-cute-feature-txt {
  margin-top: 4rem;
}

.solar-carport-ttl-sub {
  text-align: center;
  font-size: 32px;
  color: #67331B;
  font-weight: 600;
  padding-bottom: 1rem;
}

.carport-feature-item,
.eco-cute-feature-item {
  padding: 6rem 15px 0;
}

.solar-carport-ttl-voice {
  color: #67331B;
  font-weight: 600;
  font-size: 24px;
  margin-top: 3rem;
  text-align: center;
}

.merit-img {
  max-width: 95rem;
  margin: 4rem auto;
  line-height: 2;
  margin-top: 2rem;
}

.merit-grid {
  margin-top: 8rem;
}

.merit-img img {
  padding-bottom: 3rem;
}

.c-accordion {
  border-bottom: 1px solid #9da3a7;
}

.c-accordion__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 4vw 6vw 4vw 0;
  position: relative;
  font-size: 3.5vw;
  line-height: 1.75;
}

.c-accordion__title span {
  width: 8vw;
  height: 8vw;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgb(100, 179, 244)),
      to(rgb(33, 89, 186)));
  background: linear-gradient(90deg,
      rgb(100, 179, 244) 0%,
      rgb(33, 89, 186) 100%);
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3vw;
}

.c-accordion__title::after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 1px solid #141414;
  border-right: 1px solid #141414;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 45%;
  right: 2vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-accordion__title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-accordion__content {
  display: none;
  background-color: #edf4fa;
  padding: 3vw;
}

.c-accordion__content p {
  font-size: 3vw;
  line-height: 1.75;
}

.accordion .js-accordion-title {
  background-color: #67331B;
  color: #fff;
  cursor: pointer;
  padding: 15px 20px 23px;
  position: relative;
  font-size: 3rem;
  margin-top: 2rem;
  position: relative;
  border: 1px solid #67331B;
  border-radius: 6px;
  text-align: left;
}

.accordion .js-accordion-title::before {
  content: "Q";
  position: absolute;
  display: block;
  width: 2.8rem;
  /* 画像の幅 */
  height: 4rem;
  /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/common/Q.svg);
  left: 2.2rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
}

.accordion .js-accordion-title span {
  font-size: 18px;
  margin-left: 5rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.accordion .js-accordion-title i.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease-in-out;
}

.accordion .js-accordion-title.open i.arrow {
  transform: translateY(-50%) rotate(135deg);
}

.accordion-content {
  display: none;
  /* background-color: #FFFEF0; */
  padding: 25px 20px;
  font-size: 18px;
  position: relative;
  padding-left: 7rem;
  line-height: 1.5;
  /* border: 1px solid #67331B; */
  border-top: none;
  border-radius: 0 0 6px 6px;
  text-align: left;
}

.accordion-content::before {
  content: "A";
  color: #67331B;
  position: absolute;
  display: block;
  width: 3.3rem;
  /* 画像の幅 */
  height: 3.5rem;
  /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/common/A.svg);
  left: 2.5rem;
  top: 1rem;
  font-size: 3rem;
  font-weight: 600;
}

.faq .inner {
  max-width: 1000px;
}

.faq {
  padding: 8rem 0;
  background: #F8F6F1;
}
.accordion {
  margin-top: 4rem;
}
.solar-panel-ttl,
.solar-panel-ttl02 {
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.solar-panel-ttl02 {
  font-size: 3.2rem;
}

.solar-panel-ttl::before,
.solar-panel-ttl02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: #E3F7FF;
  border-radius: 50%;
  z-index: -1;
}

.solar-panel-ttl02.-nocircle::before {
  content: none;
}

.solar-panel-ttl02.-whcircle::before {
  background-color: #fff;
}

.solar-panel-ttl.-yecircle::before {
  background-color: #FFFCA6;
}

.solar-panel-chance {
  margin-top: 6rem;
}

.chance-inner {
  max-width: 95rem;
  margin: auto;
}

.solar-panel-chance h3 {
  font-size: 3.4rem;
  font-weight: 600;
  margin-top: 3rem;
  line-height: 1.5;
}

.solar-panel-chance p {
  margin-top: 3rem;
  text-align: left;
  line-height: 2;
  font-size: 18px;
}

.solar-panel-img {
  margin-top: 4rem;
}

.solar-panel-feature {
  padding: 10rem 15px 10rem;
}

.solar-panel-feature img {
  padding-top: 3rem;
}

.solar-panel-ttl02 span,
.battery-ttl span {
  font-size: 40px;
  font-weight: 600;
  background: linear-gradient(to right, #183d81, #1263a8, #119aa5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.solar-panel-ttl02 span.black {
  background: none;
  -webkit-text-fill-color: #1d1d1d;
}

.solar-panel-feature.bg-yellow {
  background: #FFFEF0;
}

.solar-panel-txt {
  line-height: 2;
  font-size: 1.8rem;
}

.solar-panel-txt-bold {
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
}

.solar-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}

.bg-blue {
  background: #E3F7FF;
}

.solar-panel-faq {
  padding: 10rem 15px 0;
  text-align: center;
}

.solar-panel-ttl02.-question {
  position: relative;
  display: inline-block;
  margin: auto;
}

.solar-panel-ttl02.-question::before {
  content: "";
  position: absolute;
  display: block;
  width: 8rem;
  height: 7rem;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/sub/solar-panel/qq1.png);
  left: -2.3rem;
  background-repeat: no-repeat;
  border-radius: 0;
  top: 3rem;
}

.solar-panel-ttl02.-question::after {
  content: "";
  position: absolute;
  display: block;
  width: 8rem;
  height: 8rem;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/sub/solar-panel/qq2.png);
  right: -9rem;
  background-repeat: no-repeat;
  border-radius: 0;
  top: 0;
}

.solar-panel-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 13rem;
  gap: 4rem;
}

.solar-panel-faq-grid img {
  max-width: 100px;
  width: 100%;
  margin: auto;
}

.solar-panel-faq-item {
  background: #fff;
  border-radius: 10px;
  display: grid;
  gap: 3rem;
}

.solar-panel-faq-item p {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  padding: 0 15px;
}

.solar-panel-faq-grid img.faq-item-img01 {
  margin-top: -6.5rem;
}

.solar-panel-ans-voice {
  padding: 1.5rem 5rem;
  background: linear-gradient(to right, #183d81, #1263a8, #119aa5);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  border-radius: 50px;
  margin-top: 10rem;
  position: relative;
}

.solar-panel-ans-voice span {
  font-size: 26px;
  font-weight: 600;
}

.solar-panel-ans-voice::before {
  content: "";
  position: absolute;
  top: 103%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 20px solid #1263a8;
}

.solar-panel-ans h3 {
  margin-top: 2.5rem;
  font-weight: 600;
  font-size: 4.4rem;
}

.solar-panel-ans-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

h3.balloon-005 {
  font-size: 2.4rem;
  margin-top: 0;
  line-height: 1.3;
}

.balloon-005 {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
  padding: .5em 1.2em;
  border: 1px solid #1263a8;
  border-radius: 7px;
  background-color: #fff;
  color: #1d1d1d;
}

.balloon-005::before,
.balloon-005::after {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.balloon-005::before {
  background-color: #1263a8;
}

.balloon-005::after {
  bottom: -13px;
  background-color: #fff;
}

.solar-panel-ans-item {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.solar-panel-ans-item-body {
  position: relative;
  z-index: 1;
}

.solar-panel-ans-item-body.right {
  padding-left: 3rem;
}

.solar-panel-ans-item-body.left {
  padding-right: 3rem;
}

.solar-panel-ans-item-body::before {
  content: "";
  position: absolute;
  display: block;
  width: 8rem;
  height: 7rem;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/sub/solar-panel/qq3.png);
  left: 2.3rem;
  background-repeat: no-repeat;
  border-radius: 0;
  top: -1rem;
  z-index: 3;
}

.solar-panel-ans-item-body.left::before {
  left: 0.3rem;
  top: -2rem;
}

.solar-panel-ans-point {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.solar-panel-ans-point img {
  max-width: 90px;
}

.solar-panel-ans-point div {
  font-size: 24px;
  font-weight: 600;
  padding-left: 2rem;
  padding-top: 2rem;
  text-align: left;
  line-height: 1.5;
}

.solar-panel-ans-item-text {
  line-height: 1.7;
  font-size: 18px;
  text-align: left;
  margin-top: 2rem;
}

.solar-panel-ans-item+.solar-panel-ans-item {
  margin-top: 8rem;
}

.ans-cta {
  margin-top: 8rem;
}

.solar-panel_merit {
  padding-top: 10rem;
}

.solar-panel_merit .programItem.left .program_body,
.battery-merit .programItem.left .program_body {
  background: #FFFDF0;
  margin-bottom: -4rem;
  padding-right: 30rem;
  padding: 6rem 30rem 8rem 4rem;
}

.battery-merit .programItem.left .program_body {
  background: #fff;
}

.solar-panel_merit .program_ttl span {
  color: #67331B;
  font-size: 24px;
}

.solar-panel_merit .program_pic,
.battery-merit .program_pic {
  max-width: 510px;
  margin-left: -26rem;
}

.solar-panel_merit h3.program_ttl,
.battery-merit h3.program_ttl {
  margin-top: 0;
}

.solar-panel_merit .programItem.right .program_body,
.battery-merit .programItem.right .program_body {
  background: #FFFDF0;
  margin-top: 6rem;
  padding-left: 30rem;
}

.battery-merit .programItem.right .program_body {
  background: #fff;
}

.solar-panel_merit .programItem.right .program_pic,
.battery-merit .programItem.right .program_pic {
  margin-right: -25rem;
}

.smartstarl,
.battery-set {
  text-align: center;
  margin-top: 15rem;
  padding-bottom: 10rem;
}

.smartstarl .solar-panel-ttl02 {
  font-size: 3.6rem;
  margin-bottom: 3rem;
}

.smartstarl .solar-panel-ttl02 span {
  font-size: 4.6rem;
}

.smartstarl-grid {
  display: grid;
  grid-template-columns: 63% 29%;
  gap: 7rem;
  max-width: 85rem;
  margin: auto;
}

.battery-set-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100rem;
  margin: auto;
  margin-top: 1rem;
}

.smartstarl-inner,
.battery-set-inner {
  background: #FFFDF0;
  padding-top: 6rem;
  padding-bottom: 9rem;
}

.smartstarl-grid figure,
.battery-set-grid figure {
  margin-bottom: 2rem;
}

.smartstarl .button-43::after {
  content: none;
}

.smartstarl-point,
.battery-set-point {
  display: grid;
  grid-template-columns: 15% 83%;
  gap: 2rem;
  max-width: 100rem;
  margin: auto;
  text-align: left;
  margin-top: 5rem;
}

.smartstarl-point h3,
.battery-set-point h3 {
  font-size: 24px;
  font-weight: 600;
  color: #67331B;
}

.smartstarl-point p,
.battery-set-point p {
  line-height: 2;
  margin-top: 2rem;
  font-size: 1.8rem;
}

.feature {
  padding: 10rem 15px;
}

.reason-catch {
  margin-top: 6rem;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}

.reason-catch-txt {
  max-width: 100rem;
  margin: auto;
  margin-top: 3rem;
  line-height: 2;
  font-size: 1.8rem;
}

.circle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  margin-top: 4rem;
}

.circle {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(to right, #183d81, #1263a8, #119aa5);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.circle p {
  font-size: 28px;
}

.circle .medium {
  font-size: 36px;
  font-weight: 500;
}

.circle .big {
  font-size: 45px;
  font-weight: 600;
}

.circle .num-big {
  font-size: 60px;
  font-weight: 900;
}

.reason-point-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  row-gap: 6rem;
  margin-top: 8rem;
}

.reason-point-grid .item_ttl {
  font-size: 24px;
  margin-top: 2rem;
  font-weight: 600;
}

.reason-point-grid .txt {
  margin-top: 2rem;
  font-size: 18px;
  line-height: 1.7;
}

.reason {
  padding-bottom: 10rem;
}

.afterfollow {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.afterfollow-txt {
  margin-top: 7rem;
  text-align: center;
  font-size: 1.8rem;
}

.afterfollow-faq {
  padding: 1.5rem;
  width: 100%;
  max-width: 300px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(to right, #183d81, #1263a8, #119aa5);
  text-align: center;
  margin: auto;
  margin-top: 5rem;
  position: relative;
}

.afterfollow-faq::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #1263a8;
}

.afterfollow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 6rem;
  gap: 3rem;
}

.afterfollow-grid .item_ttl {
  line-height: 1.5;
  margin-top: 1rem;
  font-size: 1.8rem;
}

.afterfollow-cta {
  font-size: 4.6rem;
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}

.afterfollow-cta::after {
  content: "";
  position: absolute;
  display: block;
  width: 12rem;
  height: 12rem;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/sub/solar-panel/afterfollow_icon01.png);
  right: -14rem;
  bottom: 1rem;
  background-repeat: no-repeat;
}

.afterfollow-cta span {
  font-size: 5.5rem;
}

.afterfollow-cta-wrap {
  text-align: center;
  margin-top: 6rem;
}

.afterfollow-cta-wrap .carport-catch-txt {
  font-size: 4.6rem;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
}

.flow-grid img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.flow-grid .img {
  padding: 3rem;
  border: 3px solid #67331B;
  aspect-ratio: 1 / 1;
}

.flow-grid .item_ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 2rem;
}

.flow {
  padding-bottom: 10rem;
}

.sub-cta02.-gradation .mail_text .text02 {
  background: linear-gradient(to right, #183d81, #1263a8, #119aa5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.product-inner {
  background: #fff;
  padding: 6rem 3rem 8rem;
}

.solar-product {
  padding: 8rem 15px 2rem;
}

.solar-product.last {
  padding-bottom: 10rem;
}

.nextenergy-logo {
  max-width: 400px;
  margin: auto;
}

.solar-product-ttl {
  font-size: 28px;
  background: linear-gradient(to right, #183d81, #1263a8, #119aa5);
  padding: 2rem 3rem;
  color: #fff;
  font-weight: 600;
  /* border-radius: 6px; */
  margin-top: 6rem;
  display: flex;
  align-items: center;
}

.solar-product-txt {
  max-width: 100rem;
  margin: auto;
  margin-top: 3rem;
  line-height: 2;
  font-size: 1.8rem;
}

.product-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-top: 3rem;
}

.product-type {
  font-size: 28px;
  margin-top: 4rem;
}

.product-type span {
  font-size: 18px;
  background: #67331B;
  color: #fff;
  padding: 5px 20px;
  margin-right: 10px;
}

.product-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
  gap: 2rem;
}

.product-info div {
  background: #FADCAF;
  color: #B93F00;
  padding: 2rem 1rem;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info div span {
  font-size: 32px;
  padding: 0 3px;
}

.product-info div span.small {
  font-size: 16px;
  margin-top: 1rem;
}

.product-info-orange {
  color: #fa934a;
  font-size: 22px;
  display: flex;
  align-items: center;
}

.product-info-orange .num {
  font-size: 50px;
  padding: 0 10px;
}

.product-info-orange .percent {
  font-size: 22px;
  margin-top: 2rem;
}

.product-item .txt {
  font-size: 1.8rem;
  line-height: 2;
}

.product-items.-ai-c {
  align-items: center;
}

.product-item .txt-bold {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
}

.product-item img {
  width: auto;
  margin: auto;
}

.product-item-gray {
  padding: 2rem;
  background: #EDECED;
  margin-top: 2rem;
}

.product-item-gray h4 {
  font-weight: 500;
  font-size: 1.8rem;
  color: #1d1d1d;
}

.product-item-gray p {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 1rem;
}

.product-btn {
  max-width: 600px;
  width: 100%;
  padding: 1.5rem;
  background: #67331B;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  border-radius: 50px;
  margin: auto;
  position: relative;
  font-size: 2.8rem;
  margin-top: 4rem;
  transition: all 0.3s;
  display: none;
}

.product-btn img {
  display: inline-block;
  width: 30px;
}

.product-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(315deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.product-btn:hover {
  opacity: 0.7;
}

.platinum-logo {
  max-width: 500px;
  margin: auto;
}

.product-type02 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 4rem;
}

.product-type02 span {
  font-size: 18px;
  background: #fa934a;
  color: #fff;
  padding: 3px 25px;
  margin-right: 10px;
}

.product-info02 {
  text-align: center;
  line-height: 2;
  margin-top: 2rem;
}

.product-items.-row03 {
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  row-gap: 5rem;
}

h4.product-name {
  color: #1d1d1d;
  font-size: 24px;
  text-align: center;
  margin-top: 2rem;
}

.solar-product-ttl span {
  font-size: 18px;
  margin-left: 20px;
}

.qcells-logo {
  max-width: 300px;
  margin: auto;
}

.product-info03 {
  display: grid;
  grid-template-columns: 56% 44%;
}

.product-info03 div {
  line-height: 2;
  font-size: 18px;
}

.sakaigawa-logo {
  max-width: 500px;
  margin: auto;
}

.sakaigawa-catch {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 6rem;
}

.sakaigawa-txt {
  line-height: 1.5;
  font-size: 18px;
  max-width: 950px;
  margin: 4rem auto 0;
}

.sakaigawa-img {
  max-width: 600px;
  margin: 4rem auto 2rem;
}

.eco-cute-ttl {
  width: 100%;
  color: #1d1d1d;
  font-size: 3.5rem;
  font-weight: 600;
  background-image: url(../img/sub/eco-cute/ttl02.png);
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.eco-cute-ttl.-short {
  background-image: url(../img/sub/eco-cute/ttl01.png);
}

.eco-cute-ttl-sub {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
}

.eco-cute-ttl span {
  font-size: 16px;
}

.eco-cute-grid {
  display: grid;
  grid-template-columns: 28% 72%;
  max-width: 100rem;
  margin: auto;
  row-gap: 2rem;
  margin-bottom: 6rem;
}

.eco-cute-grid div {
  font-size: 22px;
  font-weight: 600;
}

.eco-cute-grid p {
  font-size: 18px;
  font-weight: 500;
}

.riyou {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.contents-grid-point {
  margin: 2rem 0;
  background: #FCCFC2;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  padding: 1rem;
}

.eco-cute-product {
  margin-top: 6rem;
}

.eco-cute-product-name {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

.eco-cute-product-ttl {
  font-size: 28px;
  background: #3E60CD;
  padding: 2rem 3rem;
  color: #fff;
  font-weight: 600;
  /* border-radius: 6px; */
  margin-top: 6rem;
  display: flex;
  align-items: center;
}

.product-info02 span {
  border: 1px solid #1d1d1d;
  padding: 0 7px 1px;
}

.eco-cute-product .product-items.-row03 {
  margin-bottom: 8rem;
  row-gap: 4rem;
}

.product-item h5 {
  color: #939393;
  font-size: 18px;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
}

.eco-cute-product.mitsubishi {
  margin-top: 8rem;
}

.eco-cute-product.mitsubishi .product-items.-row03 {
  margin-top: 10rem;
  grid-template-columns: repeat(4, 1fr);
}

.eco-cute-faq {
  padding-top: 8rem;
}

.eco-cute-faq h2 {
  margin-bottom: 0;
}

.battery-ttl {
  width: 100%;
  color: #1d1d1d;
  font-size: 3.5rem;
  font-weight: 600;
  background-image: url(../img/sub/battery/ttl.png);
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ai-feature {
  padding: 6rem 15px 6rem;
  background-image: url(../img/sub/battery/bg01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ai-feature-inner-short {
  max-width: 90rem;
  margin: auto;
  padding: 0;
}

.ai-feature-catch {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 4rem;
  font-weight: 600;
}

.ai-feature-txt {
  line-height: 2;
  font-size: 18px;
  margin-top: 2rem;
}

.ai-battery {
  max-width: 600px;
  margin: 6rem auto 4rem;
}

.battery-ttl {
  width: 100%;
  color: #67331B;
  font-size: 3.2rem;
  font-weight: 600;
  background-image: url(../img/sub/battery/ttl.png);
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ai-feature-item {
  margin-top: 10rem;
}

.ai-battery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 0;
}

.ai-battery-grid iframe {
  height: auto;
  aspect-ratio: 16 / 9;
}

.ai-feature-txt-grid {
  display: grid;
  grid-template-columns: 27% 70%;
  gap: 3rem;
  align-items: center;
  max-width: 100rem;
  margin: 3rem auto 0;
}

.ai-feature-txt {
  font-size: 18px;
}

.ai-feature-txt span {
  font-size: 24px;
  display: block;
  font-weight: 600;
}

.ai-battery-subject {
  margin-top: 4rem;
}

.ai-battery-subject h4 {
  display: inline-block;
  background: #67331B;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 10px 10px 0 0;
}

.ai-battery-subject_body {
  padding: 1rem 2rem;
  font-size: 18px;
  line-height: 2;
  border: 1px solid #67331B;
  height: 100%;
}

.ai-battery-subject_body figure {
  margin-top: 4rem;
}

.ai-battery-subject_body span {
  font-size: 15px;
}

.ai-battery-wifi {
  display: grid;
  grid-template-columns: 20% 80%;
  background: linear-gradient(to right, #183d81, #1263a8, #119aa5);
  margin-top: 6rem;
  padding: 4rem;
  padding-left: 0;
}

.ai-battery-wifi img {
  max-height: 200px;
  object-fit: contain;
}

.ai-battery-wifi-catch {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.ai-battery-wifi-catch span {
  color: #ffea65;
  font-size: 42px;
  font-weight: 600;
}

.ai-battery-wifi-body {
  text-align: center;
}

.ai-battery-wifi-body-txt {
  background: #fff;
  padding: 2rem;
  margin-top: 3rem;
}

.ai-battery-wifi-body-txt p {
  text-align: left;
  line-height: 2;
  font-size: 18px;
}

.ai-battery-wifi-body-txt div {
  font-size: 27px;
  margin-top: 2rem;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.ai-battery-wifi-body-txt div::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #FEF3D3;
  z-index: -1;
}

.ai-battery-wifi figure {
  display: flex;
  align-items: flex-end;
}

.battery-ttl.-bk {
  color: #1d1d1d;
}

.battery-chance-catch {
  max-width: 90rem;
  margin: auto;
}

.battery-txt {
  line-height: 1.7;
  font-size: 18px;
  margin-top: 4rem;
}

.battery-merit {
  padding-top: 10rem;
}

.battery-merit .program_ttl span {
  font-size: 24px;
  color: #67331B;
}

.battery-set-txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}

.battery-set-inner {
  background: #fff;
}

.catch-txt {
  background: #67331B;
  padding: 3.5rem 15px;
  text-align: center;
}

.catch-txt01 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}

.catch-txt02 {
  font-size: 46px;
  font-weight: 500;
  color: #fff03f;
  margin-top: 1.5rem;
}

.battery-point {
  padding-top: 6rem;
}

.battery-point .solar-panel-ttl02 span {
  font-size: 44px;
}

.battery-point-item {
  margin-top: 6rem;
}

.txtbg-yellow {
  background: #FFFECE;
  padding: 1rem;
  margin: 1.5rem 0;
}

.battery-ttl .fz-s {
  font-size: 32px;
}

.blackout {
  padding-top: 10rem;
}

.blackout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 120rem;
  margin: auto;
  margin-top: 6rem;
}

.blackout-grid__item {
  text-align: center;
  padding: 3rem 2.5rem;
  border: 4px solid #67331B;
  border-radius: 6px;
  display: grid;
  gap: 2rem;
  align-content: space-between;
}

.blackout-grid__item h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #67331B;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.blackout-grid__item h3 span {
  font-size: 4.4rem;
  line-height: 1;
  padding-left: 5px;
}

.blackout-grid__item p {
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 2rem;
}

.blackout-grid__item img {
  max-height: 140px;
  max-width: 170px;
  object-fit: contain;
  margin: auto;
}

.battery-point-ttl {
  color: #fff;
  background: linear-gradient(to right, #183d81, #1263a8, #119aa5);
  padding: 1rem 2rem 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  max-width: 800px;
  margin: 9rem auto 4rem;
}

.battery-point-ttl::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #1263a8;
}

.battery-point-ttl span {
  font-size: 23px;
  font-weight: 600;
  padding-right: 2rem;
}

.battery-point-ttl span.fz-b {
  font-size: 36px;
}

.battery-point-ttl.-short {
  max-width: 600px;
  margin: auto;
}

.battery-point {
  padding-top: 10rem;
}

.battery-point-img {
  max-width: 800px;
  margin: 4rem auto 4rem;
}

.battery-point .contents-grid {
  align-items: start;
}

.solar-product .battery-ttl {
  margin-bottom: 7rem;
}

.eneteluslogo-logo {
  max-width: 350px;
  margin: auto;
}

.xsollogo-logo {
  max-width: 300px;
  margin: auto;
}

.huaweilogo-logo {
  max-width: 500px;
  margin: auto;
}

.product-items .product-item-img {
  margin-top: 4rem;
}

.battery-faq {
  padding-top: 8rem;
}

.home .programItem.right .program_body::before {
  content: none;
}

.item_slide figure {
  position: relative;
  overflow: hidden;
}

.item_slide figure::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(154, 154, 154, 0));
  pointer-events: none;
  z-index: 1;
}

.item_slide figure img {
  transition: transform 0.3s ease;
  position: relative;
  z-index: 0;
}

.item_slide:hover figure img {
  transform: scale(1.1);
}

.product-item figure {
  overflow: hidden;
  border-radius: 14px;
}

.product-item figure img {
  transition: transform 0.3s ease;
  /* スムーズな拡大効果を設定 */
}

.product-item:hover figure img {
  transform: scale(1.1);
  /* ホバー時に画像を1.1倍に拡大 */
}

.home-product .arrow {
  margin-right: 0;
}

.customer-data-announcement {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  background: #01C1C3;
  border-radius: 14px;
  padding: 10px;
  width: 80%;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.sub-archive__container .customer-data-announcement {
  border-radius: 6px;
  width: 90%;
  top: 4%;
}

@keyframes blinking {
  0% {
    background: #238889;
  }

  100% {
    background: #01C1C3;
  }
}

.blink {
  animation: blinking 1s ease-in-out infinite alternate;
}

.floating-cta {
  background: #67331B;
}

#page-top.floating-cta {
  width: 100%;
  right: 0;
  bottom: 0;
  /* display: none; */
}

.home #page-top.floating-cta {
  display: block;
}

#page-top .footer_flex .tel_text .text02 {
  font-size: 14px;
  padding-top: 0;
}

#page-top .footer_flex .mail {
  background: #FFEA65;
  margin-right: 0;
}

#page-top .footer_flex .mail span {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

#page-top .footer_flex .mail span::after {
  height: 28px;
  top: 63%;
  left: -13px;
}

#page-top .mail_text .text02 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

#page-top .mail_text .text02 span {
  font-size: 19px;
  color: #C10F0F;
}

#page-top .footer_flex .mail_text {
  background: #fff;
  width: 100%;
  max-width: 377px;
  margin: auto;
  border-radius: 24px;
  margin-bottom: -1rem;
  z-index: 2;
  position: relative;
  text-align: center;
}

#page-top .footer_flex .mail_text::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#page-top .footer_flex {
  margin: 0;
  padding-top: 0;
}

#page-top .footer_flex .mail span::before {
  content: none;
}

#page-top .footer_flex {
  padding: 1rem;
  padding-top: 0;
}

#page-top .footer_flex .tel span::after {
  width: 40px;
  height: 40px;
  left: -2rem;
  top: 57%;
}

.company_sec01 .slider4 img {
  padding: 0;
}

.staff-slider {
  background: #F8F6F1;
}

.staff-slider img {
  padding: 5px;
}

.works-banner__link {
  transition: all 0.3s;
}

.works-banner__link:hover {
  opacity: 0.7;
}

.contents_img-catch {
  max-width: 50vw;
}

.contents_img-banner {
  max-width: 50vw;
}

.mq1450 {
  display: none;
}

.sub-archive__container.-item .c-card:hover .c-card__img-wrap.-item img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.sub-archive__container.-item .c-card .c-card__img-wrap.-item img {
  transition: transform 0.3s ease;
}

.sub-single__time-category p {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 4px;
}

.product-lp .inner {
  max-width: 110rem;
}

.tel_text {
  margin-top: -7px;
}

.product-info .product-info-ttl {
  padding: 0;
}

.wp-block-embed iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.lp-mv {
  padding-top: 7rem;
}

.battery-faq,
.eco-cute-faq,
.carport-faq {
  display: none;
}
.kengaku {
  padding: 3rem;
  border-radius: 30px;
  background: #f8f6f1;
  border: 3px solid #67331B;
  text-align: center;
  margin-top: 4rem;
}
.kengaku h3 {
  color: #fff;
  padding: 1rem;
  background: #67331B;
  font-size: 3rem;
  font-weight: bold;
  border-radius: 50px;
}
.kengaku p {
  line-height: 2;
  margin-top: 3rem;
}


@media screen and (max-width: 1800px) {
  .home-about__text::before {
    width: 20rem;
    height: 20rem;
    right: -14rem;
    bottom: -1rem;
  }

  .footer-product__txt {
    font-size: 26px;
  }

  .footer-product__name {
    font-size: 50px;
  }
}

@media screen and (max-width: 1450px) {
  .home-about__text::before {
    width: 20rem;
    height: 20rem;
    right: 0rem;
    bottom: -9rem;
  }

  .staff-body {
    left: auto;
    right: 0;
    padding: 30px;
    max-width: 472px;
  }

  .youtube::before {
    width: 250px;
    height: 202px;
    right: 0;
    top: -9rem;
  }

  .header__btn {
    margin-right: 3rem;
    padding-left: 6rem;
  }

  .header__btn::before {
    left: 11%;
  }

  .footer-product__txt img {
    margin-left: 10px;
  }

  .footer-product__name {
    top: 20px;
    left: 20px;
  }

  .mq1450 {
    display: block;
  }

}

@media screen and (max-width: 1200px) {
  .customer-data-announcement {
    font-size: 2rem;
  }

  .footer-product__name {
    font-size: 40px;
  }

  .footer-product__txt {
    right: 20px;
    bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  #page-top .footer_flex .tel span {
    font-size: 5rem;
  }

  #page-top .footer_flex .mail span {
    font-size: 26px;
  }

  #page-top .footer_flex .mail {
    padding: 17px 10px;
  }

  #page-top .footer_flex .tel span::after {
    width: 35px;
    height: 35px;
    left: -2rem;
    top: 3.5rem;
  }

  .footer-product__txt {
    font-size: 3rem;
    right: 10px;
    bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .product-item h4 {
    font-size: 30px;
  }

  .footer_flex .tel span {
    font-size: 38px;
    @media screen and (max-width: 768px) {
      font-size: 31px;
    }
  }

  .mail_text .text02 {
    font-size: 34px;
  }
  

  .mail_text .text02 span {
    font-size: 34px;
  }

  .footer_flex .tel span::after {
    width: 40px;
    height: 40px;
  }

  .footer_flex .tel_text .text02 {
    font-size: 18px;
    @media screen and (max-width: 768px) {
      font-size: 15px;
      margin-top: 4px;
      display: block;
    }
  }

  .tel_text02 {
    font-size: 22px;
  }

  .footer__link {
    padding-right: 8px;
  }

  .circle .medium {
    font-size: 26px;
  }

  .circle .num-big {
    font-size: 42px;
  }

  .circle .big {
    font-size: 28px;
  }

  .product-item h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .afterfollow-cta {
    font-size: 2.4rem;
  }

  .afterfollow-cta span {
    font-size: 3rem;
  }

  .afterfollow-cta::after {
    content: none;
  }

  .solar-panel-ttl02 {
    font-size: 2rem;
  }

  .solar-panel-ttl02 span {
    font-size: 2rem;
  }

  .footer-product__grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-lp .mail_text .text02 {
    font-size: 1.6rem;
  }

  .product-items {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-items.-row03 {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }

  .footer-product__name {
    font-size: 30px;
    top: 10px;
    left: 10px;
  }

  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .product-lp .mail_text .text02 span {
    font-size: 2.4rem;
  }

  .product-lp .mail_text .text02 span span {
    font-size: 2.4rem;
  }

  .sub-cta {
    padding: 1rem 15px;
  }

  .sub-cta .tel_text02 {
    margin-top: 0;
  }

  .sub-cta_txt {
    font-size: 16px;
    margin-top: 0;
    padding: 2rem 1rem;
    line-height: 1.3;
  }

  .sub-cta_txt .fwb.big {
    font-size: 2rem;
    margin-top: 0;
  }

  .tel_text02 {
    font-size: 16px;
    margin-top: 1rem;
  }

  .footer_flex .tel span {
    font-size: 34px;
  }

  .footer_flex .tel span::after {
    width: 26px;
    height: 26px;
    left: -0.5rem;
    top: 2rem;
  }

  .footer_flex .tel_text .text02 {
    font-size: 14px;
    margin-top: 1rem;
  }

  .product-lp .footer_flex .mail span {
    font-size: 20px;
  }

  .solar-panel-ttl,
  .solar-panel-ttl02 {
    font-size: 2rem;
  }

  .solar-panel-ttl::before,
  .solar-panel-ttl02::before {
    width: 70px;
    height: 70px;
  }

  .solar-panel-ttl,
  .solar-panel-ttl02 {
    margin-bottom: 3rem;
  }

  .button-43 {
    width: 25rem;
  }

  .solar-panel-chance {
    margin-top: 0;
  }

  .solar-panel-chance h3 {
    font-size: 2rem;
    text-align: center;
  }

  .solar-panel-chance p {
    font-size: 14px;
    line-height: 1.5;
  }

  .solar-panel-img {
    margin-top: 2rem;
  }

  .solar-panel-feature img {
    padding-top: 2rem;
  }

  .solar-panel-feature {
    padding: 5rem 15px 5rem;
  }

  .solar-panel-txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .solar-panel-txt-bold {
    font-size: 2rem;
    line-height: 2;
  }

  .solar-panel-grid {
    grid-template-columns: 1fr;
  }

  .solar-panel-faq {
    padding: 7rem 0 0;
  }

  .solar-panel-ttl02.-question::before {
    width: 6rem;
    height: 6rem;
    left: 35px;
    top: -1rem;
  }

  .solar-panel-ttl02.-question::after {
    width: 6rem;
    height: 6rem;
    right: 0;
    top: -5rem;
  }

  .solar-panel-faq-grid {
    grid-template-columns: 1fr;
    gap: 8rem;
    margin-top: 8rem;
  }

  .solar-panel-ans-voice {
    margin-top: 6rem;
    font-size: 16px;
  }

  .solar-panel-ans-voice span {
    font-size: 20px;
    padding: 0 3px;
  }

  .solar-panel-ans h3 {
    font-size: 2.6rem;
  }

  .solar-panel-ans-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .solar-panel-ans-items .solar-panel-ans-item:nth-child(2n) {
    flex-direction: column-reverse;
  }

  h3.balloon-005 {
    font-size: 2rem;
    padding: 1rem;
  }

  .solar-panel-ans-item-body::before {
    width: 5rem;
    height: 5rem;
    left: 0;
  }

  .solar-panel-ans-item-body.right {
    padding-left: 0;
  }

  .solar-panel-ans-point div {
    font-size: 18px;
    padding-left: 1rem;
  }

  .solar-panel-ans-point img {
    max-width: 60px;
  }

  .solar-panel-ans-item-body.left {
    padding-right: 0;
  }

  .solar-panel-ans-item-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .solar-panel-ans-item+.solar-panel-ans-item {
    margin-top: 6rem;
  }

  .ans-cta {
    margin-top: 5rem;
  }

  .solar-panel_merit {
    padding-top: 6rem;
  }

  .solar-panel_merit .programItem.left .program_body,
  .battery-merit .programItem.left .program_body,
  .solar-panel_merit .programItem.right .program_body,
  .battery-merit .programItem.right .program_body {
    padding: 3rem 1rem;
    z-index: 3;
    margin: 0;
  }

  .solar-panel_merit .programItem.right .program_body,
  .battery-merit .programItem.right .program_body {
    margin-top: 0;
  }

  .programItem.left .program_body::before,
  .programItem.right .program_body::before {
    width: 10rem;
    height: 10rem;
    right: -1rem;
    top: -7rem;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .solar-panel_merit .programItem.right .program_pic,
  .battery-merit .programItem.right .program_pic {
    margin-right: 0;
  }

  .smartstarl .solar-panel-ttl02 span {
    font-size: 2.4rem;
  }

  .smartstarl .solar-panel-ttl02 {
    font-size: 2rem;
  }

  .smartstarl-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }

  .smartstarl-grid figure img,
  .battery-set-grid figure img {
    max-height: 200px;
    object-fit: contain;
  }

  .smartstarl-point,
  .battery-set-point {
    grid-template-columns: 1fr;
  }

  .smartstarl-point h3,
  .battery-set-point h3 {
    line-height: 1.5;
    font-size: 20px;
  }

  .smartstarl-point img {
    max-width: 100px;
    margin: auto;
  }

  .smartstarl-point p,
  .battery-set-point p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .smartstarl,
  .battery-set {
    padding: 0 15px 4rem;
    margin-top: 6rem;
  }

  .reason-catch {
    line-height: 1.5;
    margin-top: 4rem;
    padding: 0 15px;
    font-size: 2rem;
  }

  .reason-catch-txt {
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.5;
  }

  .circle-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .circle p {
    font-size: 20px;
  }

  .circle .medium {
    font-size: 28px;
  }

  .circle .big {
    font-size: 26px;
  }

  .circle .num-big {
    font-size: 35px;
  }

  .reason-point-grid {
    gap: 2rem;
  }

  .reason-point-grid .item_ttl {
    font-size: 20px;
  }

  .reason {
    padding-bottom: 6rem;
  }

  .afterfollow {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .afterfollow-txt {
    margin-top: 4rem;
    padding: 0 15px;
    line-height: 1.5;
    font-size: 16px;
  }

  .afterfollow-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4rem;
  }

  .afterfollow-grid .item_ttl {
    font-size: 16px;
  }

  .afterfollow-cta-wrap .carport-catch-txt {
    font-size: 2rem;
    line-height: 1.5;
    padding: 1rem 15px 1.5rem;
  }

  .flow-grid .item_ttl {
    margin-top: 1rem;
    font-size: 18px;
  }

  .flow {
    padding-bottom: 6rem;
  }

  .sub-cta02.-gradation .mail_text .text02 {
    font-size: 16px;
  }

  .mail_text .text02 span {
    font-size: 36px;
  }

  .solar-product-ttl {
    font-size: 20px;
    margin-top: 4rem;
    padding: 1rem 1rem;
    flex-direction: column;
  }

  .product-inner {
    padding: 4rem 15px;
  }

  .product-btn {
    font-size: 2rem;
  }

  .product-btn img {
    font-size: 24px;
    width: 23px;
  }

  .product-info div span {
    font-size: 28px;
  }

  .product-info div {
    font-size: 14px;
    flex-direction: column;
  }

  .product-info {
    gap: 1rem;
  }

  .sakaigawa-catch {
    font-size: 2rem;
    margin-top: 3rem;
    line-height: 1.5;
  }

  .sakaigawa-txt {
    font-size: 14px;
    margin-top: 2rem;
  }

  .sakaigawa-img {
    margin-top: 2rem;
  }

  .solar-product-txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 2rem;
  }

  .product-type02 {
    margin-top: 2rem;
  }

  .accordion .js-accordion-title {
    padding: 5px 20px 12px;
  }

  .accordion .js-accordion-title span {
    margin-left: 2rem;
    font-size: 16px;
    line-height: 1.5;
  }

  .accordion .js-accordion-title::before {
    left: 1rem;
    top: 1.5rem;
    font-size: 2.5rem;
  }

  .accordion .js-accordion-title i.arrow {
    right: 15px;
  }

  .footer-product__txt {
    right: 4px;
    bottom: 15px;
    font-size: 20px;
    align-items: center;
  }

  .footer-product__txt img {
    margin-left: 8px;
  }

  .mail_text .text02 {
    font-size: 26px;
  }

  .mail_text .text02 span {
    font-size: 26px;
  }

  .footer__details {
    display: block;
    text-align: center;
  }

  .footer__details-time {
    margin-left: 0;
    margin-top: 2rem;
  }

  .footer__details-num {
    justify-content: center;
  }

  .battery-ttl {
    padding: 2rem 7px 2rem 6rem;
    font-size: 2rem;
    background-image: url(../img/sub/battery/ttl-sp.png);
    line-height: 1.2;
  }

  .battery-ttl_wrap {
    padding: 0 15px;
  }

  .carport-catch-txt {
    font-size: 2rem;
    line-height: 1.3;
    padding: 1rem 15px 1rem;
  }

  .carport-catch-txt span {
    font-size: 2.4rem;
  }

  .ai-feature-txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .ai-battery-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ai-feature-txt-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ai-feature-txt-grid img {
    max-width: 230px;
    margin: auto;
  }

  .ai-feature-txt span {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 1rem;
  }

  .ai-feature {
    padding: 4rem 15px;
  }

  .ai-battery-subject {
    padding: 0;
    gap: 6rem;
  }

  .ai-battery-wifi {
    padding: 15px;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ai-battery-wifi img {
    max-height: 110px;
  }

  .ai-battery-wifi-catch {
    font-size: 20px;
    line-height: 1.2;
  }

  .ai-battery-wifi-catch span {
    font-size: 22px;
    padding: 0 1px;
  }

  .ai-battery-wifi-body-txt p {
    line-height: 1.5;
    font-size: 14px;
  }

  .ai-battery-wifi-body-txt div {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .ai-battery-wifi-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .ai-battery-wifi-body-txt {
    padding: 15px;
  }

  .battery-chance {
    margin-top: 6rem;
  }

  .battery-ttl span {
    font-size: 2rem;
  }

  .battery-feature .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .battery-txt {
    font-size: 14px;
    margin-top: 2rem;
  }

  .battery-merit .programItem.left .program_body::before {
    width: 8rem;
    height: 7rem;
    top: -5rem;
    right: 1rem;
  }

  .battery-merit .programItem.right .program_body::before {
    width: 8rem;
    height: 8rem;
    top: -5rem;
    right: 1rem;
  }

  .battery-merit .program_ttl span {
    font-size: 20px;
  }

  .battery-set .solar-panel-ttl02 {
    font-size: 2rem;
  }

  .battery-set .solar-panel-ttl02 span {
    font-size: 2.2rem;
  }

  .battery-set-txt {
    font-size: 14px;
  }

  .battery-set-grid {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .battery-set-grid figure {
    margin-bottom: 0;
  }

  .battery-set-point figure {
    max-width: 120px;
    margin: auto;
  }

  .catch-txt {
    padding: 1.5rem 15px;
  }

  .catch-txt01 {
    font-size: 18px;
  }

  .catch-txt02 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .battery-point .solar-panel-ttl02 {
    font-size: 1.8rem;
  }

  .battery-point .solar-panel-ttl02 span {
    font-size: 2.2rem;
  }

  .contents-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contents-grid p {
    font-size: 14px;
    line-height: 1.5;
  }

  .battery-ttl .fz-s {
    font-size: 16px;
  }

  .blackout {
    padding-top: 6rem;
  }

  .blackout-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
    margin-top: 3rem;
  }

  .blackout-grid__item {
    padding: 1rem;
    gap: 0;
  }

  .blackout-grid__item img {
    max-width: 130px;
    max-height: 100px;
  }

  .battery-point-ttl {
    font-size: 2rem;
    padding: 0 2rem 1rem;
    line-height: 1.3;
    margin-top: 6rem;
  }

  .battery-point-ttl.-short {
    line-height: 1.3;
  }

  .ai-feature-catch {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 3rem;
  }

  .battery-point-ttl span.fz-b {
    font-size: 30px;
  }

  .solar-product {
    padding: 6rem 15px 0;
  }

  .solar-product .battery-ttl {
    margin-bottom: 4rem;
  }

  .eneteluslogo-logo,
  .xsollogo-logo {
    max-width: 230px;
  }

  .faq {
    padding: 6rem 0;
    text-align: left;
  }

  .battery-faq {
    padding-top: 5rem;
  }

  .solar-carport-ttl {
    font-size: 2rem;
    background-image: url(../img/sub/solar-carport/ttl-sp.png);
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    padding-left: 2rem;
  }

  .solar-carport-ttl__wrap {
    padding: 0 15px;
  }

  .carport-support {
    padding: 0 15px;
  }

  .carport-support-grid {
    grid-template-columns: 1fr;
  }

  .solar-carport-ttl-sub {
    font-size: 2rem;
  }

  .carport-feature-txt,
  .eco-cute-feature-txt {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
  }

  .solar-carport-ttl-voice {
    font-size: 18px;
    line-height: 1.5;
  }

  .eco-cute-ttl-wrap {
    padding: 0 15px;
  }

  .eco-cute-ttl {
    font-size: 2rem;
    background-image: url(../img/sub/eco-cute/ttl-sp.png);
    padding-bottom: 2.5rem;
    line-height: 1.5;
  }

  .eco-cute-ttl-sub {
    font-size: 2rem;
    padding-bottom: 0;
  }

  .eco-cute-ttl span {
    font-size: 14px;
  }

  .eco-cute-feature-txt {
    margin-top: 1rem;
  }

  .eco-cute-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .eco-cute-grid p {
    padding-bottom: 2rem;
    font-size: 16px;
  }

  .riyou {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .contents-grid-point {
    font-size: 14px;
    margin: 1rem 0;
  }

  .eco-cute-riyou-grid {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .carport-support-grid__item {
    padding: 1rem;
    gap: 1rem;
  }

  .eco-cute-product-name {
    font-size: 22px;
  }

  .eco-cute-product {
    margin-top: 2rem;
  }

  .eco-cute-product-ttl {
    font-size: 24px;
    margin-top: 3rem;
    padding: 1rem;
  }

  .eco-cute-product.mitsubishi .product-items.-row03 {
    grid-template-columns: 1fr;
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  .slide-text.fv-banner {
    right: 0;
    bottom: 0;
  }

  .works-banner {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 4rem;
  }

  .item_group {
    margin-top: 0;
  }

  .home-about__wrap {
    grid-template-columns: 1fr;
  }

  .home-about__text h3 {
    font-size: 20px;
    margin-top: 3rem;
    line-height: 1.5;
  }

  .home-about {
    padding: 6rem 0;
  }

  .advantage__grid {
    grid-template-columns: 1fr;
    gap: 5rem;
    margin-top: 6rem;
  }

  .advantage__item .icon {
    max-width: 150px;
  }

  .advantage__item h3 {
    font-size: 20px;
  }

  .advantage__item {
    padding-bottom: 2.5rem;
  }

  .program_body .num {
    margin-top: -3rem;
  }

  .program_body {
    padding: 1rem 15px 4.5rem;
  }

  h3.program_ttl {
    margin-top: 2.6rem;
  }

  .programItem.right .program_body {
    padding: 1rem 15px 4.5rem;
    margin-top: 0;
  }

  .program_maker {
    margin-top: 2rem;
  }

  .programItem.third .program_body {
    margin-top: 0;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-link img {
    width: 40px;
  }

  .product-item_text.product-link {
    margin-top: 0;
  }

  .product-item_text.product-link h4 {
    font-size: 26px;
  }

  .construction-title {
    padding-bottom: 6.5rem;
  }

  .construction-title::before {
    background-repeat: no-repeat;
    width: 7rem;
    height: 14rem;
  }

  .construction-title::after {
    background-repeat: no-repeat;
    width: 10rem;
    height: 8rem;
    bottom: 5rem;
  }

  .construction-flex {
    display: block;
  }

  .construction-step {
    width: 100%;
  }

  .construction-arrow img {
    transform: rotate(90deg);
  }

  .construction-arrow {
    margin: 0 auto 2rem;
  }

  .construction-step::after {
    top: -6rem;
  }

  .youtube-icon {
    width: 50px;
  }

  .youtube-ttl {
    font-size: 24px;
  }

  .youtube::before {
    width: 200px;
    height: 162px;
    right: 0;
    top: -9rem;
  }

  .construction {
    padding-bottom: 6rem;
  }

  .youtube {
    padding-bottom: 7rem;
  }

  .company-wrap {
    grid-template-columns: 1fr;
    padding: 0 15px;
    gap: 3rem;
  }

  .company {
    padding: 6rem 0;
  }

  .staff-body {
    position: relative;
    transform: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .company-body h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  .slick-next:before {
    width: 30px;
    height: 30px;
  }

  .works-cat {
    grid-template-columns: 1fr 1fr;
  }

  .works-cat-btn {
    padding: 17px 0;
    font-size: 1.6rem;
  }

  .customer-data-announcement {
    font-size: 2rem;
  }

  .slider_item .slick-slide a::before {
    right: 20px;
    bottom: 20px;
  }

  .nav-drawer_ttl {
    font-size: 2rem;
    font-weight: 600;
    width: 300px;
    text-align: left;
    margin: auto;
    margin-bottom: 1rem;
  }

  .home #page-top.floating-cta {
    display: none;
  }

  .company_sec01__body {
    margin-top: -8rem;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .company_sec01__body img {
    width: 20rem;
  }

  .company_sec01__body div {
    font-size: 20px;
    margin-top: 3rem;
  }

  .p-company-sec02 {
    padding: 6rem 0;
  }

  .c-table {
    border-spacing: 0px;
  }

  .access-grid {
    grid-template-columns: 1fr;
  }

  .access .item02__map h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 12px;
  }

  .group-grid {
    grid-template-columns: 1fr;
    margin-top: 3rem;
    gap: 3rem;
  }

  .group-contents {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .group-btn .button-43 {
    width: 300px;
  }

  .footer-product__ttl {
    padding: 5rem 15px 3rem;
  }

  .l-page-cover__ttl {
    font-size: 4rem;
  }

  .staff_sec01 .company_sec01__body {
    background: #fff;
  }

  .staff_sec01 .company_sec01__body div::before {
    top: -80%;
  }

  .staff_img01_grid {
    grid-template-columns: 30% 66%;
    gap: 1rem;
  }

  .staff_img_txt {
    font-size: 2rem;
    margin-top: 1rem;
  }

  .staff_img_txt span {
    margin-right: 1rem;
  }

  .staff_img02__wrap h3,
  .staff_img03 h3 {
    font-size: 2rem;
  }

  .staff_img02__staffs {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }

  .staff_img02__wrap {
    gap: 1rem;
    padding: 0;
  }

  .staff_img02__left {
    padding: 0 15px 3rem;
  }

  .staff_img02__leader {
    font-size: 20px;
  }

  .staff_img02__staff {
    font-size: 18px;
  }

  .staff_img02__staff img {
    margin-bottom: 5px;
  }

  .staff_img03 {
    margin-top: 6rem;
  }

  .staff_img03__staffs {
    grid-template-columns: 1fr 1fr;
    padding: 6rem 15px 4rem;
  }

  .staff_imgs {
    padding-bottom: 6rem;
  }

  .staff_sec01.recruit_sec01 .company_sec01__body {
    background: #fff;
  }

  .staff_sec01.recruit_sec01 .company_sec01__body div::before {
    top: -45%;
  }

  .recruit_sec02__inner {
    margin-top: 0;
    padding: 0 15px;
  }

  .recruit-jobantenna {
    padding: 2rem 15px 2rem;
  }

  .sub-contact__top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sub-contact__tel {
    margin-top: 1rem;
  }

  .sub-single__title h1 {
    font-size: 2.4rem;
  }

  .sub-single__title p {
    font-size: 20px;
  }

  .property-table th,
  .property-table td {
    padding: 10px;
  }

  .property-table th {
    width: 25%;
  }

  .contents_img-catch {
    max-width: 80vw;
  }

  .contents_img-banner {
    max-width: 90vw;
  }

  .home-about__text p {
    font-size: 14px;
  }

  .program_maker p {
    font-size: 14px;
  }

  .product {
    padding-top: 5rem;
  }

  .product-item_text.product-link h4 {
    font-size: 20px;
  }

  .footer {
    padding-bottom: 0;
  }

  .footer__copyright {
    margin-top: 0;
  }

  .company_sec01__body p {
    font-size: 15px;
    margin-top: 5rem;
    padding: 0 15px;
  }

  .lm-support-logo {
    max-width: 300px;
    margin: auto;
  }

  .staff_img02__wrap h3::before {
    height: 7rem;
    top: -7rem;
  }

  .staff_img02__wrap {
    margin-top: 7rem;
  }

  .staff_img02__leader img {
    max-width: 100px;
  }

  .contact-text {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
  }

  .sub-contact__item dt .required {
    margin-left: 0;
  }

  .sub-contact__item dt .optional {
    margin-left: 0;
  }

  input[type="radio"]:checked::before {
    top: 49%;
  }

  .contract-img {
    margin-top: 4rem;
  }

  .sub-single__time-category p {
    font-size: 16px;
  }

  .nav-drawer-banner {
    max-width: 250px;
    margin: auto;
  }

  .footer_flex .mail span::after {
    width: 34px;
    height: 27px;
    left: -11px;
  }

  .sp-noinner {
    padding-left: 0;
    padding-right: 0;
  }

  .solar-panel-faq-item {
    gap: 2rem;
  }

  .solar-panel-faq-item p {
    line-height: 1.5;
  }

  .solar-panel-ans-item-body.left::before {
    top: -1rem;
  }

  .solar-panel_merit .program_ttl span {
    font-size: 20px;
  }

  .smartstarl-inner,
  .battery-set-inner {
    margin-top: 3rem;
    padding-bottom: 6rem;
    padding-top: 3rem;
  }

  .project_area .project_inner .item .img img {
    margin-bottom: 2rem;
  }

  .reason-point-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .reason-point-grid .txt {
    margin-top: 1rem;
  }

  .sub-cta_txt::before {
    top: 94%;
  }

  .product-type span {
    font-size: 16px;
    padding: 2px 13px;
  }

  .product-type {
    font-size: 22px;
    margin-top: 3rem;
  }

  .product-info .product-info-ttl {
    display: block;
  }

  .product-item .txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .product-info-orange {
    font-size: 18px;
    line-height: 1.5;
  }

  .product-info-orange .num {
    font-size: 30px;
  }

  .product-info-orange .percent {
    font-size: 18px;
    margin-top: 1rem;
  }

  .product-item .txt-bold {
    font-size: 2rem;
    line-height: 1.5;
  }

  .product-item-gray {
    padding: 1rem;
  }

  .product-item-gray p {
    font-size: 14px;
    line-height: 1.5;
  }

  .product-type02 {
    font-size: 2rem;
  }

  .product-type02 span {
    font-size: 14px;
    padding: 0 17px;
  }

  .product-info02 {
    line-height: 1.5;
    margin-top: 1rem;
  }

  h4.product-name {
    font-size: 20px;
    margin-top: 0;
  }

  .solar-product-ttl span {
    margin-left: 0;
    margin-top: 1rem;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
  }

  .product-info03 div {
    font-size: 16px;
    line-height: 1.5;
  }

  .accordion-content {
    font-size: 16px;
    padding: 15px;
    padding-left: 4rem;
  }

  .accordion-content::before {
    font-size: 3rem;
    left: 1rem;
  }

  .ai-battery {
    margin-top: 3rem;
  }

  .ai-feature-item {
    margin-top: 6rem;
  }

  .ai-battery-subject h4 {
    font-size: 16px;
  }

  .ai-battery-subject_body {
    font-size: 16px;
    line-height: 1.5;
  }

  .ai-battery-subject_body figure {
    margin-top: 3rem;
  }

  .battery-merit {
    padding-top: 6rem;
  }

  .battery-point {
    padding-top: 4rem;
  }

  .blackout-grid__item h3 {
    font-size: 2.2rem;
  }

  .blackout-grid__item h3 span {
    font-size: 3.4rem;
  }

  .blackout-grid__item p {
    font-size: 16px;
  }

  .battery-point-wrap {
    padding: 0 15px;
  }

  .battery-point-img {
    margin: 2rem auto;
  }

  .carport-support-grid__item h3 {
    font-size: 2rem;
  }

  .carport-support-grid__item p {
    font-size: 14px;
  }

  .merit-img {
    font-size: 14px;
    line-height: 1.5;
  }

  .eco-cute-grid div {
    font-size: 18px;
  }

  .eco-cute-faq {
    padding-top: 4rem;
  }

  .company-body {
    margin: 0;
  }

  .lp-mv {
    padding-top: 14vw;
  }

  .nav-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
}

.staff_section-ttl {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #67331B;
  padding: 17px;
  border-radius: 6px;
  width: 90%;
  margin: auto;
  margin-top: 5rem;
}

.home-blog {
  padding: 53px 0 80px;

  .home-blog__inner {
    max-width: 1060px;

    .newsWrap {

      @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 30px;
      }

      .titArea {
        @media screen and (max-width: 767px) {
          display: contents;
        }

        .contents_ttl_002 {}

        .c-tit {

          @media screen and (max-width: 767px) {
            order: 0;
          }
        }

        .home-blog__btn {

          @media screen and (max-width: 767px) {
            order: 2;
            display: flex;
            justify-content: center;
          }
        }
      }

      .home-blog__btn {
        display: flex;
        justify-content: flex-start;
        @media screen and (max-width: 767px) {
          padding-top: 0;
        }
      }

      .home-blog__item-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        gap: 3rem;
        margin-top: 3rem;

        @media screen and (max-width: 767px) {
          grid-template-columns: 1fr;
          gap: 1rem;
          margin-top: 1rem;
        }

        
      }
    }
  }
}

.p-about {
  padding: 8rem 0;
  background-color: #F8F6F1;

  .p-about__text {
    margin-top: 30px;
    width: 100rem;
    text-align: center;
    margin: 30px auto 0;
    @media screen and (max-width: 767px) {
      width: auto;
      text-align: left;
    }
  }
}

.c-product {
  padding: 60px 0 120px;

  .c-product-contents {
    margin-top: 6rem;

    .c-product-contents__itemWrap {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
      margin-top: 40px;
      &.c-product-contents__itemWrap--product {
        display: block;
        .c-product-contents__item {
          + .c-product-contents__item {
            margin-top: 40px;
          }
        }
      }
      @media screen and (max-width: 768px) {
        grid-template-columns: repeat(1, 1fr);
      }

      .c-product-contents__item {
        margin-top: 0;

        +.c-product-contents__item {
          margin-top: 0;
          @media screen and (max-width: 768px) {
            margin-top: 0px;
          }
        }

        .textArea {
          min-height: 222px;
          margin-left: 0;
          padding: 30px 20px;
          width: 100%;

          @media screen and (max-width: 768px) {
            min-height: auto;
            width: 100%;
            margin: 0;
          }
        }
      }
    }

    .c-product-contents__item {
      display: flex;
      align-items: stretch;
      height: auto;

      @media screen and (max-width: 768px) {
        flex-direction: column;
      }

      +.c-product-contents__item {
        margin-top: 70px;
        @media screen and (max-width: 768px) {
          margin-top: 40px;
        }
      }

      .imageArea {
        border-radius: 30px;
        overflow: hidden;
        width: 54.63%;

        @media screen and (max-width: 768px) {
          width: 100%;
        }
      }

      .textArea {
        position: relative;
        z-index: 3;
        margin-left: -60px;
        padding: 32px 43px;
        border-radius: 30px;
        background-color: #eee8de;
        display: flex;
        flex-direction: column;
        min-height: 412px;
        width: 50.73%;
        justify-content: center;


        @media screen and (max-width: 768px) {
          width: 100%;
          margin: -50px auto 0;
          min-height: auto;
          padding: 30px 20px;
        }

        .itemTit {
          font-size: 32px;
          line-height: 1.5;
          font-weight: 500;
          margin-bottom: 30px;
          color: #67331B;
          position: relative;

          @media screen and (max-width: 768px) {
            font-size: 20px;
            margin-bottom: 1rem;
          }
        }

        .itemList {
          margin-top: 30px;

          &.itemList--grid {
            display: grid;
            grid-auto-flow: column;
            grid-template-rows: repeat(6, auto);

            @media screen and (max-width: 768px) {
              grid-template-rows: auto;
              grid-auto-flow: row;
            }
          }

          .listItem {
            &.listItem--etc {
              .listLink {
                pointer-events: none;

                .icon_link {
                  display: none;
                }
              }

            }

            .listLink {
              display: flex;
              gap: 7px;
              align-items: center;
              transition: .4s;
              &:hover {
                opacity: .6;
              }
              .startIcon {
                width: 19px;
              }

              .itemText {
                font-size: 15px;
                line-height: 2;
                font-weight: 500;
              }

              .icon_link {
                width: 12px;
              }
            }

          }
        }
      }
    }
  }

  .c-product__btnArea {
    margin-top: 40px;
  }
}

.p-company {
  padding: 60px 0 8rem;
  background: #67331B;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;

  @media screen and (max-width: 767px) {
        border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .p-company-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;

    @media screen and (max-width: 767px) {
      grid-template-columns: 1fr;
      margin-top: 30px;
      gap: 30px;
    }

    .p-company-box__textArea {
      max-width: 681px;

      .c-textA {
        color: #fff;
        text-align: center;
        margin-top: 4rem;
      }

      .logoArea {
        margin-top: 30px;
        display: flex;
        justify-content: center;

        img {
          width: 466px;

          @media screen and (max-width: 767px) {
            width: 100%;
          }
        }
      }

      .btnArea {
        margin-top: 22px;
        display: flex;
        justify-content: center;
        @media screen and (max-width: 767px) {
          margin-top: 30px;
        }
      }
    }

    .p-company-box__imageArea {}
  }
}

.home {
  .home-mv {
    position: relative;

    &::after {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      right: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: #67331B;
      opacity: .33;
    }

    .slide-text {
      padding-left: 4%;
      z-index: 4;
      font-size: 36px;
      line-height: 1.5;
      font-weight: 900;
      color: #fff;
      text-shadow: 0 0 10px rgba(0, 0, 0, .68);

      @media screen and (max-width: 767px) {
        font-size: 22px;
        padding-left: 4%;
        padding-right: 4%;
        text-align: center;
        width: 100%;
      }

      .small {
        font-size: 30px;

        @media screen and (max-width: 767px) {
          font-size: 18px;
        }
      }
    }

    .mvLogo {
      position: absolute;
      z-index: 4;
      right: 38px;
      bottom: 40px;

      @media screen and (max-width: 767px) {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
      }

      img {
        width: 500px;

        @media screen and (max-width: 767px) {
          width: 100%;
        }
      }
    }
  }
}

.sub {
  .p-anchor {
    background: #67331B;
    padding: 40px 0;

    .p-anchor-box {
      display: grid;
      &.p-anchor-box--grid4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        @media screen and (max-width: 767px) {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      &.p-anchor-box--grid5 {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
        @media screen and (max-width: 767px) {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      .p-anchor-box__link {
        background-color: #fff;
        color: var(--color-blown);
        font-size: 18px;
        line-height: 1.5;
        font-weight: bold;
        padding: 20px 10px;
        transition: .4s;
        text-align: center;
        @media screen and (max-width: 767px) {
          padding: 10px;
        }
        &:hover {
          background-color: var(--color-blown);
          color: #fff;
        }
      }
    }
  }

  .p-philosophy {
    padding: 8rem 0;
    background: #F8F6F1;

    .p-philosophy__theme {
      text-align: center;
      font-size: 32px;
      line-height: 1.5;
      font-weight: 900;
      margin-top: 30px;
      @media screen and (max-width: 768px) {
        font-size: 26px;
        @media screen and (max-width: 767px) {
          font-size: 22px;
        }
      }
      
    }

    .p-philosophy-contents {
      margin-top: 6rem;

      .p-philosophy-contents__item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 60px;
        @media screen and (max-width: 768px) {
          gap: 40px;
          @media screen and (max-width: 767px) {
            gap: 30px;
          }
        }
        
        + .p-philosophy-contents__item {
          margin-top: 60px;
        }
        @media screen and (max-width: 767px) {
          flex-direction: column;
        }

        &:nth-child(even) {
          flex-direction: row-reverse;

          @media screen and (max-width: 767px) {
            flex-direction: column;
          }
        }

        .imageArea {
          border-radius: 50px;
          overflow: hidden;
          width: 50%;
          @media screen and (max-width: 767px) {
            width: 100%;
          }
        }

        .textArea {
          max-width: 478px;
          width: 50%;
          @media screen and (max-width: 767px) {
            width: 100%;
          }

          .itemTit {
            font-size: 28px;
            line-height: 1.5;
            font-weight: bold;
            color: var(--color-blown);
            margin-bottom: 20px;
            position: relative;
              padding-left: 25px;
              &::before {
                content: "";
                width: 15px;
                height: 15px;
                position: absolute;
                top: 13px;
                left: 0;
                background: #67331B;
                border-radius: 50px;
              }
          }

          .itemList {
            .listItem {
              font-size: 15px;
              line-height: 1.7;
              display: flex;
              gap: 5px;
              align-items: flex-start;
              .startIcon {
                width: 19px;
                margin-top: 5px;
              }
            }
          }
        }
      }
    }

  }

  .p-company-sec02__mapArea {
    margin-top: 50px;
    iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 5;
      @media screen and (max-width: 767px) {
        aspect-ratio: 3 / 2;
      }
    }
  }

  /* 許認可証セクション（マップ下） */
  .p-company-license {
    margin-top: 6rem;
    padding-bottom: 2rem;
  }
  .p-company-license .c-titA {
    margin-bottom: 3rem;
  }
  .p-company-license__inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-company-license__lead {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin: -1.5rem 0 2rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #67331B;
  }
  .p-company-license__meta {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
    font-size: 1.35rem;
    line-height: 1.65;
    color: #555;
  }
  .p-company-license__meta li {
    position: relative;
    padding-left: 0.85em;
    margin-bottom: 0.25em;
  }
  .p-company-license__meta li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #67331B;
    font-weight: 700;
  }
  .p-company-license__group {
    margin-bottom: 4rem;
  }
  .p-company-license__group:last-child {
    margin-bottom: 0;
  }
  .p-company-license__groupTitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #67331B;
  }
  .p-company-license__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .p-company-license__item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
  .p-company-license__item.has-image {
    padding-bottom: 1rem;
  }
  .p-company-license__itemName {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.8rem 0;
    line-height: 1.4;
  }
  .p-company-license__item:not(.has-image) .p-company-license__itemName {
    margin-bottom: 0;
  }
  .p-company-license__item.has-meta:not(.has-image) .p-company-license__itemName {
    margin-bottom: 0.6rem;
  }
  .p-company-license__itemFig {
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
  }
  .p-company-license__itemFig a {
    display: block;
  }
  .p-company-license__itemFig img {
    width: 100%;
    height: auto;
    vertical-align: top;
    display: block;
  }
  @media screen and (max-width: 767px) {
    .p-company-license {
      margin-top: 4rem;
    }
    .p-company-license__list {
      grid-template-columns: 1fr;
      gap: 1.2rem;
    }
    .p-company-license__groupTitle {
      font-size: 1.6rem;
    }
    .p-company-license__lead {
      font-size: 1.6rem;
      margin-top: -1rem;
    }
    .p-company-license__meta {
      font-size: 1.25rem;
    }
    .p-company-license__itemName {
      font-size: 1.4rem;
    }
  }

  .timeline {
    /*  max-width: 900px;*/
    width: 100%;
    /*  margin:50px auto;*/
    padding: 0 30px;
    margin-top: 4rem;
  }

  .timeline li {
    position: relative;
    list-style: none;
    padding: 0 0 20px 0;
  }

  .timeline dd strong {
    display: block;
    /*  padding:10px 0;*/
    font-size: 2rem;
    font-weight: 500;
  }

  .border-line {
    position: absolute;
    left: .55em;
    top: 0;
    width: 4px;
    height: 0;
    background: #F5D9A9;
  }

  .timeline li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #67331B;
    border-radius: 50%;
    /* background: url(../img/common/timeline.svg); */
    background-repeat: no-repeat;
  }

  .timeline_img_dd {
    display: grid;
    grid-template-columns: 0.3fr 1fr 1fr;
    margin-top: 2rem;
  }

  .timeline_img_dd img {
    padding-left: 3%;
  }

  .timeline_txt_dd {
    display: grid;
    grid-template-columns: 0.6fr 2fr;
       align-items: center;
    margin-top: 2rem;
    gap: 2rem;
    background: #f8f6f1;
    border-radius: 30px;
  }

  .timeline_year {
    font-weight: bold;
    color: #282828;
  }

  .timeline dl {
    margin: 0 0 20px 3em;
    display: grid;
    grid-template-columns: 0.25fr 2fr;
    display: flex;
    flex-direction: column;
  }

  .timeline dt {
    font-size: 2.8rem;
    font-weight: 600;
    color: #67331B;
  }

  .timeline p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
  }

  .timeline_day {
    font-weight: 600;
    font-size: 120%;
  }
  .timeline_img img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 30px;
  }

  @media screen and (max-width: 767px) {
    .timeline dl {
      grid-template-columns: 1fr;
    }

    .timeline_img_dd,
    .timeline_txt_dd {
      grid-template-columns: 1fr;
      padding: 2rem;
    }

    .timeline dl {
      gap: 10px;
    }

    .timeline dd strong {
      padding-bottom: 10px;
    }

    .timeline_img_dd img {
      padding-left: 0;
      padding-top: 10px;
    }

    .timeline {
      padding: 0 10px;
    }

    .timeline_txt_dd,
    .timeline_img_dd {
      margin-top: 0;
    }

    .company_access {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3%;
      margin-top: 1rem;
    }

    .access_info li {
      grid-template-columns: 1fr 4fr;
      line-height: 1.7;
    }

    .timeline dt {
      font-size: 2.4rem;
    }
  }
}

.c-blog-item .item__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem 0;
}

.c-blog-item .item__link:hover {
  opacity: .8;
  transition: var(--transition);
}

.c-blog-item .item__img {
  width: 100%;
  aspect-ratio: 3 / 2;
  position: relative;
}

.c-blog-item .item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.c-blog-item .item__body {
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.c-blog-item .item__ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  /* 	-webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*color: var(--color-blown);*/
}

.c-blog-item .item__time {
  display: block;
  color: #666666;
  font-size: 1.2rem;
  min-width: 70px;
}

.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(--color-blown);
  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);
}
.item__infoWrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .home-blog {
    padding-bottom: 20vw;
    padding-top: 10vw;
    margin: 0 0 0 0;
  }

  .home .home-blog {
    padding: 6rem 0;
    margin: 0 0 0 0;
  }

  .c-blog-item .item__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .c-blog-item .item__body.-news {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .item__body.-news .item__ttl {
    font-size: 4vw;
  }

  .sub-archive__category span {
    font-size: 3.2vw;
  }

  .sub-archive__category.-news span {
    padding: 0vw 2vw;
    height: 5vw;
  }
}

.contact_bnrArea {
    padding-bottom: 3rem;
}


.company_sec01__body .name {
    text-align: right;
    margin-top: 20px;
    font-size: 3rem;
}

.company_sec01__body .name .post {
    font-size: 60%;
    margin-right: 2rem;
}

@media screen and (max-width: 767px) {
.company_sec01__body .name {
    font-size: 6vw;
}
}

.bnrLink:hover {
    background: #ffffff;
    border-radius: 10px;
}
.bnrLink:hover img {
    opacity: .5;
      transition: 0.4s;
}

/*:root:focus-within {scroll-behavior: smooth;}*/
.anchor-item {
  scroll-margin-top: 12rem;
}
.guide-lead {
  text-align: center;
  line-height: 2;
  padding: 4rem 0;
  color: #67331B;
  font-weight: bold;
  font-size: 18px;
}
.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.grid-col03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  margin-top: 6rem;
}
.grid-col04 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem;
  margin-top: 6rem;
}
.grid-item {
  padding: 2rem;
  background: #F8F6F1;
  border-radius: 30px;
  border: 1px solid #67331B;
}
.grid-item h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2rem;
  text-align: center;
  color: #67331B;
}
.grid-item p {
  line-height: 1.7;
  margin-top: 1rem;
  font-size: 14px;
}
.guide01 {
  padding: 8rem 0;
  background: #F8F6F1;
}
.guide-grid .grid-item img {
  max-width: 150px;
  margin: auto;
}
.guide-grid .grid-col03 {
  gap: 2rem;
}
.service-lead {
  text-align: center;
  line-height: 2;
  padding: 4rem 0;
  color: #67331B;
  font-weight: bold;
  font-size: 18px;
  background: #67331B;
}
.service01 {
  padding: 8rem 0;
}
.service01-grid img {
  border-radius: 30px;
}
.service01-grid p {
  line-height: 2;
  margin-top: 4rem;
}
.p-philosophy-txt {
  line-height: 2;
  margin-top: 3rem;
}
.company_sec01 {
  padding-bottom: 8rem;
}
.link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 6rem;
}
.link-item {
  text-align: center;
}

.link-item__title {
  display: inline-block;
  padding: 10px 15px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background: white;
  color: #002b4b;
  min-width: 180px;
  border-radius: 10px 10px 0 0;
}
.link-item__body {
  background: #fff;
  margin-top: -3rem;
  border: 2px solid #67331B;
  padding: 0 1rem 2rem 1rem;
  border-radius: 30px;
}
.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: #F5D9A9;
}
.link-item img {
  border-radius: 30px 30px 0 0;
}
.link-grid .link-item:nth-child(1) {
  margin-top: 4rem;
}
.link-grid .link-item:nth-child(3) {
  margin-top: 4rem;
}
.service04 {
  padding: 8rem 0;
}
.service05 {
  padding: 8rem 0;
  background: #F8F6F1;
}

.feature-number {
  position: absolute;
  top: -5rem;
  left: -4rem;
  width: 82px;
  height: 82px;
  border: 1px solid #67331B;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.32px;
  line-height: 21px;
  color: #67331B;
}
.about01-grid-txt {
  padding: 0 2rem;
  max-width: 650px;
  line-height: 2;
  margin-left: auto;
  text-align: center;
}
.about01-grid-txt p,
.about04-grid-txt p {
  margin-top: 4rem;
  line-height: 2;
}
.about01-grid img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 50px 0 0 50px;
}
.about01 {
  padding: 8rem 0;
}
.about02,
.about04 {
  padding: 8rem 0;
  background: #F8F6F1;
}
.about02-txt {
  line-height: 2;
  text-align: center;
  margin-top: 4rem;
  color: #67331B;
  font-weight: 600;
}
.about02-grid img{
 aspect-ratio: 3 / 2;
 object-fit: cover;
 border-radius: 30px;
}
.about02-grid {
  margin-top: 4rem;
}
.about03 {
  padding: 8rem 0;
}
.about04-grid img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0 50px 50px 0;
}
.about04-grid-txt {
  padding: 0 2rem;
  max-width: 650px;
  text-align: center;
}
.home-about-txt {
  margin-top: 4rem;
  text-align: left;
  line-height: 2;
}
.home-about-txtBox {
  max-width: 650px;
  padding: 0 2rem;
}
.home-about-grid img {
  border-radius: 0 50px 50px 0;
}
.home-about__btn {
  margin-top: 2rem;
  .button-43 {
    margin-left: 0;
  }
}
.home-service-txtBox {
  padding: 5rem;
  border-radius: 50px;
  margin-top: 6rem;
  background: #F8F6F1;
}
.home-service {
  padding: 8rem 0;
}
.home-service img {
  border-radius: 50px;
}
.home-service-txt {
  line-height: 2;
}
.home-service-txtBox h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--color-blown);
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.home-service-txtBox h3::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 13px;
  left: 0;
  background: #67331B;
  border-radius: 50px;
}
.home-service-item + .home-service-item {
  margin-top: 4rem;
}
.home-service-item {
  align-items: start;
  gap: 2rem;
}
.slide-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  z-index: 4;
}
.footer-cta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer-cta_item {
    background: #67331B;
    padding: 6rem 2rem;
    color: #fff;
    text-align: center;
}
.footer-cta_item p {
    font-size: 2rem;
    line-height: 1.5;
}
.footer-cta_item a {
    font-size: 2.5rem;
    font-weight: 500;
    background: #fff;
    padding: 3rem 15px;
    padding-left: 4rem;
    width: 100%;
    display: block;
    border-radius: 50px;
    margin-top: 2rem;
    color: #67331B;
    transition: all 0.3s;
}
.footer-cta_item a span {
    font-weight: 500;
    position: relative;
}
.footer-cta_item a span::before {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20%;
    background-image: url(../img/common/tel-color.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-cta_item:nth-child(1) {
  background-color: #67331B;
}
.footer-cta_item:nth-child(2) {
  background-color: #4ab25e;
}
.footer-cta_item:nth-child(3) {
  background-color: #dfac6c;
}
.footer-cta_item.-line a span {
  color: #4ab25e;
}
/* .footer-cta_item.-mail a span {
  color: #dfac6c;
} */
.footer-cta_item.-line a span::before {
  background-image: url(../img/common/line_color.svg);
}
.footer-cta_item.-mail a span::before {
  background-image: url(../img/common/mail.svg);
}
@media screen and (max-width: 767px) {
	.footer-cta {
        grid-template-columns: 1fr;
    }
	    .footer-cta_item p {
        font-size: 2rem;
    }
	.footer-cta_item a {
        font-size: 2.5rem;
        padding: 1.5rem 15px;
        padding-left: 3rem;
        margin-top: 1rem;
    }
	    .footer-cta_item {
        padding: 3rem 15px;
    }
}
.footer-bnr {
  padding-top: 4rem;
  background: #ECE6DC;
}
/* mq */

@media only screen and (max-width: 767px) {
.grid-col03,
.grid-col02,
.grid-col04 {
  grid-template-columns: 1fr;
  gap: 2rem;
}
.link-grid {
    grid-template-columns: 1fr;
  }
  .link-grid .link-item:nth-child(1),
  .link-grid .link-item:nth-child(3) {
    margin-top: 0;
  }
  .slide-catch {
    width: 80vw;
  }
  .c-titA .en {
    font-size: 2.6rem;
  }
  .home-about-txt {
    margin-top: 2rem;
    line-height: 1.7;
  }
  .home-service {
    padding: 6rem 0;
  }
  .home-service-item {
    display: flex;
    flex-direction: column-reverse;
  }
  .home-service-txtBox {
    margin-top: 0;
    padding: 2rem;
  }
  .home-service-txt {
    line-height: 1.7;
  }
  .home-service-txtBox h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .home-service-txtBox h3::before {
    top: 10px;
  }
  .l-page-cover {
    margin-left: 2rem;
  }
  .about01 .c-titA .en {
    font-size: 2rem;
  }
  .about01,
  .about02,
  .about03,
  .about04 {
    padding: 6rem 0;
  }
  .about01-grid-txt p, .about04-grid-txt p {
    margin-top: 2rem;
    line-height: 1.7;
  }
  .about02-txt {
    margin-top: 2rem;
    line-height: 1.7;
  }
  .grid-col03,
  .grid-col04 {
    margin-top: 4rem;
  }
  .guide-lead {
    font-size: 16px;
    padding: 2rem 1rem;
  }
  .service01-grid p {
    margin-top: 2rem;
    line-height: 1.7;
  }
  .service01,
  .service02,
  .service03,
  .service04,
  .service05 {
    padding: 6rem 0;
  }
  .company_sec01 .slider4 {
    padding-top: 4rem;
  }
  .p-philosophy-contents {
    margin-top: 4rem;
  }
  .p-philosophy-contents__item .itemTit {
    font-size: 24px !important;
  }
  .p-philosophy-contents__item .itemTit&::before {
    top: 10px !important;
  }
  .p-philosophy-txt {
    margin-top: 1rem;
    line-height: 1.7;
  }
  .c-product-contents {
    margin-top: 4rem;
  }
  .feature-number {
    top: -8rem;
    left: -3rem;
  }
  .guide01,
  .guide02,
  .guide03,
  .guide04 {
    padding: 6rem 0;
  }
  .kengaku {
    margin-top: 0;
    padding: 1.5rem;
  }
  .kengaku h3 {
    font-size: 2rem;
  }
  .kengaku p {
    line-height: 1.7;
    margin-top: 1.5rem;
  }
  .p-about {
    padding: 6rem 0;
  }
  .slider2 {
    padding-top: 3rem;
  }
	.about01-grid-txt {
		margin-left: 0;
	}
	.about01-grid {
		gap: 3rem;
	}
	.sub-archive .pagination-wrapper {
		margin-top: 1rem;
	}
	.p-company {
		padding-top: 4rem;
	}
}
/* mq */