@charset "UTF-8";
/*---変数---*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #5b4b4b;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.--en {
  font-family: "Cormorant", serif;
}

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

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

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  color: #000;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Shippori Mincho B1", serif;
  }
}
body.fix {
  position: fixed;
  width: 100%;
}

body.open {
  overflow: hidden;
}

html,
body {
  position: relative;
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  p,
  li,
  dl,
  tr,
  th,
  td,
  div {
    font-size: 0.875rem;
  }
}
span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  line-height: 1.35;
}

a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

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

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 479px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 479px) {
  .sp {
    display: block !important;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  animation: fadeUp 0.6s forwards;
}

@keyframes fadeDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(80px);
  }
}
.fade-down {
  animation: fadeDown 0.6s forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
    visibility: hidden;
    filter: blur(1rem);
  }
  100% {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }
}
.js-fade {
  opacity: 0;
  filter: blur(1rem);
}
.js-fade.is-view {
  animation: fade 1.4s ease forwards;
}

@keyframes scale {
  0% {
    opacity: 0;
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.js-scale {
  opacity: 0;
  scale: 1.1;
  display: inline-block;
}
.js-scale.is-view {
  animation: scale 1.5s ease forwards;
}

*:has(> .js-scale) {
  overflow: hidden;
}

.common-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 20px;
  width: 100%;
}
.common-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

.common-ttl {
  position: relative;
  text-align: center;
}
.common-ttl__main {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #727171;
}
@media screen and (max-width: 479px) {
  .common-ttl__main {
    font-size: 2.2rem;
  }
}
.common-ttl__sub {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2.29;
  text-align: center;
	position:relative;
}
.common-ttl.--white .common-ttl__main {
  color: #fff;
}
.common-ttl.--white .common-ttl__sub {
  color: #fff;
}
.common-ttl.--color .common-ttl__main {
  color: #fff;
}
.common-ttl.--color .common-ttl__sub {
  color: #ffe294;
}
.common-ttl.--color2 .common-ttl__sub {
  color: #937218;
}
.common-ttl.--line::after {
  content: "";
display:block;
position:absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #b8973c;
}

.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .video-bg {
    display: none;
  }
}
.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
	flex-wrap: wrap;
  margin: 0 auto;
  background: rgba(48, 48, 48, 0.6);
  background-blend-mode: multiply;
}
@media screen and (max-width: 479px) {
  .wrap {
    padding-inline: 0;
  }
}

.banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  transform: translateY(80px);
  z-index: 1001;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .banner {
    pointer-events: none;
  }
}
.banner__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .banner__link {
    display: none;
  }
}
.banner-box__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: url(./img/bg-banner.png) no-repeat center center/cover;
  border-radius: 10px 10px 0 0;
  transition: 0.4s;
}
.banner-box__ttl-st {
  position: relative;
  padding-right: 15px;
  border-bottom: 1px solid #b8973c;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.banner-box__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 8px;
  height: 8px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .banner {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
  }
}

.content {
  position: relative;
  margin-inline: auto min(29.1666666667vw, 42rem);
  margin-inline: auto 29.1666666667vw;
  width: 480px;
  background: #e1dfd9;
  overflow: clip;
  box-shadow: 0px 0px 4px rgba(65, 65, 65, 0.160784);
}
@media screen and (max-width: 1024px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}
.content.open {
  background: transparent;
  box-shadow: none;
}
.content.open .main {
  visibility: hidden;
}
.content.open .ft {
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  #sec-merit,
  #sec-plan,
  #sec-feature,
  #sec-contact,
  #sec-about {
    scroll-margin-top: 75px;
  }
}

.hd {
  display: flex;
  width: 100%;
}
.hd-cnt {
  position: fixed;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  width: 100%;
  height: 100vh;
}
@media (min-width: 1025px) {
  .hd-cnt {
    gap: 480px;
  }
}
@media screen and (min-width: 1025px) {
  .hd-info {
    padding-top: 37px;
    padding-left: 34px;
    width: calc(100% - 480px - min(29.1666666667vw, 42rem));
    width: calc(100% - 480px - 29.1666666667vw);
    text-align: center;
  }
}
.hd-name {
  width: 136px;
  height: atuo;
  aspect-ratio: 136/32.97;
  z-index: 1001;
}
.hd-name__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hd-menu {
  width: 100%;
  max-width: min(29.1666666667vw, 42rem);
  max-width: 29.1666666667vw;
}
@media screen and (min-width: 1025px) {
  .hd-nav {
    padding: min(3.90625vw, 5rem);
    width: 100%;
    height: 100%;
  }
}
.hd-nav__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-block: 65px 80px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.4deg, rgba(255, 255, 255, 0) 1.31%, rgba(48, 48, 48, 0.7) 53.83%);
}
.hd-nav__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.hd-nav__item {
  width: 100%;
  max-width: 240px;
}
.hd-nav__link {
  position: relative;
  display: block;
  padding-block: 15px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  transition: 0.4s;
}
.hd-nav__link-main {
  position: relative;
  display: block;
  padding: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.16em;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #bfa06b;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover {
    color: #bfa06b;
  }
}
.hd-btn {
  margin-bottom: 21px;
}
.hd-btn__link {
  display: block;
  width: 192px;
  height: 40px;
  background: #303030;
  border: 1px solid #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.hd-phone__link {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.88;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .hd {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    height: 75px;
    background: transparent;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd-cnt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 26px;
    width: 100%;
    height: 100%;
  }
  .hd-name {
    margin-bottom: 0;
    width: 140px;
    z-index: 100;
  }
  .hd-name__logo {
    width: 110px;
    aspect-ratio: 110/26.67;
  }
  .hd-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 80px;
    width: 100%;
    height: 100svh;
    background: url(./img/bg-hd-menu.jpg) no-repeat center center/cover;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__wrap {
    height: 100svh;
  }
  .hd-nav__list {
    flex-direction: column;
    border: none;
  }
  .hd-nav__item {
    padding: 0;
    width: 100%;
  }
  .hd-nav__link {
    width: 240px;
    text-align: center;
  }
  .hd-toggle {
    position: relative;
    margin-inline: auto 0;
    width: 24px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 18px;
  }
  .hd-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background: #fff;
    color: #fff;
    transition: 0.35s ease-in-out;
  }
  .hd-toggle__line {
    height: 2px;
  }
  .hd-toggle__line:nth-child(1) {
    top: 0;
  }
  .hd-toggle__line:nth-child(2) {
    top: 9px;
  }
  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .hd.fixed {
    position: fixed;
    background: rgba(48, 48, 48, 0.3);
    backdrop-filter: blur(10px);
  }
}
.hd.open {
  background: transparent;
}
.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(330deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-330deg);
}
.hd.open .hd-toggle span.hd-toggle__txt::after {
  content: "CLOSE";
}

.ft {
  margin-top: clamp(3.1rem, 1.8rem + 3.43vw, 6.2rem);
  padding-block: clamp(5.3rem, 3.1rem + 5.86vw, 10.6rem) clamp(6.9rem, 4rem + 7.62vw, 13.8rem);
  background: #000;
  color: #fff;
}
.ft__logo {
  margin-bottom: clamp(4.1rem, 2.4rem + 4.53vw, 8.2rem);
}
.ft__logo-link {
  display: block;
  margin-inline: auto;
  width: 165px;
}
@media screen and (max-width: 479px) {
  .ft__logo-link {
    width: 135px;
  }
}
.ft__logo-img {
  width: 100%;
  height: auto;
}
.ft__nav {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  margin-inline: auto;
  max-width: 400px;
}
.ft__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ft__nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 67px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.16em;
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .ft__nav-link {
    width: 160px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .ft__nav-link:hover {
    color: #bfa06b;
  }
}
.ft__phone {
  margin-bottom: clamp(4.2rem, 2.4rem + 4.75vw, 8.5rem);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.88;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.ft__copy-st {
  font-size: 1rem;
  line-height: 2.8;
  letter-spacing: 0.06em;
  text-align: center;
}

.main-cta__link {
  position: relative;
  display: block;
}
@media screen and (min-width: 1025px) {
  .main-cta__link:hover .cta-box__ttl {
    background: #4b4b4b;
  }
  .main-cta__link:hover .cta-box__ttl-st:after {
    margin-left: 4px;
  }
  .main-cta__link:hover .cta-box__catch::before {
    content: none;
  }
}
.main-cta .cta-box__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  background: #303030;
  transition: 0.4s;
}
.main-cta .cta-box__ttl-st {
  position: relative;
  padding-right: 15px;
  border-bottom: 1px solid #b8973c;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.main-cta .cta-box__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 8px;
  height: 8px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
.main-cta .cta-box__catch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 200px;
  background: url(./img/bg-cta-box.jpg) no-repeat center center/cover;
}
.main-cta .cta-box__catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
  opacity: 0.5;
  transition: 0.4s;
}
.main-cta .cta-box__catch-main {
	text-align: center;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #ffffff;
  z-index: 1;
	
	margin-top: -70px;
}
@media screen and (max-width: 479px) {
  .main-cta .cta-box__catch-main {
    font-size: 2rem;
  }
}
.main-cta .cta-box__catch-sub {
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: 0.16em;
  color: #ffe294;
  z-index: 1;
}
.main-cta .cta-box__catch-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
	width: 229px;
	height: 52px;
	border: 1px solid #FFE294;
	font-size: 1.6rem;
	color: #FFE294;
}

.sec-fv {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-fv {
    height: 100svh;
  }
}
.sec-fv__slide-cnt {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec-fv__slide-ph {
    width: 100%;
    height: 100svh;
  }
}
.sec-fv__slide-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-fv__catch-ttl {
  position: absolute;
  top: 25%;
  right: 0;
  display: block;
  width: 235px;
  font-size: 2.8rem;
  line-height: 1.61;
  letter-spacing: 0.5em;
  color: #fff;
  z-index: 1;
}
.sec-fv__catch-subttl {
  position: absolute;
  left: 5%;
  top: 27%;
  display: block;
  height: 73%;
  width: 23px;
  font-size: 2.2rem;
  line-height: 1.05;
  letter-spacing: 0.16em;
  color: #ffffff;
  writing-mode: vertical-lr;
  z-index: 10;
}
.sec-fv__catch-subttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 215px);
  background: linear-gradient(180deg, #937218 0%, #937218 calc(100% - 108px), #ffffff calc(100% - 108px), #ffffff 100%);
}
.sec-fv__info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 48px;
  padding-bottom: 18px;
  width: 100%;
  height: 117.2px;
  z-index: 1;
}
.sec-fv__info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 117.2px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: #000;
}
.sec-fv__info-top {
  position: relative;
  margin-bottom: 5px;
}
.sec-fv__info-top span {
  font-size: 1.6rem;
  line-height: 1.66;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
.sec-fv__info-bottom {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 479px) {
  .sec-fv__info-bottom {
    font-size: 1.8rem;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.sec-fv .swiper-slide-active .sec-fv__slide-ph,
.sec-fv .swiper-slide-duplicate-active .sec-fv__slide-ph,
.sec-fv .swiper-slide-prev .sec-fv__slide-ph {
  animation: zoomUp 7s linear 0s normal both;
}

.sec-concept {
  background: url(./img/bg-concept.jpg) no-repeat center center/cover;
}
.sec-concept__cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-block: 135px 100px;
  height: 1133px;
}
.sec-concept__ttl-st {
  font-size: 2.8rem;
  line-height: 2.2;
  letter-spacing: 0.5em;
  color: #ffffff;
  writing-mode: vertical-rl;
}
.sec-concept__txt {
  width: 100%;
}
.sec-concept__txt-st {
  font-size: 1.4rem;
  line-height: 2.14;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.06em;
}

.sec-merit {
  padding-block: clamp(5.8rem, 3.4rem + 6.3vw, 11.5rem) clamp(6rem, 3.5rem + 6.63vw, 12rem);
  background: #f0efeb;
}
.sec-merit__head {
  margin-bottom: clamp(3.4rem, 2rem + 3.76vw, 6.8rem);
}
.sec-merit__cnt {
  color: #fff;
}
.sec-merit .merit-slide__list {
  padding-block: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
  background: #f9f8f4;
  border-block: 1px solid #b8973c;
}
.sec-merit .merit-slide__item {
  height: auto;
}
.sec-merit .merit-slide__box {
  padding-block: clamp(3.5rem, 2rem + 3.87vw, 7rem) clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: clamp(52rem, 44.9rem + 19.01vw, 69.2rem);
}
.sec-merit .merit-slide__box.--box01 {
  background: url(./img/merit-img01.jpg) no-repeat center center/cover;
}
.sec-merit .merit-slide__box.--box02 {
  background: url(./img/merit-img02.jpg) no-repeat center center/cover;
}
.sec-merit .merit-slide__box.--box03 {
  background: url(./img/merit-img03.jpg) no-repeat center center/cover;
}
.sec-merit .merit-slide__box.--box04 {
  background: url(./img/merit-img04.jpg) no-repeat center center/cover;
}
.sec-merit .merit-slide__box.--box04 .merit-slide__ttl {
  letter-spacing: -0.06rem;
}
.sec-merit .merit-slide__info {
  padding-inline: 42px;
}
.sec-merit .merit-slide__ttl {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479px) {
  .sec-merit .merit-slide__ttl {
    font-size: 4rem;
  }
}
.sec-merit .merit-slide__subttl {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479px) {
  .sec-merit .merit-slide__subttl {
    font-size: 1.8rem;
  }
}
.sec-merit .merit-slide__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479px) {
  .sec-merit .merit-slide__txt {
    font-size: 1.4rem;
  }
}
.sec-merit .swiper-button-prev::after, .sec-merit .swiper-button-next::after {
  font-size: 3rem;
  color: #fff;
  transition: 0.4s;
}
.sec-merit .swiper-button-prev.swiper-button-disabled, .sec-merit .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-merit .swiper-button-prev {
  left: 0;
}
.sec-merit .swiper-button-next {
  right: 0;
}
.sec-merit .swiper-pagination-bullets {
  top: auto;
  bottom: -50px;
}
@media screen and (max-width: 1024px) {
  .sec-merit .swiper-pagination-bullets {
    bottom: -30px;
  }
}
@media screen and (max-width: 479px) {
  .sec-merit .swiper-pagination-bullets {
    bottom: -20px;
  }
}
.sec-merit .swiper-pagination-bullet {
  margin-inline: 9px !important;
  width: 10px;
  height: 10px;
}
.sec-merit .swiper-pagination-bullet-active {
  background: #937218;
}

.sec-plan {
  padding-block: clamp(5.8rem, 3.4rem + 6.3vw, 11.5rem) clamp(2.8rem, 1.7rem + 2.98vw, 5.5rem);
  background: #f0efeb;
}
.sec-plan__head {
  margin-bottom: clamp(3.5rem, 2rem + 3.87vw, 7rem);
}
.sec-plan .plan-list__item {
  margin-bottom: 20px;
  padding-block: clamp(1rem, 0.6rem + 1.1vw, 2rem) 0;
  min-height: clamp(10rem, 8.5rem + 3.98vw, 13.6rem);
/*   background: #f9f8f4; */
background:#303030;
  border-block: 1px solid #b8973c;
}
.sec-plan .plan-list__head {
  position: relative;
  padding-bottom: clamp(1rem, 0.6rem + 1.1vw, 2rem);
  padding-inline: 45px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-list__head {
    padding-inline: 20px;
  }
}
.sec-plan .plan-list__head-num {
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: 0.05em;
/*   color: #433f37; */
color:#fff;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-list__head-num {
    line-height: 1.8;
  }
}
.sec-plan .plan-list__head-num span {
  font-size: 2.2rem;
}
.sec-plan .plan-list__head-name {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.06em;
/*   color: #937218; */
color:#fff;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-list__head-name {
    font-size: 1.6rem;
  }
}
.sec-plan .plan-list__head-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1;
  background: rgba(184, 151, 60, 0.5);
  border-radius: 50%;
}
.sec-plan .plan-list__head-arrow::before, .sec-plan .plan-list__head-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 1px;
  background: #fff;
  transition: opacity 0.3s ease;
}
.sec-plan .plan-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.sec-plan .plan-list__head.selected .plan-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.3s;
}
.sec-plan .plan-list__cnt {
  display: none;
}
.sec-plan .plan-detail__item {
  padding-block: clamp(0.5rem, 0.3rem + 0.66vw, 1.1rem) clamp(3.1rem, 1.8rem + 3.42vw, 6.2rem);
	background: #303030;
	color: #fff;
}
.sec-plan .plan-detail__ph {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.sec-plan .plan-detail__floor {
  margin-bottom: clamp(1rem, 0.6rem + 1.1vw, 2rem);
}
.sec-plan .plan-detail__floor-ph {
/*   margin-bottom: clamp(1.3rem, 0.8rem + 1.44vw, 2.6rem); */
  margin-inline: auto;
  width: 100%;
/*   max-width: 300px; */
}
.sec-plan .plan-detail__floor-txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
}
.sec-plan .plan-detail__data {
  padding-inline: 45px;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-detail__data {
    padding-inline: 20px;
  }
}
.sec-plan .plan-detail__data-ttl {
  margin-bottom: clamp(0.5rem, 0.3rem + 0.66vw, 1.1rem);
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: 0.05em;
/*   color: #937218; */
color:#FFE294;
}
.sec-plan .plan-detail__data-txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-plan .plan-slide {
  position: relative;
  margin-bottom: 55px;
  margin-bottom: clamp(2.8rem, 1.7rem + 2.98vw, 2.5rem);
}
.sec-plan .plan-slide__thumbs {
  margin-top: 8px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.sec-plan .plan-slide__thumbs .swiper-slide {
  aspect-ratio: 1;
  text-align: center;
  overflow: hidden;
}
.sec-plan .plan-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-plan .plan-slide__main {
  height: 269px;
}
.sec-plan .plan-slide__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-plan .swiper-slide-thumb-active {
  opacity: 1;
}
.sec-plan .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}
.sec-plan .swiper-pagination-bullet-active {
  background: #4b3928;
}
.sec-plan .swiper-pagination-bullets {
  bottom: -35px;
}
.sec-plan .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sec-plan .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.sec-plan .swiper-button-prev01, .sec-plan .swiper-button-next01, .sec-plan .swiper-button-prev02, .sec-plan .swiper-button-next02, .sec-plan .swiper-button-prev03, .sec-plan .swiper-button-next03, .sec-plan .swiper-button-prev04, .sec-plan .swiper-button-next04 {
  position: absolute;
  top: 35%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 30px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  cursor: pointer;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: -1px) {
  .sec-plan .swiper-button-prev01, .sec-plan .swiper-button-next01, .sec-plan .swiper-button-prev02, .sec-plan .swiper-button-next02, .sec-plan .swiper-button-prev03, .sec-plan .swiper-button-next03, .sec-plan .swiper-button-prev04, .sec-plan .swiper-button-next04 {
    width: 40px;
    height: 40px;
  }
}
.sec-plan .swiper-button-prev01::after, .sec-plan .swiper-button-next01::after, .sec-plan .swiper-button-prev02::after, .sec-plan .swiper-button-next02::after, .sec-plan .swiper-button-prev03::after, .sec-plan .swiper-button-next03::after, .sec-plan .swiper-button-prev04::after, .sec-plan .swiper-button-next04::after {
  display: none;
}
@media screen and (min-width: ) {
  .sec-plan .swiper-button-prev01:hover, .sec-plan .swiper-button-next01:hover, .sec-plan .swiper-button-prev02:hover, .sec-plan .swiper-button-next02:hover, .sec-plan .swiper-button-prev03:hover, .sec-plan .swiper-button-next03:hover, .sec-plan .swiper-button-prev04:hover, .sec-plan .swiper-button-next04:hover {
    opacity: 0.7;
  }
}
.sec-plan .swiper-button-prev01, .sec-plan .swiper-button-prev02, .sec-plan .swiper-button-prev03, .sec-plan .swiper-button-prev04 {
  left: 8px;
  transform: scale(-1, 1);
}

