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

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

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

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

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

figure {
  margin: 0;
}

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

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: #141414;
  /*   font-family: 'Zen Old Mincho', serif;
	font-family: 'BIZ UDGothic', sans-serif;
font-family: 'Noto Sans JP', sans-serif; */
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
  background: #f9fafb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpcf7-spinner {
  display: none;
}

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

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

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

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

/* Loading背景画面設定　*/
/* #splash {
position: fixed;
width: 100%;
height: 100%;
z-index: 999;
background:#fff;
text-align:center;
color:#fff;
} */

/* Loading画像中央配置　*/
/* #splash_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} */

/* Loading アイコンの大きさ設定　*/
/* #splash_logo img {
width:100px;
} */

/* fadeUpをするアイコンの動き */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px) rotateY(180deg);
  }

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

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

.home-section__desc {
  color: #fff;
  line-height: 2;
  /*   margin-top: 3rem; */
  /* width: 50rem; */
  font-size: 1.6rem;
}
.home .home-section__desc span.desc_type001 {
  font-size: 3.5rem;
  display: block;
  margin-bottom: 2rem;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(to right, #19264b, #148bbb);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.5;
}
.home .home-section__desc span.desc_type001 span {
  display: block;
  text-align: center;
  font-size: 2.4rem;
}

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

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

.home-section-title.-center {
  text-align: center;
  /* 	    font-family: "Noto Sans JP", sans-serif; */
}
.home-section-title.-news {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.btn.-color {
  background-color: #0c3b2c;
  border: 1px solid #0c3b2c;
  color: #fff;
  font-size: 1.4rem;
}

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

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

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

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

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

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

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

    font-size: 1.4rem;
  }
  .btn:hover {
    color: #fff;
  }
  .btn:hover span .color {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn:hover::after {
    background-color: #0c3b2c;
    top: 0;
  }
  .btn::before,
  .btn::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn span img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn.-color:hover {
    color: #0c3b2c;
  }
  .btn.-color:hover span .white {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn.-color:hover span .color {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn.-color:hover::after {
    background-color: #fff;
    top: 0;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 2rem;
  width: 100%;
  z-index: 20;
  transition: 0.3s;
  /* 	background: #fff; */
}

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

.header__logo {
  margin-left: 2rem;
  margin-top: 1.2rem;
  width: 21.672rem;
}
.header .logo-white {
  display: block;
}
.header .logo-black {
  display: none;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
}

.header__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  background: #148bbb;
  padding-left: 4rem;
  border-radius: 1rem;
}

.header__top.-sub {
  color: #0c3b2c;
}

.header__tel {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-right: 2rem;
}
.js-header-change .header {
  /* background: rgba(255, 255, 255, 0.9); */
  transition: 0.3s;
}
/* .js-header-change .header .logo-white {
	display: none;
}
.js-header-change .header .logo-black {
	display: block;
}
.js-header-change .header .header__link {
	color: #19264B !important;
} 
.js-header-change .header .header__item:last-child .header__link {
	    padding: 1rem 2rem 1rem 2rem;
    background: #19264B;
    color: #fff !important;
}
.js-header-change .header .header__nav {
	margin-top: 2.3rem;
	transition: .3s;
}
.js-header-change .header-sp {
	background: #fff;
} */

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

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

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

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

.header__time span {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.header__time span:nth-of-type(1) {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  font-size: 1rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

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

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

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

.header__nav {
  transition: 0.3s;
}

.header__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
}

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

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

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

.header__link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.header__link.-sub {
  color: #0c3b2c;
}

.header__btn {
  background-color: #edbd21;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2.7rem 3.4rem;
}

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

.footer {
  /* background-color: #0c3b2c; */
  /* color: #fff; */
  padding-top: 8rem;
}

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

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

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

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

.footer__link {
  font-size: 14px;
  /* color: #fff; */
  font-weight: 600;
  line-height: 2;
  margin-top: 1rem;
}
.footer__link.-sub {
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

  width: 50%;
  font-size: 16px;
  padding: 18px 0 10px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #fda516;
  position: relative;
}
.sp_cta a:last-child {
  background: #148bbb;
}
.sp_cta a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/tel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.8rem;
  left: 2rem;
  width: 2rem;
  height: 2rem;
}
.sp_cta a:last-child::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.5rem;
  left: 2rem;
  width: 2.5rem;
  height: 2.5rem;
}
.sp_cta a span {
  font-weight: 700;
}
.sp_cta a {
  border: 1px solid;
  color: #fff;
  background: #19264b;
}

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

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

.home-mv__catch {
  font-size: 20px;
  /* margin-top: 15vh; */
  line-height: 2;
}

.home-mv__catch span {
  line-height: 1.2;
  font-size: 100px;
  font-weight: 700;
  color: #19264b;
  /*     text-shadow: 0 0 20px rgba(55, 67, 96, 0.3); */
  /* text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
  /* font-family: "Noto Sans JP", sans-serif; */
}

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

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

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

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

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

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

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

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

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

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

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

.home-shop {
  padding-top: 10.1rem;
  margin: 0 2rem 0 2rem;
}
.home-shop .home-section-title {
  position: relative;
  z-index: 1;
}

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

.home-shop__text {
  background-color: #141414;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

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

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

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

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

.home .home-shop .btn {
  background: #fff;
  color: #19264b;
}
.home-shop .btn {
  margin-top: 5rem;
  padding-right: 2.2rem;
}

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

.home-center {
  margin-top: 7rem;
  padding-bottom: 8rem;
  padding-top: 0rem;
  position: relative;
}

.home-center::before {
  background-image: url(../img/home/home-bg.svg);
  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%;
}

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

.home-center__container.-service {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 10rem;
}
.-aboutus .home-center__container.-service .home-section-title {
  font-size: 3rem;
}
.-aboutus .-price .home-section-title.-side {
  font-size: 3rem;
}
.home-center__text {
  /*   margin-top: 4.3rem; */
}

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

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

.home-center__img {
  width: 56rem;
}
.home .home-center__img {
  width: 55%;
}
.home .home-center__text {
  width: 45%;
  padding: 2% 0 0 5%;
}
.home .home-price .home-center__text {
  width: 40%;
  padding: 2% 0 0 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.home-news {
  background-color: #0c3b2c;
  padding-bottom: 8rem;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
}

.home-news__box {
  background-color: #fff;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 5.8rem;
}

.home-news__container {
  margin-top: 3.9rem;
}

.home-news__link {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.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-color: #141414;
  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;
  margin-left: 2rem;
}

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

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

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

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

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

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

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

.sub-section-title {
  color: #edbd21;
  font-size: 6rem;
  font-weight: 700;
  line-height: calc(58 / 40);
  text-align: center;
}

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

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

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

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

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

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

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

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

/* ==============================================================
*  about
* ============================================================ */
.main.sub .home-mv {
  margin: 8rem auto 0 auto;
  max-width: 800px;
}
.about_lead_area {
  text-align: center;
  line-height: 2;
  margin: 0 0 0 0;
  background: #ffffff;
  padding: 6rem 0 6rem 0;
}
.about_lead_area .c-heading01 {
  border: none;
  padding-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
}
.-aboutus .home-mv .slide-dots {
  display: none !important;
}
.-aboutus .home-center__img {
  width: 55%;
}
.-aboutus .home-center__text {
  width: 100%;
  padding: 2% 0 0 5%;
}
.-aboutus .home-price .home-center__text {
  width: 40%;
  padding: 2% 0 0 0;
}
.faq_area {
  margin-top: 7rem;
  padding-bottom: 6rem;
}
.main.sub .home-center {
  /* 	background: url("../img/home/bg-sub-aboutus001.jpg"); */
  /* background-color: rgba(255, 255, 255, 0.5); */
  background-blend-mode: lighten;
  padding-top: 2rem;
  margin: 0rem 0 8rem 0;
}
.main.sub .home-mv__slide img {
  height: auto;
}
.-border-none {
  border: none !important;
}
.main.sub .home-shop {
  margin: 0 0 0 0;
}

#all_wrap #coating_flow {
  width: 100%;
  padding: 2rem 0;
  margin: 0 auto;
  position: relative;
}
#all_wrap #page-glass #coating_flow.floorglass {
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}
#all_wrap #coating_flow > h2 {
  width: calc(100% - 100px);
  max-width: 1100px;
  padding: 15px;
  margin: 0 auto 40px;
  background-image: linear-gradient(
    to right,
    rgba(17, 119, 190, 1) 0%,
    rgba(17, 119, 190, 1) 25%,
    rgba(17, 119, 190, 0) 50%
  );
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 0;
}
#all_wrap #coating_flow > h2::before {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
/*リスト*/
#all_wrap .flowList {
  width: 1100px;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto 50px;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}
#all_wrap .flowList > li {
  width: 18%;
  padding: 0;
  margin: 0 20px 0 0;
  border: 2px solid #fff;
  background: #19264B333;
  border-radius: 50%;
  position: relative;
}
#all_wrap .flowList > li::before,
#all_wrap .flowList > li::after {
  display: none;
}
#all_wrap .flowList > li::after {
  content: "";
  display: block;
  width: 50%;
  height: 30px;
  padding: 0;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: -2;
}
#all_wrap .flowList > li::before {
  content: "";
  display: block;
  padding: 50%;
  position: static;
  top: unset;
  left: unset;
}
#all_wrap .flowList > li:last-child::after {
  content: "";
  display: block;
  width: 20px;
  height: 50px;
  padding: 0;
  margin: 0;
  background: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 2;
}
#all_wrap .flowList > li:nth-last-child(2)::after {
  right: -10px;
}
#all_wrap .flowList > li:last-child {
  margin-right: 0;
}
#all_wrap .flowList > li > span {
  display: block;
  padding: 0;
  margin: 0 auto;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
#all_wrap .flowList > li > h3 {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 21px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#all_wrap .flowList > li > h3::before,
#all_wrap .flowList > li > h3::after {
  display: none;
}
#all_wrap #coating_flow > p {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  line-height: 1.5;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /*作業の流れ*/
  #all_wrap #coating_flow {
    width: 100%;
    padding: 0;
    margin: 0 auto 40px;
    position: relative;
  }
  #all_wrap #coating_flow > h2 {
    width: calc(100% - 60px);
    max-width: 100%;
    padding: 10px;
    margin: 0 auto 20px;
    background-image: linear-gradient(
      to right,
      rgba(17, 119, 190, 1) 0%,
      rgba(17, 119, 190, 1) 25%,
      rgba(17, 119, 190, 0) 80%
    );
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 0;
  }
  #all_wrap #coating_flow > h2::before {
    content: "";
    display: block;
    width: 10%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  }
  /*作業の流れ*/
  #all_wrap #page-glass #coating_flow {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    position: relative;
  }
  #all_wrap #page-glass #coating_flow.floorglass {
    width: 100%;
    padding: 0 0 40px;
    margin: 0 auto;
    position: relative;
  }
  #all_wrap #coating_flow > h2 {
    width: calc(100% - 60px);
    max-width: 100%;
    padding: 10px;
    margin: 0 auto 20px;
    background-image: linear-gradient(
      to right,
      rgba(17, 119, 190, 1) 0%,
      rgba(17, 119, 190, 1) 25%,
      rgba(17, 119, 190, 0) 80%
    );
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 0;
  }
  #all_wrap #coating_flow > h2::before {
    content: "";
    display: block;
    width: 10%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  }
  /*リスト*/
  #all_wrap .flowList {
    width: calc(100% - 0px);
    max-width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  #all_wrap .flowList > li {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    border-radius: 0;
    background: #fafafa;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  #all_wrap .flowList > li::before,
  #all_wrap .flowList > li::after {
    display: none;
  }
  #all_wrap .flowList > li::after {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: #19264b;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    bottom: -9px;
    left: 12%;
    top: unset;
    right: unset;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    z-index: -1;
  }
  #all_wrap .flowList > li:last-child::after {
    display: none;
  }
  #all_wrap .flowList > li > span {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 30%;
    padding: 10px;
    margin: 0 auto;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background: #19264b;
    text-align: left;
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    white-space: nowrap;
  }
  #all_wrap .flowList > li > h3 {
    width: 70%;
    padding: 10px;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: left;
    color: #222;
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  #all_wrap .flowList > li > h3::before,
  #all_wrap .flowList > li > h3::after {
    display: none;
  }
  #all_wrap .flowList > li > p {
    width: 100%;
    padding: 0 15px 15px !important;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #all_wrap #coating_flow > p {
    text-align: center;
    width: calc(100% - 60px);
  }
}

