@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: #000;
  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;
}

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: 1.6rem;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 479px) {
  p,
  li,
  dl,
  tr,
  th,
  td,
  div {
    font-size: 1.4rem;
  }
}

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

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

.--color {
  color: #725f47;
}

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

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

@keyframes fadeDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(80px);
  }
}
.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: 24px;
  }
}

.common-ttl {
  position: relative;
  padding-bottom: 8px;
  text-align: center;
}
.common-ttl__icon {
  margin-bottom: 28px;
  filter: invert(39%) sepia(19%) saturate(638%) hue-rotate(354deg) brightness(91%) contrast(91%);
}
.common-ttl__sub {
  margin-bottom: 10px;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 0.75;
}
@media screen and (max-width: 479px) {
  .common-ttl__sub {
    font-size: 2.4rem;
  }
}
.common-ttl__main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
}
@media screen and (max-width: 479px) {
  .common-ttl__main {
    font-size: 1.4rem;
  }
}
.common-ttl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 24px;
  background: #725f47;
}
.common-ttl.--white .common-ttl__icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(39deg) brightness(106%) contrast(101%);
}
.common-ttl.--white::after {
  background: #fff;
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 20px;
}
@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;
}

.hd {
  width: calc(100% - 480px);
  max-width: 600px;
}
.hd-cnt {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 80px;
  width: calc(100% - 520px);
  max-width: 600px;
  height: 100vh;
}
.hd-name {
  margin-bottom: min(2.7777777778vw, 4rem);
  width: 150px;
}
.hd-name__logo svg {
  width: 100%;
	height: 18px;
}
.hd-menu {
  margin-inline: auto;
  width: 92%;
  max-width: 520px;
}
.hd-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(5.5555555556vw, 8rem) min(2.2222222222vw, 3.2rem);
}
.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc((100% - min(2.2222222222vw, 3.2rem)) / 2);
}
.hd-nav__item {
  width: 100%;
  max-width: 240px;
  border-bottom: 1px solid #725f47;
}
.hd-nav__item:first-child {
  border-top: 1px solid #725f47;
}
.hd-nav__link {
  display: block;
  position: relative;
  padding-block: 11px 10px;
  padding-left: 24px;
  width: 100%;
  transition: 0.4s;
}
.hd-nav__link-jp {
  position: relative;
  display: block;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  transition: 0.4s;
}
.hd-nav__link-jp::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #725f47;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover span {
    font-weight: 500;
  }
  .hd-nav__link:hover span::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    font-weight: 500;
  }
  .hd-nav__link.active span::before {
    opacity: 1;
  }
}
.hd .hd-cta {
  margin-inline: auto;
  padding: 16px;
  width: 100%;
  max-width: 464px;
  background: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd .hd-cta:hover {
    opacity: 0.6;
  }
}
.hd .hd-cta__ph {
  margin-bottom: 8px;
}
.hd .hd-cta__txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 432px;
  height: 56px;
  background: #bc9d1e;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
