@charset "UTF-8";

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

:root {
  --primary-color: #222222;
  --text-color: #333;
  --transition: 0.3s ease-in-out;
}

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

pre {
  white-space: pre-wrap;
}

html {
  font-size: 62.5%;
}

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

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

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  /*	font-family: 'BIZ UDGothic', sans-serif;*/
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}

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

.fixed {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.wpcf7-spinner {
  display: none;
}

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

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

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

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

/* ==============================================================
*  セクション(common)
* ============================================================ */
main.home {
  /*   background-color: #fffee9; */
  /*
  background-image: url(../img/home/main_bg001.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
*/
}

.home-section__desc {
  color: #fff;
  line-height: calc(24 / 16);
  margin-top: 3rem;
  width: 50rem;
}

.home-section-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  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, #1F89D6, #2E2B8F); */
  background-clip: text;
  background-size: 200%;
  /* -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
  color: #333;
  font-weight: 700;
  margin-top: 0rem;
}

.home-section-title.-news span {
  color: #dfe8f4;
  font-weight: 500;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -13rem;
  position: relative;
  z-index: -1;
}

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

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

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

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

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

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

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

.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 {
  border: 1px solid #101075;
  color: #101075;
  font-size: 1.4rem;
  /* background-color: #101075; */
  z-index: 5;
  width: 33rem;
	border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .p-chart-btn.btn:hover::after {
    background-color: #ffd29f;
    top: 0;
    color: #333;
  }

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

  .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: #dde8f7;
    top: 0;
  }
}

.header__main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
  /*
  -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);
*/
}

/* header.header.pc-only::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #222222;
} */

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

.header__logo {
  margin-left: 1rem;
  margin-top: 1rem;
  width: 16rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.header__logo img {
  width: 20rem;
}

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

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

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

.headerInfoArea .telArea {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.headerInfoArea .telArea .icon {
  width: 2.6rem;
  margin-top: 0.2rem;
}

.headerInfoArea .telArea .num {
  font-size: 1.8vw;
  line-height: 1.5;
  font-weight: bold;
}

.headerInfoArea .timeArea {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding-left: 3.2rem;
}

.headerInfoArea .timeArea .timeTit {
  padding: 0.1rem 0.2rem;
  border: 1px solid #333;
  font-size: 1.2rem;
}

.header.scrolled .headerInfoArea .timeArea .timeTit {
  border: 1px solid #101075;
}

.headerInfoArea .timeArea .time {
  font-size: 1.6rem;
  line-height: 1.5;
}

.header__tel {
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

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

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

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

.header__time {
  font-size: 1.2rem;
  margin-left: 0.3rem;
  text-align: right;
  line-height: 1.3;
  margin-top: 0.5rem;
}

.header__time span {
  font-weight: 700;
}

.header__time span:nth-of-type(1) {
  border: 1px solid var(--primary-color);
  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 var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

.header__item:last-of-type a {
  /*  width: 1.995rem; */
}

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

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

.header__btn {
  background: #101075;
  font-size: 1.1rem;
  font-weight: 700;
  /*   padding: 3rem 3.4rem; */
  padding: 5.5rem 3.5rem 1rem 3.5rem;
  color: #fff;
}

.header__btn.youtube {
  position: relative;
  padding: 5.5rem 1.5rem 1rem 1.5rem;
}

.header__btn.youtube::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon002.svg);
  background-repeat: no-repeat;
  background-size: 3.5rem;
  top: 1.5rem;
  left: 28%;
  width: 3.5rem;
  height: 3.5rem;
}

.header__btn.email {
  position: relative;
  padding: 4rem 3rem 1rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	border-radius: 50px;
	transition: all 0.3s;
	margin: 4px ;
}
.header__btn.email:hover {
	opacity: 0.7;
}

.header__btn.email::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1rem;
  left: 41%;
  width: 2.5rem;
  height: 2.5rem;
}

@media screen and (min-width: 768px) {
  .header__link {
    background: linear-gradient(#101075, #101075) 0 100%/0 2px no-repeat;
    transition: all 0.4s;
    text-decoration: none;
  }

  .header__link:hover {
    opacity: 1;
    background-size: 100% 2px;
    color: #101075;
  }
}

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

.footer__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  margin-top: 13px;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.footer__link {
  font-size: 1.4rem;
}

.footer__logo {
  width: 24.8rem;
  display: flex;
  justify-content: center;
}

.footer__logo img {
  /*   width: 16rem; */
}

.footer__address {
  margin-top: 3rem;
  text-align: left;
}

.footer__address p {
  font-style: normal;
  font-size: 1.4rem;
}

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

.footer__copyright {
  background: #101075;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  /*  margin-top: 3.1rem;*/
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  text-align: center;
  width: 100%;
  line-height: 1.5;
}

.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_cta {
  /* 	background-image: url(../img/home/bg-footer-cta.jpg);
	background-attachment: fixed;
    background-size: cover;
	background-position: bottom center; */
  position: relative;
}

.footer_cta::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/home/bg-footer-cta.jpg);
  background-size: cover;
  background-position: bottom center;
  content: "";
  overflow: hidden;
  height: -webkit-fill-available;
}

.footer_cta_inner {
  padding: 10rem 3rem;
  color: #fff;
}

