@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;
  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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

br {
  line-height: inherit;
}

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

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #202020;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Zen Old Mincho", serif;
  }
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

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

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

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

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: 640px) {
  .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: 640px) {
  .tb {
    display: none !important;
  }
}

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

.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 1.5rem;
  width: 100%;
}
.cmn-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

.cmn-ttl__sub {
  position: relative;
  display: block;
  margin-bottom: 32px;
  padding-top: 30px;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  color: #816714;
  text-align: center;
  z-index: 1;
}
.cmn-ttl__sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 53px;
  background: url(./img/bg-ttl-about.svg) no-repeat center center/cover;
  z-index: -1;
}
.cmn-ttl__main {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  text-align: center;
  color: #303030;
}
@media screen and (max-width: 640px) {
  .cmn-ttl__main {
    font-size: 1.375rem;
  }
}
.cmn-ttl__main-st {
  position: relative;
  padding-inline: 12px;
}
.cmn-ttl__main .cmn-ttl__main-st {
  background: linear-gradient(transparent 50%, rgba(238, 234, 217, 0.63) 50%);
}
.cmn-ttl.--works .cmn-ttl__main-st {
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.63) 50%);
}
.cmn-ttl.--contact .cmn-ttl__main-st {
  background: none;
  z-index: 1;
}
.cmn-ttl.--contact .cmn-ttl__main-st::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 50%;
  background: rgba(238, 234, 217, 0.63);
  z-index: -1;
}
.cmn-ttl.--promise .cmn-ttl__sub {
  margin-bottom: 40px;
}
.cmn-ttl.--promise .cmn-ttl__main-st {
  padding-inline: 24px;
  background: linear-gradient(transparent 50%, rgba(238, 234, 217, 0.63) 50%);
}
.cmn-ttl.--company .cmn-ttl__sub {
  margin-bottom: 40px;
}
.cmn-ttl.--company .cmn-ttl__main-st {
  padding-inline: 24px;
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.63) 50%);
}

.en {
  font-family: "Mrs Saint Delafield", cursive;
}

.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: 640px) {
  .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: 640px) {
  .wrap::before {
    background: url(./img/bg-body.jpg) repeat-x center center/100% 100%;
  }
}

.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: min(4.0277777778vw, 3.625rem);
  width: calc(100% - 520px);
  max-width: 600px;
  height: 100vh;
}
@media screen and (max-width: 1439px) {
  .hd-cnt {
    padding-top: 0;
  }
}
.hd-name {
  margin-bottom: min(3.4722222222vw, 3.125rem);
}
.hd-name__logo {
  width: 183px;
  height: auto;
  aspect-ratio: 183/45;
}
.hd-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(2.5694444444vw, 2.3125rem);
  margin-bottom: min(1.7361111111vw, 1.5625rem);
}
.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #dcd2ae;
}
.hd-nav__link {
  display: block;
  position: relative;
  padding-block: 12px;
  width: min(18.75vw, 15rem);
  border-bottom: 1px solid #dcd2ae;
  color: #848484;
  transition: 0.4s;
}
.hd-nav__link span {
  padding: 0;
  color: #848484;
  transition: 0.4s;
}
.hd-nav__link-jp {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
.hd-nav__link-jp::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #dcd2ae;
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover span {
    color: #1f1f1f;
  }
  .hd-nav__link:hover span::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #1f1f1f;
  }
  .hd-nav__link.active span::before {
    opacity: 1;
  }
}
.hd-btn {
  margin: 0 auto;
	padding-bottom: 20px;
  border-radius: 10px;
  background: #f5f5f5;
  overflow: hidden;
  width: min(30vw, 27rem);
  width: 27rem;
}
@media screen and (max-width: 1439px) {
  .hd-btn {
    width: 25rem;
  }
}
.hd-btn__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .hd-btn__link:hover .hd-btn__txt {
    background: white;
    color: #a10100;
  }
  .hd-btn__link:hover .hd-btn__txt::after {
    background: #a10100;
  }
}
.hd-btn__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  height: 48px;
  background: #e2d9ba;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
  color: #000;
}
.hd-btn__ph {
  padding-inline: 18px 24px;
	padding-block: 16px;
}
.hd-btn__note {
  display: block;
  margin-block: -10px 10px;
  padding-inline: 18px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  color: #3a3a3a;
}
.hd-btn__txt {
  position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
  margin-inline: auto;
  width: 370px;
  height: 48px;
  border-radius: 24px;
  background: #a10100;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #a10100;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
.hd-btn__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 10px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  transition: 1s;
}
@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 75px;
    background: transparent;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd-cnt {
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 26px;
    width: 100%;
    height: 100%;
  }
  .hd-name {
    margin-bottom: 0;
    width: 140px;
    z-index: 1001;
  }
  .hd-name__logo {
    width: 135px;
    aspect-ratio: 135/33;
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 60px;
    width: 100%;
    height: 100svh;
    background: url(./img/bg-body.jpg) repeat-x center center/cover;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__list {
    flex-direction: column;
    gap: 0;
    border: none;
  }
  .hd-nav__item {
    width: 100%;
    padding: 0;
  }
  .hd-nav__link {
    display: block;
    padding: 9px 0;
	  width: 240px;
    border: none;
    color: #3d3a30;
  }
  .hd-nav__link span {
    color: #3d3a30;
  }
  .hd-nav__link-jp {
    justify-content: center;
    gap: 0;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.7777777778;
    color: #3d3a30;
  }
  .hd-btn {
    display: none;
  }
  .hd-toggle {
    position: relative;
    width: 35px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 18px;
  }
  .hd-toggle span {
    display: block;
    position: absolute;
    left: 0;
    transition: 0.35s ease-in-out;
    width: 100%;
    background: #303030;
    color: #303030;
  }
  .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);
    backdrop-filter: blur(10px);
  }
}
.hd.open {
  background: transparent;
}
.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle span {
  background: #3e3b31;
  color: #3e3b31;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(330deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-330deg);
}
.hd.open .hd-toggle span.hd-toggle__txt::after {
  content: "CLOSE";
}

