@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 {
  -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: "EB Garamond", serif;
}

.--color {
  color: #a8730a;
}

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: 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;
}

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

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

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Serif JP", 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;
}

.common-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 24px;
  width: 100%;
}
.common-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}
.common-wrap.--small {
  padding-inline: 48px;
}
@media screen and (max-width: 479px) {
  .common-wrap.--small {
    padding-inline: 22px;
  }
}

.common-ttl {
  position: relative;
  text-align: center;
}
.common-ttl__sub {
  position: relative;
  margin-bottom: clamp(1.1rem, -2.8rem + 10.48vw, 2.2rem);
  margin-inline: auto;
  padding-bottom: clamp(1.2rem, -3.1rem + 11.43vw, 2.4rem);
  font-size: 4rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #291c0c;
}
@media screen and (max-width: 479px) {
  .common-ttl__sub {
    font-size: 3.2rem;
  }
}
.common-ttl__sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 1px;
  background: #999;
}
.common-ttl__main {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
  color: #a8730a;
}
@media screen and (max-width: 479px) {
  .common-ttl__main {
    font-size: 1.6rem;
  }
}
.common-ttl.--white .common-ttl__sub {
  color: #fff;
}
.common-ttl.--white .common-ttl__main {
  color: #fff;
}

.wrap {
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 479px) {
  .wrap {
    padding-inline: 0;
  }
}
.wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./img/bg-body.jpg) repeat-x center center/cover;
  pointer-events: none;
}
@media screen and (max-width: 479px) {
  .wrap::before {
    background: url(./img/bg-body.jpg) repeat-x center center/100% 100%;
  }
}

.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__cnt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.9166666667vw;
}
.banner__link {
  display: block;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .banner__link {
    display: none;
  }
}
.banner__link.--phone {
  aspect-ratio: 154/100;
}
.banner__link.--contact {
  aspect-ratio: 312/100;
}
.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(28.8194444444vw, 48rem);
  width: 480px;
  background: #fff;
  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-concept,
  #sec-feature,
  #sec-floor,
  #sec-access,
  #sec-hall,
  #sec-contact,
  #sec-company {
    scroll-margin-top: 50px;
  }
}

.hd {
  display: flex;
  width: 100%;
}
.hd-cnt {
  position: fixed;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  gap: 480px;
  width: 100%;
  height: 100vh;
}
.hd-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 480px - min(28.8194444444vw, 48rem));
  text-align: center;
}
.hd-name {
  margin-top: 40px;
  margin-left: 40px;
  width: 160px;
  aspect-ratio: 160/19;
}

.hd-name__logo svg {
  width: 100%;
	height: 19px;
}
.hd-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: min(28.8194444444vw, 48rem);
}
.hd-nav {
  width: min(25vw, 32rem);
}
.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: clamp(1.8rem, -4.3rem + 16.19vw, 3.5rem) clamp(2rem, -5.1rem + 19.05vw, 4rem);
  height: clamp(32rem, -5.9rem + 100.95vw, 42.6rem);
  background: rgba(88, 83, 75, 0.6);
}