/* ==============================================================
*  セクション(sub-404)
* ============================================================ */
.sub-404__box {
  background-color: #fff;
  margin-top: 4.1rem;
  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 #006947;
  color: #006947;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

.sub-archive__container {
  margin-top: 3.2rem;
}

.sub-archive__link {
  -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.2rem;
  padding-right: 1.8rem;
  padding-top: 2.5rem;
}

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

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

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

.sub-archive__category {
  background-color: #0c3b2c;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: 1.9rem;
  min-width: 12.8rem;
  padding: 0.45rem 2rem;
  text-align: center;
}

.sub-archive__title {
  color: #006947;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  margin-left: 2rem;
}

.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 #0c3b2c;
  color: #0c3b2c;
  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 {
  background-color: #0c3b2c;
  color: #fff;
}

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

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

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

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

/* PC表示のみhoverアニメーション(768px以上) */
@media screen and (min-width: 768px) {
  .sub-archive__title span {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#006947),
        to(#006947)
      )
      0 100%/0 1px no-repeat;
    background: linear-gradient(#006947, #006947) 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;
  margin-top: 4rem;
  padding-bottom: 6rem;
  padding-top: 6.8rem;
}

.sub-contact__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-contact__item-top:not(:first-of-type) {
  margin-left: 6rem;
}
.sub-contact .c-heading01 {
  font-size: 3rem;
}

.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: #0c3b2c;
  font-size: 5rem;
  font-weight: 700;
  margin-top: 3.8rem;
  padding-left: 8.3rem;
  pointer-events: none;
  position: relative;
}

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

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

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

.sub-contact__time span:nth-of-type(1) {
  border: 1px solid #0c3b2c;
  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; */
  margin-top: 8rem;
  padding-bottom: 10.4rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 0rem;
}
.sub-contact__btm {
  padding-left: 11rem;
  padding-right: 11rem;
}

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

.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;
  line-height: 1.5;
}

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

.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,
.sub-contact__item select {
  background-color: #f8f8f8;
  border: 1px solid #9da3a7;
  border-radius: 0.4rem;
}

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

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

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

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

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

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

.sub-contact__submit input {
  background-color: #0c3b2c;
  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: #19264b;
}

.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: #19264b;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
}

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

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

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

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

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

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

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

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

.sub-price__box {
  background-color: #fff;
  margin-top: 4.5rem;
  padding-bottom: 8rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 6.7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-service__item {
  background-color: #fff;
  position: relative;
  width: 101rem;
}

.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) {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-service__text-title {
  font-size: 2.4rem;
  line-height: calc(40 / 24);
}

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

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

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

.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-top: 10.7rem; */
  /* 矢印 */
}

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

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

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

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

.sub-reserve-faq .accordion-title span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #148bbb;
  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: #fbfbfb;
  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;
}

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

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

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

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

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

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

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

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

.sub-shop__container {
  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-shop__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 47rem;
}

.sub-shop__table {
  left: -0.4rem;
  position: relative;
  text-align: left;
  width: 53rem;
}

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

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

.sub-shop__table th {
  width: 13rem;
}

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

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

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

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

.sub-shop__map {
  margin-top: 4.3rem;
}

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

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

.sub-single__box {
  /* background-color: #fff; */
  padding-bottom: 10rem;
  padding-left: 11rem;
  padding-right: 11rem;
  padding-top: 0rem;
}

.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: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.1rem;
}

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

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

.sub-single__category {
  border: 1px solid #0c3b2c;
  color: #0c3b2c;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  /*   margin-left: 1.9rem; */
  padding: 0.35rem 0.7rem;
}

.en_txt {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 3rem 0 0 0;
}
.home-center__text .en_txt {
  width: 50rem;
}
.home .home-shop__text .en_txt {
  color: #fff;
}
.footer_cta_inner .en_txt {
  text-align: center;
}
.footer .en_txt {
  text-align: center;
}
.sub-single__main {
  /* border-top: 1px solid #0c3b2c; */
  line-height: calc(34 / 16);
  margin-top: 2rem;
}

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

.sub-single__main h3 {
  border-bottom: 3px solid #148bbb;
  color: #0c3b2c;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4.5rem;
  padding-bottom: 1rem;
}

.sub-single__main h4 {
  border-left: 0.5rem solid #148bbb;
  color: #0c3b2c;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 5.4rem;
  padding: 0.1rem 1.1rem;
}

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

.sub-single__main p {
  font-size: 1.7rem;
  margin-bottom: 5rem;
  margin-top: 2.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 li::before {
  background-color: #006947;
  border-radius: 50%;
  content: "";
  height: 1.4rem;
  left: -2.4rem;
  margin: auto;
  position: absolute;
  top: 1.1rem;
  width: 1.4rem;
}

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

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

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

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

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

.sub-single__btn {
  background-color: #0c3b2c;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub-terms__desc span {
  display: block;
}

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

/* ==============================================================
*  セクション(sub-thanks)
* ============================================================ */
.sub-thanks__box {
  background-color: #fff;
  margin-top: 4.1rem;
  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 #006947;
  color: #006947;
  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: 8.8rem;
    width: 76.2rem;
  }
  .home-shop__img {
    top: 8.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(8.8rem + ((1vw - 11.69px) * (26 / 7.51)));
    width: calc(76.2rem + ((1vw - 11.69px) * (491 / 7.51)));
  }
  .home-shop__img {
    top: calc(8.9rem + ((1vw - 11.69px) * (25 / 7.51)));
    width: calc(58.4rem + ((1vw - 11.69px) * (376 / 7.51)));
  }
}

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

/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 767px) {
  main .-archive-property .news-wrap {
    padding-top: 5rem !important;
    width: 100%;
  }
  .-archive-property .c-news article {
    width: 100% !important;
  }
  .-archive-property .sub-archive__box {
    flex-direction: column;
  }
  .-archive-property .c-news {
    flex-direction: column;
    gap: 3rem !important;
  }
  .sub-single-property .property-slider__img-wrap {
    padding-top: 30rem !important;
  }
  main .sub-single-property .info .table02 .row .head {
    width: 7rem !important;
    font-size: 1.4rem !important;
    padding: 1rem !important;
  }
  main .sub-single-property .info .table02 .row .head,
  .sub-single-property .info .table02 .row .body {
    font-size: 1.4rem !important;
    padding: 1rem !important;
  }
  main .sub-single-property .info .table01 .row .head {
    width: 7rem !important;
    font-size: 1.4rem !important;
    padding: 1rem 1rem 1rem 1rem !important;
  }
  .sub-single-property .info .table01 .row .head,
  .sub-single-property .info .table01 .row .body {
    font-size: 1.4rem !important;
    padding: 1rem !important;
  }
  .-archive-property {
    padding-bottom: 0 !important;
  }
  .sub-single-property .sub-single__box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sub-archive__colL {
    width: 100% !important;
  }
  .sub-contact__btm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    padding-bottom: 3rem;
    margin-top: 4rem;
  }
  .sub-contact .c-heading01 {
    text-align: center;
    padding-bottom: 1rem;
  }
  .-sub-voice {
    padding-bottom: 0 !important;
  }
  .-sub-voice .sub-single__category {
    margin-left: 0 !important;
  }
  .-sub-voice .sub-archive__box {
    padding-bottom: 0 !important;
  }
  .-sub-voice .p-panel {
    flex-direction: column;
  }
  .sub-archive .p-panel__item {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sub-archive .p-panel__img-wrap {
    /*padding-top: 65vw !important;*/
  }
  .-sub-voice .p-panel__inner .p-panel__ttl h3 {
    font-size: 1.4rem;
  }
  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .home-section-title {
    font-size: 5vw;
    margin-bottom: 0rem !important;
  }
  .home-section-title span {
    padding-top: 0.5rem;
    font-size: 5rem;
  }
  .home-section__desc {
    font-size: 1.4rem;
    margin-top: 2rem;
    width: 100%;
    line-height: 1.5;
  }
  .banner.-home-top {
    margin-top: 10vw;
  }
  .c-heading01 {
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 6vw !important;
    font-weight: 500 !important;
  }
  .p-panel__ttl {
    font-size: 3vw;
  }
  .p-home-sec01 {
    padding-bottom: 5vw !important;
  }
  .p-home-sec03 {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 0vw !important;
  }
  .home .home-center {
    /* 		margin-top: 4rem; */
  }
  .home .p-home-sec01 .p-panel__img-wrap {
    padding-top: 35vw;
    margin-top: 1rem;
  }
  .home-flex-bnr {
    margin: 2rem 2rem 5rem 2rem !important;
    flex-direction: column;
  }
  .footer_cta_type002 {
    padding: 5rem 2rem 5rem 2rem !important;
    margin-top: 4rem;
  }
  .footer_cta_type002 ul {
    /* flex-wrap: wrap;
    gap: 2rem !important; */
  }
  .footer_cta_type002 ul li {
    width: 100% !important;
  }
  .p-home-sec03 .inner {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-news__time .data {
    font-size: 1.5rem !important;
  }
  .c-news__ttl {
    -webkit-line-clamp: unset !important;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 1.5rem !important;
  }
  .c-news__body {
    grid-template-columns: 3.5em 1fr !important;
  }
  .footer-contact__left {
    width: 100% !important;
  }
  .footer-contact__inner {
    flex-direction: column !important;
    padding: 0 !important;
  }
  .footer .footer-contact__right {
    margin-top: 5rem !important;
    width: 100% !important;
    padding: 1rem !important;
  }
  .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) {
  .home-mv {
    margin: 11vw 0rem 0 0rem;
  }
  .header-sp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background-color: #fff;
  }
  .header-sp.-sub {
    background-color: #fff;
  }
  .header-sp__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3vw;
    padding-left: 0vw;
    padding-top: 3vw;
  }
  .header-sp__logo {
    position: relative;
    width: 40vw !important;
    z-index: 1;
    padding-left: 1rem;
  }
  .hamburger {
    border: none;
    cursor: pointer;
    height: 13.5vw;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    width: 13.5vw;
    z-index: 40;
  }
  .hamburger.-sub span {
    background-color: #0c3b2c;
  }
  .hamburger span {
    background-color: #19264b;
    height: 0.35vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 4.7vw;
  }
  .hamburger__lineTop {
    top: 5.1vw;
  }
  .hamburger__lineCenter {
    top: 6.4vw;
  }
  .hamburger__lineBottom {
    top: 7.7vw;
  }
  .nav-drawer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding-bottom: 40vw;
    padding-top: 20vw;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 35;
  }
  .nav-drawer__nav {
    padding-left: 0;
    padding-top: 0;
  }
  .nav-drawer__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 15px;
    gap: 1rem;
    width: 90vw;
    margin: auto;
    row-gap: 3rem;
  }
  .nav-drawer__item:last-of-type {
    width: 10vw;
  }
  .nav-drawer__link {
    font-size: 4vw;
    text-align: center;
    font-weight: bold;
    /* padding: 15px; */
    /* border-bottom: 1px solid #cecece; */
    display: grid;
    gap: 1.5rem;
  }
  .nav-drawer__link p {
    font-weight: 600;
  }
  .nav-drawer__link p span {
    color: #bbd2dc;
    line-height: 1.7;
    display: block;
  }
  .nav-drawer__btn {
    background-color: #edbd21;
    color: #141414;
    display: inline-block;
    font-size: 4vw;
    margin-top: 7vw;
    padding: 3vw;
  }
  .nav-drawer__tel {
    font-size: 5vw;
    margin-top: 7vw;
  }
  .nav-drawer__tel a {
    display: inline-block;
    margin-left: 4vw;
    position: relative;
    font-weight: bold;
  }
  .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;
  }
  .nav-drawer__time span {
    border: 1px solid #19264b;
    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: #1d1d1d;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 15vw;
  }
  .footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    margin-bottom: 6rem;
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .-aboutus .home-center__container.-service .home-section-title {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
  .-aboutus .home-center__container.-service .home-section__desc {
    padding-top: 2rem;
  }
  .-aboutus .-price .home-section-title {
    font-size: 2rem !important;
    padding-bottom: 2rem;
  }
  .-aboutus .-price .home-section__desc {
    padding-top: 2rem;
  }
  .sub-single-create-post .sub-single__category {
    margin-left: 0;
  }
  .sub-single-property .sub-single__category {
    margin-left: 0;
  }
  .p-flow-sec02 {
    padding: 1rem 0 4rem 0 !important;
  }
  .footer__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 0;
  }
  .footer__item:last-of-type {
    margin-left: 0;
    margin-top: 0;
  }
  .footer__item:last-of-type a {
    margin-left: auto;
    margin-right: auto;
    width: 9vw;
  }
  .footer__link {
    font-size: 4vw;
    margin-top: 7px;
  }
  .footer__logo {
    margin-top: 10vw;
    width: 80vw;
  }
  .footer__address {
    margin-top: 10vw;
  }
  .footer__address span {
    font-size: 4.5vw;
  }
  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 10vw;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  .footer .page-top span {
    font-size: 2.5vw;
    margin-top: 1vw;
  }
  .footer .page-top__img {
    width: 4vw;
  }
  .footer .page-top a {
    bottom: 4vw;
    right: 3vw;
    z-index: 10;
  }
}