.banner {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
	transform: translateY(150px);
  transition: 0.4s;
}
.banner.fixed {
    transform: translateY(0);
  }
@media screen and (min-width: 1025px) {
  .banner:hover {
    opacity: 0.8;
  }
}
.banner-contact {
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  .banner-contact {
    display: flex !important;
    justify-content: space-between;
    align-items: stretch;
    gap: 1px;
  }
}
.banner-contact::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background: url(./img/banner-img01.png) no-repeat center center/cover;
  aspect-ratio: 960/146;
}
.banner-contact__link {
  background: #e0d8be;
}
.banner-contact__link.--phone {
  width: 34.7916666667%;
  height: auto;
  aspect-ratio: 334/172;
}
.banner-contact__link.--phone img {
  width: 100%;
  height: 100%;
}
.banner-contact__link.--form {
  width: 65%;
  height: auto;
  aspect-ratio: 624/172;
}
.banner-contact__link.--form img {
  width: 100%;
  height: 100%;
}

.ft {
  background: #dcd2ae;
}
.ft-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-block: 52px 48px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ft-cnt {
    padding-bottom: 64px;
  }
}
.ft-copy {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 2.2857142857;
  color: #000;
  text-align: center;
}

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

.cta {
  margin: 0 auto;
	margin-top: -65px;
  border-radius: 10px;
  background: #f5f5f5;
}
.cta-link {
  position: relative;
  display: block;
  padding-bottom: 24px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .cta-link:hover .cta-txt {
    background: white;
    color: #a10100;
  }
  .cta-link:hover .cta-txt::after {
    background: #a10100;
  }
}
.cta-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 65px;
  width: 100%;
  height: 48px;
  background: #e2d9ba;
  border-radius: 5px 5px 0 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 640px) {
  .cta-ttl {
    height: 42px;
  }
}
@media screen and (max-width: 640px) {
  .cta-ttl__st {
    font-size: min(3.7333333333vw, 1rem);
  }
}
.cta-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6px;
  width: calc(100% - 10px);
  max-width: 411px;
  height: auto;
  aspect-ratio: 411/90;
  background: url(./img/cta-img01.png) no-repeat center center/cover;
}
.cta-ph {
    padding-inline: 48px 42px;
	padding-bottom: 16px;
  }
.cta-note {
  display: block;
  margin-block: -10px 30px;
  padding-inline: 48px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  color: #3a3a3a;
}
.cta-txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  max-width: 418px;
  width: 90%;
  height: 48px;
  border-radius: 24px;
  background: #a10100;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #a10100;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
.cta-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 10px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  transition: 0.4s;
}

