page-saito-ringyo_flathouse@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;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* 行の高=フォントサイズ */
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;
  -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;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@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 {
  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.9375rem;
  }
}

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

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

a,
a * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  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;
  }
}

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

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

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

.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 32px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .cmn-wrap {
    padding-inline: 24px;
  }
}

.cmn-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

.cmn-wrap.--small {
  padding-inline: 24px;
}

.cmn-ttl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 52px;
  color: #333;
}

.cmn-ttl__en {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .cmn-ttl__en {
    font-size: 2.25rem;
  }
}

.cmn-ttl__jp {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.cmn-ttl__jp .--color {
  color: #937f62;
}

.cmn-ttl::before {
  content: "";
  position: absolute;
  top: -40px;
  width: 140px;
  height: 208px;
}

.cmn-ttl::after {
  content: "";
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 40px;
  background: #937f62;
}

.cmn-ttl.--white {
  color: #fff;
}

.cmn-ttl.--white::after {
  background: #fff;
}

.cmn-ttl.--left::before {
  left: -32px;
  background: url(../img/saito-ringyo_flathouse/bg-ttl_left.png) no-repeat center center/cover;
}

.cmn-ttl.--right::before {
  right: -32px;
  background: url(../img/saito-ringyo_flathouse/bg-ttl_right.png) no-repeat center center/cover;
}

.cmn-ttl.--right.--small::before {
  right: -24px;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  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/saito-ringyo_flathouse/bg-body.jpg) repeat-x center center/cover;
  pointer-events: none;
}

.hd {
  width: calc(100% - 480px);
  max-width: 600px;
}

@media screen and (max-width: 640px) {
  .hd {
    opacity: 0;
    transition: .4s;
  }
}

@media screen and (max-width: 640px) {
  .hd.active {

    opacity: 1;
  }
}

.hd-cnt {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: min(2.2222222222vw, 2rem);
  width: calc(100% - 520px);
  max-width: 600px;
  height: 100vh;
}

.hd-name {
  margin-bottom: min(2.2222222222vw, 2rem);
  width: 150px;
}

.hd-menu {
  width: 100%;
}

.hd-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(1.6666666667vw, 1.5rem);
  margin-bottom: min(2.2222222222vw, 2rem);
  margin-inline: auto;
  width: 92%;
  max-width: 504px;
}

.hd-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc((100% - min(1.6666666667vw, 1.5rem)) / 2);
}

.hd-nav__item {
  width: 100%;
  max-width: 240px;
  border-bottom: 1px solid #333;
}

.hd-nav__item:first-child {
  border-top: 1px solid #333;
}

.hd-nav__link {
  display: block;
  position: relative;
  padding-block: 12px;
  padding-left: 24px;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hd-nav__link-jp {
  position: relative;
  display: block;
  padding: 0;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #a7a7a7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hd-nav__link-jp::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #4d6e66;
  border-radius: 50%;
  opacity: 0;
}

@media screen and (min-width: 1025px) {
  .hd-nav__link:hover span {
    color: #333;
  }
}

@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #333;
  }

  .hd-nav__link.active span::before {
    opacity: 1;
  }
}

.hd-btn {
  margin: 0 auto;
  width: min(30vw, 27rem);
  width: 25rem;
  aspect-ratio: 400/330;
}

.hd-btn__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  .hd-btn__link:hover {
    opacity: 0.7;
  }
}

.hd-btn__txt {
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 370px;
  height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#203152), to(#060a10));
  background: -webkit-linear-gradient(#203152 0%, #060a10 100%);
  background: linear-gradient(#203152 0%, #060a10 100%);
  border: 1px solid #203152;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 45px;
  text-align: center;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.hd-btn__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 72px;
    background: #fff;
    line-height: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1000;
  }

  .hd-cnt {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 20px;
    width: 100%;
    height: 100%;
  }

  .hd-name {
    margin-bottom: 0;
    width: 75px;
    z-index: 1001;
  }

  .hd-menu {
    width: auto;
  }

  .hd-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 50px;
    width: 100%;
    height: 100svh;
    background: #f4f2f0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }

  .hd-nav__name {
    margin-bottom: 16px;
    width: 150px;
  }

  .hd-nav__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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: 10px 0;
  }

  .hd-nav__link-jp {
    font-size: 1.125rem;
    color: #333;
  }

  .hd-btn {
    display: none;
  }

  .hd-toggle {
    position: relative;
    margin-right: 10px;
    width: 35px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }

  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
  }

  .hd-toggle span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    width: 100%;
    background: #333;
    color: #333;
  }

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

  .hd-toggle__txt {
    position: relative;
    top: 32px;
  }

  .hd-toggle__txt::after {
    content: "MENU";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

@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 {
  background: transparent;
}

.hd.open .hd-name__logo {
  visibility: hidden;
}

.hd.open .hd-name__logo::after {
  visibility: visible;
}

.hd.open .hd-nav {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: visible;
}

.hd.open .hd-toggle span {
  background: #3e3b31;
  color: #3e3b31;
}

.hd.open .hd-toggle span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(330deg);
  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;
  -webkit-transform: rotate(-330deg);
  transform: rotate(-330deg);
}