/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv__catch {
    font-size: clamp(20px, 5vw, 40px);
  }
  .home-mv__catch span {
    font-size: 4rem;
    font-weight: 700;
  }
  .home-mv__slide img {
    height: 70vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .home-mv .slide-dots li {
    margin: 0 2vw;
  }
  .home-mv .slide-dots li.slick-active button::before {
    height: 2vw;
    width: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .home-shop {
    padding-top: 15vw;
  }
  .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: 0vw;
    padding-bottom: 0;
    padding-top: 9vw;
  }
  .home-mv .slide-dots {
    margin-top: 1rem;
  }
  .home-center .inner {
    padding: 0;
  }
  .home-center__container.-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-center__container.-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-center__text {
    margin-top: 0;
    padding: 10vw;
    width: 100% !important;
  }
  /* .home .home-center__text {
    padding: 1rem 1.5rem 0 1.5rem !important;
  } */
  .sell_banner a {
    margin: 4rem auto 0 auto !important;
    padding: 0 1rem 4rem 1rem;
  }
  .home-center__img {
    /* margin-top: 8vw; */
    width: 100% !important;
  }
  .home-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
  }
  .home .home-section__desc span.desc_type001 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .home-service .btn {
    margin-top: 8vw;
    padding-right: 3vw;
  }
  .home-service .btn span {
    right: 4vw;
  }
  .home-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 5vw;
  }
  .sub.-aboutus .home-center__text {
    padding: 10vw 5vw;
  }
  .main.sub .home-shop {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
  .home-price .btn {
    margin-top: 8vw;
    padding-right: 3vw;
  }
  .home-price .btn span {
    right: 11vw;
  }
}

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

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

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

/* ==============================================================
*  レスポンシブSP(sub-404)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-404__box {
    margin-top: 10vw;
    padding-bottom: 12vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vw;
  }
  .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: 10vw;
    padding: 10vw 5vw;
  }
  .sub-archive__container {
    margin-top: 8vw;
  }
  .sub-archive__category-name {
    font-size: 4vw;
  }
  .sub-archive__select-title {
    font-size: 3vw;
  }
  .sub-archive__select {
    font-size: 3vw;
    margin-left: 2vw;
  }
  .sub-archive__select::before {
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.5vw solid #1e1d1d;
    right: 1vw;
    top: 2vw;
  }
  .sub-archive select {
    padding-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 4vw;
    padding-top: 1vw;
  }
  .sub-archive__link {
    display: block;
    padding-bottom: 5vw;
    padding-right: 0;
    padding-top: 5vw;
  }
  .sub-archive__time {
    font-size: 4vw;
  }
  .sub-archive__category {
    font-size: 4vw;
    margin-left: 4vw;
    padding: 1vw 2vw;
  }
  .sub-archive__title {
    font-size: 4vw;
    margin-left: 0;
    margin-top: 2vw;
  }
  .sub-archive .pagination-wrapper__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5vw;
  }
  .sub-archive .pagination-wrapper .page-numbers {
    font-size: 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: 8vw;
    padding-bottom: 10vw;
    padding-top: 10vw;
  }
  .sub-contact__list-top {
    display: block;
  }
  .sub-contact__item-top:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15vw;
    text-align: center;
  }
  .sub-contact__top-title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sub-contact__top-title::before {
    height: 3vw;
    top: 8vw;
    width: 60vw;
  }
  .sub-contact__top-qr {
    margin-top: 10vw;
    width: 70%;
  }
  .sub-contact__top-qr-desc {
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 6vw;
    text-align: center;
  }
  .sub-contact__tel {
    display: inline-block;
    font-size: 7vw;
    margin-top: 7vw;
    padding-left: 7vw;
    pointer-events: all;
  }
  .sub-contact__tel::before {
    height: 5vw;
    left: 0;
    top: 1vw;
    width: 5vw;
  }
  .sub-contact__time {
    margin-left: 0;
    margin-top: 5vw;
  }
  .sub-contact__time span:nth-of-type(1) {
    font-size: 5vw;
    padding: 1vw 3vw;
  }
  .sub-contact__time span:nth-of-type(2) {
    font-size: 5vw;
    margin-left: 3vw;
  }
  .sub-contact__box {
    margin-top: 10vw;
    padding-bottom: 12vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0vw;
  }
  .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: 5vw;
  }
  .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: 3vw;
    margin-left: 3vw;
    padding: 0.5vw 1vw;
  }
  .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;
  }
}

.home .home-section-title {
  margin-bottom: 3rem;
}

/* ==============================================================
*  レスポンシブ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: 8vw;
  }
  .sub-service__item {
    padding-bottom: 8vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5vw;
    width: 100%;
  }
  .sub-service__item:nth-of-type(odd)::before {
    left: auto;
    right: 2vw;
    top: 60vw;
  }
  .sub-service__item:nth-of-type(odd) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sub-service__item:nth-of-type(odd) .sub-service__text {
    margin-left: 0;
  }
  .sub-service__item:nth-of-type(even)::before {
    left: auto;
    right: 2vw;
    top: 62vw;
  }
  .sub-service__item:nth-of-type(even) .sub-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sub-service__item:nth-of-type(even) .sub-service__text {
    margin-right: 0;
  }
  .sub-service__item:not(:first-of-type) {
    margin-top: 10vw;
  }
  .sub-service__item:nth-of-type(1) .sub-service__text-title span {
    display: block;
  }
  .sub-service__item:nth-of-type(1)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(2)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(3)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(4)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__item:nth-of-type(5)::before {
    height: 18vw;
    width: 23vw;
  }
  .sub-service__container {
    padding: 0;
    position: static;
  }
  .sub-service__img {
    width: 100%;
  }
  .sub-service__text {
    margin-top: 6vw;
    width: 100%;
  }
  .sub-service__text-title {
    font-size: 5vw;
  }
  .sub-service__text-desc {
    font-size: 4vw;
    margin-top: 8vw;
  }
  .sub-service__text-desc span:not(:first-of-type) {
    margin-top: 5vw;
  }
}

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

@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    /*     padding-top: 20vw; */
  }
  .sub-reserve-faq__box {
    margin-top: 4vw;
    padding-bottom: 7vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 0vw;
  }
  .sub-reserve-faq .accordion-title {
    font-size: 1.4rem;
    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: 1.4rem;
  }
  .sub-reserve-faq .accordion-title::after {
    height: 2vw;
    right: 2vw;
    width: 2vw;
  }
}

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

/* ==============================================================
*  レスポンシブSP(sub-shop)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-section-title.-center {
    /* border-bottom: none; */
    margin-bottom: 0;
  }
  .sub-shop__box {
    margin-top: 5vw;
    padding: 5vw;
  }
  .sub .sub-shop__box {
    padding: 5vw 0;
  }
  .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%;
  }
  .sub-shop__table tr {
    padding-bottom: 3vw;
    padding-top: 3vw;
  }
  .sub-shop__table th {
    width: 100%;
    padding-bottom: 1rem;
  }
  .sub-shop__map {
    margin-top: 5vw;
  }
  .sub-shop__map iframe {
    height: 60vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-single)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-single__box {
    padding: 3vw 0vw 6vw 0vw;
  }
  .sub-single__time {
    font-size: 4vw;
  }
  .sub-single__category {
    font-size: 4vw;
    margin-left: 4vw;
    padding: 1vw 2vw;
  }
  .sub-single__title {
    font-size: 5vw !important;
    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: 1.4rem;
    margin-bottom: 10vw;
    margin-top: 6vw;
  }
  .sub-archive .p-panel__ttl,
  .sub-archive .p-panel__view {
    font-size: 1.4rem;
  }
  .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: 10vw;
    padding-bottom: 12vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vw;
  }
  .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;
  }
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
body {
  color: #19264b;
  /*   font-family: 'BIZ UDGothic', sans-serif;
font-family: 'Noto Sans JP', sans-serif; */
  font-family: "Roboto", sans-serif;
  /* font-family: 'Zen Maru Gothic', serif; */
  font-size: 1.6rem;
}