.sec-feature {
  background: #f0efeb;
}
.sec-feature__block {
  padding-top: clamp(4.1rem, 2.4rem + 4.53vw, 8.2rem);
  background: #303030;
  color: #fff;
}
.sec-feature__catch {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
}
.sec-feature__catch-st {
  font-size: 1.8rem;
  line-height: 1.56;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .sec-feature__catch-st {
    font-size: 1.6rem;
  }
}
.sec-feature__head {
  margin-bottom: clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
}
.sec-feature__item {
  padding-bottom: clamp(3.6rem, 2.1rem + 3.98vw, 7.2rem);
}
.sec-feature__ph {
  margin-bottom: clamp(2.6rem, 1.5rem + 2.98vw, 5.3rem);
}
.sec-feature__info {
  padding-inline: 40px;
}
@media screen and (max-width: 479px) {
  .sec-feature__info {
    padding-inline: 20px;
  }
}
.sec-feature__ttl {
  margin-bottom: clamp(2.2rem, 1.2rem + 2.54vw, 4.5rem);
}
.sec-feature__ttl-st {
  font-size: 4.2rem;
  line-height: 0.76;
  letter-spacing: 0.16em;
  color: #b8973c;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .sec-feature__ttl-st {
    font-size: 3.6rem;
  }
}
.sec-feature__subttl {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}
.sec-feature__subttl-st {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .sec-feature__subttl-st {
    font-size: 1.6rem;
  }
}
.sec-feature__txt {
  padding-inline: 8px;
}
.sec-feature__txt-st {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.sec-access {
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
  background: #f0efeb;
}
.sec-access__head {
  margin-bottom: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem);
}
.sec-access__txt {
  margin-bottom: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
}
.sec-access .access-list__item {
  margin-bottom: 20px;
  padding: clamp(1.3rem, 0.8rem + 1.44vw, 2.6rem) 48px;
  min-height: clamp(10rem, 8.5rem + 3.98vw, 13.6rem);
  background: #f9f8f4;
  border-block: 1px solid #b8973c;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__item {
    padding-inline: 20px;
  }
}
.sec-access .access-list__head {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head {
    padding-right: 24px;
  }
}
.sec-access .access-list__head-name {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #937218;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head-name {
    font-size: 1.6rem;
  }
}
.sec-access .access-list__head-add {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-access .access-list__head-arrow {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1;
  background: rgba(184, 151, 60, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head-arrow {
    right: -8px;
  }
}
.sec-access .access-list__head-arrow::before, .sec-access .access-list__head-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 1px;
  background: #fff;
  transition: opacity 0.3s ease;
}
.sec-access .access-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.sec-access .access-list__head.selected .access-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.3s;
}
.sec-access .access-list__cnt {
  display: none;
}
.sec-access .access-detail__item {
  padding-block: clamp(1.3rem, 0.8rem + 1.44vw, 2.6rem) clamp(1.1rem, 0.6rem + 1.22vw, 2.2rem);
}
.sec-access .access-detail__ph {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.sec-access .access-detail__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
}
.sec-access .access-detail__data-txt {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2.08;
  color: #1f1f1f;
}
.sec-access .access-detail__data-ph {
  width: 123px;
  height: auto;
  aspect-ratio: 123/72;
}
.sec-access .access-detail__map {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
  width: 100%;
  aspect-ratio: 344/173;
}
.sec-access .access-detail__map iframe {
  width: 100%;
  height: 100%;
}