.hd-nav__item {
  width: 100%;
}
.hd-nav__link {
  display: inline-block;
  width: 100%;
}
.hd-nav__link-st {
  display: block;
  height: 32px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #f5f1ed;
  text-shadow: none;
  transition: 0.4s;
}
.hd-nav__link-st::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover span {
    color: #fff;
    font-weight: 500;
  }
  .hd-nav__link:hover span::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #fff;
    font-weight: 500;
  }
  .hd-nav__link.active span::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.show.is-show span {
    color: #fff;
    font-weight: 500;
  }
  .hd-nav__link.show.is-show span::before {
    opacity: 1;
  }
}
.hd-nav .hd-cta {
  padding-bottom: 45px;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 1279px) {
  .hd-nav .hd-cta {
    padding-bottom: 0;
  }
}
.hd-nav .hd-cta__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-inline: 12px;
  width: 100%;
  aspect-ratio: 320/160;
}
/*
.hd-nav .hd-cta__link::after {
  content: "";
  position: absolute;
  top: clamp(1.2rem, -2.8rem + 3.92vw, 2.2rem);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  pointer-events: none;
}
*/
@media screen and (min-width: 1025px) {
  .hd-nav .hd-cta__link:hover .hd-cta__btn-st {
    background: rgba(168, 115, 10, 0.6);
  }
}
.hd-nav .hd-cta__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  width: 225px;
  height: 23px;
  z-index: 1;
}
.hd-nav .hd-cta__ttl-st {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .hd-nav .hd-cta__ttl-st {
    font-size: 1.4rem;
  }
}
.hd-nav .hd-cta__ph {
  margin-bottom: 12px;
  margin-inline: auto;
  width: 100%;
  max-width: 272px;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .hd-nav .hd-cta__ph {
    max-width: 250px;
  }
}
.hd-nav .hd-cta__btn {
  width: 100%;
  max-width: 288px;
  z-index: 1;
}
.hd-nav .hd-cta__btn-st {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 384px;
  height: 56px;
  background: #a8730a;
  border-radius: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2222222222;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 1279px) {
  .hd-nav .hd-cta__btn-st {
    padding-right: 20px;
    font-size: 1.5rem;
  }
}
.hd-nav .hd-cta__btn-st::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  background: url(./img/icon-arrow.svg) no-repeat center center/cover;
}
@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 72px;
    line-height: 1;
    transition: 0.35s ease-in-out;
    z-index: 1000;
  }
  .hd-cnt {
    position: relative;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    padding-block: 0;
    padding-inline: 24px;
    height: 100%;
  }
  .hd-info {
    padding-top: 0;
    width: 180px;
    background: transparent;
  }
  .hd-name {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    aspect-ratio: 160/19;
    z-index: 1001;
  }
  .hd-menu {
    margin-inline: auto 0;
    padding: 0;
    width: auto;
    max-width: none;
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 120px;
    width: 100%;
    height: 100svh;
    background: rgba(0, 0, 0, 0.9);
    background: url(./img/bg-body.jpg) no-repeat center right/cover;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 300px;
    height: clamp(32rem, 28.2rem + 10.18vw, 36rem);
  }
  .hd-nav__item {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    border: none;
  }
  .hd-nav__item:first-child {
    border: none;
  }
  .hd-nav__link {
    display: block;
    padding-inline: 0;
    height: auto;
    width: auto;
    overflow: visible;
  }
  .hd-nav__link-st::before {
    opacity: 1;
  }
  .hd-nav .hd-cta {
    max-width: 300px;
  }
  .hd-nav .hd-cta__link:after {
    top: 20px;
  }
  .hd-nav .hd-cta__btn-st {
    height: 45px;
    font-size: 1.6rem;
  }
  .hd-toggle {
    position: relative;
    margin-inline: auto 0;
    width: 35px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 35px;
    height: 18px;
  }
  .hd-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background: #000;
    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: 640px) {
	.hd-nav {
	padding-top: 120px;	
	}
}
@media screen and (max-width: 479px) {
  .hd .hd-cta__link::after {
    top: 30px;
    height: calc(100% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .hd.fixed {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
}
.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(320deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-320deg);
}

.ft {
  padding-block: clamp(4rem, -10.3rem + 38.1vw, 8rem) 0;
  background: #f5f1ed;
}
.ft__logo {
  margin-bottom: clamp(3.2rem, -8.2rem + 30.48vw, 6.4rem);
}
.ft__logo-link {
  display: block;
  margin-inline: auto;
  width: 160px;
}
.ft__logo-img {
  width: 100%;
  height: auto;
}
.ft__copy {
  height: 80px;
  background: #8d8277;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 80px;
  color: #fff;
}

.main-cta {
  color: #fff;
}
.main-cta__link {
  display: block;
  padding-block: clamp(2rem, -4.4rem + 17.14vw, 3.8rem);
  padding-inline: 24px;
  background: url(./img/bg-main-cta.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 1025px) {
  .main-cta__link:hover .main-cta__btn-st {
    background: rgba(168, 115, 10, 0.6);
  }
}
.main-cta__ttl {
  position: relative;
}
.main-cta__ttl-st {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .main-cta__ttl-st {
    font-size: 1.8rem;
  }
}
.main-cta__box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  padding-block: 50px;
  padding-inline: 24px;
  /*height: 283px;
  height: clamp(20rem, -9.6rem + 79.05vw, 28.3rem);*/
  background: rgba(0, 0, 0, 0.45);
}
.main-cta__ph {
  margin-bottom: clamp(1.2rem, -3.1rem + 11.43vw, 2.4rem);
  margin-inline: auto;
  max-width: 384px;
}
.main-cta__btn-st {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 384px;
  height: 56px;
  background: #a8730a;
  border-radius: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2222222222;
  text-align: center;
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .main-cta__btn-st {
    font-size: 1.6rem;
  }
}
.main-cta__btn-st::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  background: url(./img/icon-arrow.svg) no-repeat center center/cover;
  transition: 0.4s;
}

.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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv__block {
  position: absolute;
  top: 30%;
  left: 10%;
  color: #fff;
  z-index: 1;
}
.sec-fv__block-catch {
  margin-bottom: clamp(1.3rem, -3rem + 11.43vw, 2.5rem);
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3333333333;
  text-shadow: 0px 0px 30px #000;
}
@media screen and (max-width: 479px) {
  .sec-fv__block-catch {
    top: 16%;
    font-size: 3.6rem;
  }
}
.sec-fv__block-ttl {
  font-size: 8rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-shadow: 0px 0px 25px #000;
}
@media screen and (max-width: 479px) {
  .sec-fv__block-ttl {
    top: 30%;
    font-size: 6rem;
  }
}
.sec-fv__block-txt {
  margin-bottom: clamp(1.3rem, -3rem + 11.43vw, 2.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-shadow: 0px 0px 30px #000;
}

.sec-concept {
  padding-block: clamp(4rem, -10.3rem + 38.1vw, 8rem) clamp(2rem, -5.1rem + 19.05vw, 4rem);
}
.sec-concept__head {
  margin-bottom: clamp(2.3rem, -5.6rem + 20.95vw, 4.5rem);
}
.sec-concept__ttl {
  margin-bottom: clamp(1.8rem, -4.3rem + 16.19vw, 3.5rem);
}
.sec-concept__ttl-st {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .sec-concept__ttl-st {
    font-size: 2.4rem;
  }
}
.sec-concept__catch {
  margin-bottom: clamp(1.5rem, -3.9rem + 14.29vw, 3rem);
  text-align: center;
}
.sec-concept__catch-main {
  margin-bottom: clamp(1.5rem, -3.9rem + 14.29vw, 3rem);
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 479px) {
  .sec-concept__catch-main {
    font-size: 1.8rem;
  }
}
.sec-concept__catch-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #999;
}
.sec-concept__txt {
  margin-bottom: clamp(1.8rem, -4.3rem + 16.19vw, 3.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .sec-concept__txt {
    font-size: 1.4rem;
  }
}
.sec-concept__gallery {
  position: relative;
	pointer-events: none;
}

.sec-feature {
  padding-block: clamp(4rem, -10.3rem + 38.1vw, 8rem);
}
.sec-feature__head {
  margin-bottom: clamp(2rem, -5.1rem + 19.05vw, 4rem);
}
.sec-feature .feature-list__item:not(:last-child) {
  margin-bottom: clamp(2.8rem, -6.8rem + 25.71vw, 5.5rem);
}
.sec-feature .feature-list__num {
  margin-bottom: clamp(1.5rem, -3.9rem + 14.29vw, 3rem);
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 479px) {
  .sec-feature .feature-list__num {
    font-size: 2.4rem;
  }
}
.sec-feature .feature-list__ttl {
  margin-bottom: clamp(1.5rem, -3.9rem + 14.29vw, 3rem);
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
}
@media screen and (max-width: 479px) {
  .sec-feature .feature-list__ttl {
    font-size: 1.8rem;
  }
}
.sec-feature .feature-list__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .sec-feature .feature-list__txt {
    font-size: 1.4rem;
  }
}
.sec-feature .feature-slide {
  position: relative;
  overflow: visible;
  margin-bottom: clamp(1rem, -2.6rem + 9.52vw, 2rem);
}
.sec-feature .feature-slide__thumbs {
  margin-top: 24px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.sec-feature .feature-slide__thumbs .swiper-slide {
  position: relative;
  aspect-ratio: 128/80;
  text-align: center;
  overflow: hidden;
}
.sec-feature .feature-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-feature .feature-slide__thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-feature .feature-slide__thumbs .swiper-slide:hover::after {
    opacity: 1;
  }
}
.sec-feature .feature-slide__thumbs .swiper-slide-thumb-active::after {
  opacity: 1;
}
.sec-feature .feature-slide__main {
  height: auto;
  aspect-ratio: 432/296;
}
.sec-feature .feature-slide__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-feature .swiper-button-next, .sec-feature .swiper-button-prev {
  position: absolute;
  top: 38%;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  .sec-feature .swiper-button-next, .sec-feature .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}
.sec-feature .swiper-button-next::after, .sec-feature .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .sec-feature .swiper-button-next:hover, .sec-feature .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.sec-feature .swiper-button-prev {
  left: -15px;
  right: auto;
  transform: scale(-1, 1);
}

.sec-floor {
  margin-bottom: clamp(4rem, -10.3rem + 38.1vw, 8rem);
	padding-block: clamp(2rem, -5.1rem + 19.05vw, 4rem) 0;
  background: #f5f1ed;
}
.sec-floor .swiper-pagination {
	position: relative;
	bottom: 0!important;
}
.sec-floor__head {
  margin-bottom: clamp(1.8rem, -4.3rem + 16.19vw, 3.5rem);
}
.sec-floor__gallery {
  padding-block: clamp(2rem, -5.1rem + 19.05vw, 4rem);
}
.sec-floor .floor-map {
  margin-bottom: clamp(1.6rem, -4.1rem + 15.24vw, 3.2rem);
}
.sec-floor .floor-map__list {
  margin-bottom: clamp(1rem, -2.6rem + 9.52vw, 2rem);
}
.sec-floor .floor-map__item:not(:last-child) {
  margin-bottom: clamp(1.2rem, -3.1rem + 11.43vw, 2.4rem);
}
.sec-floor .floor-map__ttl {
  height: 32px;
  background: #000;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
.sec-floor .floor-map__ph {
  position: relative;
}
.sec-floor .floor-map__pin {
  position: absolute;
  width: 24px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: url(./img/bg-pin.svg) no-repeat center center/cover;
  cursor: pointer;
  transition: 0.4s;
}
.sec-floor .floor-map__pin span {
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .sec-floor .floor-map__pin:hover {
    opacity: 0.7;
  }
}
.sec-floor .floor-map__pin.--pin01 {
  top: 11%;
  left: 79%;
}
.sec-floor .floor-map__pin.--pin02 {
  top: 48%;
  left: 8%;
}
.sec-floor .floor-map__pin.--pin03 {
  top: 44%;
  left: 67%;
}
.sec-floor .floor-map__pin.--pin04 {
  top: 15%;
  left: 64%;
}
.sec-floor .floor-map__data {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 8px;
}
.sec-floor .floor-map__data-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.sec-floor .floor-map__data-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.sec-floor .floor-slide {
  margin-bottom: clamp(2.4rem, -6.2rem + 22.86vw, 4.8rem);
}
.sec-floor .floor-slide__item {
  margin-bottom: 24px;
  padding-inline: 24px;
  height: auto;
}
.sec-floor .floor-box {
  position: relative;
  height: 100%;
}
.sec-floor .floor-box__ph {
  margin-bottom: clamp(1.5rem, -3.9rem + 14.29vw, 3rem);
}
.sec-floor .floor-box__info {
  position: relative;
}
.sec-floor .floor-box__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: clamp(1rem, -2.6rem + 9.52vw, 2rem);
}
.sec-floor .floor-box__num {
  margin-top: -3px;
  width: 24px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: url(./img/bg-pin.svg) no-repeat center center/cover;
}
.sec-floor .floor-box__num span {
  display: block;
  line-height: 1.5;
}
.sec-floor .floor-box__ttl {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
}
@media screen and (max-width: 479px) {
  .sec-floor .floor-box__ttl {
    font-size: 1.8rem;
  }
}
.sec-floor .floor-box__txt {
  margin-bottom: clamp(0.5rem, -1.3rem + 4.76vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .sec-floor .floor-box__txt {
    font-size: 1.4rem;
  }
}
.sec-floor .swiper-button-next, .sec-floor .swiper-button-prev {
  position: absolute;
  top: 29%;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  .sec-floor .swiper-button-next, .sec-floor .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}
.sec-floor .swiper-button-next::after, .sec-floor .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .sec-floor .swiper-button-next:hover, .sec-floor .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.sec-floor .swiper-button-prev {
  left: 15px;
  right: auto;
  transform: scale(-1, 1);
}
.sec-floor .swiper-pagination-bullet {
  margin-inline: 6px !important;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #a8730a;
  opacity: 1;
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .sec-floor .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.sec-floor .swiper-pagination-bullet-active {
  background: #a8730a;
}
@media screen and (min-width: 1025px) {
  .sec-floor .swiper-pagination-bullet:hover {
    background: #a8730a;
  }
}
.sec-floor .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}

.sec-access {
  padding-bottom: clamp(4rem, -10.3rem + 38.1vw, 8rem);
}

.sec-access .hall-list__head-name {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 479px) {
  .sec-access .hall-list__head-name {
    font-size: 1.8rem;
  }
}

.sec-access .hall-list__head-name small {
	display: block;
  font-size: 0.675em;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
font-family: "Zen Kaku Gothic New", serif;
	opacity: 0.7;
}

.sec-access__head {
  margin-bottom: clamp(0.9rem, -2.3rem + 8.57vw, 1.8rem);
}
.sec-access .access-block {
  padding-block: clamp(0.8rem, -1.7rem + 6.67vw, 1.5rem) clamp(2.3rem, -5.9rem + 21.9vw, 4.6rem);
}
.sec-access .access-block__txt {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}
.sec-access .access-block__txt-st {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
	line-height: 2;
}
@media screen and (max-width: 479px) {
.sec-access .access-block__txt-st {
    font-size: 1.4rem;
  }
}
.sec-access .access-block__data {
  margin-bottom: clamp(2rem, -5.1rem + 19.05vw, 4rem);
}
.sec-access .access-block__data-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: clamp(0.4rem, -1rem + 3.81vw, 0.8rem);
}
.sec-access .access-block__data-name {
  width: 70px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .sec-access .access-block__data-name {
    font-size: 1.4rem;
  }
}
.sec-access .access-block__data-value {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .sec-access .access-block__data-value {
    font-size: 1.4rem;
  }
}
.sec-access .access-block__map {
  width: 100%;
  aspect-ratio: 432/280;
}
.sec-access .access-block__map iframe {
  width: 100%;
  height: 100%;
}
.sec-access .access-slide {
  position: relative;
  margin-bottom: clamp(2rem, -5.1rem + 19.05vw, 4rem);
  overflow: visible;
}
.sec-access .access-slide__thumbs {
  margin-top: 16px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.sec-access .access-slide__thumbs .swiper-slide {
  position: relative;
  aspect-ratio: 128/80;
  text-align: center;
  overflow: hidden;
}
.sec-access .access-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-access .access-slide__thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-access .access-slide__thumbs .swiper-slide:hover::after {
    opacity: 1;
  }
}
.sec-access .access-slide__thumbs .swiper-slide-thumb-active::after {
  opacity: 1;
}
.sec-access .access-slide__main {
  height: auto;
  aspect-ratio: 432/260;
}
.sec-access .access-slide__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-access .swiper-button-next, .sec-access .swiper-button-prev {
  position: absolute;
  top: 39%;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  .sec-access .swiper-button-next, .sec-access .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}
.sec-access .swiper-button-next::after, .sec-access .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .sec-access .swiper-button-next:hover, .sec-access .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.sec-access .swiper-button-prev {
  left: -10px;
  right: auto;
  transform: scale(-1, 1);
}

.sec-hall {
  padding-block: clamp(4rem, -10.3rem + 38.1vw, 8rem);
}
.sec-hall__head {
  margin-bottom: clamp(1.8rem, -4.3rem + 16.19vw, 3.5rem);
}
.sec-hall .hall-list__item {
  border-bottom: 1px solid #ccc;
}
.sec-hall .hall-list__item:first-child {
  border-top: 1px solid #ccc;
}
.sec-hall .hall-list__head {
  position: relative;
  padding-block: 24px;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-hall .hall-list__head:hover {
    opacity: 0.7;
  }
}
.sec-hall .hall-list__head-name {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 479px) {
  .sec-hall .hall-list__head-name {
    font-size: 1.8rem;
  }
}

.sec-hall .hall-list__head-name small {
	display: block;
  font-size: 0.675em;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
font-family: "Zen Kaku Gothic New", serif;
	opacity: 0.7;
}
.sec-hall .hall-list__head-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  aspect-ratio: 1;
}
.sec-hall .hall-list__head-arrow::before, .sec-hall .hall-list__head-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 1px;
  background: #000;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 479px) {
  .sec-hall .hall-list__head-arrow::before, .sec-hall .hall-list__head-arrow::after {
    width: 16px;
  }
}
.sec-hall .hall-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.sec-hall .hall-list__head.selected .hall-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.3s;
}
.sec-hall .hall-list__cnt {
  display: none;
}
.sec-hall .hall-block {
  padding-block: clamp(0.4rem, -1rem + 3.81vw, 0.8rem) clamp(3.3rem, -8.1rem + 30.48vw, 6.5rem);
}
.sec-hall .hall-block__data {
  margin-bottom: clamp(2rem, -5.1rem + 19.05vw, 4rem);
}