.hd.open .hd-toggle span.hd-toggle__txt::after {
  content: "CLOSE";
}

.banner {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  .banner:hover {
    opacity: 0.8;
  }
}

.banner-contact {
  display: none;
}

@media screen and (max-width: 1024px) {
  .banner-contact {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1px;
  }
}

.ft {
  background: #f4f2f0;
}

.ft-cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 64px;
  padding-bottom: 160px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .ft-cnt {
    padding: 16% 4%;
  }
}

.ft-name {
  margin-bottom: 30px;
  width: 150px;
}

.ft-logo {
  display: block;
  width: 100%;
  height: 100%;
}

.ft-logo img {
  width: 100%;
}

.ft-nav__item {
  margin-bottom: 29px;
  text-align: center;
}

.ft-nav__link {
  position: relative;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 640px) {
  .ft-nav__link {
    font-size: 1rem;
  }
}

.ft-nav__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ft-nav__link:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ft-copy {
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #333;
}

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

.content.open .main {
  visibility: hidden;
}

.content.open .ft {
  visibility: hidden;
}

.cta {
  background: url(../img/saito-ringyo_flathouse/bg-cta.jpg) no-repeat center center/cover;
  margin: 0 auto;
  height: 354px;
}

.cta-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .cta-link:hover .cta-txt {
    background: white;
    color: #4d6e66;
  }

  .cta-link:hover .cta-txt::after {
    background: #4d6e66;
  }
}

.cta-ph {
  margin-bottom: 21px;
  width: calc(832px / 2);
  max-width: 100%;
  padding: 0 15px;
}

.cta-txt {
  position: relative;
  width: 330px;
  height: 48px;
  border-radius: 10px;
  border: 2px solid #fff;
  font-weight: bold;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-align: center;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 640px) {
  .cta-txt {
    width: 85%;
    max-width: 330px;
  }
}

.cta-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.fv .cmn-wrap {
  padding-top: 0;
}

.fv-slide__item {
  aspect-ratio: 480/810;
}

@media screen and (max-width: 640px) {
  .fv-slide__item {
    aspect-ratio: initial;
    height: 100svh;
  }
}

.fv-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv-catch {
  position: absolute;
  top: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 35px;
  width: 138px;
  /* border-left: 2px solid #fff;
  border-right: 2px solid #fff; */
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .fv-catch {
    top: 10%;
  }
}

@media screen and (max-width: 640px) {
  .fv-catch {
    width: 124px;
  }
}

.fv-catch__txt {
  font-size: 3rem;
  /* letter-spacing: 0.55em; */
  letter-spacing: 0.4em;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 400;
}

.fv-catch__txt small {
  display: block;
  font-weight: 400;
  /* font-size: 1rem; */
  font-size: 0.9rem;
  letter-spacing: 0.21em;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}

.concept {
  position: relative;
}

.concept .cmn-wrap {
  padding-top: min(14.9739583333vw, 7.1875rem);
  padding-bottom: min(2.6041666667vw, 1.25rem);
}

.concept .cmn-wrap.--full {
  padding-block: 0 min(8.3333333333vw, 4rem);
}

.concept-ttl {
  margin-bottom: min(6.5104166667vw, 3.125rem);
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.625;
  color: #333;
}

.concept-ttl .--color {
  color: #4d6e66;
}

@media screen and (max-width: 640px) {
  .concept-ttl {
    font-size: 1.625rem;
  }
}