.hd .hd-cta__txt::before {
  content: "30秒で\a完結！";
  position: absolute;
  bottom: 30%;
  left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  background: #000;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
  color: #fff;
  white-space: pre;
}
.hd .hd-cta__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  background: url(./img/icon-arrow_btn.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: 56px;
    background: #fff;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd-cnt {
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    padding-inline: 20px 16px;
    width: 100%;
    height: 100%;
  }
  .hd-name {
    margin-bottom: 0;
    width: 130px;
    z-index: 1001;
  }
  .hd-menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 56px;
    left: 0;
    padding-bottom: 70px;
    width: 100%;
    height: calc(100svh - 56px);
    background: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__name {
    margin-bottom: 16px;
    width: 150px;
  }
  .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .hd-nav__item {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }
  .hd-nav__item:first-child {
    border: none;
  }
  .hd-nav__link {
    display: block;
    padding-block: clamp(1rem, -2.5rem + 10.91vw, 1.6rem);
    padding-inline: 0;
  }
  .hd-nav__link-jp {
    line-height: 1.56;
  }
  .hd .hd-cta {
    margin-top: clamp(1rem, -4.8rem + 18.18vw, 2rem);
    width: 90%;
  }
  .hd .hd-cta__txt {
    font-size: 1.8rem;
  }
  .hd .hd-cta__txt::before {
    bottom: 45%;
    left: 8px;
    width: 75px;
    height: 75px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 360px) {
  .hd .hd-cta__txt::before {
    bottom: 70%;
    left: 4px;
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .hd.fixed {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.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: 15px 115px;
  background: #000;
  color: #fff;
}
.ft__copy {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2.2857142857;
}
@media screen and (max-width: 479px) {
  .ft__copy {
    font-size: 1rem;
  }
}

.content {
  position: relative;
  width: 480px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(65, 65, 65, 0.16);
  overflow: clip;
}
@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;
}

.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;
  bottom: 7%;
  left: 20%;
  width: 80%;
  color: #fff;
  z-index: 1;
}
.sec-fv__block-ttl {
  margin-bottom: 12px;
  font-size: 4.8rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
}
@media screen and (max-width: 1024px) {
  .sec-fv__block-ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 479px) {
  .sec-fv__block-ttl {
    font-size: 3.2rem;
  }
}
.sec-fv__block-ttl small {
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .sec-fv__block-ttl small {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 479px) {
  .sec-fv__block-ttl small {
    font-size: 2.6rem;
  }
}
.sec-fv__block-txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .sec-fv__block-txt {
    font-size: 1.4rem;
  }
}
.sec-fv__catch {
  position: absolute;
  left: 1%;
  bottom: 7%;
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  color: #cec9b4;
  writing-mode: vertical-rl;
  opacity: 0.85;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-fv__catch {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 479px) {
  .sec-fv__catch {
    font-size: 3.2rem;
  }
}
.sec-fv__line {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  height: 2px;
  z-index: 1;
}
.sec-fv__line .swiper-pagination {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	background: #ccc;
  width: 100%;
  height: 2px;
}
.sec-fv__line .swiper-pagination span {
	flex: 1;
	background: #ccc;
	height: 2px;
	border-radius: 0;
	margin: 0!important;
}
.sec-fv__line .swiper-pagination span.swiper-pagination-bullet-active {
	
	background: #725f47;
}
@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 {
  padding-block: clamp(4rem, -10.3rem + 38.1vw, 8rem);
}
.sec-concept__head {
  margin-bottom: clamp(2.8rem, -6.8rem + 25.71vw, 5.5rem);
}
.sec-concept__catch {
  margin-bottom: clamp(2.1rem, -5.4rem + 20vw, 4.2rem);
}
.sec-concept__catch-st {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .sec-concept__catch-st {
    font-size: 1.8rem;
  }
}
.sec-concept__txt {
  margin-bottom: clamp(2.5rem, -6.4rem + 23.81vw, 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-feature {
  padding-block: clamp(4rem, -10.3rem + 38.1vw, 8rem);
  background: #725f47;
}
.sec-feature__head {
  margin-bottom: clamp(6.2rem, 5.1rem + 2.86vw, 6.5rem);
  color: #fff;
}
.sec-feature .feature-list {
  position: relative;
}
.sec-feature .feature-list__item {
  padding-block: clamp(1.8rem, -4.6rem + 17.14vw, 3.6rem) clamp(1.9rem, -4.9rem + 18.1vw, 3.8rem);
  padding-inline: clamp(1.5rem, -3.9rem + 14.29vw, 3rem);
  border-radius: 10px;
  background: #fff;
}
.sec-feature .feature-list__item:not(:last-child) {
  margin-bottom: clamp(2rem, -5.1rem + 19.05vw, 4rem);
}
.sec-feature .feature-box {
  height: 100%;
  background: #fff;
}
.sec-feature .feature-box__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: clamp(0.9rem, -2.3rem + 8.57vw, 1.8rem);
}
.sec-feature .feature-box__num {
  font-size: 4.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #ccc;
}
@media screen and (max-width: 479px) {
  .sec-feature .feature-box__num {
    font-size: 3.6rem;
  }
}
.sec-feature .feature-box__name {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 479px) {
  .sec-feature .feature-box__name {
    font-size: 1.8rem;
  }
}
.sec-feature .feature-box__name .--color {
  font-weight: 600;
}
.sec-feature .feature-box__ph {
  margin-bottom: clamp(1.1rem, -2.8rem + 10.48vw, 2.2rem);
  border-radius: 4px;
  overflow: hidden;
}
.sec-feature .feature-box__cap {
	margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.sec-feature .feature-box__txt {
	position: relative;
	max-height: calc(4em *1.5);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
	overflow: hidden;
	transition: .4s;
}
.sec-feature .feature-box__txt.active {
max-height: 1000px;
}
@media screen and (max-width: 479px) {
.sec-feature .feature-box__cap {
  font-size: 1.6rem;
}
  .sec-feature .feature-box__txt {
    font-size: 1.4rem;
  }
}
.sec-feature .feature-box__txt::after {
content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(3em * 1.5);
	background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);
opacity: 1;
	pointer-events: none;
	transition: .4s;
}
.sec-feature .feature-box__txt.active::after {
opacity: 0;
}
.sec-feature .feature-box__more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-top: 1em;
  width: 100%;
  max-width: 432px;
  height: 45px;
	border-radius: 5px;
  background: #bc9d1e;
	cursor: pointer;
}
.sec-feature .feature-box__more::before {
	content: "詳しく見る";
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

.sec-feature .feature-box__more.active {
  background: #666;
}
.sec-feature .feature-box__more.active::before {
	content: "閉じる";
}
.sec-works {
  padding-block: clamp(4rem, -10.3rem + 38.1vw, 8rem) clamp(1.8rem, -4.6rem + 17.14vw, 3.6rem);
}
.sec-works__head {
  margin-bottom: clamp(3.1rem, 1.8rem + 3.43vw, 6.2rem);
}
.sec-works__gallery:not(:last-child) {
  margin-bottom: clamp(2rem, -5.1rem + 19.05vw, 4rem);
}
.sec-works__gallery-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: clamp(1.3rem, -3rem + 11.43vw, 2.5rem);
  margin-inline: auto;
  width: 112px;
  height: auto;
  aspect-ratio: 1;
  background: #c7a783;
  border-radius: 50%;
  font-size: 4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .sec-works__gallery-ttl {
    width: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-works__gallery-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 479px) {
  .sec-works__gallery-ttl {
    font-size: 2.6rem;
  }
}
.sec-works__gallery-ttl small {
  font-size: 1.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 479px) {
  .sec-works__gallery-ttl small {
    font-size: 1.4rem;
  }
}
.sec-works__gallery-info {
  padding: clamp(0.8rem, -2.1rem + 7.62vw, 1.6rem);
  background: #e4e2de;
  border-radius: 5px;
}
.sec-works__gallery-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .sec-works__gallery-txt {
    font-size: 1.4rem;
  }
}
.sec-works .works-slide {
  position: relative;
  overflow: visible;
  margin-bottom: clamp(1.3rem, -3.3rem + 12.38vw, 2.6rem);
}
.sec-works .works-slide__thumbs {
  margin-top: 16px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.sec-works .works-slide__thumbs .swiper-slide {
  position: relative;
  aspect-ratio: 128/80;
  text-align: center;
  overflow: hidden;
}
.sec-works .works-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-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-works .works-slide__thumbs .swiper-slide:hover::after {
    opacity: 1;
  }
}
.sec-works .works-slide__main {
  height: auto;
  aspect-ratio: 432/260;
}
.sec-works .works-slide__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-works .swiper-button-next, .sec-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-works .swiper-button-next, .sec-works .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}
.sec-works .swiper-button-next::after, .sec-works .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: ) {
  .sec-works .swiper-button-next:hover, .sec-works .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.sec-works .swiper-button-prev {
  left: -15px;
  right: auto;
  transform: scale(-1, 1);
}
.sec-works .works-data {
  margin-bottom: clamp(1.2rem, -3.1rem + 11.43vw, 2.4rem);
}
.sec-works .works-data__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
.sec-works .works-data__item:not(:last-child) {
  margin-bottom: 8px;
}
.sec-works .works-data__name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #e4e2de;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #1f1f1f;
}
.sec-works .works-data__value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #1f1f1f;
}