.sec-hall .hall-block__txt {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}
.sec-hall .hall-block__txt-st {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 479px) {
.sec-hall .hall-block__txt-st {
    font-size: 1.4rem;
  }
}
.sec-hall .hall-block__data-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: clamp(0.4rem, -1rem + 3.81vw, 0.8rem);
}
.sec-hall .hall-block__data-name {
  width: 70px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .sec-hall .hall-block__data-name {
    font-size: 1.4rem;
  }
}
.sec-hall .hall-block__data-value {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .sec-hall .hall-block__data-value {
    font-size: 1.4rem;
  }
}
.sec-hall .hall-block__map {
  width: 100%;
  aspect-ratio: 432/280;
}
.sec-hall .hall-block__map iframe {
  width: 100%;
  height: 100%;
}
.sec-hall .hall-slide {
  position: relative;
  margin-bottom: clamp(2rem, -5.1rem + 19.05vw, 4rem);
  overflow: visible;
}
.sec-hall .hall-slide__thumbs {
  margin-top: 16px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.sec-hall .hall-slide__thumbs .swiper-slide {
  position: relative;
  aspect-ratio: 128/80;
  text-align: center;
  overflow: hidden;
}
.sec-hall .hall-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-hall .hall-slide__thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-hall .hall-slide__thumbs .swiper-slide:hover::after {
    opacity: 1;
  }
}
.sec-hall .hall-slide__thumbs .swiper-slide-thumb-active::after {
  opacity: 1;
}
.sec-hall .hall-slide__main {
  height: auto;
  aspect-ratio: 432/260;
}
.sec-hall .hall-slide__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-hall .swiper-button-next, .sec-hall .swiper-button-prev {
  position: absolute;
  top: 39%;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  .sec-hall .swiper-button-next, .sec-hall .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}