.concept-txt {
  margin-bottom: min(4.1666666667vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  color: #333;
}

@media screen and (max-width: 640px) {
  .concept-txt {
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}

@media screen and (max-width: 640px) {
  .concept-ph-sp-none {
    display: none;
  }
}

.concept-ph:first-child {
  margin-bottom: 16px;
  margin-inline: auto 0;
  width: 340px;
}

.merit .cmn-wrap {
  padding-top: min(20.8333333333vw, 10rem);
  padding-bottom: min(15.234375vw, 7.3125rem);
}

.merit-tab {
  margin-bottom: min(8.203125vw, 3.9375rem);
}

.merit-tab__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 14px;
  padding-block: min(4.6875vw, 2.25rem) min(1.953125vw, 0.9375rem);
  padding-inline: 6px;
  border-bottom: 2px solid #937f62;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
  color: #333;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .merit-tab__item {
    font-size: 1.125rem;
  }
}

.merit-tab__item::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 3px;
  width: 2px;
  height: 12px;
  background: #937f62;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.merit-tab__item span {
  display: inline-block;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #937f62;
}

@media screen and (max-width: 640px) {
  .merit-tab__item span {
    font-size: 1.625rem;
  }
}

.merit-slide {
  margin-right: -32px;
}

@media screen and (max-width: 640px) {
  .merit-slide {
    margin-right: -24px;
  }
}

.merit-box {
  margin-bottom: 64px;
}

.merit-box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: min(3.90625vw, 1.875rem);
}

.merit-box__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.merit-box__count-line {
  display: block;
  margin-bottom: 19px;
  width: 1px;
  height: 137px;
  background: #937f62;
}

@media screen and (max-width: 640px) {
  .merit-box__count-line {
    height: calc(100% - 150px);
  }
}

.merit-box__count-st {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.3em;
  line-height: 1.3;
  color: #937f62;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.merit-box__count-num {
  font-weight: 600;
  font-size: 1.25rem;
  color: #937f62;
}

.merit-box__ttl {
  margin-bottom: min(2.34375vw, 1.125rem);
  padding-right: 32px;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333;
}

@media screen and (max-width: 640px) {
  .merit-box__ttl {
    padding-right: 24px;
    font-size: 1.25rem;
  }
}

.merit-box__txt {
  padding-right: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333;
}

@media screen and (max-width: 640px) {
  .merit-box__txt {
    padding-right: 24px;
  }
}

.merit .swiper .swiper-pagination-bullet {
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid #333;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.merit .swiper .swiper-pagination-bullet-active {
  background: #937f62;
  border: none;
  color: #fff;
}

.merit .swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2px;
  padding-right: 32px;
}

@media screen and (max-width: 640px) {
  .merit .swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: -24px;
  }
}

.merit .swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.merit .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.features {
  background: #f4f2f0;
}

.features .cmn-wrap {
  padding-top: min(20.8333333333vw, 10rem);
  padding-bottom: min(15.625vw, 7.5rem);
}

.features-block {
  margin-top: 105px;
}

.features-box {
  margin-bottom: min(9.1145833333vw, 4.375rem);
}

.features-box__num {
  margin-bottom: min(1.953125vw, 0.9375rem);
  margin-inline: auto;
  width: 65px;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.23;
  text-align: center;
  color: #937f62;
}

.features-box__num span {
  display: block;
  border-top: 2px solid #a79377;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.2;
  text-align: center;
  color: #937f62;
}

.features-box__ttl {
  margin-bottom: min(4.1666666667vw, 2rem);
  line-height: 1.66;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #333;
}

@media screen and (max-width: 640px) {
  .features-box__ttl {
    font-size: 1.25rem;
  }
}