.fv {
  position: relative;
  padding-top: 48px;
}
@media screen and (max-width: 640px) {
  .fv {
    padding-top: 75px;
  }
}
.fv-ttl {
  position: relative;
}
@media screen and (max-width: 640px) {
  .fv-ttl {
    padding-inline: 18px;
  }
}
.fv-ttl__ph {
  margin-inline: auto;
  max-width: 432px;
}
.fv-ttl__st {
  position: relative;
  margin-bottom: 7px;
  margin-inline: auto 0;
  width: 87%;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #1f1f1f;
}
@media screen and (max-width: 640px) {
  .fv-ttl__st {
    width: 90%;
  }
}
.fv-ttl__st small {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.15625;
  color: #1f1f1f;
}
.fv-ttl::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 310px;
  height: 413px;
  background: #eeead9;
}
.fv-slide {
  position: relative;
  margin-inline: auto 0;
  width: 90%;
}
.fv-slide__item {
  height: calc(100svh - 200px);
	max-height: 500px;
}
.fv-slide__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv-catch {
  position: absolute;
  top: 165px;
  left: 5%;
  width: 95%;
  z-index: 1;
	text-shadow: 0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF;
}
.fv-catch__txt {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.875;
  color: #1f1f1f;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .fv-catch__txt {
    font-size: min(5.8666666667vw, 1.5rem);
  }
}
.fv-catch__txt:nth-child(1) {
  margin-bottom: 5px;
}
.fv-catch__txt small {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.8888888889;
  color: #1f1f1f;
}
.fv-catch__txt .--dots {
  color: #a10100;
  margin-top: 0.4em;
  padding-top: 0.4em;
  background-image: radial-gradient(circle at center, #a10100 20%, transparent 20%);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1.08em 0.3em;
}
.fv-catch__en {
  position: absolute;
  bottom: 22px;
  right: 12px;
  font-size: 3.125rem;
  letter-spacing: 0.02em;
  line-height: 2.46;
  color: #eeead9;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transform: rotate(-17deg);
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .fv-catch__en {
    top: 255px;
    bottom: auto;
    right: 40px;
  }
}

.reason {
  padding-block: 80px 154px;
  background: url(./img/bg-reason.jpg) no-repeat top center/100% calc(100% - 250px);
}
@media screen and (max-width: 640px) {
  .reason {
    background: url(./img/bg-reason.jpg) no-repeat top center/100% calc(100% - 150px);
  }
}
.reason-head {
  margin-bottom: 48px;
}
.reason-ttl {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  text-align: center;
  color: #303030;
}
.reason-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: auto;
  aspect-ratio: 84/80;
  background: url(./img/bg-ttl-reason.svg) no-repeat center center/cover;
}
.reason-txt {
  text-align: center;
}
.reason-txt.--txt01 {
  margin-bottom: 32px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #303030;
}
.reason-txt.--txt02 {
  margin-bottom: 30px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #1f1f1f;
}
@media screen and (max-width: 640px) {
  .reason-txt.--txt02 {
    font-size: 1.125rem;
  }
}
.reason-txt.--txt02 strong {
  position: relative;
  background: linear-gradient(transparent 50%, rgba(238, 234, 217, 0.63) 50%);
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2.1875;
  text-align: center;
  color: #a10100;
}
@media screen and (max-width: 640px) {
  .reason-txt.--txt02 strong {
    font-size: 1.625rem;
  }
}
.reason-txt.--txt03 {
  margin-bottom: 16px;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.7777777778;
  color: #303030;
}
.reason-txt.--txt04 {
  margin-bottom: 6px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2.4166666667;
  color: #1f1f1f;
}
@media screen and (max-width: 640px) {
  .reason-txt.--txt04 {
    font-size: 1.25rem;
  }
}
.reason-ph.--ph01 {
  margin-bottom: 80px;
  margin-inline: auto;
  max-width: 213px;
}
@media screen and (max-width: 640px) {
  .reason-ph.--ph01 {
    margin-bottom: 30px;
  }
}
.reason-ph.--ph02 {
  margin-inline: auto -24px;
  max-width: 425px;
}
.reason-ph.--ph03 {
  margin-top: -95px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .reason-ph.--ph03 {
    margin-top: min(-20vw, -5.9375rem);
  }
}
.reason-ph.--ph04 {
  margin-bottom: 22px;
}
.reason-ph.--ph05 {
  margin-inline: auto 0;
  max-width: 280px;
}
@media screen and (max-width: 640px) {
  .reason-ph.--ph05 {
    max-width: 230px;
  }
}