.sec-hall .swiper-button-next::after, .sec-hall .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .sec-hall .swiper-button-next:hover, .sec-hall .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.sec-hall .swiper-button-prev {
  left: -15px;
  right: auto;
  transform: scale(-1, 1);
}

.sec-contact {
  padding-block: clamp(4rem, -10.3rem + 38.1vw, 8rem);
  background: #f5f1ed;
}
.sec-contact__head {
  margin-bottom: clamp(2rem, -5.1rem + 19.05vw, 4rem);
  margin-inline: auto;
  max-width: 384px;
}
.sec-contact .contact-form {
  margin-bottom: clamp(3.2rem, -8.2rem + 30.48vw, 6.4rem);
}
.sec-contact .contact-form__cnt {
}

.sec-company {
  padding-top: clamp(4rem, -10.3rem + 38.1vw, 8rem);
  background: #8d8277;
}
.sec-company__head {
  margin-bottom: clamp(1.8rem, -4.3rem + 16.19vw, 3.5rem);
}
.sec-company .company-reason {
  padding-bottom: clamp(2rem, -5.1rem + 19.05vw, 4rem);
}
.sec-company .company-reason__ttl {
  position: relative;
  margin-bottom: clamp(3.8rem, -9.4rem + 35.24vw, 7.5rem);
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .sec-company .company-reason__ttl {
    font-size: 1.8rem;
  }
}
.sec-company .company-reason__ttl::after {
  content: "";
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 32px;
  background: #fff;
}
.sec-company .company-reason .company-slide {
  position: relative;
}
.sec-company .company-reason .company-slide__item {
  padding-bottom: 52px;
  padding-inline: 24px;
  height: auto;
}
.sec-company .company-reason .company-box {
  height: 100%;
  color: #fff;
}
.sec-company .company-reason .company-box__ph {
  margin-bottom: clamp(1.5rem, -3.9rem + 14.29vw, 3rem);
}
.sec-company .company-reason .company-box__name {
  margin-bottom: clamp(0.9rem, -2.3rem + 8.57vw, 1.8rem);
}
.sec-company .company-reason .company-box__name-num {
  margin-bottom: clamp(0.9rem, -2.3rem + 8.57vw, 1.8rem);
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 479px) {
  .sec-company .company-reason .company-box__name-num {
    font-size: 2.4rem;
  }
}
.sec-company .company-reason .company-box__name-st {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
}
@media screen and (max-width: 479px) {
  .sec-company .company-reason .company-box__name-st {
    font-size: 1.8rem;
  }
}