.features-box__txt {
  margin-bottom: min(2.6041666667vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.086em;
  line-height: 2;
  color: #333;
}

.features-box__ph {
  margin-left: -32px;
  margin-right: -32px;
}

@media screen and (max-width: 640px) {
  .features-box__ph {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.features-box:last-child {
  margin-bottom: 0;
}

.modelhouse .cmn-wrap {
  padding-top: min(20.8333333333vw, 10rem);
  padding-bottom: min(13.0208333333vw, 6.25rem);
	position:relative;
}

.modelhouse-layout {
  position: relative;
  margin-top: 90px;
  margin-bottom: min(7.8125vw, 3.75rem);
}

.modelhouse-layout__ph {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.modelhouse-layout__point-pin {
  position: absolute;
  width: 32px;
  aspect-ratio: 32/43;
  cursor: pointer;
}

@media screen and (max-width: -1px) {
  .modelhouse-layout__point-pin {
    font-size: 2.4rem;
  }
}

.modelhouse-layout__point-pin.active img {
  opacity: 0.7;
}

.modelhouse-layout__point-pin:nth-child(1) {
  top: 28.5%;
  left: 83%;
}

.modelhouse-layout__point-pin:nth-child(2) {
  top: 41%;
  left: 35%;
}

.modelhouse-layout__point-pin:nth-child(3) {
  top: 60%;
  left: 53.5%;
}

.modelhouse-layout__point-pin:nth-child(4) {
  top: 46%;
  left: 48%;
}

.modelhouse-layout__point-pin:nth-child(5) {
  top: 51%;
  left: 18.5%;
}

.modelhouse-layout__point-pin:nth-child(6) {
  top: 3.5%;
  left: 20.5%;
}

.modelhouse-layout__note {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

.modelhouse__slide {
  margin-inline: 16px;
}

.modelhouse__slide-ph {
  margin-bottom: min(2.34375vw, 1.125rem);
}

.modelhouse__slide-num {
  position: relative;
  margin-bottom: min(1.5625vw, 0.75rem);
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 1.3125;
  color: #937f62;
}

.modelhouse__slide-num small {
  font-size: 16px;
}

.modelhouse__slide-num::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  width: calc(100% - 76px);
  height: 2px;
  background: #937f62;
}

.modelhouse__slide-ttl {
  margin-bottom: min(3.125vw, 1.5rem);
  font-weight: 600;
  font-size: 1.5rem;
  /*letter-spacing: 0.1em;*/
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #333;
}

@media screen and (max-width: 640px) {
  .modelhouse__slide-ttl {
    font-size: 1.25rem;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}

.modelhouse__slide-txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333;
}

/* add 20241205 modelhouse swiper */
.modelhouse-slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modelhouse-slider-controls .modelhouse-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 70%; */
  max-width: 220px;
  width: 100%;
  height: 2px;
  background-color: #CBCBCB;
  overflow: hidden;
}

.modelhouse-slider-controls .modelhouse-pagination .swiper-pagination-bullet {
  flex-grow: 1;
  /* 均等に広がる */
  height: 100%;
  /* 親の高さに合わせる */
  background-color: transparent;
  /* 初期状態では透明 */
  /* transition: background-color 0.3s ease; */
  cursor: pointer;
  border-radius: 0;
}

.modelhouse-slider-controls .modelhouse-pagination .swiper-pagination-bullet-active {
  background-color: #937F62;
  /* アクティブな部分を目立たせる色 */
  margin: 0;
}

.modelhouse-slider-controls .modelhouse-button-wrap {
  display: flex;
  justify-content: space-between;
  /* ボタンを左右に配置 */
  gap: 24px;
	position: absolute;
top: 43%;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 32px);
}
@media screen and (max-width: 640px) {
	.modelhouse-slider-controls .modelhouse-button-wrap {
top: 42%;
}
}
@media screen and (max-width: 440px) {
	.modelhouse-slider-controls .modelhouse-button-wrap {
top: 41%;
}
}
@media screen and (max-width: 400px) {
	.modelhouse-slider-controls .modelhouse-button-wrap {
top: 38%;
}
}

.modelhouse-slider-controls .modelhouse-button-wrap .modelhouse-button-prev,
.modelhouse-slider-controls .modelhouse-button-wrap .modelhouse-button-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 30px;
    height: 30px; */
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #937f62;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: 640px) {
	.modelhouse-slider-controls .modelhouse-button-wrap .modelhouse-button-prev,
	.modelhouse-slider-controls .modelhouse-button-wrap .modelhouse-button-next {
		width: 30px;
		height: 30px;
	}
}

.modelhouse-slider-controls .modelhouse-button-wrap .modelhouse-button-prev:after {
  font-size: 14px;
  color: #937f62;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.modelhouse-slider-controls .modelhouse-button-wrap .modelhouse-button-next:after {
  font-size: 14px;
  color: #937f62;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.access .cmn-wrap {
  padding-block: min(7.1614583333vw, 3.4375rem);
}

.access-map {
  position: relative;
  margin-top: 92px;
  margin-bottom: min(2.6041666667vw, 1.25rem);
  margin-inline: -32px;
  width: calc(100% + 64px);
  height: auto;
  aspect-ratio: 480/300;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.access-map::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 3.90625rem;
  aspect-ratio: 62.45/73.56;
  background: url(../img/saito-ringyo_flathouse/modelhouse-map_img01.png) no-repeat center center/cover;
}

.access-info__txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333;
}