/* --------------------------------
l-page
----------------------------------- */
.l-page-cover {
  /*   background-image: url(../img/common/cover.jpg); */
  /* background-image: url(../img/home/point.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
/* .l-page-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
} */
.l-page-cover__inner {
  padding: 75px 0 60px 2rem;
  position: relative;
  z-index: 1;
  background: #f9fafb;
}
.l-page-cover__ttl {
  font-size: 12vw;
  font-weight: bold;
  line-height: 1.45;
  text-align: left;
  color: #19264b;
  padding-right: 2rem;
  display: inline-block;
}
.l-page-cover__ttl span {
  display: block;
  font-size: 4vw;
  font-weight: 400;
}

.l-page-subWrapper {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.l-page-contbox {
  margin-top: 10vw;
  padding: 5vw;
}

.l-page-contbox-wide {
  margin-top: 10vw;
  padding: 5vw 0;
}

/* --------------------------------
header
----------------------------------- */
.header-sp__top {
  height: 14vw;
}
.header-sp__logo {
  width: 45vw;
}
.header-sp .nav-drawer__item:last-of-type {
  width: auto;
}
.header-sp .nav-drawer__btn {
  background: #148bbb;
  color: #fff;
  width: 300px;
}

.js-header-change .header-sp .hamburger span {
  background-color: #222;
}
/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #19264b;
  font-size: 9vw;
  font-weight: bold;
  line-height: 1.45;
}
.c-heading01 span {
  display: block;
  color: #19264b;
  font-size: 4vw;
  margin-top: 1vw;
  font-weight: 400;
}
.c-heading01_center {
  text-align: center;
}
.c-heading01_border {
  padding-bottom: 10px;
  border-bottom: 2px solid #1f89d6;
}

.c-heading02 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#19264b),
    to(#bcbcbc)
  );
  background: linear-gradient(90deg, #19264b 0%, #bcbcbc 100%);
  padding: 1.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}

.c-heading03 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #19264b;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #19264b, #bcbcbc) 1;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#19264b),
      to(#bcbcbc)
    )
    1;
  border-image: linear-gradient(to right, #19264b, #bcbcbc) 1;
}

/* --------------------------------
c-text
----------------------------------- */
.c-text {
  font-size: 4vw;
  line-height: 1.5;
}

/* --------------------------------
c-news
----------------------------------- */
.c-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  padding: 1.5rem 0 1.5rem 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  flex-direction: column;
  gap: 1.5rem;
}
.c-news__link::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bcbcbc;
}
.c-news__link::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #19264b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.c-news__img {
  position: relative;
  width: 100%;
  padding-top: 59%;
  margin-right: 1rem;
}
.c-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-news__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: 5em 1fr;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.c-news__time {
  grid-area: 1/1/2/2;
}
.c-news__time .year {
  font-size: 1rem;
}
.c-news__time .data {
  display: block;
  font-size: 1.8rem;
  padding-top: 0.5rem;
}
.c-news__cat {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /*overflow: hidden;*/
  grid-area: 1/2/2/3;
  align-self: center;
  /*margin-bottom: 1rem;*/
}
.c-news__cat span {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.2em 1em;
  border: 1px solid #bcbcbc;
  border-radius: 1em;
  /*background: #a8a8a8;*/
  /*color: #fff;*/
}
.c-news__ttl {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 2rem;
  grid-area: 2/1/3/3;
}

/* --------------------------------
btn
----------------------------------- */
.btn {
  background-color: #19264b;
  color: #fff;
}
.btn:hover::after {
  background-color: #bcbcbc;
}
.btn span {
  right: 7vw;
}

.btn.-color {
  background: #19264b;
  border: 1px solid #19264b;
}
.btn.-color:hover {
  color: #19264b;
}
.btn.-color:hover::after {
  background: #bcbcbc;
}

/* --------------------------------
c-card
----------------------------------- */
.c-card {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
  box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
  border-radius: 1rem;
}
.c-card__img-wrap {
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.c-card__img-wrap img {
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-card__body {
  padding: 2rem 1rem 1rem;
}
.c-card__body-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-card__time {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4vw;
}
.c-card__body-bottom {
  font-size: 4vw;
  line-height: 1.5;
  margin-top: 2vw;
  padding-top: 1rem;
}
.c-card .address {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #19264b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card .info {
  padding-top: 2rem;
}
.c-card .row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 1.5;
  padding: 1rem 0 1rem;
  border-bottom: 1px solid #aaa;
}
.c-card .left {
  width: 10rem;
  margin-right: 1rem;
}
.c-card .label {
  display: block;
  font-size: 1.2rem;
  background-color: #19264b;
  color: #fff;
  text-align: center;
  padding: 0.2rem;
}
.c-card .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-card .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card .btn-wrap {
  padding-top: 2rem;
  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;
}

/* --------------------------------
c-tag
----------------------------------- */
.c-tag {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#19264b),
    to(#bcbcbc)
  );
  background: linear-gradient(90deg, #19264b 0%, #bcbcbc 100%);
  color: #fff;
  font-size: 4vw;
  width: 35vw;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* --------------------------------
c-media
----------------------------------- */
.c-media__body {
  padding-top: 2rem;
}
.c-media__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #19264b;
  line-height: 1.5;
  border-bottom: 2px solid #222;
  padding-bottom: 5px;
}
.c-media__ttl .ja {
  font-size: 5vw;
  font-weight: bold;
}
.c-media__txt {
  line-height: 1.5;
  padding-top: 2.7rem;
}

/* --------------------------------
c-accordion
----------------------------------- */
.c-accordion {
  border-bottom: 1px solid #9da3a7;
}
.c-accordion__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 4vw 6vw 4vw 0;
  position: relative;
  font-size: 3.5vw;
  line-height: 1.75;
}
.c-accordion__title span {
  width: 8vw;
  height: 8vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#19264b),
    to(#bcbcbc)
  );
  background: linear-gradient(90deg, #19264b 0%, #bcbcbc 100%);
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3vw;
}
.c-accordion__title::after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 1px solid #141414;
  border-right: 1px solid #141414;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 45%;
  right: 2vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-accordion__title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-accordion__content {
  display: none;
  background-color: #edf4fa;
  padding: 3vw;
}
.c-accordion__content p {
  font-size: 3vw;
  line-height: 1.75;
}

/* --------------------------------
c-flexbox
----------------------------------- */
.c-flexbox01__body {
  padding-top: 3rem;
}
.c-flexbox02__body {
  padding-top: 2rem;
}

/* --------------------------------
c-table
----------------------------------- */
.c-table01 {
  width: 100%;
  text-align: left;
}
.c-table01 tr {
  display: block;
  border-top: 1px solid #cecece;
  line-height: 1.5;
  padding: 3vw 1.8rem;
}
.c-table01 tr:last-child {
  border-bottom: 1px solid #cecece;
}
.c-table01 th {
  width: 22vw;
  vertical-align: top;
  color: #19264b;
  font-weight: 500;
}

.c-table02 {
  width: 100%;
  text-align: left;
}
.c-table02 tr {
  display: block;
  border-top: 1px solid #cecece;
  line-height: 1.5;
}
.c-table02 tr:last-child {
  border-bottom: 1px solid #cecece;
}
.c-table02 th,
.c-table02 td {
  padding: 1.2rem;
  font-size: 1.4rem;
}
.c-table02 th {
  width: 22vw;
  color: #19264b;
  font-weight: 500;
  background-color: #f5f8f7;
}
.c-table02 td span {
  display: block;
}

/* --------------------------------
c-column
----------------------------------- */
.c-column-2__item:not(:first-of-type) {
  margin-top: 10vw;
}

.c-column-3 {
  gap: 3rem;
}
.c-column-3__item:not(:first-of-type) {
  margin-top: 10vw;
}

/* --------------------------------
pagination
----------------------------------- */
.pagination .page-numbers {
  border: 1px solid #19264b;
  color: #19264b;
}
.pagination .page-numbers.current {
  background: #19264b;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  border: 1px solid #19264b;
}

.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers {
  color: #19264b;
}
.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers a {
  border: 1px solid #19264b;
}

/* --------------------------------
footer
----------------------------------- */
.footer {
  /* background-color: #19264b; */
  color: #19264b;
}
.footer__item:last-of-type a {
  width: auto;
}
.footer__copyright {
  /*   background: -webkit-gradient(linear, left top, right top, from(#19264B), to(#bcbcbc));
  background: linear-gradient(90deg, #19264B 0%, #bcbcbc 100%); */
  background: #19264b;
}

.footer_cta {
  position: relative;
  color: #fff;
}
.footer_cta::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bg-footer-cta.jpg);
  background-size: cover;
  background-position: bottom center;
  content: "";
}
.footer_cta_inner {
  padding: 3rem 1rem;
}
.footer_cta .c-heading01 {
  color: #fff;
}

/* --------------------------------
utility
----------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-mb20 {
  margin-bottom: 2rem;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-mb40 {
  margin-bottom: 4rem;
}

.u-mb50 {
  margin-bottom: 5rem;
}

.u-mb60 {
  margin-bottom: 6rem;
}

.u-mb70 {
  margin-bottom: 7rem;
}

.u-mb80 {
  margin-bottom: 8rem;
}

.u-mb90 {
  margin-bottom: 9rem;
}

.u-mb100 {
  margin-bottom: 10rem;
}

.u-mr10 {
  margin-right: 1rem;
}

.u-mr20 {
  margin-right: 2rem;
}

.u-mr30 {
  margin-right: 3rem;
}

.u-mr40 {
  margin-right: 4rem;
}

.u-mr50 {
  margin-right: 5rem;
}

.u-pt10 {
  padding-top: 1rem;
}

.u-pt20 {
  padding-top: 2rem;
}

.u-pt30 {
  padding-top: 3rem;
}

.u-pt40 {
  padding-top: 4rem;
}

.u-pt50 {
  padding-top: 5rem;
}

.u-pt60 {
  padding-top: 6rem;
}

.u-pt70 {
  padding-top: 7rem;
}

.u-pt80 {
  padding-top: 8rem;
}

.u-pt90 {
  padding-top: 9rem;
}

.u-pt100 {
  padding-top: 10rem;
}

.u-pb10 {
  padding-bottom: 1rem;
}

.u-pb20 {
  padding-bottom: 2rem;
}

.u-pb30 {
  padding-bottom: 3rem;
}

.u-pb40 {
  padding-bottom: 4rem;
}

.u-pb50 {
  padding-bottom: 5rem;
}

.u-pb60 {
  padding-bottom: 6rem;
}

.u-pb70 {
  padding-bottom: 7rem;
}

.u-pb80 {
  padding-bottom: 8rem;
}

.u-pb90 {
  padding-bottom: 9rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-tal {
  text-align: left;
}

.u-dfc {
  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;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
main.home {
  background-color: #f9fafb;
}
.home-mv .add-animation {
  -webkit-animation: none;
  animation: none;
}
.home-mv__scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 70px;
}
.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-section-title {
  /*   font-family: "Noto Sans JP", sans-serif; */
  font-weight: 700;
  color: #19264b;
  border-bottom: 1px solid #19264b;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-section-title span {
  color: transparent;
  background: linear-gradient(to right, #19264b, #148bbb);
  -webkit-background-clip: text;
  background-clip: text;
}
.home-section__desc {
  color: #19264b;
}