.sec-company .company-box__cap {
	position: relative;
	margin-bottom: 1em;
	padding-left: 1.5em;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.sec-company .company-box__cap::before {
	content: "●";
	position: absolute;
	left: 0;
}
@media screen and (max-width: 479px) {
  .sec-company .company-box__cap {
    font-size: 1.6rem;
  }
}
.sec-company .company-reason .company-box__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .sec-company .company-reason .company-box__txt {
    font-size: 1.4rem;
  }
}
.sec-company .company-reason .swiper-button-next, .sec-company .company-reason .swiper-button-prev {
  position: absolute;
  top: 12%;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  .sec-company .company-reason .swiper-button-next, .sec-company .company-reason .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}
.sec-company .company-reason .swiper-button-next::after, .sec-company .company-reason .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .sec-company .company-reason .swiper-button-next:hover, .sec-company .company-reason .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.sec-company .company-reason .swiper-button-prev {
  left: 15px;
  right: auto;
  transform: scale(-1, 1);
}
.sec-company .company-reason .swiper-pagination-bullet {
  margin-inline: 6px !important;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .sec-company .company-reason .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.sec-company .company-reason .swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .sec-company .company-reason .swiper-pagination-bullet:hover {
    background: #fff;
  }
}
.sec-company .company-reason .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -3px !important;
  top: auto;
}
.sec-company .company-works {
  padding-block: clamp(4rem, -10.3rem + 38.1vw, 8rem) clamp(2.8rem, -7.2rem + 26.67vw, 5.6rem);
  background: #fff;
}
.sec-company .company-works__ttl {
  position: relative;
  margin-bottom: clamp(4.1rem, -10.5rem + 39.05vw, 8.2rem);
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  text-align: center;
}
.sec-company .company-works__ttl::after {
  content: "";
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 32px;
  background: #000;
}
.sec-company .company-works__gallery:not(:last-child) {
  margin-bottom: clamp(1.8rem, -3.2rem + 13.33vw, 3.2rem);
}
.sec-company .company-works__gallery-ttl {
  margin-bottom: clamp(1.2rem, -3.1rem + 11.43vw, 2.4rem);
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
}
.sec-company .company-works .works-slide {
  position: relative;
  overflow: visible;
  margin-bottom: clamp(1.3rem, -3.3rem + 12.38vw, 2.6rem);
}
.sec-company .company-works .works-slide__thumbs {
  margin-top: 16px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.sec-company .company-works .works-slide__thumbs .swiper-slide {
  position: relative;
  aspect-ratio: 128/80;
  text-align: center;
  overflow: hidden;
}
.sec-company .company-works .works-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-company .company-works .works-slide__thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-company .company-works .works-slide__thumbs .swiper-slide:hover::after {
    opacity: 1;
  }
}
.sec-company .company-works .works-slide__thumbs .swiper-slide-thumb-active::after {
  opacity: 1;
}
.sec-company .company-works .works-slide__main {
  height: auto;
  aspect-ratio: 432/260;
}
.sec-company .company-works .works-slide__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-company .company-works .swiper-button-next, .sec-company .company-works .swiper-button-prev {
  position: absolute;
  top: 38%;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  .sec-company .company-works .swiper-button-next, .sec-company .company-works .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}