.works .cmn-wrap {
  padding-top: min(13.0208333333vw, 6.25rem);
  padding-bottom: min(7.5520833333vw, 3.625rem);
}

.works-block {
  margin-top: 100px;
}

.works-cnt:not(:last-child) {
  margin-bottom: min(8.0729166667vw, 3.875rem);
}

.works-slide {
  position: relative;
  margin-bottom: min(3.3854166667vw, 1.625rem);
}

.works-slide__thumbs {
  margin-top: min(1.5625vw, 0.75rem);
  padding: 0;
  width: 100%;
}

.works-slide__thumbs .swiper-slide {
  height: 55px;
  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,
.works .swiper-button-prev03,
.works .swiper-button-next03 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #937f62;
  -webkit-transition: 0.4s;
  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,
  .works .swiper-button-prev03,
  .works .swiper-button-next03 {
    width: 40px;
    height: 40px;
  }
}

.works .swiper-button-prev01::after,
.works .swiper-button-next01::after,
.works .swiper-button-prev02::after,
.works .swiper-button-next02::after,
.works .swiper-button-prev03::after,
.works .swiper-button-next03::after {
  font-size: 14px;
  color: #937f62;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

@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,
  .works .swiper-button-prev03:hover,
  .works .swiper-button-next03:hover {
    background: #937f62;
  }

  .works .swiper-button-prev01:hover::after,
  .works .swiper-button-next01:hover::after,
  .works .swiper-button-prev02:hover::after,
  .works .swiper-button-next02:hover::after,
  .works .swiper-button-prev03:hover::after,
  .works .swiper-button-next03:hover::after {
    color: #fff;
  }
}

.works .swiper-button-prev01,
.works .swiper-button-prev02,
.works .swiper-button-prev03 {
  top: 39%;
  left: -15px;
}

.works .swiper-button-prev01::after,
.works .swiper-button-prev02::after,
.works .swiper-button-prev03::after,
.modelhouse-button-prev::after {
  content: "prev";
}

.works .swiper-button-next01,
.works .swiper-button-next02,
.works .swiper-button-next03 {
  top: 39%;
  right: -15px;
}

.works .swiper-button-next01::after,
.works .swiper-button-next02::after,
.works .swiper-button-next03::after,
.modelhouse-button-next::after {
  content: "next";
}

.works-note__st {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333;
}

.benefits {
  background: url(../img/saito-ringyo_flathouse/bg-benefits.jpg) no-repeat center center/cover;
  margin: 0 auto;
  height: 521px;
}

@media screen and (max-width: 640px) {
  .benefits {
    height: 560px;
  }
}

.benefits-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .benefits-link:hover .benefits-btn {
    background: white;
    color: #4d6e66;
  }

  .benefits-link:hover .benefits-btn::after {
    background: #4d6e66;
  }
}

.benefits-ph {
  margin-bottom: 22px;
  width: calc(832px / 2);
  max-width: 100%;
  padding: 0 15px;
}

.benefits-btn {
  position: relative;
  margin-bottom: 30px;
  width: 330px;
  height: 48px;
  border-radius: 10px;
  border: 2px solid #fff;
  font-weight: bold;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-align: center;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 640px) {
  .benefits-btn {
    width: 85%;
    max-width: 330px;
  }
}

.benefits-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.benefits-info {
  width: calc(100% - 48px);
  max-width: 416px;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
}

.contact {
  margin-top: min(15.625vw, 7.5rem);
  background: #b19f86;
}

.contact .cmn-wrap {
  padding-top: min(20.8333333333vw, 10rem);
  padding-bottom: min(10.4166666667vw, 5rem);
}

.contact-form {
  margin-top: 88px;
}

.contact-form__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
  margin: 0 auto min(3.90625vw, 1.875rem);
}

.contact-form__tab-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 1rem) / 2);
}

.contact-form__txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}