.about {
  padding-top: 78px;
}
.about-head {
  margin-bottom: 54px;
}
.about-tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: min(1.0666666667vw, 1rem);
}
.about-tab__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - min(2.1333333333vw, 2rem)) / 3);
}
.about-tab__btn {
  padding: 12px 16px;
  height: 64px;
  border: none;
  border-radius: 5px 5px 0px 0px;
  background: #f4f2e7;
  font-family: "Zen Old Mincho", serif;
  color: #1f1f1f;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .about-tab__btn {
    padding-inline: 4px;
  }
}
.about-tab__btn.active {
  color: #a10100;
}
@media screen and (min-width: 1025px) {
  .about-tab__btn:hover {
    color: #a10100;
  }
}
.about-tab__ttl {
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .about-tab__ttl {
    font-size: 0.8125rem;
  }
}
.about-tab.--top {
  margin-bottom: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeead9;
}
.about-tab.--bottom {
  margin-bottom: 80px;
  padding-top: 16px;
  border-top: 1px solid #eeead9;
}
.about-detail {
  margin-bottom: 16px;
}
.about-cnt__ph {
  margin-bottom: 30px;
}
.about-cnt__head {
  margin-bottom: 58px;
  margin-inline: auto;
  max-width: 385px;
}
.about-cnt__head-ttl {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #1f1f1f;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .about-cnt__head-ttl {
    font-size: 1.125rem;
  }
}
.about-cnt__head-txt {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}
.about-cnt__box {
  background: #eeead9;
  padding: 32px 24px;
}
.about-cnt__box-ttl {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcd2ae;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: #1f1f1f;
}
@media screen and (max-width: 640px) {
  .about-cnt__box-ttl {
    font-size: 1.125rem;
  }
}
.about-cnt__box-txt {
  margin-bottom: 28px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}