.sec-company .company-works .swiper-button-next::after, .sec-company .company-works .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .sec-company .company-works .swiper-button-next:hover, .sec-company .company-works .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.sec-company .company-works .swiper-button-prev {
  left: -15px;
  right: auto;
  transform: scale(-1, 1);
}
.sec-company .company-works .works-data {
	display: none;
  margin-bottom: clamp(1.2rem, -3.1rem + 11.43vw, 2.4rem);
}
.sec-company .company-works .works-data__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
.sec-company .company-works .works-data__item:not(:last-child) {
  margin-bottom: 8px;
}
.sec-company .company-works .works-data__name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #e4e2de;
}
.sec-company .company-works .works-data__name-st {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #1f1f1f;
}
@media screen and (max-width: 479px) {
  .sec-company .company-works .works-data__name-st {
    font-size: 1.4rem;
  }
}
.sec-company .company-works .works-data__value-st {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #1f1f1f;
}
@media screen and (max-width: 479px) {
  .sec-company .company-works .works-data__value-st {
    font-size: 1.4rem;
  }
}
.sec-company .company-overview {
  padding-bottom: clamp(4rem, -10.3rem + 38.1vw, 8rem);
  background: #fff;
}
.sec-company .company-overview__item {
  padding-block: clamp(0.8rem, -1.7rem + 6.67vw, 1.5rem) clamp(0.8rem, -1rem + 4.76vw, 1.3rem);
  padding-inline: clamp(1.2rem, -3.1rem + 11.43vw, 2.4rem);
  border-bottom: 1px solid #999;
}
.sec-company .company-overview__item:first-child {
  border-top: 1px solid #999;
}
.sec-company .company-overview__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  .sec-company .company-overview__name {
    font-size: 1.4rem;
  }
}
.sec-company .company-overview__value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  .sec-company .company-overview__value {
    font-size: 1.4rem;
  }
}
.sec-company .company-overview__value span {
  display: inline-block;
}
.sec-company .company-overview__value span:not(:last-child) {
  margin-bottom: clamp(1rem, -2.9rem + 10.48vw, 2.1rem);
}