/* 250701 No.1610 */
/* .sec-access .access-detail__btn {
  text-align: center;
}
.sec-access .access-detail__btn-link {
  position: relative;
  padding-right: 25px;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 479px) {
  .sec-access .access-detail__btn-link {
    font-size: 1.4rem;
  }
}
.sec-access .access-detail__btn-link::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b8973c;
}
.sec-access .access-detail__btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-access .access-detail__btn-link:hover::after {
    margin-left: 4px;
  }
} */

.sec-access .access-detail__btn {
  margin-inline: auto;
  max-width: 187px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  background: #B8973C;
}
.sec-access .access-detail__btn-link {
  position: relative;
  padding-right: 20px;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #FFF;
}
@media screen and (max-width: 479px) {
  .sec-access .access-detail__btn-link {
    font-size: 1.4rem;
  }
}
.sec-access .access-detail__btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 6px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-access .access-detail__btn-link:hover::after {
    margin-left: 4px;
  }
}

.sec-contact {
  padding-block: clamp(6.5rem, 3.8rem + 7.18vw, 13rem) clamp(6.6rem, 3.9rem + 7.29vw, 13.2rem);
}
.sec-contact__head {
  margin-bottom: clamp(3.8rem, 2.3rem + 4.09vw, 7.5rem);
}
.sec-contact__txt {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
.sec-contact__note {
  margin-bottom: clamp(3rem, 1.8rem + 3.31vw, 6rem);
  padding: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem) clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
  border-block: 1px solid #b8973c;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
.sec-contact .contact-form__tab {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 14px;
  margin: 0 auto clamp(3rem, 1.8rem + 3.31vw, 6rem);
}
.sec-contact .contact-form__tab-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 14px) / 2);
  height: auto;
  aspect-ratio: 208.85/120.88;
}
.sec-contact .contact-form__tab-item.--item01 .contact-form__select::before {
  background: url(./img/contact-form-img01_active.jpg) no-repeat center center/cover;
}
.sec-contact .contact-form__tab-item.--item02 .contact-form__select::before {
  background: url(./img/contact-form-img02_active.jpg) no-repeat center center/cover;
}
.sec-contact .contact-form__select {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}
.sec-contact .contact-form__select::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.sec-contact .contact-form__select img {
  transition: 0.4s;
}
.sec-contact .contact-form__select.active img {
  opacity: 0;
}
.sec-contact .contact-form__select.active::before {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .sec-contact .contact-form__select:hover img {
    opacity: 0;
  }
  .sec-contact .contact-form__select:hover::before {
    opacity: 1;
  }
}