.about-cnt__voice {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .about-cnt__voice {
    flex-direction: column;
  }
}
.about-cnt__voice-ph {
  width: 100px;
  z-index: 1;
}
.about-cnt__voice-info {
  flex: 1;
  padding: 16px 24px;
  background: #fcfcfc;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  .about-cnt__voice-info {
    margin-top: -50px;
    padding-block: 32px 16px;
  }
}
.about-cnt__voice-txt {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
  color: #1f1f1f;
}
.about-slide {
  position: relative;
}
.about-slide__item {
  height: auto;
}
.about-slide__inr {
  padding-bottom: 16px;
  height: 100%;
  background: #eeead9;
}
.about-slide__name {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  background: #a10100;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.about-slide__box {
  margin-bottom: 32px;
  margin-inline: auto;
  padding-block: 10px 3px;
  padding-inline: 30px;
  max-width: 392px;
  width: calc(100% - 48px);
  border-radius: 5px;
  background: #fcfcfc;
  border: 1px solid #a10100;
}
@media screen and (max-width: 640px) {
  .about-slide__box {
    padding-block: 10px;
  }
}
.about-slide__box-monthly {
  margin-bottom: 9px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a10100;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .about-slide__box-monthly {
    padding-bottom: 16px;
  }
}
.about-slide__box-monthly strong {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}
.about-slide__box-monthly small {
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 2.6666666667;
  color: #1f1f1f;
}
@media screen and (max-width: 640px) {
  .about-slide__box-monthly small {
    display: block;
    line-height: 1.2;
    text-align: right;
  }
}
.about-slide__box-loan {
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #a10100;
  text-align: center;
}
.about-slide__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px min(5vw, 2rem);
  margin-bottom: 32px;
  margin-inline: auto;
  max-width: 380px;
  width: calc(100% - 48px);
}
.about-slide__info-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.about-slide__info-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dcd2ae;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}
@media screen and (max-width: 640px) {
  .about-slide__info-ttl {
    width: min(24.5333333333vw, 6.875rem);
    min-width: 92px;
  }
}
.about-slide__info-txt {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}
.about-slide__txt {
  margin-inline: auto;
  padding: 20px 22px;
  max-width: 392px;
  width: calc(100% - 48px);
  background: #fff;
}
.about-slide__txt-st {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
  color: #1f1f1f;
}
.about .swiper-button-next, .about .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .about .swiper-button-next, .about .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.about .swiper-button-next::after, .about .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: ) {
  .about .swiper-button-next:hover, .about .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.about .swiper-button-prev {
  left: 8px;
  right: auto;
  transform: scale(-1, 1);
}

.cost {
  padding-top: 80px;
}
.cost-head {
  margin-bottom: 55px;
}
.cost-slide {
  position: relative;
  margin-bottom: 80px;
}
.cost-box {
  padding-inline: 24px;
  height: auto;
}
.cost-box__inr {
  padding-block: 32px;
  padding-inline: 24px;
  height: 100%;
  background: #eeead9;
}
.cost-box__ph {
  margin-bottom: 35px;
  margin-inline: auto;
  max-width: 110px;
}
.cost-box__name {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #1f1f1f;
}
.cost-box__txt {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}
.cost-box__btn {
  text-align: center;
  transition: 0.4s;
}
.cost .swiper-button-next, .cost .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .cost .swiper-button-next, .cost .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.cost .swiper-button-next::after, .cost .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: ) {
  .cost .swiper-button-next:hover, .cost .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.cost .swiper-button-prev {
  left: 8px;
  right: auto;
  transform: scale(-1, 1);
}

.works {
  margin-bottom: 140px;
  padding-block: 62px 64px;
  background: #f4f2e7;
}
.works-head {
  margin-bottom: 50px;
}
.works-ttl {
  letter-spacing: 0.02em;
  line-height: 1;
  color: #a10100;
}
.works-ttl__st {
  margin-right: 15px;
  font-size: 2.5rem;
  line-height: 1.5;
}
.works-ttl__num {
  font-size: 2rem;
  line-height: 1.5;
}
.works-cnt:not(:last-child) {
  margin-bottom: 48px;
}
.works-slide {
  position: relative;
  margin-bottom: 32px;
}
.works-slide__thumbs {
  margin-top: 14px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.works-slide__thumbs .swiper-slide {
  aspect-ratio: 128/80;
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
}
.works-slide__thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
.works .swiper-slide-thumb-active {
  opacity: 1;
}
.works .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}
.works .swiper-pagination-bullet-active {
  background: #4b3928;
}
.works .swiper-pagination-bullets {
  bottom: -35px;
}
.works .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.works .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.works .swiper-button-prev01, .works .swiper-button-next01, .works .swiper-button-prev02, .works .swiper-button-next02 {
  position: absolute;
  top: 35%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: -1px) {
  .works .swiper-button-prev01, .works .swiper-button-next01, .works .swiper-button-prev02, .works .swiper-button-next02 {
    width: 40px;
    height: 40px;
  }
}
.works .swiper-button-prev01::after, .works .swiper-button-next01::after, .works .swiper-button-prev02::after, .works .swiper-button-next02::after {
  display: none;
}
@media screen and (min-width: ) {
  .works .swiper-button-prev01:hover, .works .swiper-button-next01:hover, .works .swiper-button-prev02:hover, .works .swiper-button-next02:hover {
    opacity: 0.7;
  }
}
.works .swiper-button-prev01, .works .swiper-button-prev02 {
  left: 8px;
  transform: scale(-1, 1);
}
.works-table {
  margin: 0 auto;
}
.works-table__row {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
}
.works-table__row:not(:last-child) {
  margin-bottom: 8px;
}
.works-table__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 40px;
  border: 1px solid #dcd2ae;
  border-radius: 5px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: #1f1f1f;
}
.works-table__txt {
  flex: 1;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}

.flow {
  padding-top: 80px;
}
.flow-head {
  margin-bottom: 48px;
}
.flow-item:not(:last-child) {
  margin-bottom: 48px;
}
.flow-item__head {
  margin-bottom: 16px;
}
.flow-item__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.flow-item__ttl-num {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #dcd2ae;
}
.flow-item__ttl-st {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #1f1f1f;
}
.flow-item__box {
  background: #eeead9;
}
.flow-item__ph {
  width: 100%;
  height: auto;
  aspect-ratio: 432/200;
}
.flow-item__info {
  padding: 26px 24px;
}
.flow-item__txt {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}

.store {
  padding-block: 80px 155px;
}
.store-head {
  margin-bottom: 50px;
}
.store-txt {
  margin-bottom: 56px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}