/* ************************************************************************************ */
/* フォーム部分 */
.wpcf7-list-item {
margin: 0 0 1em 0;
}
.wpcf7-list-item {
margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
	justify-content: center;
  gap: 8px;
}
form {
overflow: hidden;
}
form ul {
display: block;
  margin: 0;
}
form ul {
margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
}
.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 .item-name {
font-size: 14px;
}
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;
	background: #fff;
}
form ul li:last-of-type textarea {
width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
	background: #fff;
}
form ul li:last-of-type textarea {
padding: 16px;
    font-size: 14px;
}
form ul li:last-of-type select {
border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  background: #fff !important;
}
.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 {
}
.section-form__check {
text-align: center;
  margin-top: 16px;
  margin-bottom: 48px;
}
.section-form__check {
margin-bottom: 5%;
}
.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);
}
li.item-form.itemform_add_search span {
width: 100%;
}
.form-caption {
margin-bottom: 120px;
}
.form-caption {
margin-bottom: 32px;
}
.form-caption p {
font-size: 16px;
  text-align: center;
}
.form-caption p {
font-size: 14px;
    text-align: left;
}
.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;
}
form ul li:first-of-type, form ul li:last-of-type {
width: 100%;
}
form ul li:first-of-type {
margin-bottom: 16px;
}
form [type=submit] {
font-size: 18px;
}
form [type=submit] {
background: #A8730A;
  max-width: 400px;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
}
.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);
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
width: 100%;
}
form * {
font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #444444;
}
.wpcf7-not-valid-tip {
/*   display: none !important; */
}
.wpcf7-not-valid-tip {
display: none !important;
}
.form__notice {
font-size: 14px;
  margin-top: 16px;
}
.form__notice {
font-size: 12px;
    margin-top: 2%;
}
.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;
}
.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;
}
span.wpcf7-form-control.wpcf7-radio {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.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;
}
.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;
  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-list-item input[type=radio] {
width: auto !important;
}
.section-form__check2 .wpcf7-list-item {
justify-content: center;
}
.item-req {
background: #A8730A;
  color: #fff;
  text-align: center;
  padding: 5px 21px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.item-noreq {
background: #B4B4B4;
  color: #fff;
  text-align: center;
  padding: 5px 21px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.wpcf7c-elm-step1 {
background: #A8730A;
  width: 80px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  border: none;
  color: #FFF;
}
.section-form__check2 .wpcf7-list-item {
justify-content: center;
}
.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]: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;
}


.xdsoft_time_variant {
	margin-top: 0!important;
}


.fixed-cta {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: .4s;
}
@media screen and (max-width: 640px) {
.fixed-cta.--active {
	opacity: 1;
	pointer-events: auto;
}
}
@media screen and (min-width: 641px) {
.fixed-cta {
	display: none;
	}
}