.sec-about {
  padding-top: clamp(5.5rem, 3.2rem + 6.08vw, 11rem);
  background: #000;
  color: #fff;
}
.sec-about__head {
  margin-bottom: clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
}
.sec-about__cnt {
  padding-block: clamp(1.4rem, 0.9rem + 1.44vw, 2.7rem) clamp(2rem, 1.2rem + 2.21vw, 4rem);
  border-block: 1px solid #ffffff;
}
.sec-about .about-slide__item {
  height: auto;
}
.sec-about .about-slide__box {
  padding-bottom: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem);
}
.sec-about .about-slide__ph {
  position: relative;
  margin-bottom: clamp(2.6rem, 1.3rem + 3.54vw, 5.8rem);
  width: 100%;
  height: auto;
  aspect-ratio: 480/244;
}
.sec-about .about-slide__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-about .about-slide__ph-txt {
  position: absolute;
  left: 6.67%;
  bottom: 2%;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 479px) {
  .sec-about .about-slide__ph-txt {
    font-size: 3.6rem;
  }
}
.sec-about .about-slide__info {
  padding-inline: clamp(4rem, 2.8rem + 3.09vw, 6.8rem);
}
.sec-about .about-slide__ttl {
  margin-bottom: clamp(1.8rem, 1.1rem + 1.99vw, 3.6rem);
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 479px) {
  .sec-about .about-slide__ttl {
    font-size: 1.6rem;
  }
}
.sec-about .about-slide__txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-about .swiper-button-prev, .sec-about .swiper-button-next {
  top: auto;
  bottom: 100px;
}
.sec-about .swiper-button-prev::after, .sec-about .swiper-button-next::after {
  font-size: 3rem;
  color: #fff;
  transition: 0.4s;
}
.sec-about .swiper-button-prev.swiper-button-disabled, .sec-about .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-about .swiper-button-prev {
  left: clamp(1rem, 0.6rem + 1.1vw, 2rem);
}
.sec-about .swiper-button-next {
  right: clamp(1rem, 0.6rem + 1.1vw, 2rem);
}
.sec-about .swiper-pagination-bullets {
  top: auto;
  bottom: 0;
}
.sec-about .swiper-pagination-bullet {
  margin-inline: 9px !important;
  width: 10px;
  height: 10px;
  background: #d1cac1;
  opacity: 1;
}
.sec-about .swiper-pagination-bullet-active {
  background: #937218;
}