.cta {
  padding-bottom: clamp(4rem, -10.3rem + 38.1vw, 8rem);
}
.cta__arrow {
  margin-bottom: clamp(2rem, -5.1rem + 19.05vw, 4rem);
  text-align: center;
}
.cta .cta-box {
  position: relative;
  margin-bottom: 80px;
  padding-block: clamp(2.5rem, -6.4rem + 23.81vw, 5rem) clamp(2.9rem, -7.1rem + 26.67vw, 5.7rem);
  background: url(./img/bg-cta.jpg) no-repeat center center/cover;
  color: #fff;
}
.cta .cta-box__ttl {
  margin-bottom: 25px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .cta .cta-box__ttl {
    font-size: 1.8rem;
  }
}
.cta .cta-box__ttl strong {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
  font-size: 3rem;
  border-bottom: 8px solid #bc9d1e;
}
@media screen and (max-width: 479px) {
  .cta .cta-box__ttl strong {
    font-size: 2.4rem;
  }
}
.cta .cta-box__txt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-inline: auto 24px;
  padding-left: 24px;
  max-width: 320px;
  width: 100%;
  height: 200px;
  border-radius: 5px;
  background: rgba(199, 167, 131, 0.65);
}
@media screen and (max-width: 479px) {
  .cta .cta-box__txt {
    width: 60%;
  }
}
.cta .cta-box__txt-st {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 479px) {
  .cta .cta-box__txt-st {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  .cta .cta-box__txt-st {
    font-size: 1.4rem;
  }
}
.cta .cta-box__txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(100% + 8px);
  width: 104px;
  height: auto;
  aspect-ratio: 104/168;
  background: url(./img/cta-box-img01.png) no-repeat center center/cover;
}
@media screen and (max-width: 479px) {
  .cta .cta-box__txt::before {
    right: 100%;
  }
}
.cta .cta-box::after {
  content: "";
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
  height: 32px;
  aspect-ratio: 120/32;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #725f47;
}
.cta .cta-btn {
  margin-inline: 24px;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .cta .cta-btn:hover {
    opacity: 0.6;
  }
}
.cta .cta-btn__ph {
  margin-bottom: 8px;
}
.cta .cta-btn__txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 432px;
  height: 72px;
  background: #bc9d1e;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .cta .cta-btn__txt {
    font-size: 1.8rem;
  }
}
.cta .cta-btn__txt::before {
  content: "30秒で\a完結！";
  position: absolute;
  bottom: 45%;
  left: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  background: #000;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
  color: #fff;
  white-space: pre;
}
@media screen and (max-width: 479px) {
  .cta .cta-btn__txt::before {
    left: 8px;
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .cta .cta-btn__txt::before {
    bottom: 60%;
  }
}
.cta .cta-btn__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  background: url(./img/icon-arrow_btn.svg) no-repeat center center/cover;
}