.store-list {
  border-top: 1px solid #eeead9;
}
.store-item {
  border-bottom: 1px solid #eeead9;
}
.store-item__head {
  position: relative;
  margin-inline: auto;
  cursor: pointer;
}
.store-item__head::before, .store-item__head::after {
  background: #303030;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  width: 1.55em;
}
@media screen and (max-width: 1024px) {
  .store-item__head::before, .store-item__head::after {
    right: 2%;
  }
}
@media screen and (max-width: -1px) {
  .store-item__head::before, .store-item__head::after {
    top: 25%;
    right: 5%;
  }
}
.store-item__head::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.store-item__head.selected::before {
  opacity: 0;
}
.store-item__head.selected:after {
  transform: translateY(-50%) rotate(180deg);
}
.store-item__ttl {
  position: relative;
  padding-block: 30px;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #1f1f1f;
}
.store-item__cnt {
  display: none;
}
.store-item__map {
  width: 100%;
  height: auto;
  aspect-ratio: 432/160;
}
.store-item__map iframe {
  width: 100%;
  height: 100%;
}
.store-item__info {
  padding-block: 18px;
}
@media screen and (max-width: 640px) {
  .store-item__info {
    padding-block: 4%;
  }
}
.store-item__table {
  margin: 0 auto;
}
.store-item__table-row {
  display: flex;
  justify-content: flex-start;
  gap: min(2.1333333333vw, 1rem);
}
.store-item__table-ttl {
  width: 83px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2.5;
  color: #1f1f1f;
}
@media screen and (max-width: 640px) {
  .store-item__table-ttl {
    line-height: 1.8;
  }
}
.store-item__table-txt {
  flex: 1;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2.5;
  color: #1f1f1f;
}
@media screen and (max-width: 640px) {
  .store-item__table-txt {
    line-height: 1.8;
  }
}

.benefits {
	margin-top: -45px;
  padding-bottom: 95px;
}
.benefits-inr {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.benefits-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 65px;
  width: 100%;
  height: 48px;
  background: #e2d9ba;
  border-radius: 5px 5px 0 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 640px) {
  .benefits-ttl {
    height: 42px;
  }
}
@media screen and (max-width: 640px) {
  .benefits-ttl__st {
    font-size: min(3.7333333333vw, 1rem);
  }
}
.benefits-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6px;
  width: calc(100% - 10px);
  max-width: 411px;
  height: auto;
  aspect-ratio: 411/90;
  background: url(./img/cta-img01.png) no-repeat center center/cover;
}
.benefits-cnt {
  padding-top: 21px;
  padding-bottom: 40px;
  border-radius: 0 0 10px 10px;
  background: #f5f5f5;
  overflow: hidden;
}
.benefits-ph {
  padding-inline: 45px;
	padding-bottom: 16px;
}
.benefits-note {
  display: block;
  margin-block: -10px 15px;
  padding-inline: 45px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  color: #3a3a3a;
}
.benefits-info {
  margin-inline: auto;
  padding: 18px 25px;
  max-width: 384px;
  width: calc(100% - 48px);
  height: 168px;
  background: #fff;
  overflow-y: auto;
}
@media screen and (max-width: 640px) {
  .benefits-info {
    height: min(34.6666666667vw, 10.625rem);
  }
}
.benefits-info__txt-st {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.contact {
  padding-block: 80px;
  background: #f4f2e7;
}
.contact-head {
  margin-bottom: 52px;
}
.contact-txt {
  margin-bottom: 42px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
  color: #1f1f1f;
}
.contact-form__tab {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
}
.contact-form__tab-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 16px) / 3);
}
.contact-form__select {
  padding: 0;
  background: transparent;
  border: none;
  opacity: 0.5;
  transition: 0.4s;
  cursor: pointer;
}
.contact-form__select.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .contact-form__select:hover {
    opacity: 1;
  }
}