.sec-staff {
  padding-block: clamp(3.8rem, 2.3rem + 4.09vw, 7.5rem) clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  background: #000;
  color: #fff;
}
.sec-staff__head {
  margin-bottom: clamp(3.6rem, 2.1rem + 3.98vw, 7.2rem);
}
.sec-staff__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 45px 18px;
}
.sec-staff__item {
  width: calc((100% - 18px) / 2);
}
.sec-staff__ph {
  margin-bottom: 9px;
}
.sec-staff__position {
  margin-bottom: 4px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-staff__name-main {
  display: block;
  font-size: 1.8rem;
  line-height: 1.56;
  letter-spacing: 0.06em;
}
.sec-staff__name-sub {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  color: #ffe294;
}

.sec-message {
  padding-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  background: #000;
  color: #fff;
}
.sec-message__block {
  padding-top: 125px;
  background: url(./img/bg-message.png) no-repeat top center/100% auto;
}
@media screen and (max-width: 479px) {
  .sec-message__block {
     padding-top: 8.5333333333vw;
  }
}
.sec-message__head {
  margin-bottom: 64px;
}
@media screen and (max-width: 479px) {
  .sec-message__head {
   margin-bottom: 4.2666666667vw;
  }
}
.sec-message__cnt-wrap {
  position: relative;
  padding-inline: 20px;
  height: 480px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
.sec-message__cnt-wrap {
    padding-inline: 4.2666666667vw;
  }
}
.sec-message__cnt-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(225, 225, 225, 0) 0%, rgba(225, 225, 225, 0.7) 30%, rgb(225, 225, 225) 70%, #fff 100%);
}
.sec-message__cnt-wrap.open::after {
  opacity: 0;
  pointer-events: none;
}
.sec-message__cnt {
  margin-bottom: 68px;
  padding-inline: 35px;
}
@media screen and (max-width: 479px) {
  .sec-message__cnt {
    margin-bottom: 4.2666666667vw;
    margin-inline: auto;
    padding-inline: 0;
    max-width: 303px;
  }
}
.sec-message__txt {
  margin-bottom: 28px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 479px) {
  .sec-message__txt {
    margin-bottom: 3.7333333333vw;
    line-height: clamp(2.4rem, -0.5rem + 7.62vw, 3.2rem);
  }
}
.sec-message__president {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.sec-message__ph {
  flex: 1;
}
.sec-message__data {
  width: 180px;
}
.sec-message__position {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-message__name-main {
  display: block;
  font-size: 1.8rem;
  line-height: 1.56;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.sec-message__name-sub {
  display: block;
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: 0.16em;
  color: #ffe294;
}
.sec-message__btn {
  margin-top: -105px;
  padding-bottom: 64px;
  text-align: center;
}
.sec-message__btn-txt {
  position: relative;
  margin-inline: auto;
  padding-right: 25px;
  width: 120px;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #000;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .sec-message__btn-txt {
    font-size: 1.4rem;
  }
}
.sec-message__btn-txt::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b8973c;
}
.sec-message__btn-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-message__btn-txt:hover::after {
    margin-left: 4px;
  }
}