.sec-document {
  padding-bottom: clamp(4.4rem, -11rem + 40.95vw, 8.7rem);
  border-bottom: 2px solid #c7a783;
}
.sec-document__head {
  margin-bottom: clamp(3.2rem, -8.2rem + 30.48vw, 6.4rem);
}
.sec-document .document-slide {
  position: relative;
  margin-bottom: clamp(1.3rem, -3rem + 11.43vw, 2.5rem);
}
.sec-document .document-slide__item {
  height: auto;
}
.sec-document .document-box {
  height: 100%;
}
.sec-document .swiper-button-next, .sec-document .swiper-button-prev {
  position: absolute;
  top: 58%;
  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: 1;
}
@media screen and (max-width: 479px) {
  .sec-document .swiper-button-next, .sec-document .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}
.sec-document .swiper-button-next::after, .sec-document .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: ) {
  .sec-document .swiper-button-next:hover, .sec-document .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.sec-document .swiper-button-prev {
  left: 15px;
  right: auto;
  transform: scale(-1, 1);
}
.sec-document__txt {
  position: relative;
  margin-inline: auto 0;
  max-width: 316px;
}
@media screen and (max-width: 479px) {
  .sec-document__txt {
    width: 79%;
  }
}
@media screen and (max-width: 374px) {
  .sec-document__txt {
    width: 70%;
  }
}
.sec-document__txt-st {
  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-document__txt-st {
    font-size: 1.3rem;
  }
}
.sec-document__txt::before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: calc(100% + 12px);
  width: 104px;
  height: auto;
  aspect-ratio: 1;
  background: url(./img/document-img01.svg) no-repeat center center/cover;
}
@media screen and (max-width: 479px) {
  .sec-document__txt::before {
    top: -8px;
    right: calc(100% + 4px);
    bottom: auto;
    width: 80px;
    z-index: 1;
  }
}

.sec-contact {
  padding-block: clamp(4rem, -10.3rem + 38.1vw, 8rem);
}
.sec-contact__head {
  margin-bottom: clamp(2rem, -5.1rem + 19.05vw, 4rem);
  margin-inline: auto;
  max-width: 384px;
}
.sec-contact__txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .sec-contact__txt {
    font-size: 1.4rem;
  }
}




/* ************************************************************************************ */
/* フォーム部分 */
.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: #EEECEC;
}
form ul li:last-of-type textarea {
width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
	background: #EEECEC;
}
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: 32px;
  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: #725F47;
  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: #BC9D1E;
  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: #725F47;
  width: 80px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  border: none;
  color: #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]: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;
	border: 2px solid #EEECEC;
}


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