.home-center::before {
  content: none;
}

.home-shop {
  /*   background-image: url(../img/home/home-profile-bg.jpg); */
  background-image: url(../img/common/bg001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-shop::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.home-shop .inner {
  position: relative;
  z-index: 1;
}
.home-shop .home-section-title {
  color: #fff;
  /*   mix-blend-mode: difference; */
  /* 	    font-family: "Noto Sans JP", sans-serif; */
}
.home-shop .home-section-title span {
  color: #fff;
}
.home-shop .home-section__desc {
  color: #fff;
}
.home-shop__text {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.home-shop__text::before {
  content: none;
}

.p-home-sec01 {
  padding-top: 10vw;
  padding-bottom: 15vw;
}
.p-home-sec01__cont {
  padding-top: 3rem;
}
.p-home-sec01__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5rem;
}

.p-home-sec02 {
  padding-top: 10vw;
  padding-bottom: 15vw;
}
.p-home-sec02__cont {
  padding-top: 3rem;
}
.p-home-sec02__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
.p-home-sec02 .p-panel__ttl {
  display: none;
}
.p-home-sec02 .p-panel__view {
  display: none;
}

.p-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem 2%;
}
.p-panel__item {
  width: 49%;
  position: relative;
  background: #fff;
  padding: 2rem;
}
.p-panel__img-wrap {
  padding-top: 30vw;
  position: relative;
  margin-top: 2rem;
}
/* .p-panel__img-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(34, 39, 41, 0.5)),
    color-stop(30%, rgba(34, 39, 41, 0.25)),
    to(rgba(34, 39, 41, 0.1))
  );
  background: linear-gradient(
    90deg,
    rgba(34, 39, 41, 0.5) 0,
    rgba(34, 39, 41, 0.25) 30%,
    rgba(34, 39, 41, 0.1)
  );
} */
.p-panel__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-panel__inner {
  /* width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 1rem 2rem;
  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; */
}
.p-panel__ttl,
.p-panel__view {
  color: #19264b;
  text-align: center;
}
.p-panel__ttl h3 {
  font-weight: 600;
}
.p-panel__view {
  display: block;
  margin-top: auto;
  font-size: 1rem;
}

.p-home-sec03 {
  padding-top: 10vw;
  padding-bottom: 15vw;
  /* 	background-image: url(../img/home/home-profile-bg02.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 8rem 0rem 0 0rem !important;
  background: #fbfbfb;
}
/* .p-home-sec03::before {
	content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
} */
.p-home-sec03 .inner {
  /* 	background: #fff; */
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-home-sec03__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1rem;
}

.home-gallery {
  background-color: transparent;
}
.home-gallery .embed-wrap {
  margin-top: 8vw;
}
.home-gallery .sb_instagram_header {
  display: none;
}
.home-gallery #sb_instagram #sbi_images {
  padding: 0 !important;
}
.home-gallery #sbi_images {
  display: grid;
  gap: 5vw 5vw;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
}
.home-gallery #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
  width: auto;
  padding: 0;
}
.home-gallery #sbi_load {
  display: none;
}

.p-about-sec01 {
  padding-bottom: 10vw;
}
.p-about-sec01__box {
  padding: 5vw;
  margin-top: 5vw;
}
.p-about-sec01__table {
  width: 100%;
  text-align: left;
}
.p-about-sec01__table tr {
  display: block;
  border-bottom: 1px solid #bcbcbc;
  line-height: 1.5;
  padding: 3vw 0;
}
.p-about-sec01__table th {
  width: 22vw;
  color: #19264b;
  font-weight: 500;
  color: #bcbcbc;
  display: block;
}
.p-about-sec01__table td span {
  display: block;
}
.p-profile-sec01__name {
  font-family: "Zen Old Mincho", serif;
  font-size: 7vw;
}
.p-profile-sec01__list {
  margin-top: 3rem;
}
.p-profile-sec01__list li {
  margin-top: 5vw;
}

.p-profile-sec02 {
  background-image: url(../img/sub/profile/sec02-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding-top: 20vw;
  padding-bottom: 10vw;
  background-position: center;
  margin-bottom: 8rem;
}
.p-profile-sec02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.p-profile-sec02 .inner {
  position: relative;
  z-index: 1;
}
.p-profile-sec02 .c-heading01 {
  color: #fff;
}
.p-profile-sec02__box {
  padding: 5vw;
  margin-top: 10vw;
}
.p-profile-sec02__table {
  width: 100%;
  text-align: left;
}
.p-profile-sec02__table tr {
  display: block;
  border-bottom: 1px solid #bcbcbc;
  line-height: 1.5;
  padding: 3vw 0;
}
.p-profile-sec02__table th {
  width: 22vw;
  color: #19264b;
  font-weight: 500;
  color: #bcbcbc;
  display: block;
}
.p-profile-sec02__table td span {
  display: block;
}

.p-profile-sec03 {
  padding-top: 20vw;
  padding-bottom: 10vw;
}
.p-profile-sec03__box {
  padding: 5vw;
  margin-top: 10vw;
}
.p-profile-sec03__list li {
  line-height: 1.5;
  margin-top: 5vw;
  position: relative;
  padding-left: 2rem;
}
.p-profile-sec03__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.sub-concept__box {
  margin-top: 10vw;
  padding: 0;
}

.sub-archive__box_wide {
  padding-right: 0;
  padding-left: 0;
}
.sub-archive__box > .select {
  display: flex;
  justify-content: space-between;
}
.tax-column_cat .sub-archive .inner {
  padding-left: 11rem;
  padding-right: 11rem;
}
.sub-archive .select__ttl {
  font-size: 5vw;
  font-weight: bold;
}
.sub-archive .select__wrap {
  border: 1px solid #19264b;
  font-size: 1.2rem;
  position: relative;
  /*   margin-top: 3rem; */
}
.sub-archive .select__wrap::before {
  border-left: 0.475rem solid transparent;
  border-right: 0.475rem solid transparent;
  border-top: 0.825rem solid #19264b;
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 0;
  z-index: -1;
}
.sub-archive .select__wrap select {
  width: 100%;
  padding: 2vw 7vw 2vw 2vw;
}
.sub-archive .column {
  flex-direction: column-reverse !important;
}
.sub-archive .column__side {
  padding-top: 15vw;
}
.sub-archive .column .side__ttl {
  font-size: 5vw;
  font-weight: bold;
}
.sub-archive .column .side__cat {
  padding-top: 2rem;
  display: flex;
  margin: 0 0 5rem 0;
  gap: 2rem;
}
.sub-archive .column .side__cat li a {
  color: #595959;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 6px 15px 6px 15px;
  border-bottom: 1px solid #19264b;
  font-weight: 500;
}
.sub-archive .column .side__cat li a:hover {
  color: #19264b;
}
.sub-archive .column .side__cat li a:hover::after {
  /*   border-color: #19264B; */
}
.sub-archive .p-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.sub-archive .p-panel__item {
  width: 100%;
  position: relative;
  background: #fbfbfb;
}
.sub-archive .p-panel__img-wrap {
  padding-top: 30vw;
  position: relative;
  background: #fff;
}
/* .sub-archive .p-panel__img-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(34, 39, 41, 0.5)),
    color-stop(30%, rgba(34, 39, 41, 0.25)),
    to(rgba(34, 39, 41, 0.1))
  );
  background: linear-gradient(
    90deg,
    rgba(34, 39, 41, 0.5) 0,
    rgba(34, 39, 41, 0.25) 30%,
    rgba(34, 39, 41, 0.1)
  );
} */
.sub-archive .p-panel__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* .sub-archive .p-panel__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 1rem 2rem;
  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;
} */
.sub-archive .p-panel__ttl,
.sub-archive .p-panel__view {
  color: #19264b;
  margin-top: auto;
  text-align: center;
  line-height: 1.3;
}
/* .sub-archive .p-panel__view {
  display: block;
  margin-top: auto;
  font-size: 1rem;
} */

.sub-single__title {
  color: #19264b;
  margin-top: 1.5rem;
}
.sub-single__main {
  border-top: 1px solid #19264b;
}

.p-contact-sec01 .sub-contact__tel {
  color: #19264b;
}
.p-contact-sec01 .sub-contact__time span {
  color: #19264b;
}
.p-contact-sec01 .sub-contact__time span:nth-of-type(1) {
  border: 1px solid #19264b;
}
.p-contact-sec01 .sub-contact__item dt .required {
  background-color: #19264b;
}
/* .p-contact-sec01 .sub-contact__item input,
.p-contact-sec01 .sub-contact__item textarea,
.p-contact-sec01 .sub-contact__item select {
  border: none;
  border-radius: 0;
} */
.p-contact-sec01 .sub-contact__submit input {
  background: #19264b;
}

main.sub {
  background-color: #f9fafb;
}

.sub-bg {
  padding-top: 15vw;
}
.sub-shop__table tr {
  border-top: none;
  border-bottom: 1px solid #bcbcbc;
}
.sub-shop__table th {
  color: #19264b;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
	line-height: 1.3;
}
.sub-single .sub-shop__table td {
  font-size: 1.5rem;
}