.sec-company {
  margin-bottom: clamp(3rem, 1.8rem + 3.31vw, 6rem);
  padding-block: clamp(4.8rem, 2.9rem + 5.19vw, 9.5rem) clamp(1.1rem, 0.6rem + 1.22vw, 2.2rem);
  background: #000;
}
.sec-company__head {
  margin-bottom: clamp(4.1rem, 2.4rem + 4.53vw, 8.2rem);
}
.sec-company__overview {
  padding-block: clamp(4.6rem, 2.7rem + 5.08vw, 9.2rem) clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
  padding-inline: 55px;
  background: #303030;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .sec-company__overview {
    padding-inline: 20px;
  }
}
.sec-company__overview-item {
  padding-block: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
}
.sec-company__overview-name {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-company__overview-value {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-company__overview-value span {
  display: inline-block;
}
.sec-company__overview-value span:not(:last-child) {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}


/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* フォーム部分 */
.wpcf7-list-item {
  margin: 0 0 1em 0;
}

form {
  overflow: hidden;
}
form ul {
  display: block;
  margin: 24px 0;
}
form ul:first-of-type {
  display: block;
  margin-top: 0;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}
.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.item-notice p {
  font-size: 14px;
}

form ul li:last-of-type {
  width: 100%;
}
form ul .item-name {
  color: #2C2928;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 16px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}
form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}
form ul li:last-of-type .item-form span {
  width: 100%;
  display: block;
}
form ul li:last-of-type input {
  width: 100%;
  display: block;
}
form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}
form ul li:last-of-type input,
form ul li:last-of-type textarea,
form ul li:last-of-type select {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  background: #fff !important;
}

@media (max-width: 1024px) {
  form ul .item-name {
    font-size: 14px;
  }
}
.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

.contact__form ul.form-tab button.active {
  color: #186a68;
  border-top: 1px solid #186a68;
  border-bottom: 1px solid #186a68;
}

.submit_btn {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 100px;
  border: none;
  margin: auto;
  position: relative;
}
.submit_btn:hover {
  /* border: 1px solid rgba(108, 142, 120, 0.5); */
}

.section-form__check {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 48px;
}
.section-form__check span {
  background: none;
}

.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  size: cover !important;
  position: center center !important;
}