.contact-form__select {
  padding: 0;
  background: transparent;
  border: none;
  opacity: 0.3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form__select.active {
  opacity: 1;
}

.contact-form__cnt {
  margin-top: min(6.5104166667vw, 3.125rem);
}

.contact-form__block-ttl {
  padding-block: 14px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
  text-align: center;
  color: #fff;
}

.company .cmn-wrap {
  padding-top: min(21.484375vw, 10.3125rem);
  padding-bottom: min(13.8020833333vw, 6.625rem);
}

.company-data {
  margin-top: 140px;
}

.company-data__ttl {
  position: relative;
  padding-left: 10px;
  vertical-align: top;
  border-bottom: 1px solid #a79377;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: #333;
}

.company-data__cnt {
  padding-left: 10px;
  padding-block: 12px;
  vertical-align: top;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  color: #333;
}


/*FORM*/
.contact-form__block {
  max-width: 900px;
  margin: auto;
  /* width:90%; */
}

.contact-form__block ul.form-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}

.contact-form__block ul.form-tab button {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: calc(50% - 24px);
  font-size: 24px;
  padding: 30px 0;
  cursor: pointer !important;
}

.form-content,
.form-content>div {
  width: 100%;
}

.form-content>div>form {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0 0 1em 0;
}

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;
  color: #fff;
}

form ul li:first-of-type {
  width: 100%;
  font-weight: 400;
  color: #272727;
}

form ul li:last-of-type {
  width: 100%;
}

form ul .item-name {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

form ul .item-name span.item-req {
  color: #fff;
  background: #333;
  border-radius: 21px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
  font-weight: 500;
}

form ul .item-name span.item-unreq {
  color: #fff;
  background: #888;
  border-radius: 21px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}

form ul li:last-of-type .item-form,
form ul li:last-of-type .item-form span,
form ul li:last-of-type input,
form ul li:last-of-type textarea {
  width: 100%;
  display: block;
}

form ul li:last-of-type textarea {
  resize: vertical;
  height: 240px;
}

form ul li:last-of-type input,
form ul li:last-of-type textarea {
  background-color: #FFF;
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  opacity: 1;
}

.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

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

.submit_btn {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 0px;
  border: none;
  margin: auto;
  border: 1px solid #333;
  position: relative;
}

.submit_btn:hover {
  border: 1px solid rgba(108, 142, 120, 0.5);
}

.section-form__check {
  text-align: center;
  margin-bottom: 48px;
}

.section-form__check span {
  background: none;
  color: #fff;
}

form [type='submit'] {
  background: #333;
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  border-radius: 0px;
  border: none;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
}

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;
  background-size: cover !important;
  background-position: center center !important;
}

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

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;

}

li.item-form.itemform_add_search {
  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: #333;
  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;
  background-color: #FFF;
  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;
}

.privacy-box {
  overflow-y: scroll;
  height: 180px;
  border: 1px solid #ccc;
  padding: 18px;
  margin-bottom: 32px;
  background-color: #FFF;
}

.privacy-box h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}

.privacy-box h3:first-of-type {
  margin-top: 0;
}

.privacy-box p {
  font-size: 14px;
}

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

@media screen and (max-width:640px) {

  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 {
    /* margin-bottom:32px; */
    margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
  }

  .contact-form__block ul.form-tab::after {
    display: none;
  }

  .contact-form__block ul.form-tab button {
    width: calc(50% - 8px);
    font-size: 18px;
    padding: 16px 0;
  }

  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__block ul.form-tab {
    margin-bottom: 40px;
  }

  .item-notice {
    width: 100%;
  }

  li.item-form.itemform_add_search span {
    width: 100%;
  }

  .section-form__check {
    margin-bottom: 5%;
  }
}

.wpcf7-form-control {
  background-color: #fff;
  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;
}

.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 {
  font-family: "Zen Kaku Gothic New";
}

form * {
  font-family: "Zen Kaku Gothic New";
}

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

.contact-form__block .privacy-policy-scroll {
  background: #FFF;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.contact-form__block .privacy-policy-scroll p {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #2C2928;
}

.contact-form__block .privacy-policy-scroll p a {
  color: #5839FF;
}

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

/* add 20241205 */
form ul {
  padding: 0;
}

.ft-nav__list {
  padding: 0;
}

ul.hd-nav__list {
  padding: 0;
  margin: 0;
}

.contact-form__tab {
  padding: 0;
}
.grecaptcha-badge {
    visibility: hidden;
}