.footer_cta_inner .htitle03 {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.footer_cta_inner .htitle03::after {
  position: absolute;
  bottom: 0;
  right: initial;
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-image: linear-gradient(to right, #00a491, #fae943 86%, #df6643);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
  right: initial;
  left: 50%;
  -webkit-transform: translatex(-50%) skewX(-50deg);
  transform: translatex(-50%) skewX(-50deg);
}

.footer_cta_txt {
  text-align: center;
  padding: 2rem 0 3rem 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.footer_btn_wrap {
  text-align: center;
}

.footer_cta_inner .htitle03 span {
  display: inline-block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Lora", serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: initial;
  letter-spacing: 0;
  padding: 0 0.3rem;
}

.ttl_cover_20230406 {
  background-image: url(../img/common/sub_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: darken;
  position: relative;
}

.ttl_cover_20230406:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(255 255 255 / 40%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.sub-section-title {
  color: #000;
  font-size: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(58 / 40);
  text-align: center;
  padding: 140px 0 60px 0;
  /*     background: rgba(255,255,255,0.8); */
  /* 	background: #f8b62d; */
  z-index: 1;
}

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

@media screen and (min-width: 768px) {
  .footer__link {
    padding-bottom: 0.4em;
    background: linear-gradient(#101075, #101075) 0 100%/0 2px no-repeat;
    transition: all 0.4s;
    text-decoration: none;
  }

  .footer__link:hover {
    opacity: 0.5;
    background-size: 100% 2px;
  }

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

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

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

.sp_cta a {
  display: block;
  height: 100%;
  text-align: center;
  /* width: 100%; */
  width: 50%;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  border: 1px solid;
  color: #fff;
  background: #fda516;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.sp_cta a:last-child {
  background: #101075;
  position: relative;
  margin: 5px;
  border: 2px solid #101075;
  color: #fff;
}

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

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

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

.sp_cta img {
  width: 20px;
}

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

.home-mv__text {
  color: #fff;
  left: 10%;
  margin: 0;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.home-mv__catch {
  font-size: 1.9rem;
}

.home-mv__catch img {
  /* max-width: 360px; */
  margin: 0 auto;
  width: 75rem;
}

.home-mv__catch h1 {
  font-size: 7rem;
  font-weight: bold;
  margin-top: 20px;
}

.home-mv__catch h1 span {
 font-size: 3.3rem;
	 font-weight: bold;
	display: block;
	padding-top: 1rem;
}

.home-mv__catch p {
  font-weight: bold;
  background: linear-gradient(
    to right,
    rgba(28, 94, 193, 0),
    #101075,
    rgba(28, 94, 193, 0)
  );
  display: inline-block;
  color: white;
  margin-top: 20px;
  padding: 12px 76px;
  font-size: 4rem;
  letter-spacing: 5px;
  text-decoration: dashed;
}

@media screen and (max-width: 768px) {
  .home-mv__catch h1 {
    font-size: 35px;
    font-weight: 900;
    margin-top: 20px;
  }

  .home-mv__catch img {
    width: 250px;
  }

  .home-mv__catch p {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 12px 60px;
  }
}

.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: 730px;
  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;
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

.home-mv__scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 60px;
}

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

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

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

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

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

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

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

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

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

.home-shop .home-section-title .home-section-title span {
  color: #f26d3f;
}

.home-shop {
  padding-top: 6rem;
  background: #fff;
  margin-top: 5rem;
}

.home-section-title {
  font-weight: 700;
  color: #fff;
  top: 1rem;
}

.home-shop-about .home-shop__text {
  background: none;
}

.yeg_alphabet {
  /* background: linear-gradient(transparent 40%, rgba(0, 136, 255, 0.2) 70%); */
  /* font-style: italic; */
  display: inline;
  font-size: 6.5rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  /*    text-shadow: 0px 0px 10px #163063;*/
}

.yeg_alphabet .orange {
  font-size: 9rem;
  color: #f18200;
  display: inline;
  font-family: "Montserrat", sans-serif;
  /*    text-shadow: 0px 0px 10px #000000;*/
}

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

.home-shop .home-section-title span {
  color: #fff;
  font-weight: 500;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -17rem;
  position: relative;
  z-index: -1;
}

.home-shop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /*  top: -15.5rem;*/
  justify-content: center;
  align-content: center;
}

.home-shop.type002 .home-shop__text {
  width: 100%;
  padding-right: calc(2.4rem + ((1vw - 11.69px) * (376 / 7.51)));
  padding-bottom: calc(13.8rem + ((1vw - 11.69px) * (40 / 7.51)));
  padding-top: calc(18.8rem + ((1vw - 11.69px) * (26 / 7.51)));
  text-align: center;
  overflow: hidden;
  background: url(../img/home/top_about_img.jpg) center;
  background-size: cover;
  /*
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
*/
}

/* .home-shop.type002 .home-shop__container::before {
	    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 370px;
    height: calc(370px * 0.57735);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background: #222222;
	    z-index: 1;
}
.home-shop.type002 .home-shop__text::before {
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 370px;
    height: calc(370px * 0.57735);
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    background: #222222;
	    z-index: 1;
} */
.home-shop.type002 .home-shop__img {
  display: flex;
  justify-content: center;
  margin: 0px auto 0 auto;
  width: 100%;
  max-width: 100.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  top: -18px;
  z-index: 2;
}

.home-shop.type002 .home-shop__intro {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 3rem;
  background: #ffffff3b;
  border-radius: 10px;
}

.home-shop.type002 .home-shop__intro .orange {
  font-size: 9rem;
  color: #f18200;
}

@media screen and (max-width: 767px) {
  .home-shop.type002 .home-shop__intro .orange {
    font-size: 3rem;
  }

  .yeg_alphabet {
    margin: 3rem 0;
  }

  .yeg_alphabet:last-child {
    margin: 3rem 0 0;
  }
}

.home-shop.type002 .home-section__desc {
  width: 100%;
  font-weight: 500;
  line-height: 2;
}

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

.home-shop.type002 .home-shop__img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.home-shop.type002 .home-shop__img a:hover img {
  opacity: 0.8;
  transition: 0.3s;
}

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

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

.home-shop__intro {
  /* color: #333; */
  background-image: linear-gradient(
    to right,
    #101075 0,
    #101075 25%,
    #0e4182 85%,
    #0e4182 100%
  );
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2.4rem;
  line-height: calc(35 / 24);
  width: auto;
  margin: 0 auto;
  line-height: 0;
  padding: 1rem 0 6rem;
}

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

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

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

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

.home-center {
  padding-bottom: 8rem;
  padding-top: 8rem;
  position: relative;
  /* background-image: url(../img/home/top_about_bg.png); */
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.home-center .btn.-color {
  background-color: #101075;
  /*  border: 1px solid #101075;*/
}

.home-center.-greeting {
  position: relative;
  overflow: hidden;
}

.home-center.-greeting .bgImg {
  position: absolute;
}

.home-center.-greeting .bgImg.bgImg--01 {
  top: 4rem;
  right: -1rem;
}

.home-center.-greeting .bgImg.bgImg--02 {
  bottom: 4rem;
  left: -1rem;
}

.about-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 3rem;
}

.about-links a {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  /* border-radius: 1rem; */
  padding: 1rem 1.5rem;
  transition: all 0.4s;
  /*  height: 25rem;*/
  position: relative;
  box-shadow: 2px 3px 5px 1px #7a7a7ad1;
}

.about-links_item:nth-child(1).about-links a {
  background: url(../img/sub/service/service_img01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.about-links_item:nth-child(2).about-links a {
  background: url(../img/sub/service/service_img02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.about-links_item:nth-child(3).about-links a {
  background: url(../img/sub/service/service_img03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.about-links a:hover {
  /*  opacity: .7;*/
}

.about-links a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.about-links a .itemIcon {
  width: 8rem;
}

.about-links a .itemTit {
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 90%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home-center .btn.-color:hover {
    color: #101075;
  }
}

/* .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;
  align-items: center;
}

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

.home-center__container.-service + .home-center__container.-service {
  flex-direction: row;
  margin-bottom: 7rem;
}

.home-center__container.-company {
  justify-content: space-between;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

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

@media screen and (max-width: 767px) {
  .home-center .home-center__text .btnArea {
    display: flex;
    justify-content: center;
  }
}

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

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

.home-center__container.-service .home-section-title {
  color: var(--text-color);
  /*  border-bottom: 1px solid #e8800d;*/
  padding: 0 0 10px 0;
  font-weight: 700;
}

.home-center__container.-service .home-section-title span {
  color: #101075;
  font-weight: 500;
  font-size: 80px;
  opacity: 1;
  margin-bottom: -10px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.home-center__container.-service .home-section__desc {
  color: #333;
  line-height: 1.7;
  font-size: 1.5rem;
}

/* .home-center__container.-service .btn {
  color: #fff;
  background: linear-gradient(45deg, #101075, #00c2ff);
} */
.home-center__container.-price .home-section-title {
  color: #333;
  /*  border-bottom: 1px solid #e8800d;*/
  padding: 0 0 10px 0;
  font-weight: 700;
}

.home-center__container.-price .home-section-title span {
  color: #101075;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: -10px;
  opacity: 1;
  position: relative;
  text-transform: uppercase;
}

.home-center__container.-price .home-section-title span::after {
  content: "";
  position: absolute;
  left: 0;
  /* 左寄せ */
  bottom: -10px;
  /* テキストの下にスペースを追加して線を配置 */
  width: 100px;
  /* 線の幅 */
  height: 5px;
  /* 線の高さ */
  background-color: #eea03c;
  /* 線の色 */
}

.home-section-title.-side p {
  margin-top: 3rem;
  font-weight: 600;
}

.home-section__catch {
  font-size: 32px;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.home-section__desc span {
  font-size: 25px;
}

.home-center__container.-price .home-section__desc {
  color: #333;
  line-height: 1.7;
  font-size: 1.5rem;
}

/* .home-center__container.-price .btn {
  background: linear-gradient(45deg, #101075, #00c2ff);
  color: #fff;
} */

.home-center__img {
  width: 50rem;
}

.home-center__img img {
  object-fit: cover;
}

.home-center__wrap .slogan {
  margin-top: 3rem;
}

.home-center__wrap .slogan .sloganTit {
  font-size: 1.8rem;
}

.home-center__wrap .slogan .sloganImg {
  margin-top: 3rem;
}

.home-center__text .trainername {
  font-size: 2.6rem;
}

.home-center__text .trainername .post {
  font-size: 2rem;
  margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-news__thumbnail {
  overflow: hidden;
}

.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: #f18200;
  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-bnr {
  padding: 4rem 0 6rem;
  position: relative;
  z-index: 10;
  background: transparent;
}

.p-bnr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  /* 要素の下半分に背景色を適用 */
  background-color: #101075;
  /* 背景色 */
  z-index: -1;
  /* 元の内容の背後に表示 */
}

.p-bnr-slideArea {
}

@media screen and (max-width: 767px) {
  .p-bnr-slideArea .swiper {
    padding: 0 2rem;
  }
}

.p-bnr-slideArea .swiper .swiper-wrapper .swiper-slide .bnrLink {
  transition: all 0.3s;
}

.p-bnr-slideArea .swiper .swiper-wrapper .swiper-slide .bnrLink:hover {
  /* height: 17rem; */
  opacity: 0.7;
}

.p-bnr-slideArea .swiper .swiper-wrapper .swiper-slide .bnrLink img {
  object-fit: cover;
  font-family: "object-fit: cover;, object-position: center;";
  width: 100%;
  height: 100%;
  object-position: center;
  aspect-ratio: 360 / 150;
}

.p-bnr-slideArea .swiper .swiper-button-next,
.p-bnr-slideArea .swiper .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.p-bnr-slideArea .swiper .swiper-button-next::after,
.p-bnr-slideArea .swiper .swiper-button-prev::after {
  font-size: 1.5rem;
  color: #fff;
}

.p-bnr-slideArea .swiper .swiper-button-next {
  right: 8%;
}

.p-bnr-slideArea .swiper .swiper-button-next,
.p-bnr-slideArea .swiper .swiper-button-prev {
  background-size: contain;
  /* 画像をボタンに収める */
  background-repeat: no-repeat;
  /* 画像を繰り返さない */
  background-position: center;
  /* 画像を中央に配置 */
}

.p-bnr-slideArea .swiper .swiper-button-next {
  background-image: url("../img/common/next.svg");
  /* 次のボタンに画像を設定 */
}

.p-bnr-slideArea .swiper .swiper-button-prev {
  background-image: url("../img/common/prev.svg");
  /* 前のボタンに画像を設定（必要に応じて追加） */
}

.p-bnr-slideArea .swiper .swiper-button-next::after,
.p-bnr-slideArea .swiper .swiper-button-prev::after {
  content: "";
  /* デフォルトの矢印を削除 */
}

.swiper,
.swiper-container {
  overflow: visible;
}

.mySwiper {
  position: relative;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: -3rem;
  /* ページネーションをスライダーの下に配置 */
  left: 0;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullet {
  background-color: #fff;
  /* ドットの色 */
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffa975;
  /* ドットの色 */
}

@media screen and (max-width: 767px) {
  .p-bnr-slideArea .swiper .swiper-button-next {
    right: 0;
  }
}

.p-bnr-slideArea .swiper .swiper-button-prev {
  left: 8%;
}

@media screen and (max-width: 767px) {
  .p-bnr-slideArea .swiper .swiper-button-prev {
    left: 0;
  }
}

.p-cta {
  background: url(../img/common/bg_cta.jpg) no-repeat;
  background-size: cover;
  /*
  background-color: rgba(255, 255, 255, .7);
  background-blend-mode: lighten;
*/
  padding: 10rem 0;
  position: relative;
}

.p-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #101075 1%, #ffffff00 100%);
}

.p-cta__tit {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.p-cta__text {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}

.p-cta__btnArea {
  display: flex;
  justify-content: flex-start;
  margin-top: 3rem;
}

.btn.-color.-white {
  color: #101075;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-cta {
    padding: 5rem 0;
  }

  .p-cta__tit {
    font-size: 2.4rem;
  }

  .p-cta__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.p-greeting__tit {
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
}

.p-greeting .p-greeting-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 15rem 0 15rem;
}

@media screen and (max-width: 767px) {
  .p-greeting .p-greeting-box {
    margin: 0;
    flex-direction: column;
    gap: 3rem;
  }
}

.p-greeting .p-greeting-box__imageArea {
  width: 40%;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-greeting .p-greeting-box__imageArea {
    width: 100%;
  }
}

.p-greeting .p-greeting-box__imageArea img {
}

.p-greeting .p-greeting-box__textArea {
  width: 60%;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-greeting .p-greeting-box__textArea {
    width: 100%;
    margin-left: 0;
  }
}

.p-greeting .p-greeting-box__textArea .tit {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-greeting .p-greeting-box__textArea .nameArea {
  text-align: center;
  margin-top: 20px;
}

.p-greeting .p-greeting-box__textArea .nameArea .post {
  font-size: 2rem;
}

.p-greeting .p-greeting-box__textArea .nameArea .name {
  font-size: 3rem;
  display: inline-block;
  margin-left: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.p-greeting .p-greeting-box__textArea .greeting {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 20px;
}

.p-greeting .p-greeting-box__textArea .btnArea {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-greeting .p-greeting-box__textArea .greeting {
    margin-bottom: rem;
  }
}

.guidance_slogan .sloganImg {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem;
}

.guidance_slogan .sloganImg img {
  width: 80rem;
}

.guidance_slogan .caption {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .guidance_slogan .caption {
    font-size: 1.6rem;
  }
}

.guidance_contentWrap + .guidance_contentWrap {
  margin-top: 7rem;
}

.guidance_contentWrap .priceArea .tit {
  font-size: 2rem;
}

.guidance_contentWrap .priceArea .price {
  font-size: 2.6rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.guidance_contentWrap .subText {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .guidance_btnArea {
    display: flex;
    justify-content: center;
  }

  .guidance_btnArea .btn {
    width: 21rem;
  }
}

.p-member {
  padding: 7rem 0;
}

.p-member .contents_ttl_001 {
  text-align: left;
  position: relative;
  padding: 0.6em 0.5em 0.6em 1em;
  background: linear-gradient(to right, #101075, transparent);
  color: #545454;
}

.p-member-searchArea .p-member-category__list {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-member-searchArea .p-member-category__list {
    gap: 1rem;
  }
}

.p-member-searchArea .p-member-category__link {
  padding: 1rem 1rem;
  background-color: #101075;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.p-member-searchArea .p-member-category__link--orange {
  background-color: #f18200;
}

.p-member .p-member-listArea__gyoWrap {
  margin-top: 4rem;
}

.p-member .p-member-listArea__gyoWrap .gyoTit {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px solid #101075;
}

.p-member .p-member-listArea__gyoWrap .memberList {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .p-member .p-member-listArea__gyoWrap .memberList {
    grid-template-columns: 1fr;
  }
}

.p-member .p-member-listArea__gyoWrap .memberList .listItem {
  display: flex;
  align-items: center;
  /*    background: #f3f5f8;*/
  padding: 0;
  /*
    border-radius: 5px;
    border: 2px solid #101075;
    box-shadow: 0 0 10px #33333361;
*/
}

.p-member .p-member-listArea__gyoWrap .memberList .listItem .p-member-catch {
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .p-member .p-member-listArea__gyoWrap .memberList .listItem .p-member-catch {
    max-width: 15rem;
    margin-right: 1rem;
  }
}

.p-member
  .p-member-listArea__gyoWrap
  .memberList
  .listItem
  .p-member-catch__title {
  padding: 1rem 1rem;
  background-color: #101075;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.5;
  /*	    border-radius: 5px 0 0 0;*/
}

.p-member
  .p-member-listArea__gyoWrap
  .memberList
  .listItem
  .p-member-catch__image {
  width: 15rem;
  height: 18rem;
}

@media screen and (max-width: 767px) {
  .p-member
    .p-member-listArea__gyoWrap
    .memberList
    .listItem
    .p-member-catch__image {
    width: 15rem;
    height: 18rem;
  }
}

.p-member
  .p-member-listArea__gyoWrap
  .memberList
  .listItem
  .p-member-desc__post {
  font-size: 1.4rem;
}

.p-member
  .p-member-listArea__gyoWrap
  .memberList
  .listItem
  .p-member-desc__title--sub {
  font-size: 1.4rem;
}

.p-member
  .p-member-listArea__gyoWrap
  .memberList
  .listItem
  .p-member-desc__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.2rem;
}

@media screen and (max-width: 767px) {
  .p-member
    .p-member-listArea__gyoWrap
    .memberList
    .listItem
    .p-member-desc__title {
    font-size: 1.8rem;
  }
}

.p-member
  .p-member-listArea__gyoWrap
  .memberList
  .listItem
  .p-member-desc__text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-member
    .p-member-listArea__gyoWrap
    .memberList
    .listItem
    .p-member-desc__text {
    font-size: 1.2rem;
  }
}

.p-member .p-member-listArea__gyoWrap .memberList .listItem .p-chart-btn {
  padding: 0.5rem 1rem;
  background-color: #f18200;
  border-radius: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  transition: all 0.3s;
}

.p-member
  .p-member-listArea__gyoWrap
  .memberList
  .listItem
  .p-chart-btn::before,
.p-member
  .p-member-listArea__gyoWrap
  .memberList
  .listItem
  .p-chart-btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}

.p-member
  .p-member-listArea__gyoWrap
  .memberList
  .listItem
  .p-chart-btn.btn:hover {
  color: #f18200;
  background: #ffd29f;
}

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

.p-chart-btn.btn {
  width: auto;
}

@media screen and (max-width: 767px) {
  .p-member .p-member-listArea__gyoWrap .memberList .listItem .p-chart-btn {
    font-size: 1.2rem;
    width: 13.5rem;
  }
}

.p-member-nothing {
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 4rem;
  text-align: center;
}

.p-member-pagerArea {
  margin-top: 5rem;
}

.p-member-pagerArea .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.p-member-pagerArea .wp-pagenavi span,
.p-member-pagerArea .wp-pagenavi a {
  font-size: 2rem;
  padding: 1rem;
  border: 1px solid;
  transition: all 0.3s;
}

.p-member-pagerArea .wp-pagenavi .current {
  background-color: #101075;
  color: #fff;
}

.p-member-pagerArea .wp-pagenavi a:hover {
  background-color: #101075;
  color: #fff;
  border: 1px solid #101075;
}

.p-home-sec03 {
  background: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.p-home-sec03 .home-section-title {
  color: #101075;
  font-weight: 700;
}

.p-home-sec03 .home-section-title span {
  color: #dfe8f4;
  font-weight: 500;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -13rem;
  position: relative;
  z-index: -1;
}

.p-home-sec03__txt {
  text-align: left;
  line-height: 1.7;
  font-size: 16px;
  margin: 4rem 0 0 0;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .home-shop.type002 .home-shop__text {
    grid: none;
  }

  .home-shop.type002 .home-shop__img {
    margin: 0;
  }

  .home-shop .home-section-title span {
    font-size: 7rem;
    margin-top: -9rem;
  }

  .p-home-sec03 .home-section-title span {
    font-size: 7rem;
    margin-top: -9rem;
  }

  .home-section-title.-news span {
    font-size: 7rem;
    margin-top: -85px;
  }
}

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

.sub-bg {
  padding-bottom: 10rem;
  padding-top: 6rem;
  position: relative;
  /* 	    background-image: url(https://solofit24.jp/wp/wp-content/themes/standard_sass/images/common/bg-body.jpg);
    background-attachment: fixed;
    background-size: cover; */
}

.sub-bg > .inner {
  background: #fff;
}

/* .sub-section-title {
  background: linear-gradient(to right, #37a137, #060 100%);
    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 {
  text-align: center;
  color: #101075;
  /*     width: 500px; */
  font-size: 44px;
  font-weight: 700;
  line-height: calc(58 / 40);
  position: relative;
}

.sub-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  height: calc(330px * 0.57735);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background: #101075;
}

.sub-section-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: calc(300px * 0.57735);
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  background: #f18200;
}

/* .sub-section-title::before {
    content: "";
    display: block;
    width: 5.5vw;
    height: 2px;
    background: #f26d3f;
    position: absolute;
    left: 0;
    top: 56%;
} */
.sub-section-title span {
  opacity: 0.8;
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-archive__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e5e5e5;
}

.sub-archive__category-name {
  font-size: 2.4rem;
  color: #101075;
  font-weight: bold;
}

.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 #333;
  font-size: 1.6rem;
  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;
}

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

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

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

.sub-archive__link.type_voice {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

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

.sub-archive__time-category,
.c-card__body-top {
  -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,
.c-card__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;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 2.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2rem;
  width: 10rem;
  background: #f18200;
}

.sub-archive__title,
.c-card__body-bottom {
  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;
  border: 1px solid #adadad;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  width: 40px;
}

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

.sub-archive .page-numbers.next,
.sub-archive .page-numbers.prev {
  border: 1px solid #adadad;
  width: 80px;
}

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

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

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

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

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

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
  .sub-archive__title span {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--primary-color)),
        to(var(--primary-color))
      )
      0 100%/0 1px no-repeat;
    background: linear-gradient(var(--primary-color), var(--primary-color)) 0
      100%/0 1px no-repeat;
    text-decoration: none;
    -webkit-transition: background 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__btm {
  padding: 7rem 0;
  background-color: #fafafa;
  /*
  display: flex;
  justify-content: space-around;
*/
}

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

@media screen and (max-width: 767px) {
  .sub-contact__list-top {
    display: block;
    /* margin: 0 3rem; */
  }
}

.sub-contact__item-top {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 6rem;
  background: #fff;
  padding: 3rem;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .sub-contact__item-top {
    padding: 2rem;
  }
}

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

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

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

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

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

.sub-contact__tel::before {
  background-image: url(../img/common/icon_tel--blue.svg);
  background-repeat: no-repeat;
  background-size: 3.5;
  bottom: 0;
  content: "";
  height: 4.2rem;
  left: -3rem;
  margin: auto;
  position: absolute;
  top: 0.6rem;
  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: 1.2rem;
}

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

.sub-contact__time span:nth-of-type(1) {
  border: 1px solid var(--text-color);
  font-size: 1.6rem;
  padding: 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-top: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  margin-bottom: 4.8rem;
  text-align: center;
  width: 100%;
}

.sub-contact__submit input {
  background-color: #101075;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.8rem 10.7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.project_inner .item .item_ttl {
  color: #222222;
  font-weight: 500;
  font-size: 2rem;
  padding: 0 0 15px 0;
  text-align: center;
}

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

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

.project_inner .item .txt ul li::before {
  content: "●";
  color: #222222;
  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: 8rem;
}

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

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

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

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

.sub-service__item:nth-of-type(odd)::before {
  right: 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: 8rem;
  padding-top: 1rem;
  position: relative;
}

.price_area .sub-service__container {
  flex-direction: column-reverse !important;
  padding-bottom: 4rem;
}

.price_area .sub-service__container .sub-service__img {
  width: 100%;
}

.price_area .sub-service__container .sub-service__img img {
  max-width: 600px;
  margin: 0 auto;
}

.price_area .sub-service__container .sub-service__text {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-reserve-faq {
  padding: 0rem 0 0rem 0;
  margin-bottom: 13rem;
  margin-top: 4rem;
  /* 矢印 */
}

.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: #101075;
  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: #ecf5ff;
  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 {
  padding-bottom: 8rem;
  /*   padding-left: 4rem;
  padding-right: 4rem; */
  padding-top: 6rem;
}

.sub-shop__container {
  display: block;
  margin: 0 0 8rem 0;
}

.contents_ttl_001 {
  max-width: 116.8rem;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  margin: 0 auto 3rem auto;
  position: relative;
  /*   background: rgb(0,105,52);
  background: linear-gradient(90deg, rgba(0,105,52,0.774969362745098) 0%, rgba(0,105,52,0.8898153011204482) 36%, rgba(0,105,52,1) 100%); */
}

/*
.sub-contact__btm .contents_ttl_001 span {
  background-color: #f18200;
  text-align: center;
  padding: 1rem 3rem;
  color: #fff;
  font-size: 3rem;
}
*/

.sub-contact__btm .contents_ttl_001::before {
  display: none;
}

.cleaning-reason .contents_ttl_001::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .sub-contact__btm {
    display: block;
    text-align: center;
  }

  .sub-contact__btm .contents_ttl_001 span {
    font-size: 1.5rem;
    margin: 0 auto;
  }
}

/*
.contents_ttl_001::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 1.5px;
  background: #f18200;
}
*/

.contents_ttl_001 span {
  color: #fff;
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

/* .contents_ttl__rea {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: bold;
  color: #dfe8f4;
  margin-top: -64px;
} */
.construction_item + .construction_item {
  margin: 4rem 0 0 0;
}

.construction_item .year {
  font-size: 2rem;
  color: #1f89d6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
}

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

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

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

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

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

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

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

.sub-shop__table th {
  width: 13rem;
  color: #fff;
  font-weight: 500;
  background-color: #f18200;
  padding-left: 15px;
}

.sub-shop__table td {
  line-height: 1.5;
  word-break: break-word;
  padding-left: 20px;
}

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

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

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

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

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

.table_simple {
  padding: 0 0 0 0;
}

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

.table_simple th {
  padding: 1.8rem;
  background: #fff;
  color: #fff;
  width: 25rem;
  line-height: 1.5;
}

.table_simple td {
  padding: 1.8rem;
  padding-left: 4rem;
}

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

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

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

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

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

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

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

.sub-single__title {
  color: var(--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-category .cat {
  margin-left: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background-color: #101075;
  color: #fff;
  font-size: 1.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-single__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: linear-gradient(to right, #8bcf32 0%, #4fbe4f 100%);
  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; */
  width: 1.5rem;
}

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

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

.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(--primary-color);
  color: var(--primary-color);
  display: inline-block;
}

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

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

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

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

  .home-shop__img img {
    width: 960px;
    height: 513px;
  }
}

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

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

/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .p-home-sec03__item-wrap {
    flex-direction: column;
    padding-top: 0;
  }

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

  .p-home-sec03 .item {
    width: 100%;
    margin-top: 4rem;
  }

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

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

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

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

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

  .home-section-title.-side p {
    font-size: 16px;
  }

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

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

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

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

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

  .banner__link {
    width: 100%;
  }

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

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

  .btn span {
    width: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .header-sp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
  }

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

  .header-sp__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding-bottom: 3vw; */
    padding-left: 2vw;
    /* padding-top: 3vw; */
    height: 15vw;
  }

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

  .hamburger {
    border: none;
    cursor: pointer;
    height: 15vw;
    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: 15vw;
    z-index: 40;
    background: #101075;
  }

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

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

  .hamburger__lineTop {
    top: 5.1vw;
  }

  .hamburger__lineCenter {
    top: 6.4vw;
  }

  .hamburger__lineBottom {
    top: 7.7vw;
  }

  .nav-drawer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    /* display: none; */
    height: 100vh;
    max-height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    padding-bottom: 25vw;
    padding-top: 25vw;
    position: fixed;
    text-align: center;
    top: 0;
    width: 80%;
    right: 100%;
    z-index: 50;
    transition: all 0.4s;
  }

  .nav-drawer.open {
    right: 20%;
  }

  .p-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 40;
  }

  .nav-drawer_ttl {
    font-size: 2rem;
    background: #101075;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-drawer__nav_logo {
    padding: 0 5rem 2rem;
  }

  .nav-drawer_ttl p {
    color: #fff;
  }

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

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

  .nav-drawer__snsWrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 1rem;
  }

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

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

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

  .nav-drawer__link {
    font-size: 4vw;
    text-align: center;
    width: 300px;
    padding: 1.5rem;
    /*     border-bottom: 1px dashed #101075; */
  }

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

  .header_nav-sns {
    width: 4rem;
    margin: auto;
  }

  .nav-drawer__btn {
    width: 300px;
    margin-top: 2rem;
  }

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

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

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

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

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

  /* 表示された時用のCSS */
  .open .hamburger {
    /*     background-color: #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_cta_inner {
    padding: 3rem 1rem;
  }

  .footer_cta_txt {
    line-height: 1.7;
  }

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

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

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

  .footer__link {
    font-size: 4vw;
  }

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

  .footer__address {
    margin-top: 10vw;
  }

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

  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 0vw;
    padding-bottom: 5vw;
    padding-top: 4vw;
    line-height: 1.2;
  }

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

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

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

  .home-mv__catch img {
    max-width: 400px;
    width: 80vw;
  }

  .home-mv__catch span {
    display: block;
  }

  .home-shop.type002 .home-shop__text {
    padding: 3rem 15px 24rem 15px;
    z-index: 1;
    /* 		background: transparent; */
    background-position: center;
  }

  .home-shop.type002 .home-shop__img img {
    width: 36%;
  }

  .home-shop.type002 .home-shop__container::before {
    width: 10rem;
    height: 5rem;
    bottom: 0;
    z-index: 2;
  }

  .home-shop.type002 .home-shop__text::before {
    z-index: -1;
    width: 10rem;
    height: 5rem;
  }

  .home-shop.type002 .home-shop__intro span {
    font-size: 1.8rem;
  }

  .home-shop.type002 .home-shop__intro {
    width: 100%;
    text-align: center;
    margin-top: -12px;
  }

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

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

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

  .home-mv__slide img {
    height: calc(100vh / 2);
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
  }

  .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: #8bcf32;
    background: -moz-linear-gradient(left, #8bcf32 0%, #4fbe4f 100%);
    background: -webkit-linear-gradient(left, #8bcf32 0%,#4fbe4f 100%);
    background: linear-gradient(to right, #8bcf32 0%,#4fbe4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcf32', endColorstr='#4fbe4f',GradientType=1 ); */
    background: #fff;
  }

  .home-shop .home-section__desc {
    margin-top: 5vw;
  }

  .home-shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 8vw;
    position: static;
  }

  .home-shop__img {
    position: static;
    width: 100%;
  }

  .home-shop__text {
    padding: 10vw;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-home-sec03__txt {
    margin: 2rem 0 3rem 0;
  }

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

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

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

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

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

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

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

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

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

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

  .sub-section-title {
    font-size: 12vw;
    background: #fff;
    background-clip: text;
    background-size: 200%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sub-archive__category {
    font-size: 4vw;
    margin-left: 4vw;
    width: 35vw;
  }

  .sub-archive__title {
    font-size: 4vw;
    margin-left: 0;
  }

  .sub-archive .pagination-wrapper__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5vw;
  }

  .sub-archive .pagination-wrapper .page-numbers {
    font-size: 5vw;
    height: 9.5vw;
    margin-left: 2vw;
    margin-right: 2vw;
    width: 24vw;
  }

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

  .sub-archive .pagination-wrapper .page-numbers.next a,
  .sub-archive .pagination-wrapper .page-numbers.prev a {
    border: 1px solid #0c3b2c;
    padding: 2vw 6vw;
  }
}

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

  .sub-contact__list-top {
    display: block;
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sub-contact__intro span {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==============================================================
*  レスポンシブSP(sub-price)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-price__intro {
    font-size: 4vw;
    margin-top: 6vw;
  }

  .sub-price__intro span {
    display: block;
    line-height: 1.5;
  }

  .sub-price__title {
    font-size: 6vw;
  }

  .sub-price__title::before {
    bottom: -3vw;
    width: 18vw;
  }

  .sub-price__box {
    margin-top: 8vw;
    padding-bottom: 12vw;
    /*     padding-left: 5vw;
    padding-right: 5vw; */
    padding-top: 12vw;
  }

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

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

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

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

  .sub-price__plan {
    width: 100%;
  }

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

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

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

  .sub-price__list {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .sub-price__item {
    padding-bottom: 7vw;
    padding-top: 6vw;
  }

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

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

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

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

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

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

  .sub-price__attention-item {
    font-size: 4vw;
    text-indent: -1em;
  }

  .sub-price__btn {
    margin-top: 8vw;
  }

  .sub-price__btn .btn {
    font-size: 3vw;
    padding-right: 3vw;
  }

  .sub-price__btn .btn span {
    right: 6vw;
  }

  .sub-price__banner-title {
    font-size: 5vw;
    margin-bottom: 7vw;
    margin-top: 12vw;
  }

  .sub-price__banner-title::before {
    height: 3vw;
    top: 7.5vw;
    width: 50vw;
  }

  .sub-price__title-desc {
    font-size: 4vw;
    margin-top: 8vw;
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    margin-bottom: 4rem;
    padding: 10px;
    margin-top: 0;
  }

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

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

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

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

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

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

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

.waste .car_price .item:first-child img {
  padding: 5rem 13rem 0 13rem;
}

.waste .car_price .item:last-child img {
  margin-bottom: -5rem;
  padding-top: 1rem;
}

.waste .car_price .item img {
  padding: 5rem 9rem 0 9rem;
}

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

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

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

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

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

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

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

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

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

.mowing .p-sec03 {
  padding: 4rem 0 2rem;
  background-image: url(http://front-check002.site/wp-content/themes/sutalabo/img/home/bg-body1.jpg);
  background-attachment: fixed;
  background-size: cover;
  margin: 0 0 3rem 0;
}

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

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

.price_area {
  padding-top: 8rem;
  line-height: 1.5;
}

.mowing .p-sec03-contents {
  border: none;
}

.mowing .p-sec03-contents__tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  min-height: 80px;
  margin: -44px auto 40px;
  border-radius: 20px;
  background: #222222;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4375;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-flow-sec02 {
  padding: 8rem 0 8rem 0;
  /*
  background-image: url(../img/home/main_bg001.jpg);
  background-attachment: fixed;
  background-size: cover;
*/
  /*	background: linear-gradient(180deg, #9cbeec57 0%, #f3f5f842 100%);*/
}

.flow.p-flow-sec02 {
  background-image: none;
  margin-top: 5rem;
}

.p-flow-sec02 .inner {
  /*
  background: #fff;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;

  filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  border-radius: 10px;
*/
}

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

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

.p-flow-sec02 .flow_content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 80px;
  background: #fff;
  padding: 3rem;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  border-radius: 10px;
}

.p-flow-sec02 .flow_content .img {
  width: 50rem;
  height: 40rem;
}

.p-flow-sec02 .flow_content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-flow-sec02 .flow_content .caption {
  margin-top: 1rem;
  text-align: center;
}

.p-flow-sec02 .flow_content .caption .tit {
  font-size: 1.8rem;
}

.p-flow-sec02 .flow_content .caption .name {
  font-size: 2.2rem;
  margin-top: 1rem;
}

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

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

.p-flow-sec02 .flow_content .detail .association {
  text-align: center;
  color: #101075;
  font-size: 3rem;
  font-weight: bold;
  color: #364e96;
  padding: 0.5em 0;
  border-top: solid 1px #364e96;
  border-bottom: solid 1px #364e96;
}

.p-flow-sec02 .flow_content .detail .theme {
  /*  margin-top: 3rem;*/
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}

.p-flow-sec02 .flow_content .detail .btnArea {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.p-flow-sec02 .flow_content .detail .num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 8.5rem;
  font-weight: bold;
  color: #dfe8f4;
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60113', endColorstr='#f8b62d',GradientType=1 ); */
  text-align: center;
  position: absolute;
  top: -23px;
  left: 0;
  z-index: -1;
}

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

.p-flow-sec02 .flow_content .detail .head {
  font-size: 3.4rem;
  padding: 20px 0 20px;
  font-weight: 700;
  color: #101075;
  line-height: 1.2;
}

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

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

.renovation_list {
  margin-bottom: 8rem;
}

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

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

@media screen and (max-width: 767px) {
  .p-flow-sec02 .flow_content .row {
    padding-bottom: 30px;
  }

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

  .sub-reserve-cancel {
    margin-top: 20vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sub-shop__img {
    width: 100%;
  }

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

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

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

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

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

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

  .sub-shop__table th {
    width: 30vw;
    line-height: 1.5;
  }

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

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

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

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

  .contents_ttl_001 span {
    font-size: 2rem;
    position: relative;
    z-index: 1;
  }

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

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

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

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

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

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

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

  .waste .car_price .item:first-child img {
    padding: 2rem 10rem 0 10rem;
  }

  .waste .car_price .item img {
    padding: 5rem 8rem 0 8rem;
  }

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

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

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

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

  .waste .car_price .item:last-child img {
    margin-bottom: -3rem;
  }

  .waste .car_price.kaden .item {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-shop .btn::before,
.home-shop .btn::after {
  content: none;
}

.home-shop .btn:hover {
  color: var(--primary-color);
  opacity: 0.8;
}

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

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

.c-ofi {
  object-fit: cover;
  font-family: "object-fit: cover;, object-position: center;";
  width: 100%;
  height: 100%;
  object-position: center;
  /*	    border-radius: 0 0 0 7px;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .p-real-estate-item-wrap {
    flex-direction: column;
    margin-top: -10vw;
  }

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

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

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

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

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

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

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

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

  .p-new-top-img img {
    position: static;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-new-flow__item {
    width: 48%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-reno-pattern__table-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-color);
  padding-top: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .p-door-top {
    padding: 10rem 2rem;
  }

  .p-door-top__ttl {
    font-size: 2rem;
  }

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

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

  .p-door-top__btn {
    font-size: 1.6rem;
  }

  .p-door-step__wrap {
    flex-direction: column;
  }

  .p-door-step__slider {
    width: 100%;
    margin-right: 0;
  }

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

.p-works-before-after {
  /*   padding-top: 3rem; */
}

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

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

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

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

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

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

.header__item-child {
  position: relative;
}

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

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

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

.child__link:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_price_table {
  padding-top: 3rem;
}

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

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

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

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

.list_add_table {
  padding-top: 3rem;
}

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

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

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

.list_other_table {
  padding-top: 3rem;
}

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

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

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

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

.footer_top {
  background: url(../img/common/footer_bg.jpg);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3333335e;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

.footer_top .sec_ttl {
  color: #fff;
}

.footer_top .sec_ttl .en,
.map .sec_ttl .en {
  color: #fff;
  font-size: 5.7rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.map .sec_ttl .en {
  color: #101075;
}
.map .sec_ttl {
  text-align: center;
  margin: 8rem 0 2rem 0;
}

@media screen and (max-width: 767px) {
  .footer_top .sec_ttl .en,
  .map .sec_ttl .en {
    font-size: 3rem;
  }
}

.footer_text {
  font-weight: 500;
  color: #fff;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.7;
}

.footer_flex .center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*  background-color: #fff;*/
  padding: 1rem 1rem;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .footer_flex .center {
    margin: 0 2rem;
    padding: 2rem;
  }
}

.footer_flex .left {
  width: calc((100% - 30px) / 2);
  padding: 30px 20px 24px;
}

.footer_flex {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 45px auto 0;
  gap: 3rem;
}

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

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

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

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

.footer_flex .tel_text .text02 {
  font-size: 15px;
}

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

.footer_flex .tel_text {
  line-height: 1.5;
  display: flex;
  justify-content: center;
}

.footer_flex .mail {
  display: block;
  background: #101075;
  border: 1px solid #101075;
  color: #fff;
  width: 360px;
  max-width: 100%;
  border-radius: 0;
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
  margin: 0 auto 2rem auto;
}

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

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

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

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

.footer_flex .mail:hover {
  background-color: #fff;
  color: #f18200;
}

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

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

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

.footer_flex .right p {
  font-size: 15px;
  /*   font-weight: 600; */
}

.footer_top .map {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 2rem;
}

.footer_top iframe {
  height: 24rem;
  width: 100%;
}

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

  .property-slider__arw {
    top: 30%;
  }

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

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

  .list_other th {
    padding: 10px 5px 10px 5px;
    width: 80px;
  }

  .single_youtube iframe {
    height: 50vw;
  }

  .mowing_lead {
    padding: 0 1rem 0 1rem;
    margin: 3rem 0 5rem 0;
  }

  .mowing .c-inner {
    width: calc(100% - 30px);
  }

  .p-works-item-wrap {
    flex-direction: column;
  }

  .p-works-item {
    width: 100%;
  }

  .sub-works-single .sub-single__main p {
    font-size: 3.8vw;
    margin: 1rem 0 0 0;
    line-height: 1.7;
  }

  .footer_flex {
    flex-direction: column;
  }

  .footer_flex .right {
    width: 90% !important;
    padding: 30px 20px 24px !important;
    margin: 0 auto 2rem auto !important;
  }

  .footer_flex .left {
    margin: 0 auto 2rem auto;
    width: 90%;
  }

  .footer_top {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .footer_flex .tel {
    padding-left: 1.3rem;
    font-size: 3rem !important;
    background: url(../img/common/tel-color.svg) no-repeat left 7% top 1rem/2rem
      auto !important;
  }

  .footer_text {
    font-size: 14px;
    padding: 0 15px;
  }

  .footer_flex .tel_text {
    margin-top: 1rem;
  }

  .sub-section-title::after {
    width: 110px;
    height: calc(70px * 0.57735);
  }

  .sub-section-title::before {
    width: 310px;
    height: calc(170px * 0.57735);
  }

  .sub-section-title {
    padding: 95px 1rem 50px 1rem;
    text-align: center;
  }

  .sub-section-title span {
    opacity: 1;
    color: #fff;
    font-weight: 500;
  }

  #trainer_sub .trainername {
    margin-top: 1rem !important;
    margin-bottom: 3rem;
  }

  #trainer_sub .home-center__text {
    padding: 7vw 0vw;
  }

  #shop-info {
    padding-top: 0rem !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1270px) {
  .header__logo {
    margin-left: 1rem;
    margin-top: 3rem;
    width: 20rem;
    margin-top: auto;
    margin-bottom: auto;
  }

  .header__link {
    font-size: 1.4rem;
  }

  .header__tel {
    font-size: 2.4rem;
  }

  .header__item:not(:first-of-type) {
    margin-left: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1060px) {
  .header__logo {
    width: 16rem;
  }
}

#shop-info {
  padding-top: 11rem;
  margin-top: 0rem;
}

.header__item_snsicon {
  margin: -8px;
  width: 20px;
}

.header__item_snsicon a:hover {
  opacity: 0.5;
  transition: all 0.3s;
  background: none;
}

.sp_cta a {
  border: 1px solid;
  color: #101075;
  background: #ffd900;
}

h3.home-section-title.-side.pc-only {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  h3.home-section-title {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 2rem;
  }

  .home-section__desc_2 {
    color: #333;
    line-height: 1.7;
    margin-top: 1.5rem;
    width: 50rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  h3.home-section-title {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 1.5rem;
  }

  .home-section__desc_2 {
    color: #333;
    line-height: 1.7;
    margin-top: 1.5rem;
    width: 50rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

p.note_top {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 1.5rem;
}

div.note_bottom {
  margin-top: 30px;
  line-height: 1.7;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.waste .mowing_lead {
  margin: 0 0 0 0;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 4rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 116.8rem;
  position: relative;
  width: 100%;
}

.renovation_list {
  margin-bottom: 0rem;
  margin-top: 0rem;
}

#shop-info {
  padding-top: 0;
  margin-top: 0rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  p.home-section__desc_2 {
    width: auto;
  }
}

img.followme {
  width: 70%;
  margin: 0 auto;
}

.left_top {
  margin: auto;
}

.left_bottom {
  display: flex;
}

p.footer-left_text {
  display: block;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.left_bottom {
  display: flex;
  width: 70%;
  margin: 0 auto;
}

.ttl_center1 {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}

.ttl_center1::after {
  content: "";
  background-color: #4c9ac0;
  width: 2em;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.contents_ttl_002 {
  position: relative;
  text-align: center;
  padding: 1em;
  color: #333;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

h2.contents_ttl_002 span {
  font-weight: 600;
  font-size: 3.6rem;
}

@media screen and (max-width: 424px) {
  h2.contents_ttl_002 span {
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7 {
    margin-top: 3rem;
  }
}

.contents_ttl_002:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, #101075 50%, #ffd900 50%);
}

table.sub-shop__table.table_simple {
  margin-bottom: 4rem;
}

.p-flow-sec02 .note_bottom {
  margin: 1rem 0 4rem;
}

.rentalstudio__inner .item {
  width: 36rem;
  margin: 0 0 2rem 0;
}

.rentalstudio__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 6rem 0 3rem 0;
}

.rentalstudio__inner .item .item_ttl {
  color: #222222;
  font-weight: 500;
  font-size: 2rem;
  padding: 0 0 15px 0;
  text-align: center;
}

.rentalstudio__inner .sub-service__text-desc {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.rentalstudio__inner .item .item_ttl {
  color: #222222;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0 0 15px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .downloadbanner {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .downloadbanner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .home-shop.type002 .home-shop__img {
    gap: 1rem;
    top: -240px;
  }

  .home-shop.type002 .home-shop__img img {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .home-shop.type002 .home-shop__img {
    display: flex;
    justify-content: center;
    margin: 10px auto -45px auto;
    width: 100%;
    max-width: 82.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    gap: 3rem;
    position: relative;
    top: -100px;
    z-index: 2;
    flex-direction: column;
  }
}

.banner_2 a:hover img {
  transition: 0.3s;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .banner_2 {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .banner_2 {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 1270px) {
  .header__item_snsicon {
    margin: 0px !important;
  }
}

.home-mv__slide {
  position: relative;
}

/* .home-mv__slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(#111 30%, transparent 31%),
    radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  opacity: 0.5;
} */

.home-section-title-en {
  text-transform: uppercase;
	font-size: 5.7rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
	font-family: "Montserrat", sans-serif;
}

.home-section-title-en::after {
  content: "";
  position: absolute;
  left: 50%;
  /* 左端を親要素の中央に配置 */
  transform: translateX(-50%);
  bottom: -2.6rem;
  /* テキストの下にスペースを追加して線を配置 */
  width: 100px;
  /* 線の幅 */
  height: 5px;
  /* 線の高さ */
  background-color: #ffd900;
  /* 線の色 */
}

.home-section-title-ja {
  font-weight: 500;
  font-size: 16px;
  margin-top: 5rem;
  color: #000;
}

.home-section-title-ja.-about {
  color: #fff;
}

.home-shop__img-1 {
  max-width: 335px;
}

.inner-wide.company {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  max-width: 116.8rem;
}

.p-home-sec03__txt-big {
  font-size: 30px;
  margin-top: 20px;
  text-align: left;
  font-weight: 600;
  line-height: 1.3;
  background-image: linear-gradient(
    to right,
    #101075 0,
    #101075 25%,
    #0e4182 85%,
    #0e4182 100%
  );
  -webkit-background-clip: text;
  color: transparent;
}

.p-home-sec03 .btn {
  /* background: linear-gradient(45deg, #101075, #00c2ff); */
  background-color: #101075;
  color: #fff;
  margin-top: 4rem;
}

.p-home-sec03__txt-wrap {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .home-section-title-en {
    font-size: 50px;
    color: #101075;
  }

  .inner-wide.company {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
    max-width: 116.8rem;
  }

  .p-home-sec03__txt-big {
    margin-top: -10px;
  }

  .p-home-sec03__txt {
    /* padding: 0 15px; */
  }

  .p-home-sec03__item .item {
    margin-top: 30px;
  }

  .p-home-sec03 .btn {
    margin-top: 0;
  }

  .sub-service__text-num {
    z-index: 1;
  }

  .p-home-sec03__txt-wrap {
    padding: 15px;
  }
}

.sub-service__text-title.contents_ttl_001 {
  position: relative;
}

.sub-service__text-num {
  font-size: 100px;
  margin-top: -13rem;
  font-weight: bold;
  position: absolute;
  z-index: -1;
  color: #dfe8f4;
  top: 30px;
  left: -10px;
}

.sub-service__text-rea {
  font-size: 100px;
  margin-top: -9rem;
  font-weight: bold;
  position: relative;
  color: #dfe8f4;
  text-align: right;
  z-index: 0;
  opacity: 0.7;
  line-height: 1;
}

.sub-shop__table.table_simple th {
  width: 38rem;
  padding: 0;
}

.sub-price__table {
  margin-top: 30px;
}

.sub-price__table.table_simple tr {
  display: grid;
  border: 1px #e0e0e0 solid;
}

.sub-price__table.table_simple tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 10px;
  width: 35rem;
}

.sub-price__table.table_simple .store-kinds {
  background-color: #9caac0;
  /* width: 35rem; */
  color: #fff;
  text-align: center;
  padding: 1rem 1.2rem;
  font-size: 1.4rem;
}

.sub-price__table.table_simple span {
  font-weight: bold;
}

.sub-price__table.table_simple .ourstore .store-kinds {
  background-color: #101075;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .sub-shop__table.table_simple tr {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }

  .sub-shop__table.table_simple th {
    width: auto;
  }

  .sub-service__text-num {
    z-index: 0;
  }

  .sub-price__table.table_simple tbody {
    grid-template-columns: 1fr;
    margin: 20px auto 0;
    width: 32rem;
  }

  .sub-price__table.table_simple .store-kinds {
    width: auto;
  }

  .sub-price__table {
    margin: 0 auto;
  }

  .sub-service__text-rea {
    font-size: 5rem;
    margin-top: -6rem;
  }
}

.sub-shop__table.table_simple td {
  vertical-align: middle;
}

.caution {
  line-height: 1.5;
  padding: 0 35px;
}

.caution div {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #f85656;
  padding: 7px 7px 7px 15px;
}

.caution p {
  margin-top: 10px;
}

.caution-1 {
  margin-top: 30px;
}

.caution-2 {
  padding-bottom: 30px;
  margin-top: 30px;
}

.caution-left {
  margin-bottom: 45px;
}

.caution-wrap {
  display: grid;
  grid-template-columns: 1fr 5fr;
  /* gap: 20px; */
  align-items: center;
}

#shop-info .sub-shop__table.table_simple th {
  color: #fff;
  background: #101075;
  vertical-align: middle;
  width: 30rem;
  padding-left: 3rem;
}

@media screen and (max-width: 768px) {
  #shop-info .sub-shop__table.table_simple th {
    width: 9.5rem;
    padding-left: 1rem;
    padding-top: 1rem;
    vertical-align: middle;
  }

  .caution {
    line-height: 1.5;
    padding: 0;
  }

  .caution-2 {
    padding-bottom: 70px;
  }

  .caution-wrap {
    grid-template-columns: 1fr;
  }

  .caution-left {
    display: none;
  }
}

.p-simulation {
  max-width: 1000px;
  margin: 0 auto;
}

.border-left {
  /*  border-left: 2px solid #f18200;*/
  padding-left: 15px;
}

.color-orange span {
  color: #f18200;
}

.waste .mowing_lead.mb-10 {
  margin-bottom: 9rem;
}

.sub-contact__line {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}

.sub-contact__line img {
  width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sub-contact__line {
    grid-template-columns: 1fr;
  }

  .sub-contact__line img {
    width: 150px;
  }

  .sub-contact__line-img {
    display: none;
  }
}

.m-10 {
  margin: 10px;
}

.ourstore {
  font-size: 2rem;
}

.bg-gray {
  background-color: #edf3fb;
}

.color-blue {
  color: #101075;
  font-size: 2.5rem;
}

.sub-price__add {
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  padding: 2rem 3rem;
  background-color: #edf3fb;
  margin: 20px auto 0;
  max-width: 1000px;
}

.sub-price__add p {
  font-weight: bold;
  color: #101075;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .sub-price__add {
    display: block;
    font-size: 16px;
    padding: 2rem 1rem;
  }

  .caution-1 {
    margin-top: 0;
  }

  .caution-2 {
    margin-top: 40px;
  }

  .caution div {
    margin-top: 0;
  }

  .caution p {
    font-size: 15px;
    margin-top: 20px;
  }

  .sub-price__add p {
    padding: 1.2rem 0 0;
  }
}

.flow.p-flow-sec02 .flow_content .detail .num {
  color: #fff;
  z-index: 1;
  font-size: 3.5rem;
  background-color: #f18200;
  position: static;
}

.flow.p-flow-sec02 .flow_content .detail .head {
  padding: 4px 0 0 2rem;
  color: #333;
}

.flow.p-flow-sec02 .flow_content .row {
  display: block;
  background-color: #fff8f0;
  padding-top: 4rem;
  padding-bottom: 6rem;
  border-bottom: none;
}

.flow.p-flow-sec02 .flow_content .row:last-child {
  border-bottom: none;
}

.flow.p-flow-sec02 .flow_content .text {
  margin-top: 28px;
  padding-bottom: 14px;
  padding-left: 20px;
}

.flow.p-flow-sec02 .flow_content .img {
  display: grid;
  width: 100%;
  padding: 0 40px;
  gap: 1.5rem;
}

.flow.p-flow-sec02 .flow_content .detail {
  width: 100%;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1.5rem;
}

.price_area .flow.p-flow-sec02 .sub-shop__table tr {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .flow.p-flow-sec02 .flow_content .detail {
    padding: 0 !important;
  }

  .flow.p-flow-sec02 .flow_content .detail .num {
    font-size: 3rem !important;
    width: 46px !important;
    height: 45px !important;
    line-height: 43px !important;
  }

  .flow.p-flow-sec02 .flow_content .detail .head {
    padding: 5px 0 7px 10px !important;
  }

  .flow.p-flow-sec02 .flow_content .text {
    padding-left: 0;
  }

  .flow.p-flow-sec02 .flow_content .row {
    padding: 10px;
  }

  .flow.p-flow-sec02 .flow_content .img {
    padding: 0;
    gap: 0.5rem;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .price_area .flow.p-flow-sec02 .sub-shop__table tr {
    grid-template-columns: 1fr;
  }
}

.detail__ttl {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
}

.mt-5r {
  margin-top: 5rem;
}

.mt-30 {
  margin-top: 30px;
}

.bfb_imgBanner.bfb_rb.bfb_view_pc:hover {
  opacity: 0.7;
}

.cleaning-reason .contents_ttl_001 {
  background: linear-gradient(to right, #101075 0%, #add8e6 100%);
  border-bottom: none;
}

.cleaning-reason .contents_ttl_001 span {
  color: #fff;
}

.price_area .contents_ttl_002 {
  font-size: 3rem;
  background: linear-gradient(to right, #faebd7 0%, #fff 100%);
  padding-left: 15px;
}

.cleaning.home-news {
  background-image: url(../img/home/main_bg001.jpg);
}

.price-1 {
  order: 2;
}

.price-2 {
  order: 1;
}

.price-1 .store-kinds.cell {
  font-size: 2rem;
}

.price-1 .cell {
  font-size: 1.8rem;
}

.price-3 .store-kinds.cell {
  font-size: 2rem;
}

.price-3 .cell {
  font-size: 1.8rem;
}

.sub-price__container {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.sub-price__container .row {
  border: 1px #e0e0e0 solid;
}

.cell {
  padding: 1.2rem;
}

.store-kinds.cell {
  font-size: 2rem;
}

.self-clean .sub-shop__table tr {
  border-top: none;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  .sub-price__container {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }

  .sub-price__container .price-1 {
    order: 2;
  }

  .sub-price__container .price-2 {
    order: 1;
  }

  .sub-price__container .price-3 {
    order: 3;
  }

  .price_area .contents_ttl_002 {
    font-size: 2rem;
  }

  .self-clean .sub-shop__table td {
    padding: 0;
    margin-top: 2rem;
  }

  .price_area .text {
    font-size: 15px;
    margin-top: 2rem;
  }

  .price_area {
    padding-top: 5rem;
  }

  .flow.p-flow-sec02 .flow_content .row {
    margin-top: 30px;
  }

  .cleaning .home-news__box {
    padding: 17vw 5vw;
  }

  .p-home-sec03 {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }

  .home-center__container.-company {
    margin-top: 4rem;
  }

  .break-br {
    display: none;
  }

  .trainername {
    margin-bottom: 20px;
  }

  .home-center__text.ceo {
    padding: 0;
  }

  .home-section-title.-news {
    margin-top: -2.7rem;
  }
}

body.blog #bfb_content_pc,
body.archive #bfb_content_pc {
  display: none !important;
}

body.single #bfb_content_pc {
  display: none !important;
}

.cleaning .home-section-title.-news span {
  color: #b9d7ed;
}

.price_area .sub-shop__table tr {
  background: none;
}

.price_area .table_simple td {
  background-color: #fafafa;
}

.price_area .sub-shop__table.table_simple th {
  padding: 15px;
}

.works .sub-shop__table tr {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .price_area .sub-shop__table.table_simple th {
    padding: 0;
  }

  .price_area .table_simple td {
    padding: 15px;
  }

  .price_area .sub-shop__table td span {
    font-size: 15px;
  }
}

.banner {
  position: relative;
  /*
  right: 10px;
  bottom: 10px;
*/
  /* その他のスタイル */
}

.banner-link {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}

.banner-link img {
  display: block;
  width: 300px;
  height: auto;
}

.banner-link:hover {
  opacity: 0.7;
}

#closeBanner {
  position: absolute;
  top: -15px;
  left: -15px;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

#floatingBanner {
  display: none;
  position: fixed;
  z-index: 9999;
}

@media (max-width: 767px) {
  #closeBanner {
    width: 60px;
    /* スマホでのボタンの幅 */
    height: 60px;
    /* スマホでのボタンの高さ */
    top: -25px;
    /* 必要に応じて位置を調整 */
    left: -25px;
    /* 必要に応じて位置を調整 */
  }

  #floatingBanner {
    display: none;
    position: fixed;
    z-index: 19;
    bottom: 60px;
  }
}

.works .sub-shop__table th {
  background: none;
  color: #101075;
  display: none;
}

/*追加*/
.page-id-2371 .waste .mowing_lead.mb-10 {
  margin-bottom: 5rem;
}

.banner1 {
  margin-bottom: 9rem;
}

ul.note_01 {
  margin-top: 20px;
}

.note_01 li {
  font-size: 14px;
  color: #fff;
  background-color: #f85656;
  padding: 7px 7px 7px 15px;
  margin-bottom: 10px;
}

/*20240320追加*/

/*---br管理--*/
/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
  .pc-br {
    display: none;
  }

  .tb-br {
    display: none;
  }

  .sp-br {
    display: block;
  }
}

/*---タブレット時改行--*/
@media screen and (min-width: 481px) and (max-width: 1020px) {
  .pc-br {
    display: none;
  }

  .tb-br {
    display: block;
  }

  .sp-br {
    display: none;
  }
}

/*---PC時改行--*/
@media screen and (min-width: 1021px) {
  .pc-br {
    display: block;
  }

  .tb-br {
    display: none;
  }

  .sp-br {
    display: none;
  }
}

/*header*/
/* 初期スタイル：背景透明 */
.header {
  background-color: transparent;
  transition: background-color 0.3s;
  /* 背景色の変化を滑らかに */
}

/* スクロール後のスタイル：背景白 */
.header.scrolled {
  background-color: #ffffffd1;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
}

.home-mv__slides .slick-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff00 30%);
}

main.home .header__nav a {
  text-shadow: 0 0 5px #444444;
  color: #fff;
}

.header__link {
  font-weight: 600;
}

.header.scrolled .header__nav a {
  /* text-shadow: 0 0 5px #fff;
  color: #333; */
}

/*header*/
/*footer*/
.footer_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.footer_linkicon {
  width: 40px;
}

.footer_linkbanner img {
  margin: 0 auto;
}

.footer_linkbanner {
  transition-duration: 0.4s;
}

.footer_link a:hover {
  opacity: 0.6;
  transition-duration: 0.4s;
}

.footer_link.footer_banner {
  gap: 20px;
  background: #fff;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 3.6rem 15%;
  margin: 0 auto;
  justify-items: center;
}

@media screen and (max-width: 767px) {
  .footer_link.footer_banner .footer_linkbanner img {
    margin: 0 auto;
  }

  .home-mv__slides .slick-slide::before {
    background: none;
  }

  .footer_link.footer_banner {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding: 4%;
    margin: 0 auto;
    justify-items: center;
  }

  .footer_linkbanner {
    display: block;
    width: 100%;
    justify-self: stretch;
  }
}

/*footer*/

/*動き*/
.displayed {
  animation: fadeUp 0.5s forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-100px);
  }
}

/* 画面外 */
.fade-block2 {
  transform: translateY(100px);
  transition: all 0.3s ease-in;
  opacity: 0;
}

/* 画面に入った時の動き */
.fade-block2.blockIn {
  transform: translateY(0);
  opacity: 1;
}

/*
.scroll-block {
  height: 100vh;

}
*/

/*パララックス*/
.container {
  background-image: url(../img/home/about_bg.jpg);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

/*
.container {
  background-position: center calc(50% - 10px);
}
*/

/* .home-mv__slides .slick-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, #1077bf85 1%, #ffffff00 100%);
} */
.logo_txt {
  max-width: 400px;
}

.home-service {
  /*    padding-right: 2.4rem;*/
  /*    background: #1010753b;*/
}

.home-price {
  margin-top: 8rem;
  margin-bottom: 8rem;
  /*
    padding-left: 2.4rem;
    background: #1010753b;
*/
}

.home-center__container.-service .home-center__text {
  padding: 6rem;
  z-index: 5;
  position: relative;
  bottom: 3rem;
  display: inline-block;
  width: 50%;
  left: 0;
}

.home-center__container.-price .home-center__text {
  padding: 6rem;
  z-index: 5;
  position: relative;
  bottom: 3rem;
  display: inline-block;
  width: 50%;
  right: 0;
}

.home-center__img {
  bottom: 6rem;
  z-index: 0;
  margin-left: auto;
}

.p-greeting .p-greeting-box__textArea .tit {
  position: relative;
  margin: 1.5em 0 2em;
  padding: 16px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #101075;
  text-align: center;
}

.p-greeting .p-greeting-box__textArea .tit:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #101075;
}

.p-greeting .p-greeting-box__textArea .tit p {
  margin: 0;
  padding: 0;
}

.p-greeting {
  padding: 8rem 0 10rem;
}

main.home .home-blog__item-wrap {
  padding-top: 0rem;
  width: 100%;
  margin: 0 auto;
}

main.home .home-section-title.-news {
  text-align: left;
}

main.home .home-section-title.-news {
  text-align: center;
}

main.home .home-blog__inner.inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-box-align: stretch;
  align-items: center;
  justify-content: space-around;
}

.feature_item {
  position: relative;
  background: linear-gradient(
    322deg,
    rgb(65 109 184) 30%,
    rgb(34 201 225) 100%
  );
  text-align: center;
  /*    padding: 10px;*/
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  height: 7vw;
}

main.home .home-blog__item-wrap {
  width: 80%;
}

.home-blog,
.urazoerc_items {
  margin: 0 0 0 0;
  padding-bottom: 8rem;
  padding-top: 6rem;
  color: #262830;
  background-image: url(../img/home/weekly_bg.jpg);
  text-align: center;
  background-size: cover;
  background-position: center;
}

.home-blog .inner {
  background: none;
  padding-top: none;
  padding-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

main.home .home-blog__inner.inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-box-align: stretch;
  align-items: center;
  justify-content: space-around;
}

main.home .home-blog__item-ttl {
  width: 100%;
  display: flex;
  gap: 3%;
  flex-direction: column;
  justify-content: space-around;
}

.h2_002 .home-section-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: calc(58 / 40);
  color: var(--primary-color);
  margin-bottom: 4rem;
  text-align: center;
}

.h2_002 p {
  font-weight: 700;
}

.h2_002 span {
  display: block;
  text-align: center;
  color: #595757;
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: 700;
}

.home-blog__btn {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}

.home-blog__btn {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}

main.home .c-blog-item .item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.home .c-blog-item .item__img {
  width: 10vw;
  padding-top: 7rem;
  position: relative;
  margin-right: 3rem;
}

.c-blog-item .item__time {
  display: block;
  color: #000;
  font-size: 14px;
}

h3.item__ttl {
  line-height: 1.5;
}

.p-greeting__tit .home-section-title-en {
  color: #101075;
}

.home-shop.type002 .p-greeting__tit .home-section-title-en {
  color: #fff;
}

.home-shop.type002 .p-greeting__tit {
  margin-bottom: 0px;
  position: relative;
  z-index: 4;
}

.home-shop.type002 .p-greeting__tit .home-section-title-en::before {
  display: none;
}

.home-section-title-en.-about {
  padding: 3rem 0 0;
  color: #fff;
}

main.home .item__body {
  width: 100%;
  display: grid;
  grid-template-columns: 18% 80%;
  align-items: center;
}

.home-section-title-en.-about::before {
  display: none;
}

.p-greeting .p-greeting-box__textArea .greeting {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

main.home .home-section__desc {
  color: #fff;
  line-height: 2;
  margin-top: 0;
  width: 100%;
  text-align: center;
}

main.home .home-center__container.-price .home-center__text {
  width: 100%;
  padding: 0;
}

.c-blog-item.item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}

.c-blog-item.item:first-child {
  margin-top: 0;
}

.yeg_alphabet {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.home-shop__intro.-about {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-content: center;
  gap: 2%;
}

main.home
  .home-center__container
  .home-center__text
  .home-section__desc
  .home-section__desc-name {
  text-align: left;
  max-width: 470px;
  line-height: 1.5;
}

main.home .home-section__desc-name {
  margin-top: 30px;
  margin-bottom: 30px;
}

main.home .home-section__desc-name span {
  font-size: 25px;
  margin-left: 20px;
}

.home-center__container.-price .home-section__desc {
  text-align: left;
}

@media screen and (min-width: 1168px) {
}

@media screen and (min-width: 1024px) {
  main.home figure.item__img {
    padding: 0 2rem 0 0;
    width: 140px !important;
    height: 80px !important;
  }

  .home-shop__intro.-about {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }

  .fade-block2.blockIn {
    transform: translateY(0);
    opacity: 1;
    margin: 0 auto;
  }

  .home-section-title.-news.-about {
    color: #fff;
  }

  .home-section-title-en.-about {
    padding: 14rem 0 0;
  }

  .home-shop__container.home-shop-about .btnArea {
    padding: 0px 0 6rem;
  }

  main.home .home-section-title.-news.-about {
    text-align: center;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .home-section-title.-news {
    margin-top: 0.3rem;
  }

  .p-greeting .p-greeting-box__textArea .nameArea .name {
    display: block;
    margin-left: 0px;
  }

  .p-greeting__tit .home-section-title-en::before {
    display: none;
  }

  main.home .home-blog__item-ttl {
    width: 100%;
    flex-direction: column;
  }

  main.home .home-blog__item-wrap {
    padding-top: 0rem;
    width: 100%;
  }

  h3.item__ttl {
    margin: 0;
  }

  main.home .c-blog-item .item__img {
    width: 100%;
    height: 35vh;
  }

  main.home .item__body {
    width: 100%;
  }

  .home-blog .p-greeting__tit .home-section-title-en::before {
    content: "News";
    top: 240%;
    left: 250%;
  }

  .c-blog-item.item {
    width: 100%;
  }

  .home-service {
    padding-right: 0;
  }

  .home-center__container.-service .home-center__text {
    background: #f3f5f8;
    padding: 10vw 4vw;
    width: 100%;
    margin: 0 auto;
  }

  .home-center__img {
    position: relative;
    bottom: 0rem;
    width: 100%;
    z-index: 0;
    margin-top: 0;
  }

  .home-price {
    margin-top: 3rem;
    margin-bottom: 0;
    padding-left: 0;
  }

  .home-center__container.-price .home-center__text {
    padding: 10vw 4vw;
    bottom: 3rem;
    width: 100% !important;
    background: #ffffffe3;
  }

  .p-cta__tit {
    font-size: 2.4rem;
    text-align: center;
  }

  .p-cta__text {
    font-size: 1.4rem;
    margin-top: 2rem;
    text-align: center;
  }

  .p-cta__btnArea {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }

  .home-shop .home-section-title span {
    font-size: 5rem;
    margin-top: -6rem;
    color: #101075;
  }

  .home-shop .home-section-title span {
    font-size: 5rem;
    margin-top: -8rem;
    color: #101075;
  }

  main.home .home-section-title.-news {
    text-align: center;
    color: #333;
  }

  .home-center__container.-service .home-section-title span,
  .home-center__container.-price .home-section-title span {
    font-size: 30px;
  }

  .footer_flex {
    margin: 10px auto 0;
  }

  .footer_text {
    margin-top: 30px;
  }

  .home-shop.type002 .p-greeting__tit .home-section-title-en {
    color: #101075;
  }

  .p-greeting {
    padding: 2rem 0 6rem;
  }

  .menu_banner {
    padding: 4vw;
  }

  main.home .home-section-title.-news.-about {
    color: #fff;
  }

  .home-shop__intro.-about {
    font-weight: 700;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    font-size: 2.5rem;
    left: 10%;
    position: relative;
  }

  .home-shop__intro.-about span .orange {
    font-size: 4rem;
  }

  .yeg_alphabet {
    font-size: 3rem;
  }

  .yeg_alphabet .orange {
    font-size: 6rem;
  }

  .home-shop__container.home-shop-about {
    position: relative;
    top: -3rem;
    display: flex;
    align-items: center;
  }

  .home-shop__container.home-shop-about .home-section__desc {
    color: #fff;
    line-height: calc(24 / 16);
    margin-top: 0;
    width: 100%;
    text-align: left;
  }

  .home-shop__container.home-shop-about .home-shop__text {
    padding: 0;
  }

  .container {
    height: 120vh;
  }

  .banner {
    padding: 2vw;
  }

  .p-greeting .p-greeting-box__textArea .nameArea .post {
    margin-bottom: 1rem;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .p-greeting__tit .home-section-title-en::before {
    font-size: 90px;
  }

  .home-shop.type002 .home-section-title {
    top: 4rem;
  }

  .home-shop .home-section-title span {
    font-size: 6rem;
    margin-top: -12rem;
  }

  .home-center__container.-service .home-section-title span,
  .home-center__container.-price .home-section-title span {
    font-size: 30px;
  }

  .logo_txt {
    max-width: 470px;
    margin-bottom: 3rem;
  }

  .home-section-title-en {
    color: #fff;
    top: 4rem;
    position: relative;
  }

  main.home .home-blog__item-ttl .home-section-title-en {
    top: 0rem;
  }

  .p-greeting__tit .home-section-title-en {
    color: #101075;
    top: 0;
  }

  .p-greeting__tit .home-section-title-en::before {
    top: 400px;
    left: 0%;
  }

  main.home .c-blog-item .item__img {
    width: 16vw;
    height: 10vh;
  }

  .home-section-title-en.-about {
    color: #fff;
  }

  .home-shop__container {
    display: flex;
    justify-content: center;
  }

  main.home .home-section-title.-news {
    text-align: center;
  }

  .home-shop__intro.-about {
    font-weight: 700;
    font-size: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-section-title.-news.-about {
    color: #fff;
  }

  .home-blog .p-greeting__tit .home-section-title-en::before {
    left: 70%;
    font-size: 100px;
    top: 670%;
  }
}

/*mv*/
/* .home-mv__slides.slider::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 100vh;
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  clip-path: polygon(15% 100%, 100% 0%, 100% 100%);
  background: linear-gradient(180deg, #8cd6ff 0%, #1579ff 100%);
  opacity: 0.4;
  overflow: hidden;
  height: -webkit-fill-available;
}
.home-mv__slides.slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0% 0%, 100% 0%, 15% 100%, 0% 100%);
  background: linear-gradient(180deg, #8cd6ff 0%, #1579ff 100%);
  opacity: 0.4;
  z-index: 1;
  height: -webkit-fill-available;
  overflow: hidden;
} */

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .home-mv__catch img {
    width: 50vw;
  }
}

.home-shop__container.home-shop-about .btn.-color {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.home-shop__container.home-shop-about .btn.-color::before,
.home-shop__container.home-shop-about .btn.-color::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.btn.-color:hover {
  color: #101075;
  background: #dde8f7;
}

.home-shop__container.home-shop-about .btn.-color:hover {
  color: #101075;
}

/*title*/
.sub-section-title::before,
.sub-section-title::after {
  display: none;
}

/*News*/
.post-type-archive figure.item__img {
  padding: 0 2rem 0 0;
  width: 130px;
  height: 70px;
}

span.cat {
  background: #101075;
  padding: 4px 10px 4px;
  margin: 10px 0px 10px;
  color: #fff;
  font-size: 12px;
  display: none;
}

h3.item__ttl {
  line-height: 2;
  font-weight: 600;
  color: #101075;
  display: inline-block;
  margin-right: auto;
  position: relative;
}

h3.item__ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.75rem;
  /* 画像の幅 */
  height: 2rem;
  /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 6px;
  vertical-align: middle;
  background-image: url(../img/home/pdf.svg);
  right: -3rem;
}

.c-blog-item .item__inner {
  transition-duration: 0.4s;
}

.c-blog-item .item__inner:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1168px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  .c-blog-item .item__inner {
    display: flex;
    align-items: start;
    padding: 1.5rem 0;
    flex-direction: column;
  }

  .post-type-archive figure.item__img {
    width: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 1020px) {
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  span.cat {
    background: #101075;
    padding: 2px 6px 2px;
    margin: 10px 0px 10px;
    color: #fff;
    font-size: 8px;
  }
}

/*あいさつ*/
.page-id-14 .home-center__container.-service {
  display: block;
  margin-top: 0;
}

.page-id-14 .home-center__container {
  align-items: center;
  flex-direction: column;
}

.page-id-14 .home-center__container.-service .home-center__text {
  display: flex;
  width: auto;
  left: 0;
  bottom: 0;
  justify-content: space-between;
  background: none;
  padding: 0;
}

.page-id-14 .home-center__img {
  position: relative;
  bottom: 0;
  width: 30%;
  z-index: 0;
}

.page-id-14 .sloganImg img {
  width: auto;
  max-width: 760px;
}

.page-id-14 .sloganTit {
  font-size: 2.4rem;
}

.page-id-14 .slogan {
  width: 66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f3f5f8;
  padding: 3rem;
  border-radius: 10px;
  left: -6%;
  position: relative;
}

.page-id-14 .sloganImg {
  margin: 3rem 0;
}

.page-id-14 .home-center__text .trainername {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin: 2rem 0;
}

.page-id-14 .home-center__container.-service .home-section__desc {
  color: #333;
  line-height: 1.7;
  font-size: 1.5rem;
  width: auto;
  background: #f3f5f8;
  padding: 0rem 3rem 5rem;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f5f8 100%);
}

.page-id-14 .home-center__container.-service .home-section__desc span {
  font-size: 4.4rem;
  display: block;
  padding: 3rem 0 1rem;
  font-weight: 700;
  color: #101075;
  margin-top: 0;
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .page-id-14 .home-center__container.-service .home-section__desc span {
    font-size: 6vw;
  }
}

/*入会*/
.page-id-2371 .contents_ttl_001 {
  max-width: 116.8rem;
  text-align: left;
  position: relative;
  padding: 0.6em 0.5em 0.6em 1em;
  background: linear-gradient(to right, #101075, transparent);
}

.page-id-2371 .contents_ttl_001 span {
  color: #fff;
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.mowing_gallery {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
}

@media screen and (max-width: 767px) {
  .mowing_gallery {
    grid-template-columns: 1fr 1fr;
    gap: 4vw 4vw;
  }
}

.page-template-page-contact .contents_ttl_001 {
  position: relative;
  padding: 0.25em 0;
}

.page-template-page-contact h2.contents_ttl_001 {
  text-align: left;
  position: relative;
  padding: 0.6em 0.5em 0.6em 1em;
  background: #101075;
  color: #fff;
  border-left: 10px solid #eea03c;
}

.page-template-page-contact .contents_ttl_001 span {
  color: #fff;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.page-template-page-contact .sub-contact__btm .contents_ttl_001 {
  text-align: left;
  position: relative;
  padding: 0.6em 0.5em 0.6em 1em;
  background: #101075;
  color: #fff;
  border-left: 10px solid #eea03c;
}

@media screen and (max-width: 767px) {
  .page-template-page-contact .contents_ttl_001 span {
    font-size: 5vw;
  }

  .page-template-page-contact h2.contents_ttl_001 {
    position: relative;
    margin-top: 0;
    padding: 0;
    padding: 0.6em 0.5em 0.6em 1em;
  }

  .sub-contact__btm {
    padding: 4rem;
  }

  .sub-contact__box {
    padding-top: 0;
  }

  .page-id-2371 .contents_ttl_001 span {
    font-size: 5vw;
  }
}

/*お知らせ調整*/
.c-blog-item .item__inner {
  display: flex;
  align-items: start;
  padding: 2rem;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.item__body {
  width: 100%;
}

figure.item__img {
  padding: 0 2rem 0 0;
  width: 130px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .post-type-archive figure.item__img {
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .c-blog-item .item__img {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}

/*----gallery----*/
/*illust*/
img.gallery_illust {
  width: 40px;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: 8px;
}

.inner.inner_gallery {
  padding-top: 6rem;
  padding-bottom: 12rem;
}

main.home .gallery h2.c-heading01.c-heading01_center {
  padding-top: 0;
  text-align: left;
  font-size: 3rem;
}

.home-gallery__list {
  display: -ms-grid;
  display: grid;
  gap: 2rem 2rem;
  -ms-grid-columns: (minmax(25rem, 1fr)) [ auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  margin-top: 3.9rem;
}

.c-heading01 span {
  display: block;
  color: #ff9648;
  font-size: 4.5vw;
  margin-top: 1vw;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-heading01 span {
    font-size: 2.6rem;
    margin-top: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}

@media screen and (max-width: 767px) {
  .inner.inner_gallery {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  main.home .gallery h2.c-heading01.c-heading01_center {
    text-align: center;
    font-size: 7vw;
    margin-top: 1rem;
  }

  img.gallery_illust {
    width: 30px;
    display: block;
  }

  .c-heading01 span {
    display: block;
    color: #ff9648;
    font-size: 4.5vw;
    margin-top: 4vw;
    font-weight: 500;
    margin-bottom: 3vw;
  }

  .home-gallery__list {
    gap: 5vw 5vw;
    -ms-grid-columns: (minmax(45%, 1fr)) [ auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    margin-top: 8vw;
  }
}

/*----gallery----*/

/*----about----*/
.about_row {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
}

.about_ttl.-center {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 5rem;
}

.about_ttl.-center span {
  text-align: center;
  color: #101075;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}

.container {
  /*
    background-image: url(../img/home/top_about_img.jpg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
*/
  position: relative;
  /*    width: 100vw;*/
  height: 65vmax;
}

.inner.-container {
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.home-shop__container.home-shop-about .home-shop__text {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background-image: url(../img/home/about_bg.jpg); */
  background-size: cover;
  background-position: center;
  background-position: center top;
  z-index: -1;
  overflow: hidden;
  height: -webkit-fill-available;
  background: #101075;
}

.p-greeting__tit {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 1165px) {
  .container {
    height: 65vmax;
  }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
  .container {
    height: 65vmax;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    height: 65vmax;
  }

  /*
	.bg {
    height: 40vh;
}
*/
}

@media screen and (max-width: 767px) {
  .about_row {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .about_ttl.-center {
    text-align: center;
    font-size: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .about_ttl.-center span {
    font-size: 3rem;
  }

  .p-flow-sec02 .flow_content .row {
    padding: 5vw;
    padding-top: 3rem;
    padding-bottom: 5.4rem;
  }

  .p-flow-sec02 .flow_content .img {
    height: 30vh;
  }

  .p-flow-sec02 .flow_content .detail .theme {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 5vw;
  }

  .container {
    background-image: none;
    background: linear-gradient(210deg, #101075, #10107500);
    height: 100%;
    overflow: hidden;
  }
}

/*----about----*/
/* 中期ビジョン */

/*入会*/
.page-id-2947 .contents_ttl_001 {
  max-width: 116.8rem;
  text-align: left;
  position: relative;
  padding: 0.6em 0.5em 0.6em 1em;
  background: linear-gradient(to right, #101075, transparent);
}

.page-id-2947 .contents_ttl_001 span {
  color: #fff;
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.banner1.vision {
  margin-bottom: 5rem;
}

.vision-big {
  font-size: 3.5rem;
  border-bottom: 2px solid #101075;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.vision-slogan {
  font-size: 4rem;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.vision-slogan span {
  font-size: 7rem;
  font-weight: 700;
}

.vision-mowing_lead div {
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 45px;
  font-weight: 700;
}

.vision-mowing_lead span {
  font-size: 2rem;
  margin-left: 20px;
  color: #101075;
  font-weight: 700;
}

.vision-mowing_lead p {
  font-size: 2rem;
  margin-top: 5px;
  margin-left: 10px;
}

.vision .guidance_slogan .caption {
  font-size: 3.5rem;
  font-weight: 700;
}

.vision {
  text-align: center;
}

.vision .mowing_lead {
  text-align: center;
  margin-top: 3rem;
}

.home-center__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/*カルーセル*/
.xslider_wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 4rem;
  /*    margin-bottom: 10rem;*/
  /*
	background: #e2ffc4;
	box-shadow: 0 2px 5px #999;
*/
}

.xslider1,
.xslider2 {
  display: inline-flex;
  flex: none;
  animation: xslider 30s 2s linear infinite;
}

/*
.xslider_wrap:hover div {
	animation-play-state: paused!important;
}
*/
.xslider1 div,
.xslider2 div {
  flex: none;
  /*  	padding: 10px;*/
}

/*
.xslider1 div:hover , .xslider2 div:hover {
	transform: translateY(-5px);
}
*/
.sec05#blooming .xslider_wrap {
  margin-bottom: 5rem;
}

@keyframes xslider {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.xslider_wrap img {
  width: 180px;
  padding: 10px;
}

.xslider_wrap a {
  opacity: 1;
  transition: all 0.3s;
}

.xslider_wrap a:hover {
  opacity: 0.5;
}

.sec03 .sec_inner.inner {
  margin-top: 6rem;
  /*    background: #fff;*/
  border-radius: 10px;
  padding-bottom: 6rem;
}

.home-instagram {
  margin-top: 6rem;
}

.home-instagram .c-heading01 {
  font-size: 28px;
  font-weight: 600;
  align-items: center;
  display: flex;
}

.home-instagram .btn.-color {
  padding: 1.5rem 6rem 1.5rem 2rem;
  width: 197px;
  border-radius: 10px;
  margin-left: 20px;
  position: relative;
  font-size: 16px;
}

.home-instagram .btn.-color::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.5rem;
  /* 画像の幅 */
  height: 2.5rem;
  /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/home/link.svg);
  right: 8%;
  top: 8px;
}

img.gallery_illust {
  top: 0;
}

.home-youtube_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}

.home-youtube {
  margin-top: 6rem;
  text-align: center;
}

.btnArea.-youtube .btn.-color {
  margin: 5rem auto;
}

.btnArea.-youtube .btn.-color::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.2rem;
  /* 画像の幅 */
  height: 2.2rem;
  /* 画像の高さ */
  background-size: cover;
  vertical-align: middle;
  background-image: url(../img/home/link.svg);
  right: 9rem;
  top: 2.5rem;
}

.home-join-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 10rem;
  background-image: url(../img/home/joinus_bg.jpg);
  background-size: cover;
}

.home-join-us_text-box {
  grid-column: 2 / 3;
  padding-top: 6rem;
  padding-left: 4rem;
  padding-bottom: 10rem;
  background-color: #101075;
}

.p-greeting__tit.-joinus {
  align-items: flex-start;
}

.home-section-title-en.-joinus,
.home-section-title-ja.-joinus {
  color: #fff;
}

.home-section-title-en.-joinus::after {
  left: 0;
  transform: none;
}

.home-join-us_text {
  color: #fff;
  margin-top: 3rem;
  line-height: 2;
  max-width: 472px;
  font-weight: 300;
}

.btnArea.-joinus {
  margin-top: 4rem;
}

.btnArea.-joinus .btn.-color {
  background-color: #fff;
  color: #101075;
}

.home-menbers {
  margin-top: 6rem;
  padding-bottom: 10rem;
}

.home-members_links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}

.home-members_links.-about {
  grid-template-columns: 1fr 1fr 1fr;
}

.home-members_link-item {
  padding: 20px 24px 25px;
  border: #101075 1px solid;
  text-align: center;
}

.home-members_link-item p {
  margin-top: 10px;
  font-weight: 600;
  color: #101075;
  line-height: 1.5;
}

.home-members_link-item.-noimg {
  padding: 20px 19px 25px;
  display: flex;
  align-items: center;
}

.home-members_link-item.-noimg p {
  font-size: 20px;
  margin-top: 0;
}

.home-members_link-item-ttl {
  font-size: 2rem;
}

.home-members_link-item-ttl span {
  display: block;
  font-size: 14px;
}

.about {
  /* margin-top: 10rem; */
}

.footer_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #333;
  padding-bottom: 6rem;
}

.footer_ig img {
  width: 28px;
  margin-right: 6px;
}

.footer_ig {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-weight: 300;
}

.footer_ig:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer_links-ttl {
  font-weight: 600;
  margin-top: 25px;
  color: #101075;
}

.footer_links-ttl:first-child {
  margin-top: 0;
}

.mypage .c-blog-item.item {
  box-shadow: none;
  border-bottom: #adadad 1px solid;
}

.mypage h3.item__ttl::before {
  content: none;
}

.mypage h3.item__ttl {
  margin-top: 14px;
  font-size: 16px;
}

.sub-archive__box {
  max-width: 90rem;
  margin: auto;
}

#mc_head_mc-948a6a8e8cd15db324902317a630b853 {
  background-color: #101075;
  padding: 10px;
  margin-bottom: 4rem;
  border-left: 10px solid #eea03c;
}

#mc_head_mc-948a6a8e8cd15db324902317a630b853 span {
  color: #fff;
  font-weight: 600;
}

.mc-main .my-calendar-navigation .mc-active {
  background-color: #101075 !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
}

.mc-main .mc_general .event-title button.calendar {
  background: #dd3333 !important;
}

.password-area {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.password-area form {
  margin-top: 20px;
}

.password-area label {
  display: block;
  margin-bottom: 10px;
}

.password-area input[type="password"],
.password-area input[type="submit"] {
  padding: 10px;
  margin-top: 10px;
}

.password-area input[type="password"] {
  width: 100%;
  box-sizing: border-box;
}

.next-meeting-wrap {
  background: #101075;
  padding: 4.2rem 5vw;
}

.next-meeting-wrap_front {
  margin-top: -8rem;
}

.next-meeting {
  max-width: 78rem;
  background: #fff;
  margin: auto;
  padding: 12px 62px 15px 32px;
  border-radius: 10px;
  position: relative;
}

.next-meeting a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 10px;
}

.next-meeting a:hover::after {
  opacity: 1;
}

.home .next-meeting {
  border-radius: 10px 10px 0 0;
}

.next-meeting::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.7rem;
  /* 画像の幅 */
  height: 1.7rem;
  /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/common/more.svg);
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.next-meeting-ttl {
  font-size: 14px;
  color: #101075;
  font-weight: 600;
}

.event-date {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}

.event-day {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-left: -5px;
  margin-top: 1rem;
}

.event-time {
  font-weight: 600;
  margin-right: 3rem;
  margin-left: -5px;
  white-space: nowrap;
  /* テキストを一行に表示 */
  flex-shrink: 0;
  margin-top: 3px;
}

.event-details {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

/* タイトルのスタイル */
.event-title {
  white-space: nowrap;
  /* テキストを一行に表示 */
  overflow: hidden;
  /* 溢れたテキストを非表示 */
  text-overflow: ellipsis;
  /* 溢れたテキストを省略記号で表示 */
  display: inline-block;
  /* 要素をインラインブロックにする */
  max-width: 100%;
  /* 最大幅を設定（必要に応じて調整） */
  line-height: 1.5;
}

.event-details {
  max-width: 100%;
  /* 必要に応じて幅を設定 */
}

.event-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  /* 親要素の幅に応じた最大幅 */
  line-height: 1.5;
}

.mypage .sub-archive__box {
  padding-top: 0;
}

.urazoerc {
  position: relative;
  /* 擬似要素のために位置を相対に設定 */
  padding-top: 6rem;
}

.urazoerc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/greeting_bg.png);
  background-size: contain;
  opacity: 0.2;
  /* 透明度を0.2に設定 */
  background-repeat: no-repeat;
}

.urazoerc-grid {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 30px;
  margin-top: 3rem;
}

.urazoerc-text {
  line-height: 2;
}

.urazoerc-text span {
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.urazoerc-text-en {
  line-height: 2;
  max-width: 90rem;
  padding: 3rem;
  background: #fff;
  margin: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.urazoerc-text-en__wrap {
  background: linear-gradient(
    to bottom,
    rgba(0, 80, 162, 0) 50%,
    rgba(0, 80, 162, 1) 50%
  );
  padding: 3rem;
  margin-top: 3rem;
}

.urazoerc-text-en span {
  color: #101075;
  font-size: 3rem;
  text-align: center;
  display: block;
  font-weight: 600;
}

.urazoerc_items {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem; */
}

.urazoerc_items {
  /* max-width: 90rem; */
  margin: auto;
  padding: 6rem 5vw;
  background-color: ;
}

.home-members_link-item.-about img {
  max-width: 120px;
  width: 100%;
  margin: auto;
}

.home-members_link-item.-about {
  background-color: #fff;
  border: none;
}

.overview {
  padding: 6rem 0;
  background: linear-gradient(135deg, #fafafa 50%, #f0f0f0 50%);
}

.p4 {
  width: 100%;
}

.p4 td {
  border: none;
  border-right: 1px solid #ecf5ff;
  line-height: 1.5;
}

.p4 td:last-child {
  border: none;
}

.p4 tr:nth-child(odd) {
  background: #ecf5ff;
}

.p4 td {
  padding: 1.8rem;
}

.p4 th {
  width: 12rem;
  border-right: 1px solid #ecf5ff;
}

.history {
  padding-bottom: 10rem;
}

.megaMenu {
  background: #101075;
  height: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
  transition: height 0.3s;
  width: 100%;
}

.megaMenu-list {
  padding-bottom: 10px;
  padding-top: 10px;
}

.megaMenu-item {
  display: inline-block;
  color: #fff;
  padding-left: 30px;
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  height: 50px;
  z-index: 10;
}

/* レイアウトのためのスタイル */
a {
  text-decoration: none;
}

.megaMenu-contents:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/*
.header-item.-megamenu:hover {
    background: none;
}
*/
.megaMenu .megaMenu-list .megaMenu-item a {
  color: #fff;
  padding: 8px 10px;
}

.megaMenu .megaMenu-list .megaMenu-item a {
  color: #fff;
  padding: 8px 20px;
  position: relative;
}

.megaMenu-item a::before {
  content: "";
  padding-right: 10px;
  background-image: url(../img/common/arrow_white.svg);
  position: absolute;
  z-index: 6;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2rem;
  left: -10px;
  margin: auto;
  position: absolute;
  top: 8px;
  width: 1.6rem;
}

.greeting-theme {
  padding-bottom: 6rem;
  padding-top: 6rem;
  position: relative;
  /* 擬似要素のために位置を相対に設定 */
  overflow: hidden;
  /* 擬似要素が親要素からはみ出さないように設定 */
}

.greeting-theme::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/greeting_bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  opacity: 0.1;
  /* 透明度を0.2に設定 */
  z-index: -1;
  /* 擬似要素をコンテンツの背面に配置 */
}

.club-theme-wrap {
  margin-top: 6rem;
}

.club-theme {
  padding: 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  /* 読みやすくするための半透明背景 */
  position: relative;
  z-index: 1;
  /* コンテンツを背景画像の上に表示 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* オプション: 影を追加して浮き上がらせる */
}

.club-theme p {
  font-weight: 600;
  margin-bottom: 1rem;
}

.club-theme-text {
  color: #101075;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.club-theme-text span {
  color: #101075;
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 10px;
}

.theme2 {
  margin-top: 4rem;
}

.greeting-text {
  line-height: 1.5;
  margin: 6rem auto;
  background: #ecf5ff;
  padding: 5rem;
  background: linear-gradient(to bottom, #feffff, #e8f0fb);
  /* グラデーションを設定 */
}

.greeting-text span {
  color: #101075;
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 2.5rem;
  padding-bottom: 3rem;
}

.friendship-club-name {
  font-size: 3rem;
  padding: 1rem;
  color: #fff;
  background: #101075;
  font-weight: 600;
  border-left: 10px solid #eea03c;
}

.sister-club {
  padding-top: 6rem;
}

.friendship-club {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.friendship-club-text {
  line-height: 1.5;
  font-size: 14px;
  padding: 5rem;
  background: linear-gradient(to bottom, #feffff, #e8f0fb);
}

.governor .friendship-club-text {
  background: none;
  font-size: 15px;
  padding: 0;
  margin-top: 2rem;
}

.friendship-club-name:nth-of-type(n + 2) {
  margin-top: 4rem;
}

.header__add {
  display: flex;
}

.header__add a {
  background: #000;
  color: #fff;
  padding: 1rem;
  margin-right: 10px;
  position: relative;
  padding-left: 3rem;
  text-decoration: underline;
}

.header__add a::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.3rem;
  /* 画像の幅 */
  height: 2.3rem;
  /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url(../img/common/member.svg);
  left: 4%;
  top: 19%;
}

.header__add a.header__add02::before {
  background-image: url(../img/common/district.svg);
  left: 2%;
  top: 19%;
}

.header__add.-nav {
  margin-top: 3rem;
}

a.home-members_link-item:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.schedule__bg {
  background-image: url(../img/common/greeting_bg.png);
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.mc_edit_links {
  display: none;
}

.p-bnr-slideArea .swiper .swiper-wrapper .swiper-slide .bnrLink {
  position: relative;
  /* オーバーレイを正しく配置するためにrelativeを設定 */
  display: block;
  /* 必要に応じて追加 */
}

.p-bnr-slideArea .swiper .swiper-wrapper .swiper-slide .bnrLink::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  /* 透過白のオーバーレイ */
  opacity: 0;
  transition: opacity 0.3s ease;
  /* トランジションの設定 */
  z-index: 1;
  /* オーバーレイを前面に表示 */
  border-radius: 10px;
}

.p-bnr-slideArea .swiper .swiper-wrapper .swiper-slide .bnrLink:hover::after {
  opacity: 1;
  /* ホバー時にオーバーレイを表示 */
}

.p-bnr-slideArea .swiper .swiper-wrapper .swiper-slide .bnrLink:hover {
  opacity: 1;
}

.home-center.-greeting .home-price {
  margin: 0;
}

.post-type-archive-weeklyreport .c-blog-item .item__inner {
  padding-left: 3rem;
}

.event-time.dtstart {
  font-weight: normal;
  margin-right: 0;
  margin-left: 0;
  white-space: inherit;
  margin-top: 0;
}

.date-wrapper {
  line-height: 2;
}

.footer_linkbanner a {
  height: 60px;
  background: #fff;
  color: #101075;
  font-weight: bold;
  align-items: center;
  text-align: center;
  width: 25rem;
  display: grid;
  border: 1px solid #101075;
}

.activity-report .sub-archive__box {
  max-width: 110rem;
}

.c-card__cat {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  background: #101075;
  padding: 5px 5px 7px 5px;
}

.logout-btn {
  text-align: right;
  padding: 13px 10px;
  background: #101075;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin: 2rem 0 0 auto;
  font-size: 14px;
  font-weight: 600;
}

.mypage .sub-bg {
  padding-top: 2rem;
}

.member .sub-archive__container {
  display: block;
  margin-top: 0;
}

.member .sub-archive__link {
  display: flex;
  width: 100%;
  border: 1px solid #d5dde6;
  border-bottom: none;
  background: #fff;
  box-shadow: none;
}

.member .sub-archive__link:last-child {
  border-bottom: 1px solid #d5dde6;
}

.p-member-desc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  align-items: center;
}

.member .home-news__thumbnail img {
  /* max-height: 80px; */
  aspect-ratio: 1 / 1;
}

.member .home-news__thumbnail {
  aspect-ratio: 1 / 1;
  max-width: 100px;
}

.p-member-desc div {
  height: 70px;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  border-right: 1px solid #dddddd;
}

.p-member-desc div:last-child {
  border-right: none;
}

.p-member-desc div a {
  color: #101075;
  text-decoration: underline;
}

.p-member-desc__text.name {
  font-weight: 600;
}

.member-text {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.member .sub-archive__box {
  padding-top: 1rem;
}

.member .sub-archive {
  position: relative;
}

.member .sub-archive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/greeting_bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.member .inner {
  padding-top: 2rem;
}

.guest {
  text-align: center;
}

.guest-text {
  color: #101075;
  font-size: 2rem;
  font-weight: 600;
}

.guest .club-theme-text {
  margin-top: 2rem;
}

.guest .club-theme-text span {
  font-size: 4rem;
}

.guest {
  padding-top: 3rem;
}

.mt8 {
  margin-top: 8rem;
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  text-align: left;
}

.fee-table thead tr {
  background-color: #f2f2f2;
}

.fee-table th,
.fee-table td {
  border: 1px solid #dbdde3;
  padding: 12px;
}

.fee-table th {
  background-color: #eaeaea;
  text-align: center;
  font-weight: 700;
}

.fee-table td {
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  background: #fff;
}

.fee-table td span {
  font-weight: 600;
  font-size: 2rem;
}

.accordion-container {
  max-width: 85rem;
  margin: auto;
}

.governor-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5rem;
}

.governor-text span {
  font-size: 3rem;
  font-weight: 600;
  color: #101075;
}

.pb13 {
  padding-bottom: 13rem;
}

.header-item {
  margin-left: 3rem;
}

.history-club-name {
  font-size: 3rem;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
  border-left: 10px solid #eea03c;
  background: #101075;
}

.history-club-text {
  line-height: 1.5;
  font-size: 15px;
  background: #fff;
  margin-top: 2rem;
}

.history-bg {
  padding-bottom: 6rem;
}

.banner {
  padding-top: 6rem;
  position: relative;
  padding-bottom: 10rem;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/greeting_bg.png);
  background-size: contain;
  opacity: 0.2;
  background-repeat: no-repeat;
}

.banner-text,
.banner-text2 {
  line-height: 1.5;
}

.banner-text span {
  font-size: 20px;
  font-weight: 600;
}

.banner-text2 span {
  font-size: 20px;
  font-weight: 600;
  color: #f74f4f;
}

.banner-text2 {
  margin-top: 2rem;
}

.banner-message {
  font-weight: 600;
  background: #fff;
  text-align: center;
  padding: 2rem 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.banner-message span {
  color: #101075;
}

.c-card__img-wrap {
  overflow: hidden;
  /* aspect-ratio: 244 / 183; */
}

.sub-archive__head {
  background: #ecf5ff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  align-items: center;
  text-align: center;
}

.sub-archive__head div {
  padding: 24px 10px;
  height: 70px;
  font-weight: 600;
  border: 1px solid #d5dde6;
  border-left: none;
  border-bottom: none;
}

.sub-archive__head div:first-child {
  border-left: 1px solid #d5dde6;
}

@media screen and (max-width: 767px) {
  .vision-big {
    font-size: 2rem;
  }

  .vision-slogan span {
    font-size: 5rem;
  }

  .vision-slogan {
    font-size: 3rem;
  }

  .page-id-2947 .contents_ttl_001 span {
    font-size: 5vw;
  }

  .vision .guidance_slogan .caption {
    font-size: 1.6rem;
  }

  .vision-mowing_lead p {
    font-size: 1.6rem;
  }

  .vision-mowing_lead div {
    font-size: 2rem;
    margin-top: 25px;
  }

  .vision-mowing_lead span {
    font-size: 1.6rem;
  }

  .home-center__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 6rem;
  }

  .xslider_wrap img {
    width: 120px;
  }

  .xslider_wrap {
    margin-top: 5rem;
    margin-bottom: 0;
  }

  .home-center {
    background-size: cover;
  }

  main.home .home-center__container.-price .home-center__text {
    padding: 10vw 4vw;
  }

  .home-section__catch {
    font-size: 24px;
    line-height: 1.5;
  }

  .home-instagram .c-heading01 {
    flex-wrap: wrap;
    font-size: 24px;
  }

  .home-instagram .btn.-color {
    margin-left: 0;
    margin-top: 2rem;
  }

  .p-greeting__tit .home-section-title-en {
    font-size: 30px;
  }

  main.home .item__body {
    grid-template-columns: 34% auto;
    margin-top: 0;
  }

  .c-blog-item .item__inner {
    padding: 2rem 1rem;
  }

  .home-blog {
    background-position: right;
  }

  .home-youtube img {
    width: 200px;
  }

  .home-youtube_grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .btnArea.-youtube .btn.-color::before {
    top: 1rem;
    right: 6rem;
  }

  .home-join-us_text-box {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .home-join-us {
    grid-template-columns: 1fr;
    background-size: 150%;
    padding-top: 23rem;
    background-repeat: no-repeat;
  }

  .btn.-color {
    width: 27rem;
  }

  .home-members_links {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .home-members_link-item {
    padding: 14px 10px 14px;
  }

  .footer_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "footer_sp-order"
      "footer-logo";
  }

  .footer_sp-order {
    grid-area: footer_sp-order;
  }

  .footer_grid > div:not(.footer_sp-order) {
    grid-area: footer-logo;
  }

  .footer_links-ttl {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 5rem;
    font-size: 2.4rem;
  }

  .footer_ig {
    justify-content: center;
  }

  .next-meeting-wrap_front {
    margin-top: 0;
  }

  .home-mv {
    padding-top: 15vw;
  }

  .club-theme-text span {
    font-size: 2rem;
    margin: 0;
  }

  .club-theme-text {
    font-size: 1.6rem;
  }

  .greeting-text {
    padding: 2rem 5vw;
  }

  .greeting-text span {
    font-size: 2rem;
  }

  .greeting-theme {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .urazoerc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .urazoerc-text-en__wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .urazoerc-text-en span {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 1rem;
  }

  .urazoerc-text-en {
    line-height: 1.7;
  }

  .urazoerc-text span {
    font-size: 1.6rem;
  }

  .home-members_links.-about {
    grid-template-columns: 1fr;
  }

  .p4 th {
    width: auto;
    padding: 5px;
  }

  .p4 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .friendship-club-name {
    font-size: 2rem;
  }

  .friendship-club-text {
    padding: 2rem 1.5rem 3rem;
  }

  .next-meeting {
    padding: 12px 38px 15px 13px;
  }

  .event-date {
    font-size: 18px;
  }

  .event-day {
    font-size: 14px;
    margin-top: 4px;
  }

  .event-time {
    font-size: 14px;
  }

  .event-details {
    flex-wrap: wrap;
  }

  .event-title {
    font-size: 14px;
  }

  .next-meeting-ttl {
    margin-bottom: 5px;
  }

  .p-bnr {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .about-links {
    grid-template-columns: 1fr;
  }

  .header__add a.header__add02 {
    margin-right: 0;
  }

  .header__add a.header__add01 {
    padding-top: 1.5rem;
  }

  .header__add a::before {
    top: 27%;
  }

  .header__add a.header__add02::before {
    top: 27%;
  }

  .header__add {
    justify-content: center;
  }

  .footer_links-ttl:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }

  .item__body {
    margin-top: 14px;
  }

  .post-type-archive-weeklyreport .item__body {
    margin-top: 6px;
  }

  .mypage h3.item__ttl {
    margin-top: 7px;
  }

  .header_banner {
    width: 300px;
    margin: auto;
  }

  .header_banner a img {
    margin-top: 3rem;
  }

  .schedule__bg {
    padding-top: 6rem;
  }

  #mc_head_mc-948a6a8e8cd15db324902317a630b853 {
    padding: 0;
    padding-bottom: 4px;
  }

  #mc_head_mc-948a6a8e8cd15db324902317a630b853 span {
    font-size: 2rem;
  }

  .post-type-archive-weeklyreport .c-blog-item .item__inner {
    padding-left: 2rem;
  }

  .footer_linkbanner a {
    width: auto;
    font-size: 14px;
    line-height: 1.1;
    padding: 5px;
  }

  .member .sub-archive__link {
    align-items: center;
  }

  .p-member-desc div:first-child {
    margin-top: 0;
  }

  .p-member-desc div {
    font-size: 14px;
  }

  .guest-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .guest .club-theme-text span {
    font-size: 3rem;
  }

  .sub-service__container {
    flex-direction: column-reverse;
    margin-top: 2rem;
  }

  .sub-service__text-desc {
    padding: 0;
  }

  .right .sub-service__container {
    flex-direction: column;
  }

  .governor-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 3rem;
  }

  .history-club-text {
    padding: 2rem;
    margin-top: 0;
    font-size: 14px;
  }

  .history-club-name {
    font-size: 2rem;
    line-height: 1.2;
  }

  .banner-text span {
    font-size: 16px;
  }

  .governor .friendship-club-text {
    font-size: 14px;
  }

  .governor-text span {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
.p-ftrMap {
  width: 100%;
}

.p-ftrMap .p-ftrMap-wrap iframe {
  width: 100%;
  height: 30rem;
}

.p-mainGreeting {
  padding: 7rem 0 10rem;
}

.p-mainGreeting .p-mainGreeting-box {
  display: flex;
  gap: 5rem;
}

.p-mainGreeting-box__imageArea {
  width: 23%;
  flex-shrink: 0;
}

.p-mainGreeting-box__imageArea img {
  width: 100%;
}

.p-mainGreeting-box__textArea {
  display: flex;
  flex-direction: column;
}

.p-mainGreeting-box__textArea .theme {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2rem;
}

.p-mainGreeting-box__textArea .message {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.p-mainGreeting-box__textArea .nameArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.p-mainGreeting-box__textArea .nameArea .post {
  font-size: 1.6rem;
}

.p-mainGreeting-box__textArea .nameArea .name {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-mainGreeting .p-mainGreeting-box {
    flex-direction: column;
  }

  .p-mainGreeting-box__imageArea {
    width: 70%;
	  margin: auto;
  }
  .p-mainGreeting-box__textArea .theme {
    font-size: 1.8rem;
  }

  .p-mainGreeting-box__textArea .message {
    font-size: 1.4rem;
  }

  .p-mainGreeting-box__textArea .nameArea .post {
    font-size: 1.4rem;
  }

  .p-mainGreeting-box__textArea .nameArea .name {
    font-size: 1.6rem;
  }
}

.p-service {
  padding: 7rem 0 10rem;
}

.p-service .p-service-pre__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
}

.p-service-contents {
  margin-top: 4rem;
}

.p-service-contents__serviceWrap + .p-service-contents__serviceWrap {
  margin-top: 12rem;
}

.p-service-contents__titArea {
  background-color: #101075;
  padding: 5rem 6rem 2rem;
}

.p-service-contents__titArea .serviceTit {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: flex-start;
	font-family: serif;
	flex-direction: column;
}
.p-service-contents__titArea .serviceTit span {
	display: block;
	font-size: 2rem;
}

.p-service-contents__item {
  display: flex;
  gap: 5rem;
}

.p-service-contents__item .imageArea {
  width: 40%;
  flex-shrink: 0;
  margin-top: 2rem;
}

.p-service-contents__item .textArea {
  padding-top: 3rem;
}

.p-service-contents__item .textArea .numArea {
  color: #eea03c;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-service-contents__item .textArea .itemTit {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #101075;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-service-contents__item .textArea .itemText {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-service-contents__titArea {
    padding: 4rem 2rem;
  }

  .p-service-contents__titArea .serviceTit {
    font-size: 2.6rem;
    text-align-last: left;
  }

  .p-service-contents__item {
    flex-direction: column;
    gap: 0;
  }

  .p-service-contents__item .imageArea {
    width: 100%;
    margin-top: 0;
    margin-top: 2rem;
  }

  .p-service-contents__item .textArea {
    padding-top: 0;
  }

  .p-service-contents__item .textArea .itemTit {
    font-size: 2rem;
  }
}

.home-service_contents {
  padding-bottom: 14rem;
  padding-top: 0rem;
  position: relative;
  background: #fafafa;
}

.intro {
  text-align: center;
  line-height: 1.7;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 4rem 0 0;
  background: #fafafa;
}

.intro span {
  font-size: 3.5rem;
  font-weight: 600;
}

.txt_blue {
  color: #07207e;
}

.txt_green {
  color: #07207e;
}

.greeting:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #fff 0%, #fff 60%, #fff0 60%);
  background-position-x: center;
  background-position-y: 0px;
  top: 10%;
  left: 0%;
  z-index: 2;
}

.greeting_content {
  z-index: 10;
  width: 60%;
  padding-left: 0;
  left: 10%;
  position: relative;
  top: 40px;
  padding: 2rem;
  padding-top: 4rem;
  background: #fff;
}

.greeting_content img {
  width: 60%;
  padding-bottom: 2rem;
}

.greeting_ttl {
  text-align: left;
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  /* background: linear-gradient(transparent 70%, #fff796 70%); */
  display: inline;
  z-index: 2;
  position: relative;
  color: #101075;
}

.greeting_ttl span {
  font-weight: 600;
  font-size: 3rem;
}

.greeting_content p {
  z-index: 3;
  position: relative;
  line-height: 1.7;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.img-greeting {
  width: 90%;
  position: relative;
  z-index: 3;
}

.img-greeting {
  position: relative;
}

.home-service_contents .greeting {
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 1;
  /* margin-top: 3rem; */
  align-items: center;
}

/* .img-greeting .img-greeting__img01 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
} */

/* .img-greeting .img-greeting__img02 {
  clip-path: polygon(0 0, 60% 0, 100% 100%, 40% 100%);
  position: absolute;
  bottom: 0;
  right: 22rem;
  width: 60%;
} */

.inner.-wide {
  max-width: 266.8rem;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .greeting:before {
    z-index: 0;
    background: linear-gradient(45deg, #fff 0%, #fff 60%, #fff0 60%);
    background-position-x: center;
    background-position-y: 0px;
    top: 0;
    left: 0;
  }

  .home-service_contents .greeting {
    flex-direction: column-reverse;
    gap: 0px;
    padding-bottom: 6rem;
    margin-top: 4rem;
  }

  .home .greeting_content {
    z-index: 0;
    width: 100%;
    padding-right: 0;
    padding: 0 4vw;
    top: 20px;
    left: 0;
  }

  .home .greeting_ttl {
    text-align: left;
    line-height: 1.7;
    font-size: 2rem;
  }

  .home .greeting_ttl span {
    font-size: 2rem;
  }

  .img-greeting {
    width: 100%;
  }

  .home .intro {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-top: 4rem;
    text-align: center;
  }

  .home .intro span {
    font-size: 2rem;
    font-weight: 600;
  }
}

.l-page-cover {
  background-image: url(../img/common/sub_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom 51% center;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
  box-shadow: 1px 0px 15px 5px rgba(209, 209, 209, 0.2);
  margin-left: 10%;
  margin-top: 10%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .l-page-cover {
    margin-bottom: 10vw;
  }
}

.l-page-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: -10%;
  right: 70%;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: #fff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l-page-cover:before {
    content: "";
    height: 70%;
    top: -10%;
    right: 30%;
  }
}

.l-page-cover__ttl {
  color: #101075;
  font-size: 6rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: left;
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: -5rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .l-page-cover__ttl {
    font-size: 6rem;
    padding: 30px 0 90px 0;
  }
}

@media screen and (max-width: 767px) {
  .l-page-cover__ttl {
    font-size: 12vw;
    background-clip: text;
    background-size: 200%;
    width: 80%;
    padding: 40px 0 90px 0;
    line-height: 1;
    margin-left: -2rem;
  }
}

.l-page-cover__ttl span {
  display: block;
  font-size: 4vw;
  font-weight: 500;
  color: #101075;
}

@media (min-width: 768px) {
  .l-page-cover__ttl span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .l-page-cover__ttl span {
    padding-top: 20px;
  }
}

.l-page-cover__inner {
  padding: 50px 0 0px 0;
  position: relative;
  z-index: 1;
}

.p-mainGreeting-box__imageArea__logoArea {
  /*   margin-top: 3rem; */
  display: flex;
  justify-content: center;
  max-width: 70%;
  margin: 3rem auto 0 auto;
}

.p-theme {
  padding: 6rem;
}

.p-theme-box {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.p-theme-box__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.p-theme-box__item img {
	width: 40vw;
}

.p-theme-box__item .itemTit {
  color: #101075;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-theme-box__item .itemText {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-theme-box {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.overview .companyName {
  position: relative;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 0rem 0rem;
  /* border: 3px solid #333333; */
  margin-bottom: 10rem;
  border-radius: 10px;
  margin-top: -3rem;
}

.overview .companyName::before,
.overview .companyName::after {
  border: solid transparent;
  /*     content:''; */
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 13%;
}

.overview .companyName::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
}

.overview .companyName::before {
  border-color: rgba(51, 51, 51, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 13px;
  border-right-width: 13px;
  margin-left: -13px;
  margin-bottom: 3px;
  border-bottom-color: #333333;
}

.overview .companyName .companyNameTit {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.overview .companyName .companyNameTit span {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

.overview .companyName .companyNameTit img {
  width: 2rem;
  margin-top: 0.5rem;
}

.overview .companyName .companyNameContents {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 2rem;
}

/*----20240823追加----*/
.about-links {
  display: flex;
  position: relative;
  gap: 30px;
  margin: 0 auto;
  margin-top: 2rem;
  max-width: none;
}
.about-links_item {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  aspect-ratio: 2 / 1;
  color: #fff;
}
.home .itemTit {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  z-index: 10;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 90%;
  text-align: center;
	pointer-events: none;
}
.about-links_item a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  background: url(../img/home/service_img01.jpg) no-repeat;
  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;
  background-position: center;
  background-size: cover;
}
.about-links_item:nth-child(2) a {
  background: url(../img/home/service_img02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.about-links_item:nth-child(3) a {
  background: url(../img/sub/service/service_img03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.item__inner {
  position: relative;
  z-index: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8rem 2rem;
  justify-content: center;
  padding: 20rem 0;
}
.about-links_item a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
	pointer-events: none;
}
.about-links_item a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #6b6b6b;
  background-blend-mode: overlay;
}
.about-links_item:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/arrow_menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
	pointer-events: none;
}
.home .itemTit span {
  display: block;
  text-align: center;
  padding-top: 16px;
  font-size: 80%;
}
.inner-wide.-container {
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  /*    align-items: center;*/
}
.inner-wide.-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #ffffff00 60%, #fafafa 60%);
  z-index: -1;
}

.footer-sns {
  max-width: 30px;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .about-links_item {
    width: 100%;
  }
  .about-links {
    gap: 10px;
    flex-wrap: wrap;
  }
  .wave:nth-child(1) {
    /* background: #fff; */
    height: 30px;
  }
  .home-service_contents {
    padding-bottom: 6rem;
  }
  .inner-wide.-container:after {
    background: linear-gradient(180deg, #ffffff00 33%, #fafafa 33%);
  }
  .about-links {
    margin-top: 7rem;
  }
  .p-service-contents__titArea .serviceTit {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1168px) {
  .home-shop__text {
    width: 95%;
  }
  .about-links_item:after {
    width: 20px;
    height: 20px;
  }
}

.service {
  background: linear-gradient(135deg, #fafafa 50%, #f0f0f0 50%);
  padding: 6rem 0;
}
.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.grid-col02_text {
  line-height: 2;
}
.service-grid h3 {
  font-size: 3.4rem;
  font-weight: 500;
  color: #101075;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.service-grid h3 span {
  /* display: block; */
  font-size: 2.6rem;
  font-weight: 200;
}
.service-grid .grid-col02_text {
  max-width: 500px;
  padding: 0 15px;
}
.home-service__btn {
  margin-top: 2rem;
}
.home-service__btn .btn.-color {
  line-height: 1;
}
.service-grid:nth-of-type(even) .grid-col02_text {
  margin-left: auto;
}
.service-grid + .service-grid {
  margin-top: 60px;
}
.chart-img {
  max-width: 800px;
  margin: auto;
}
.company-staff-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.company-staff-table th,
.company-staff-table td {
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}
.company-staff-table th {
  background-color: #f8f8f8;
  font-weight: bold;
}
.company-staff-section-title {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-left: 5px solid #101075;
  padding: 0.5rem 1rem;
  color: #101075;
}
.company-staff-sub-header {
  background-color: #dfefff;
  font-weight: bold;
  text-align: left;
}
.access {
  padding: 6rem 0;
}
.access-ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 4rem;
  color: #101075;
}
.access-txt {
  text-align: center;
  line-height: 1.5;
  margin-top: 2rem;
}
.park-img {
  max-width: 600px;
  margin: 3rem auto;
}
.grid-item {
  padding: 2rem;
  border: 1px solid #d2d7dc;
}
.grid-item img {
  aspect-ratio: 5 / 2.5;
  object-fit: cover;
}
.grid-item h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2rem;
}
.grid-item p {
  line-height: 1.7;
  margin-top: 1rem;
  font-size: 14px;
}
.service-grid {
  margin-top: 2rem;
}
.service-ttl {
  color: #101075;
  font-size: 2.6rem;
  border-bottom: 1px solid #101075;
  padding-bottom: 7px;
  margin-top: 4rem;
  font-weight: bold;
}
.organization {
  padding: 6rem 0 2rem;
}
.about {
  padding: 6rem 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 860px;
  margin: auto;
}
.about-grid h3 {
  color: #fff;
/*   width: 180px; */
/*   height: 180px; */
  background: #101075;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
	padding: 7px;
}
.about-grid p {
  line-height: 1.5;
}
.about-grid + .about-grid {
  margin-top: 2rem;
}
.company-stats {
	padding: 8rem 1rem;
  background-color: #f9f9f9;
  margin-top: 3rem;
}
.count-up {
	font-weight: bold;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 2rem auto 0;
}

.stat-card {
  background: #ffffff;
  border: 3px solid #101075;
  border-radius: 1rem;
  padding: 7rem 1rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-card h3 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  color: #101075;
}

.stat-value {
  font-size: 8rem;
  font-weight: bold;
  color: #101075;
}

.stat-value .unit {
  font-size: 2.5rem;
  margin-left: 0.25em;
}

.stat-note {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #555;
}
.company-stats-ttl {
  color: #101075;
  font-size: 2.6rem;
  border-bottom: 1px solid #101075;
  padding-bottom: 12px;
  margin-top: 4rem;
  font-weight: bold;
  text-align: center;
}
.recruit .company-stats-ttl {
  margin-bottom: 1rem;
  margin-top: 2rem;
  border: 1px solid #101075;
  padding-top: 12px;
}
.p-person-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.person-txt {
  line-height: 1.7;
  text-align: center;
  margin-top: 2rem;
}
.p-person-box .icon {
  width: 120px;
}
.service-map {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.map-img {
  position: relative;
}
.map-img a {
  background: #101075;
  color: #fff;
  font-weight: bold;
  padding: 5px 22px;
  border-radius: 50px;
  border: 4px solid #101075;
  transition: all 0.3s;
}
.map-img a:hover {
  background: #fff;
  color: #101075;
}
.map-img li {
  position: absolute;
}
.services-road {
  top: 50%;
  left: 39%;
}
.services-soil {
  top: 55%;
  left: 55%;
}
.services-survey {
  top: 47%;
  left: 64%;
}
.services-environment {
  top: 55%;
  left: 77%;
}
.services-bridge {
  top: 30%;
  left: 39%;
}
.services-river {
  top: 22%;
  left: 34%;
}
.services-sabo {
  top: 65%;
  left: 63%;
}
.services-port {
  top: 79%;
  left: 82%;
}
.services-coast {
  top: 86%;
  left: 87%;
}
.services-urban {
  top: 15%;
  left: 85%;
}
.services-research {
  top: 25%;
  left: 80%;
}
.services-townplan {
  top: 46%;
  left: 18%;
}
.services-infrastructure {
  top: 12%;
  left: 55%;
}
.services-bimcim {
  top: 20%;
  left: 62%;
}
.works-map {
  padding: 6rem 0;
}
.map-cat {
  display: flex;
  gap: 2rem;
}
.filter-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.filter-group + .filter-group {
  margin-top: 2rem;
}
.map-filter {
  width: 210px;
}
.filter-group strong {
  color: #101075;
  border-bottom: 1px solid #101075;
  padding-bottom: 7px;
}
#filter-btn {
  display: block;
  padding: 10px;
  color: #fff;
  background: #101075;
  font-weight: bold;
  margin-top: 3rem;
  border: 3px solid #101075;
  width: 100%;
}
.works-lists {
  padding-bottom: 15rem;
}

.table-container {
  overflow-x: auto;
}

.works-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.works-table thead {
  background-color: #101075;
  color: #fff;
}
.works-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.works-table th,
.works-table td {
  padding: 10px 12px;
  text-align: left;
  white-space: nowrap;
}

.works-table td:last-child {
  text-align: center;
}

.detail-btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #101075;
  color: #101075;
  font-size: 13px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.detail-btn:hover {
  background-color: #101075;
  color: #fff;
}
.detail-table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 15px;
}
.detail-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.detail-table th,
.detail-table td {
  padding: 12px 15px;
  text-align: left;
}

.detail-table th {
  color: #101075;
  font-weight: bold;
  white-space: nowrap;
  width: 110px;
}

.detail-table td i {
  color: #101075;
  margin-right: 5px;
}
.single-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.js-accordion-title {
  cursor: pointer;
  transition: background 0.3s;
}
.js-accordion-title:hover {
  background: #f2f2f2;
}
.js-accordion-title.open {
  background: #e0e0e0;
}
.accordion-content td {
  padding: 1rem;
  background: #fafafa;
  border-top: none;
}
.detail-table th {
  width: 120px;
  text-align: left;
  padding-right: 1rem;
}
.scroll-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	margin-top: -8rem;
}
.scroll-wrapper {
  display: flex;
  animation: loop-text 40s linear infinite;
}
.double-content {
  display: inline-block;
	font-size: 12vw;
  white-space: nowrap;
	font-weight: 100;
	color: #101075;
	font-family: "Montserrat", sans-serif;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.greeting_content .p-greeting__tit  {
	align-items: flex-start;
}
.greeting_content .home-section-title-en::after {
	left: 0;
	transform: translateX(0)
}
.slider_item {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
	margin-top: 3rem;
}

.slider_item img {
    width:30vw;/*スライダー内の画像を20vwにしてレスポンシブ化*/
    height:auto;
    box-shadow: 0 0px 20px rgba(0, 0, 0, .1);
		aspect-ratio: 1 / 1;
		object-fit: cover;
}
.slider_item li {
	width: 20vw; /* 必要に応じて幅を調整 */
}

.slider_item li p {
	white-space: normal; /* 折り返しを有効にする */
	word-wrap: break-word; /* 長い単語を折り返す */
	overflow: hidden; /* オーバーフローを隠す */
	text-align: center; /* テキストを中央揃えにする */
}


.slider_item .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
/*	opacity: 0.5;*/
}

.slider_item .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}
.slider_item .slick-slide a:hover {
    opacity: .7;
    transition: 0.3s;
}
.slider_item .slick-slide .slick-center a:hover {
    opacity: .7;
    transition: 0.3s;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
/*
    border-top: 2px solid #666;
    border-right: 2px solid #666;
*/
    height: 15px;
    width: 15px;
    z-index: 10;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -2%;
/*    transform: rotate(-135deg);*/
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 0%;
/*    transform: rotate(45deg);*/
}

/*ドットナビゲーションの設定*/

.slider_item .slick-dots {
    text-align:center;
	margin:20px 0 0 0;
	    display: none!important;
}

.slider_item .slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slider_item .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slider_item .slick-dots .slick-active button{
    background:#22AC38;/*ドットボタンの現在地表示の色*/
}
.slider_item .slick-slide p {
    margin: 0 auto;
    margin-top: 2rem;
    line-height: 1.5;
    font-weight: 600;
        font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
	.slider_item img {
    width: 60vw;
    height: auto;
    margin: 0 auto;
}
}

.slick-prev:before, .slick-next:before {
    color: #101075;
    z-index: 10;
    font-size: 30px;
    position: absolute;
}
.slick-prev:after, .slick-next:after {
    color: #101075;
    z-index: 10;
    font-size: 30px;
    position: absolute;
}
.works {
	padding: 6rem 0 1rem;
}
.itemWorks span{
	display: block;
	font-weight: bold;
	font-size: 2rem;
	border-bottom: 1px solid #101075;
	padding: 7px;
	margin-top: 1rem;
	color: #101075;
	margin-bottom: 1rem;
}
.service-swiper01,
.service-swiper02,
.service-swiper03,
.service-swiper04 {
	margin-top: 2rem;
	max-width: 90vw;
}
.swiper-button-next:after, .swiper-button-prev:after {
	color: #101075;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: -20px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: -20px;
}
.p-person-box .p-theme-box__item {
	flex-direction: column;
}
.recruit-lead {
	text-align: center;
	line-height: 2;
	margin-top: 3rem;
}
.recruit-lead span {
	font-size:3rem;
	font-weight: bold;
	color: #101075;
	display: block;
}
.about-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-section h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.about-section p {
  line-height: 1.7;
}

.event-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.event-gallery img {
  width: calc(50% - 0.5rem);
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.about-grid.-recruit {
	display: grid;
	grid-template-columns: 1fr;
}
.about-grid.-recruit .recruit-lead {
	margin-top: 0;
}
.grid-col03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.grid-item h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2rem;
}
.grid-item p {
  line-height: 1.7;
  margin-top: 1rem;
  font-size: 14px;
}
.-fukuri .grid-item {
	padding: 0;
	border: none;
}
.-fukuri .grid-item h3 {
	font-size: 1.8rem;
	background: #fff;
	border: 1px solid #101075;
	color: #101075;
	margin-top: 0;
}
.-fukuri li{
	margin-top: 7px;
	padding-left: 2rem;
	position: relative;
	line-height: 1.3;
}
.-fukuri li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 4px;
  left: 6px;
  background: #101075;
	border-radius: 50px;
}
.-sikaku .grid-item h3 {
	text-align: center;
}
.-sikaku .grid-item img {
aspect-ratio: 1;
    object-fit: contain;
    max-width: 120px;
    margin: 2rem auto;
}
.-event img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.about-grid.-recruit + .about-grid.-recruit {
	margin-top: 4rem;
}
.contact-message {
	text-align: center;
	padding: 3rem;
/* 	background: #fafafa; */
	color: #101075;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 4rem;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
.grid-col03 {
  grid-template-columns: 1fr;
  gap: 2rem;
}
	.contact-message {
		font-size: 1.6rem;
	}
}
/* mq */
@media screen and (max-width: 767px) {
  .grid-col02 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .home-section-title-en::after {
    height: 3px;
    width: 50px;
    bottom: -1.5rem;
  }
  .home-section-title-ja {
    margin-top: 3rem;
  }
  .service-grid h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .service-grid h3 span {
    display: block;
    font-size: 2rem;
    margin-top: 5px;
  }
  .service-grid:nth-of-type(even) {
    display: flex;
    flex-direction: column-reverse;
  }
  .home .itemTit {
    font-size: 2rem;
	  
  }
  .p-mainGreeting {
    padding: 3rem 0 6rem;
  }
  .p-mainGreeting-box__textArea .nameArea {
    flex-wrap: wrap;
  }
  .overview {
    padding: 4rem 0 3rem;
  }
  .p-theme-box__item .itemTit {
    font-size: 2rem;
  }
  .company-staff-section-title {
    font-size: 1.8rem;
  }
  .company-staff-table th,
  .company-staff-table td {
    padding: 1rem 3px;
    font-size: 14px;
  }
  .access {
    padding: 4rem 0;
  }
  .access-ttl {
    font-size: 2rem;
  }
  .service-ttl {
    font-size: 2rem;
  }
  .about-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 2rem;
  }
  .about-grid h3 {
    width: 100%;
    font-size: 2rem;
  }
  .p-person-box {
    grid-template-columns: 1fr;
  }
  .recruit .company-stats-ttl {
    font-size: 2rem;
  }
  .recruit .sub-shop__text {
    margin-top: 0;
  }
  .map-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .map-img {
    min-width: 720px;
  }
  .service-map .inner {
    padding: 0;
  }
  .map-img a {
    font-size: 14px;
    padding: 3px 15px;
  }
  .map-cat {
    flex-direction: column;
  }
  .map-cat #map {
    height: 300px;
  }
  .map-filter {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .filter-group + .filter-group {
    margin-top: 0;
  }
  #filter-btn {
    margin-top: 0;
    grid-column: 1 / -1;
    justify-self: center;
    width: 210px;
  }
  .filter-group {
    font-size: 14px;
    gap: 5px;
  }
  .works-map {
    padding: 1rem 0;
  }
		.p-mainGreeting-box__imageArea__logoArea {
		width: 100%;
			margin-top: 1rem;
	}
	.recruit-lead span {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.recruit-lead {
		padding: 0 15px;
		line-height: 1.5;
	}
	.stat-card {
		padding: 2rem 1rem;
	}
	.stat-card h3 {
		margin-bottom: 1rem;
	}
	.company-stats {
		padding: 6rem 1rem;
	}
}
/* mq */