.wpcf7-spinner {
  display: none !important;
}

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
li.item-form.itemform_add_search span {
  width: calc(100% - 140px);
}

.form-caption {
  margin-bottom: 120px;
}
.form-caption p {
  font-size: 16px;
  text-align: center;
}

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 18px;
  margin-bottom: 32px;
}
.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}
.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}
.section-form-privacy__cnt p {
  font-size: 14px;
}

.formError {
  z-index: 20 !important;
}

.xdsoft_datetimepicker {
  z-index: 21 !important;
}

@media screen and (max-width: 640px) {
  form ul {
    margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
  }
  form ul li:first-of-type, form ul li:last-of-type {
    width: 100%;
  }
  form ul li:first-of-type {
    margin-bottom: 16px;
  }
  form ul li:last-of-type input,
  form ul li:last-of-type textarea {
    padding: 16px;
    font-size: 14px;
  }
  form [type=submit] {
    font-size: 18px;
  }
  .form-caption {
    margin-bottom: 32px;
  }
  .form-caption p {
    font-size: 14px;
    text-align: left;
  }
  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }
  .item-notice,
  li.item-form.itemform_add_search span {
    width: 100%;
  }
  .section-form__check {
    margin-bottom: 5%;
  }
}
.wpcf7-form-control {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
}
.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