.promise {
  padding-block: 80px;
}
.promise-head {
  margin-bottom: 54px;
}
.promise-slide {
  position: relative;
}
.promise-box {
  padding-inline: 24px;
  height: auto;
}
.promise-box__inr {
  padding-block: 30px 34px;
  padding-inline: 19px;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcd2ae;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.promise-box__ph {
  margin-bottom: 20px;
  text-align: center;
}
.promise-box__ph img {
  height: 220px;
}
@media screen and (max-width: 640px) {
  .promise-box__ph img {
    height: 160px;
  }
}
.promise-box__name {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #1f1f1f;
}
.promise-box__txt {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}
.promise .swiper-button-next, .promise .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .promise .swiper-button-next, .promise .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.promise .swiper-button-next::after, .promise .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: ) {
  .promise .swiper-button-next:hover, .promise .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.promise .swiper-button-prev {
  left: 8px;
  right: auto;
  transform: scale(-1, 1);
}

.company {
  padding-block: 80px;
  background: #f4f2e7;
}
.company-head {
  margin-bottom: 32px;
}
.company-ttl {
  margin-bottom: 1.6875rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .company-ttl {
    margin-bottom: 4%;
  }
}
.company-ttl__en {
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #203152;
}
.company-ttl__jp {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .company-ttl__jp {
    font-size: 1.625rem;
  }
}
.company-ttl__jp small {
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .company-ttl__jp small {
    font-size: 1.25rem;
  }
}
.company-data__row {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #fff;
}
.company-data__ttl {
  position: relative;
  padding-block: 1.25rem;
  width: 125px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}
@media screen and (max-width: 640px) {
  .company-data__ttl {
    padding-block: 4%;
  }
}
.company-data__ttl small {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .company-data__ttl {
    width: clamp(6.875rem, 14.3229166667vw, 7.8125rem);
  }
}
.company-data__cnt {
  padding-left: 10px;
  padding-block: 20px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1f1f1f;
}
@media screen and (max-width: 640px) {
  .company-data__cnt {
    padding-block: 4%;
  }
}

.mfp-bg {
  background: #393939;
}



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

form {
  overflow: hidden;
}
form ul {
  display: block;
  margin-bottom: 32px;
  margin-top: 40px;
}

.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: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
@media(max-width: 1024px) {
  form ul .item-name {
    font-size: 14px;
  }
}
form ul .item-name span.item-req {
  color: #fff;
  background: #a10100;
  border-radius: 30px;
  text-align: center;
  padding: 6px 22px;
  font-size: 14px;
}
form ul .item-name span.item-noreq {
  color: #fff;
  background: #A7A7A7;
  border-radius: 30px;
  text-align: center;
  padding: 6px 22px;
  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;
}
form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}
form ul li:last-of-type input, form ul li:last-of-type textarea, form ul li:last-of-type select {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  background: #fff;
}

.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;
  /* border: 1px solid #216724; */
  position: relative;
}
.submit_btn:hover {
  /* border: 1px solid rgba(108, 142, 120, 0.5); */
}

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

form [type=submit] {
  background: #a10100;
  border-radius: 28px;
  height: 56px;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
}
@media(min-width: 1025px) {
  form [type=submit]:hover {
    background: rgba(250,157,4,0.7);
  }
}
form [type=submit]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.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 button {
  width: 120px;
  background: #216724;
  border: none;
  color: #fff;
}

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

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

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

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

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

.form-caption p, form * {
  font-family: "Zen Kaku Gothic New";
}

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

.contact__form .privacy-policy-scroll {
  background: #FFF;
  padding: 16px 20px;
  margin-bottom: 24px;
}
.contact__form .privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
  color: #2C2928;
}
.contact__form .privacy-policy-scroll p a {
  color: #5839FF;
}

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

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

@media (max-width: 640px) {
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
}
.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}
.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}
.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 80px;
  background: #a10100;
  font-size: 12px;
  text-align: center;
}

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

.privacy-box {
  background: #FFF;
  border: solid 1px #D8D8D8;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px 26px;
  box-sizing: border-box;
}
.privacy-box h3 {
  color: #111111;
  font-size: 16px;
  line-height: 1.71;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}
.privacy-box p {
  color: #111111;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
.privacy-box p:not(:last-of-type) {
  margin-bottom: 4%;
}

@media (max-width: 1024px) {
  .privacy-box {
    padding: 2% 2% 3%;
  }
}
@media (max-width: 640px) {
  .privacy-box {
    padding: 4% 4% 5%;
  }
}
.section-form__check1, .section-form__check2 {
  padding: 24px;
  text-align: center;
}

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

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

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

/* チェック時のスタイル */
.wpcf7-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

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

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

/*モデルハウス隠す対応*/
.contact-form__tab-item {
    width: calc((100% - 8px) / 2);
}
.contact-form__tab-item:nth-of-type(2) {
	display: none;
}
.works-info {
	display: none;
}