.sub-thanks__link a {
  color: #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}

.sub-404__link a {
  color: #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}

.footer-contact {
  /*   background-color: rgba(186, 186, 33, 0.08); */
  background-image: url(../img/sub/flow/sec01-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer-contact__inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.footer-contact .left__txt {
  line-height: 2;
  padding-top: 5rem;
  /* color: #fff; */
}
.footer-contact .left__txt span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer-contact .left__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3rem;
}
.footer-contact .left .tel__link {
  color: #19264b;
  font-size: 7vw;
  font-weight: bold;
  padding-left: 7vw;
  pointer-events: all;
  position: relative;
}
.footer-contact .left .tel__link::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  position: absolute;
  height: 5vw;
  left: 0;
  top: 1vw;
  width: 5vw;
}
.footer-contact .left .tel__opentime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5vw;
}
.footer-contact .left .tel__opentime span {
  color: #19264b;
}
.footer-contact .left .tel__opentime span:nth-of-type(1) {
  font-size: 5vw;
  padding: 1vw 3vw;
  border: 1px solid #19264b;
}
.footer-contact .left .tel__opentime span:nth-of-type(2) {
  font-size: 5vw;
  margin-left: 3vw;
}
.footer-contact .left__btn-wrap {
  padding-top: 3rem;
  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;
}
.footer-contact__right {
  background-image: url(../img/common/bg003.jpg);
  background-position: center;
  background-size: cover;
}
.footer-contact .right__map {
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.footer-contact .right__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  /* border-right: 1px solid #19264b; */
  padding-right: 10rem;
  padding-top: 0;
}
.footer-contact__left {
  width: 100%;
}
.footer-contact .left .tel__link {
  font-size: 2.4rem;
  padding-left: 2.3rem;
}
.footer-contact .left .tel__link::before {
  height: 1.744rem;
  left: -1rem;
  margin: auto;
  top: 0.6rem;
  width: 2.744rem;
}
.footer-contact .left .tel__opentime {
  margin-top: 1.2rem;
}
.footer-contact .left .tel__opentime span:nth-of-type(1) {
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
}
.footer-contact .left .tel__opentime span:nth-of-type(2) {
  font-size: 1.8rem;
  margin-left: 0.9rem;
}
.footer-contact__right {
  width: 50%;
  padding-top: 0;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .l-page-cover__inner {
    padding: 140px 0 140px 10rem;
  }
  .l-page-cover__ttl {
    font-size: 12rem;
    font-weight: 600;
    text-align: left;
    color: #19264b;
  }
  .l-page-cover__ttl span {
    font-size: 1.6rem;
  }
  .l-page-subWrapper {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .l-page-contbox {
    margin-top: 4rem;
    padding: 6rem 4rem 8rem;
  }
  .l-page-contbox-wide {
    margin-top: 4rem;
    padding: 6rem 0 8rem;
  }
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo {
    margin-top: 0;
  }
  .header__item:last-of-type a {
    width: auto;
  }
  .header__link {
    /*     text-shadow: none; */
    /* 	  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1); */
    color: #19264b;
  }
  .header__tel {
    /*     text-shadow: none; */
    /* 	  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1); */
  }
  .header__time {
    color: #19264b;
  }
  .header__time span {
    border-color: #19264b;
  }
  .header__btn {
    color: #fff;
    background: transparent;
  }
  .header__link,
  .header__btn,
  .header__tel {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #19264b;
  }
  .header__tel::before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: url(../img/common/tel-white.svg);
  }
  /*   .js-header-change .header__link, .js-header-change .header__btn, .js-header-change .header__tel {
    color: #19264B;
  }
  .js-header-change .header__tel::before {
    background-image: url(../img/common/tel-color.svg);
  } */
  .c-heading01 {
    font-size: 4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #19264b;
    padding-bottom: 1rem;
  }
  .c-heading01 span {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .c-heading03 {
    font-size: 2.5rem;
  }
  .c-text {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .c-news__link:hover {
    opacity: 0.8;
  }
  .c-news__link:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .c-news__img {
    width: 100%;
    padding-top: 21rem;
    position: relative;
    margin-right: 2rem;
  }
  .c-news__time {
    grid-area: 1/1/3/2;
  }
  .c-news__ttl {
    grid-area: 2/2/3/3;
    padding-top: 1rem;
  }
  .btn span {
    right: 5rem;
  }
  .c-card {
    width: 31.5%;
  }
  .c-card__time {
    font-size: 1.2rem;
    margin-right: 2rem;
  }
  .c-card__body-bottom {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .c-card_link .c-card__ttl {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#bcbcbc),
        to(#bcbcbc)
      )
      0 100%/0 1px no-repeat;
    background: linear-gradient(#bcbcbc, #bcbcbc) 0 100%/0 1px no-repeat;
  }
  .c-card_link:hover .c-card__ttl {
    background-size: 100% 1px;
  }
  .c-tag {
    font-size: 1.2rem;
    width: 10rem;
  }
  .c-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-media__img-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-right: 3.3333%;
  }
  .c-media__body {
    width: 50rem;
    padding-top: 0;
  }
  .c-media__ttl .ja {
    font-size: 2.4rem;
  }
  .c-media_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .c-media_reverse .c-media__img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-right: 0;
  }
  .c-media_reverse .c-media__body {
    margin-right: 3.3333%;
  }
  .c-accordion__title {
    font-size: 1.6rem;
    padding: 3rem 2rem;
  }
  .c-accordion__title span {
    width: 3.3rem;
    height: 3.3rem;
    margin-right: 1rem;
  }
  .c-accordion__title::after {
    width: 0.9rem;
    height: 0.9rem;
    right: 2.3rem;
  }
  .c-accordion__content {
    padding: 2.9rem 2rem;
  }
  .c-accordion__content p {
    font-size: 1.6rem;
  }
  .c-flexbox01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .c-flexbox01__head {
    width: 50rem;
    margin-right: 3.3333%;
  }
  .c-flexbox01__body {
    width: 50rem;
    padding-top: 0;
  }
  .c-flexbox02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .c-flexbox02__head {
    width: 50rem;
  }
  .c-flexbox02__body {
    width: 50rem;
    margin-right: 3.3333%;
    padding-top: 0;
  }
  .c-table01 tr {
    padding: 1.8rem;
  }
  .c-table01 th {
    width: 13rem;
  }
  .c-table02 th,
  .c-table02 td {
    font-size: 1.6rem;
    padding: 1.8rem;
  }
  .c-table02 th {
    width: 25rem;
  }
  .c-column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-column-2__item:not(:first-of-type) {
    margin-top: 0;
  }
  .c-column-2__item {
    width: 50%;
  }
  .c-column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem 2.75%;
  }
  .c-column-3__item:not(:first-of-type) {
    margin-top: 0;
  }
  .c-column-3__item {
    width: 31.5%;
  }
  .footer_cta_inner {
    padding: 10rem 3rem;
  }
  .home-mv__catch img {
    max-width: 1000px;
  }
  .home-shop {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .home-shop__container {
    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;
    top: 0;
    padding-top: 0rem;
  }
  .home-shop__text {
    width: 50%;
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .home-shop__img {
    width: 50%;
    position: static;
  }
  .p-home-sec01 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .p-home-sec01__cont {
    width: 100%;
    margin: 0 auto;
  }
  .p-home-sec02 {
    padding-top: 8rem;
    padding-bottom: 0;
  }
  .p-home-sec02__cont {
    width: 82%;
    margin: 0 auto;
  }
  .p-panel {
    gap: 3rem 2.75%;
  }
  .p-panel__item {
    width: 31.5%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .p-panel__item:hover {
    /* -webkit-box-shadow: 0 0 15px 0 rgba(45, 50, 52, 0.3);
    box-shadow: 0 0 15px 0 rgba(45, 50, 52, 0.3); */
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .p-panel__img-wrap {
    padding-top: 200px;
    overflow: hidden;
  }
  .p-home-sec02 .c-heading01 span,
  .p-home-sec01 .c-heading01 span {
    margin-top: 0;
  }
  .p-panel__img-wrap img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .p-panel__item:hover .p-panel__img-wrap img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .p-home-sec03 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 0rem;
  }
  .home-gallery .embed-wrap {
    margin-top: 3.9rem;
  }
  .home-gallery #sbi_images {
    gap: 4rem 4rem;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  }
  .p-about-sec01 {
    padding-bottom: 10rem;
  }
  .p-about-sec01__box {
    padding: 4rem 4rem 8rem;
    margin-top: 0rem;
  }
  .p-about-sec01__table tr {
    padding: 1.8rem;
  }
  .p-about-sec01__table th {
    width: 13rem;
    display: table-cell;
  }
  .p-profile-sec01 .sub-shop__container {
    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;
  }
  .p-profile-sec01 .sub-shop__text {
    width: 50%;
    padding: 3rem 0 0 5rem;
  }
  .p-profile-sec01 .sub-shop__img {
    width: 50%;
  }
  .p-profile-sec01__name {
    font-size: 3rem;
  }
  .p-profile-sec01__list {
    padding: 0 2rem;
  }
  .p-profile-sec01__list li {
    margin-top: 2rem;
  }
  .p-profile-sec02 {
    padding-top: 8rem;
    padding-bottom: 0rem;
  }
  .p-profile-sec02__box {
    padding: 2rem 4rem 8rem;
    margin-top: 4rem;
  }
  .p-profile-sec02 .c-heading01 span {
    color: #fff !important;
  }
  .p-profile-sec01 .sub-shop__box {
    padding-top: 3rem !important;
  }
  .p-profile-sec02__table tr {
    padding: 1.8rem;
  }
  .p-profile-sec02__table th {
    width: 13rem;
    display: table-cell;
  }
  .p-profile-sec03 {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .p-profile-sec03__box {
    padding: 2rem 4rem 8rem;
    margin-top: 4rem;
  }
  .p-profile-sec03__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-profile-sec03__list li {
    width: 50%;
    margin-top: 3rem;
  }
  .sub-concept__box {
    margin-top: 4rem;
    padding: 2rem 4rem 8rem;
  }
  .sub-archive .select__ttl {
    font-size: 2rem;
  }
  .sub-archive .select__wrap select {
    padding: 0.6rem 2.2rem 0.6rem 0.9rem;
  }
  .sub-archive .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sub-archive .column__main {
    width: 100%;
  }
  .sub-archive .column__side {
    width: 100%;
    padding-top: 0;
  }
  .sub-archive .column .side__ttl {
    font-size: 2rem;
  }
  .sub-archive .p-panel__item {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sub-archive .p-panel__item:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(45, 50, 52, 0.3);
    box-shadow: 0 0 15px 0 rgba(45, 50, 52, 0.3);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .sub-archive .p-panel__img-wrap {
    padding-top: 170px;
    overflow: hidden;
  }
  .sub-archive .p-panel__img-wrap img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sub-archive .p-panel__item:hover .p-panel__img-wrap img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .sub-bg {
    padding-top: 10rem;
  }
  .sub-shop__table tr {
    padding: 1.8rem;
  }
  .sub-shop__table th {
    display: table-cell;
  }
}

@media only screen and (max-width: 767px) {
  .p-flow-sec02 .flow_content .row {
    flex-direction: column !important;
  }
  .p-flow-sec02 .flow_content .detail .head {
    font-size: 1.8rem !important;
    padding: 10px 0 15px 0 !important;
    line-height: 1.5 !important;
  }
  .p-flow-sec02 .flow_content .detail .num {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 2rem !important;
  }
  .p-flow-sec02 .flow_content .detail .text {
    font-size: 1.5rem !important;
  }
  .p-flow-sec02 .flow_content .img {
    width: 100% !important;
  }
  .p-flow-sec02 .flow_content .detail {
    width: 100% !important;
    padding: 0 20px 0 50px !important;
  }
  .main.sub.-aboutus .home-center {
    padding-top: 0;
  }
  .home-service-youtube {
    margin-top: 2rem !important;
  }
  .-aboutus .home-center__img iframe {
    min-height: 275px;
  }
  .home-voice .inner .p-panel {
    flex-direction: column;
  }
  .home-voice .inner .p-panel__item {
    width: 100% !important;
  }
  .p-panel__img-wrap {
    padding-top: 65vw;
  }
  .-aboutus .p-home-sec01 .p-panel__img-wrap {
    padding-top: 30vw;
  }
  .home-voice .inner .p-panel__inner .p-panel__ttl h3 {
    font-size: 1.4rem;
  }
  .home-voice .inner {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .home-real-estate .inner .p-panel {
    flex-direction: column;
  }
  .home-real-estate .inner .p-panel__item {
    width: 100% !important;
  }
  .home-real-estate .inner {
    padding-top: 2rem !important;
  }
  .home-column .inner .p-panel {
    flex-direction: column;
  }
  .home-column .inner .p-panel__item {
    width: 100% !important;
  }
  .home-column .inner .p-panel__inner .p-panel__ttl h3 {
    font-size: 1.4rem;
  }
  .footer_cta_type002 {
    padding: 0 !important;
  }
  .footer_flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer_flex .left,
  .footer_flex .right {
    width: 100% !important;
    padding: 30px 20px 24px !important;
  }
  .footer_flex .mail_text {
    font-size: 1.4rem !important;
  }
  .footer_flex .tel {
    font-size: 3.5rem !important;
    background: url(../img/common/tel-color.svg) no-repeat left 10% top 0.5rem/3rem
      auto !important;
  }
  .footer_top {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .home-column .inner {
    padding-top: 6rem !important;
    margin-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .home-real-estate .inner .p-panel__inner .p-panel__ttl h3 {
    font-size: 1.4rem;
  }
  .p-profile-sec01__name {
    font-size: 6vw;
  }
  .c-card__time {
    font-size: 4vw;
  }
  .c-media__txt {
    font-size: 4vw;
  }
  .c-table01 {
    font-size: 4vw;
  }
  .p-about-sec01__table {
    font-size: 4vw;
  }
  .p-profile-sec01__list li {
    font-size: 4vw;
  }
  .p-profile-sec02__table {
    font-size: 4vw;
  }
  .p-profile-sec03__list li {
    font-size: 4vw;
  }
  .p-profile-sec02__box {
    padding: 0;
    margin-top: 0vw;
  }
  .p-profile-sec02 {
    margin-bottom: 0;
  }
  .about_lead_area {
    padding: 3rem 15px 3rem;
  }
  .main.sub .home-center {
    padding-top: 4rem;
    margin: 5rem 0 3rem 0;
  }
  .p-profile-sec02 .c-heading01 span {
    color: #fff;
  }
  .p-profile-sec03__box {
    padding: 0vw;
    margin-top: 10vw;
  }
  .l-page-cover__ttl {
    font-size: 8vw;
    font-weight: 500;
  }
  .l-page-cover__ttl span {
    font-size: 3.5vw;
  }
  .sub-archive .sub-archive__box {
    margin-top: 0vw;
    padding: 5vw 0vw 10vw 0vw;
  }
}

.footer_cta_type002 {
  margin-top: 3rem;
  /* padding: 0 0 1rem 0; */
  background: #fbfbfb;
  text-align: center;
  line-height: 1.7;
  /* padding-left: 2.4rem;
  padding-right: 2.4rem; */
}
.footer_cta_type002 .inner {
  /* 	border: 1px solid #19264B; */
  max-width: 100%;
  /* padding-top: 4.4rem;
  padding-bottom: 2.4rem; */
}
.footer_cta_type002 ul {
  display: flex;
  justify-content: center;
  /* gap: 1%; */
  /* margin: 3rem 0 0 0; */
}
.footer_cta_type002 ul li {
  width: 50%;
  position: relative;
}
.footer_cta_type002 ul li .mask {
  position: absolute;
  top: 25%;
  width: 100%;
  color: #fff;
}
.footer_cta_type002 .home-section-title,
.footer_cta_type002 .home-section-title span {
  color: #fff;
  border-bottom: none;
}
.footer_cta_type002 ul li .mask p {
  font-weight: bold;
  font-size: 16px;
  text-shadow: 0 0 20px rgba(55, 67, 96, 0.3);
}
.footer_cta_type002 ul li a img {
  transition: 0.3s;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.footer_cta_type002 ul li a:hover img {
  opacity: 0.3;
  transition: 0.3s;
}
.footer_cta_type002 ul li a {
  background: #000000;
}
.footer_cta_type002 ul li a img {
  opacity: 0.5;
  min-height: 250px;
}
.main.sub.-aboutus .home-shop::after {
  background: #fbfbfb;
}
.main.sub.-aboutus .home-center {
  margin: 0rem 0 4rem 0;
}
.main.sub.-aboutus .home-shop .home-section-title {
  color: #19264b;
}
.main.sub.-aboutus .home-shop .home-section-title span {
  color: #19264b;
}

.home-flex-bnr {
  display: flex;
  gap: 2rem;
  margin: 8rem 0 0 0;
}
.home-flex-bnr a img {
  transition: 0.3s;
}
.home-flex-bnr a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

.header_contact_item a {
  background: #148bbb;
  font-weight: bold;
  padding: 1.2rem 2.5rem 1rem 2.5rem;
  border-left: 1px solid #fff;
  font-size: 1.4rem;
}

/* TOPお客様の声 */
.home-voice .inner {
  max-width: 100%;
  padding-top: 8rem;
  margin-top: 0rem;
  background: #fbfbfb;
  padding-bottom: 8rem;
}
.home-voice .inner .p-panel {
  gap: 3rem 1.75%;
}
.home-voice .inner .p-panel__item {
  width: 23.6%;
}
.home-voice .inner .p-panel__inner {
  position: unset;
  padding: 1rem 0rem;
  line-height: 1.5;
  height: auto;
}
.home-voice .inner .p-panel__inner .p-panel__ttl {
  margin-top: 0;
  color: #19264b;
  font-weight: 500;
  text-align: left;
}
.home-voice .inner .p-panel__inner .p-panel__ttl h3 {
  font-weight: 700;
}
.home-voice .p-panel__item:hover {
  transform: none;
  box-shadow: none;
}
.home-voice .p-panel__img-wrap::after {
  display: none;
}
.home-voice .home-section-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* TOP不動産情報 */
.home-real-estate .inner {
  max-width: 100%;
  padding-top: 4rem;
  margin-top: 4rem;
}
.home-real-estate .inner .p-panel {
  gap: 3rem 1.75%;
}
.home-real-estate .inner .p-panel__item {
  width: 23.6%;
}
.home-real-estate .inner .p-panel__inner {
  position: unset;
  padding: 1.5rem 1.5rem;
  line-height: 1.5;
  height: auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.home-real-estate .inner .p-panel__inner .p-panel__ttl {
  margin-top: 0;
  color: #19264b;
  font-weight: 500;
  text-align: left;
}
.home-real-estate .inner .p-panel__inner .p-panel__ttl h3 {
  font-weight: 700;
}
.home-real-estate .p-panel__item:hover {
  transform: none;
  box-shadow: none;
}
.home-real-estate .p-panel__img-wrap::after {
  display: none;
}
.home-real-estate .home-section-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* TOPコラム */
.home-column .inner {
  max-width: 100%;
  padding-top: 8rem;
  margin-top: 8rem;
  background: #fbfbfb;
  padding-bottom: 8rem;
  margin-bottom: 2rem;
}
.home-column .inner .p-panel {
  gap: 3rem 1.75%;
}
.home-column .c-news__cat {
  align-self: auto;
  margin-bottom: 0.8rem;
}
.home-column .inner .p-panel__item {
  width: 23.6%;
}
.home-column .inner .p-panel__inner {
  position: unset;
  padding: 1rem 0rem;
  line-height: 1.5;
  height: auto;
}
.home-column .inner .p-panel__inner .p-panel__ttl {
  margin-top: 0;
  color: #19264b;
  font-weight: 500;
  text-align: left;
}
.home-column .inner .p-panel__inner .p-panel__ttl h3 {
  font-weight: 700;
}
.home-column .p-panel__item:hover {
  transform: none;
  box-shadow: none;
}
.home-column .home-section-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-column .p-panel__img-wrap::after {
  display: none;
}

.footer_top {
  /*   background: url("../img/home/home-mv-slide04.jpg") no-repeat center/cover; */
  /* background: url(../img/common/bg_002.jpg); */
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #19264b;
  background-blend-mode: darken;
}
.footer_top .sec_ttl {
  color: #fff;
  padding-bottom: 2rem;
}
.footer_top .sec_ttl .en {
  color: #fff;
  font-size: 6rem;
}

.footer_text {
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 45px auto 0;
}
.footer_flex .left,
.footer_flex .right {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  border-radius: 0px;
  padding: 40px 20px 34px;
}
.footer_flex .tel {
  font-size: 4.5rem;
  font-weight: bold;
  color: var(--primary-color);
  padding-left: 4.3rem;
  background: url(../img/common/tel-color.svg) no-repeat left 10% top 1.5rem/3rem
    auto;
  transition: 0.3s;
  line-height: 1.1;
}
.footer_flex .tel:hover {
  opacity: 0.7;
}
.footer_flex .tel_text .text01 {
  font-size: 15px;
  margin-right: 10px;
}
.footer_flex .tel_text .text02 {
  font-size: 18px;
}
.footer_flex .tel_text .text03 {
  font-size: 14px;
  margin-top: 6px;
  display: block;
}
.footer_flex .mail {
  display: block;
  background: #19264b;
  color: #fff;
  width: 360px;
  max-width: 100%;
  text-align: center;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
  margin: 0 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: 25px;
  height: 20px;
  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: #148bbb;
}
.footer_flex .mail:hover span::after {
  opacity: 0;
}
.footer_flex .mail:hover span::before {
  opacity: 1;
}
.footer_flex .mail_text {
  margin-top: 5px;
}

.p-flow-sec02 {
  padding: 3rem 0 0 0;
  background-attachment: fixed;
  background-size: cover;
}
.p-flow-sec02 .inner {
  /* background: #fff; */
  padding-top: 2.4rem;
  border-radius: 10px;
}

.p-flow-sec02 .flow_content {
  padding: 0;
}
.p-flow-sec02 .flow_content .row {
  border-bottom: 1px solid #19264b;
  padding-bottom: 20px;
}
.p-flow-sec02 .flow_content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}
.p-flow-sec02 .flow_content .img {
  width: 40%;
}
.p-flow-sec02 .flow_content .detail {
  padding: 0 0 0 50px;
  margin-top: 10px;
  position: relative;
}
.p-flow-sec02 .flow_content .detail {
  width: 60%;
  padding: 0 20px 0 100px;
}
.p-flow-sec02 .flow_content .detail .num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 2.5rem;
  border-radius: 50%;
  color: #fff;
  background: #e60113;
  background: -moz-linear-gradient(left, #e60113 0%, #f8b62d 100%);
  background: -webkit-linear-gradient(left, #e60113 0%, #f8b62d 100%);
  background: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60113', endColorstr='#f8b62d',GradientType=1 );
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.p-flow-sec02 .flow_content .detail .head {
  font-size: 2rem;
  padding: 10px 0 20px 0;
}
.p-flow-sec02 .flow_content .detail .head {
  font-size: 2.4rem;
  padding: 20px 0;
  font-weight: 700;
  color: #222222;
}
.p-flow-sec02 .flow_content .detail .text {
  line-height: 1.5;
}
.p-flow-sec02 .flow_content .row + .row {
  margin-top: 30px;
}

.-sub-voice .p-panel__inner {
  position: unset;
  padding: 1.5rem 1rem 1rem 0rem;
  line-height: 1.5;
  height: auto;
}
.-sub-voice .p-panel__inner .p-panel__ttl {
  margin-top: 0;
  color: #19264b;
  font-weight: 500;
  text-align: left;
}
.home-voice .p-panel__inner .p-panel__ttl h3 {
  margin-top: 1rem;
}
.-sub-voice .p-panel__inner .p-panel__ttl h3 {
  font-weight: 700;
  margin-top: 1rem;
}
.-sub-voice .p-panel__item:hover {
  transform: none;
  box-shadow: none;
}
.-sub-voice .p-panel__img-wrap::after {
  display: none;
}
.-sub-voice .main_thumb {
  max-width: 800px;
  margin: 4rem auto;
}
.voice-area {
  font-weight: 700;
  font-size: 1.4rem;
  border: 1px solid #19264b;
  display: inline;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}

/* 物件詳細 */

.sub-single-property .sub-single__main p {
  background-color: #fefbd7;
}
.sub-single-property .property-slider__arw {
  background-color: #19264b;
}
.sub-single-property .property-slider__arw.prev::before,
.sub-single-property .property-slider__arw.next::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.sub-single-property .property-slider__dots .slick-active {
  opacity: 1;
  border: 1px solid #009886;
}
.sub-single-property .info .table01 .row {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sub-single-property .info .table01 .row:last-child {
  border-bottom: 1px solid #ddd;
}
.sub-single-property .info .table01 .row .head {
  color: #19264b !important;
  font-weight: 700 !important;
  background-color: #fbfbfb !important;
  font-size: 1.5rem !important;
}
.sub-single-property .info .table02 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sub-single-property .info .table02 .row:last-child {
  border-bottom: 1px solid #ddd;
}
.sub-single-property .info .table02 .row .head {
  color: #3fa037;
}
.sub-single-property .info .table02 .row .body a {
  color: #19264b !important;
  text-decoration: underline;
}
.sub-single-property .info .table01 .row {
  border-top: none;
  border-right: none;
}
.sub-single-property .info .table01 .row:last-child {
  border-bottom: none;
}
.sub-single-property .info .table01 .row::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: absolute;
  top: -1px;
  left: 0;
}
.sub-single-property .info .table01 .row::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  right: -1px;
}
.sub-single-property .info .table01 .row .head,
.sub-single-property .info .table01 .row .body {
  border-bottom: 1px solid #ddd;
}
.sub-single-property .property-slider__img-wrap {
  position: relative;
  padding-top: 25rem;
}
.sub-single-property .property-slider__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*   -o-object-fit: cover;
     object-fit: cover; */
  -o-object-fit: contain;
  object-fit: contain;
}
.sub-single-property .property-slider__arw {
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;
  width: 4rem;
  height: 5rem;
  background-color: #19264b;
}
.sub-single-property .property-slider__arw.prev::before,
.sub-single-property .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;
}
.sub-single-property .property-slider__arw.prev {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  left: 0;
}
.sub-single-property .property-slider__arw.prev::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 1.8rem;
}
.sub-single-property .property-slider__arw.next {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  right: 0;
}
.sub-single-property .property-slider__arw.next::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 1.8rem;
}
.sub-single-property .property-slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  padding-top: 2rem;
  margin-top: -0.5rem;
}
.sub-single-property .property-slider__dots li {
  opacity: 0.5;
  position: relative;
  width: 13%;
  padding-top: 7%;
  cursor: pointer;
  margin-right: 0.5%;
  margin-top: 0.5rem;
}
.sub-single-property .property-slider__dots li:last-child {
  margin-right: 0;
}
.sub-single-property .property-slider__dots li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-single-property .property-slider__dots .slick-active {
  opacity: 1;
  border: 1px solid #ef6c00;
}
.sub-single-property .info .point {
  background-color: #f7fcf5;
  border: 2px solid #4e9f36;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  /*   background-image: url(../img/sub/property/si-sa.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center; */
}
.sub-single-property .info .point__head {
  color: #4e9f36;
  font-weight: bold;
  font-size: 5vw;
}
.sub-single-property .info .table01 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  line-height: 1.5;
  position: relative;
}
.sub-single-property .info .table01 .row:last-child {
  border-bottom: 1px solid #aaa;
}
.sub-single-property .info .table01 .row .head,
.sub-single-property .info .table01 .row .body {
  padding: 1.2rem;
  font-size: 1.4rem;
}
.sub-single-property .info .table01 .row .head {
  width: 22vw;
  color: #c2492a;
  font-weight: 500;
  background-color: #f6f9f6;
}
.sub-single-property .info .table01 .row .body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sub-single-property .info .table02 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.sub-single-property .info .table02 .row:last-child {
  border-bottom: 1px solid #aaa;
}
.sub-single-property .info .table02 .row .head,
.sub-single-property .info .table02 .row .body {
  padding: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.sub-single-property .info .table02 .row .head {
  width: 22vw;
  color: #c2492a;
  font-weight: 500;
  background-color: #f6f9f6;
}
.sub-single-property .info .table02 .row .body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sub-single-property .info .table02 .row .body a {
  color: #c2492a;
  text-decoration: underline;
}
.sub-single-property .info .map {
  padding-top: 25rem;
  overflow: hidden;
  position: relative;
}
.sub-single-property .info .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-single-property .banner__item {
  border: 2px solid #aaa;
}
.sub-single-property .banner__item:not(:first-of-type) {
  margin-top: 10vw;
}
.sub-single-property .download__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -2rem;
}
.sub-single-property .download__col a {
  width: 49%;
  margin-top: 2rem;
}
.sub-single-property .btn.-color.print {
  background: #fabf00;
  border: 1px solid #fabf00;
  color: #19264b;
  font-weight: 500;
}
.sub-single-property .property-slider__img-wrap {
  padding-top: 55rem;
}
.sub-single-property .property-slider__arw {
  top: 35%;
}
.sub-single-property .info .point__head {
  font-size: 2rem;
}
.sub-single-property .info .table01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sub-single-property .info .table01 .row {
  border-top: none;
  border-right: none;
}
.sub-single-property .info .table01 .row:last-child {
  border-bottom: none;
}
.sub-single-property .info .table01 .row::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #aaa;
  position: absolute;
  top: -1px;
  left: 0;
}
.sub-single-property .info .table01 .row::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #aaa;
  position: absolute;
  top: 0;
  right: -1px;
}
.sub-single-property .info .table01 .row {
  width: 50%;
}
.sub-single-property .info .table01 .row .head,
.sub-single-property .info .table01 .row .body {
  font-size: 1.6rem;
  padding: 1.8rem;
  border-bottom: 1px solid #aaa;
}
.sub-single-property .info .table01 .row .head {
  width: 15rem;
}
.sub-single-property .info .table02 .row .head,
.sub-single-property .info .table02 .row .body {
  font-size: 1.5rem;
  padding: 1.8rem;
  line-height: 1.5;
}
.sub-single-property .info .table02 .row .head {
  width: 15rem;
  color: #19264b !important;
  font-weight: 700 !important;
  background-color: #fbfbfb !important;
  font-size: 1.5rem !important;
}
.sub-single-property .info .map {
  padding-top: 35rem;
}
.sub-single-property .banner__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sub-single-property .banner__item {
  width: 49%;
}
.sub-single-property .banner__item:not(:first-of-type) {
  margin-top: 0;
}
.sub-single-property .download__col a {
  width: 31.5%;
}
.sub-single-property .sub-single__title-area {
  position: relative;
}

.sub-single-property .property-slider__img-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-top: 2rem;
  bottom: 0px;
  width: 100%;
  background: #fff;
  padding-top: 1rem;
  font-size: 1.4rem;
}
.sub-single-property .sub-single__title-area .checkpoint {
  position: absolute;
  top: -60px;
  right: 0;
  background-color: #ef6c00;
  color: #fff;
  padding: 1rem;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.property-detail-txt {
  margin-top: 6rem;
  line-height: 1.5;
}
.sub-single-property .sub-single__box {
  padding-bottom: 0;
  padding-left: 8rem;
  padding-right: 8rem;
}
.sub-single-property .sub-single__category {
  background: #19264b;
  color: #fff;
  max-width: 10rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.sub-single-property .sub-single__category ul li {
  font-weight: 700;
  font-size: 1.5rem;
}
.sub-single-property .info .table01 .row:first-child .body {
  font-weight: 700;
  font-size: 2rem;
}
.-archive-property .news-wrap {
  width: 100%;
}
.-archive-property .c-news {
  display: flex;
  gap: 3rem 2rem;
  flex-wrap: wrap;
}
.-archive-property .c-news article {
  width: 32%;
}
.-archive-property .c-news__link {
  flex-direction: column;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -ms-flex-align: unset;
  align-items: unset;
  padding: 0;
  /* border: 1px solid #ccc; */
  gap: 0;
}
.-archive-property .c-news__link::before,
.-archive-property .c-news__link::after {
  display: none;
}
.-archive-property .c-news__img {
  width: 100%;
  padding-top: 0;
}
.-archive-property .c-news__img img {
  position: relative;
  top: auto;
  left: auto;
  max-height: 250px;
}
.-archive-property .c-news__body {
  display: block;
  padding: 1rem;
}
.-archive-property .c-news__cat {
  grid-area: auto;
}
.-archive-property .c-news__ttl {
  grid-area: auto;
  font-weight: 700;
  margin: 0;
}
.-archive-property .c-news__cat span {
  background: #19264b;
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0.5rem 2rem 0.4rem 2rem;
}
.-archive-property .voice-area {
  border: none;
  font-size: 3rem;
  font-weight: 700;
  margin: 2rem 0 0 0;
  display: block;
}
.-archive-property .voice-area span {
  font-size: 1.6rem;
  padding-left: 0.5rem;
  font-weight: 700;
}
.property-adress-area {
  font-size: 1.4rem;
  margin: 1.5rem 0 0 0;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  color: #777;
}
.-archive-property .sub-archive__box {
  display: flex;
  padding: 0;
  gap: 5%;
  margin-top: 0;
  flex-direction: column;
}

/* .-archive-property .sub-archive__box {
	    display: flex;
    padding: 0;
    gap: 5%;
    margin-top: 0;
    align-items: flex-start;
} */
.-archive-property .sub-archive__top {
  -ms-flex-align: center;
  align-items: flex-start;
}
.sub-archive__colL {
  /*     border: 1px solid #eee; */
  width: 23%;
}
.-archive-property .archive__top_inner {
  /* 	    background: #F6F5F3; */
  /*     padding: 2rem; */
  width: 100%;
}
.-archive-property .archive__top_inner .cat-wrap {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border: 1px solid #eee;
}

.-archive-property .sub-archive__select-container ul {
  line-height: 1.5;
  list-style-type: disclosure-closed;
  margin-left: 2rem;
}
.-archive-property .sub-archive__select-container ul li + li {
  margin-top: 1rem;
}
.-archive-property .sub-archive__select-container ul li a:hover {
  text-decoration: underline;
}

.home-real-estate .c-news__cat {
  align-self: auto;
}
.home-real-estate .c-news__cat span {
  background: #19264b;
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0.5rem 2rem 0.5rem 2rem;
  display: inline;
}
.home-real-estate .p-panel__ttl {
  grid-area: auto;
  font-weight: 700;
  margin: 1rem 0 0 0;
  padding-top: 1rem;
}
.home-real-estate .voice-area {
  border: none;
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0 0 0;
  display: block;
}
.home-real-estate .voice-area span {
  font-size: 1.6rem;
  padding-left: 0.5rem;
  font-weight: 700;
}
.home-real-estate .property-adress-area {
  margin: 0.8rem 0 0 0;
}
.home-service-youtube {
  margin-top: 10rem;
}
.home-service-youtube .home-center__text {
  padding: 2% 0 7% 5%;
}
.sell_banner a {
  max-width: 900px;
  margin: 8rem auto 0 auto;
  transition: 0.3s;
}
.sell_banner a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.property-sell-img {
  transition: 0.3s;
}
.property-sell-img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

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