.form-caption p,
form * {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #444444;
}

.wpcf7-not-valid-tip {
  /*   display: none !important; */
}

.form__notice {
  font-size: 14px;
  margin-top: 16px;
}

.privacy-policy-scroll {
  background: #FFF;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}
.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}
.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 10px;
}
.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #FFF;
}
.privacy-policy-scroll .simplebar-track {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar::before {
  width: 0.3rem;
  color: #fff;
  opacity: 1;
}
.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
}
.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}
.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}

span.wpcf7-form-control.wpcf7-radio {
  background: unset;
}

.section-form__check1,
.section-form__check2 {
  text-align: center;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1;
}
span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  /* 枠線の色 */
  border-radius: 50%;
  /* 丸くする */
  color: #FFFFFF;
  /* 背景色 */
  -moz-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none;
  /* Safari対応 */
  outline: none;
  /* フォーカス時の枠線を消す */
  cursor: pointer;
  /* ポインタを変更 */
}
.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  color: #000000 !important;
  box-shadow: inset 0 0 0 4px #FFFFFF;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.section-form__check1 .wpcf7-list-item,
.section-form__check2 .wpcf7-list-item {
  justify-content: center;
}


.item-req {
  background: #3A3A3A;
  color: #fff;
  text-align: center;
  padding: 5px 21px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 30px;
}

.item-noreq {
  background: #B4B4B4;
  color: #fff;
  text-align: center;
  padding: 5px 21px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 30px;
}

.wpcf7c-elm-step1 {
  background: #3A3A3A;
  width: 80px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  border: none;
  color: #FFF;
}

.wpcf7-form-control-wrap[data-name=kaizyo] {
  padding-right: 10px;
  background: #fff;
}

.reserve-notice {
  color: #444444;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

form [type=submit] {
  background: #3A3A3A;
  max-width: 100%;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
  line-height: 1.8;
}
form [type=submit]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.privacy-box {
  color: #444444;
  background: #fff;
  border: none;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
}




/* 250701 No.1610 */
.sec-feature {
  padding-bottom: 24px;
}

.sec-flow {
  background: #f0efeb;
}
.sec-flow__block {
  padding-top: clamp(4.1rem, 2.4rem + 4.53vw, 8.2rem);
  padding-bottom: clamp(4rem, 2.4rem + 4.53vw, 6.4rem);
  background: #303030;
  color: #fff;
}
.sec-flow__head {
  margin-bottom: clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
}
.sec-flow__item {
  padding: 24px;
  display: flex;
  align-items: center;
  background: #F9F8F4;
  position: relative;
}
@media(max-width: 640px) {
  .sec-flow__item {
    padding: 4%;
  }
}
.sec-flow__item:not(:last-child) {
  margin-bottom: 24px;
}
.sec-flow__item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(100% + (24px - 20px) / 2);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: url("./img/flow-arrow.svg") no-repeat center center / contain;
}
.sec-flow__ph {
  flex: 0 0 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .sec-flow__ph {
    flex: 0 0 100px;
  }
}
.sec-flow__ph img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.sec-flow__info {
  flex: 1;
}
.sec-flow__info-title {
  color: #937218;
  font-family: "Shippori Mincho B1";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media(max-width: 640px) {
  .sec-flow__info-title {
    font-size: 1.6rem;
  }
}
.sec-flow__info-text {
  color: #000;
  font-family: "Shippori Mincho B1";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media(max-width: 640px) {
  .sec-flow__info-text {
    font-size: 1.2rem;
  }
}